This project is mirrored from https://github.com/electron/electron.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Aug 21, 2023
-
-
Charles Kerr authored
* fix: dangling raw_ptr in ElectronBrowserMainParts dtor * fixup! fix: dangling raw_ptr in ElectronBrowserMainParts dtor Browser::WhenReady() holds a reference to JsEnv isolate so must come after
-
Milan Burda authored
-
tr2-harada authored
fix: explorer restart does not recreated thumbnail toolbar buttons.
-
-
- Aug 18, 2023
-
-
Athul Iddya authored
Adapt to the window frame size calculation changes in CL 3970920 by setting the inset sizes to 0 for tiled edges.
-
Shelley Vohr authored
test: enable parallel/test-debugger-random-port-with-inspect-port
-
- Aug 17, 2023
-
-
Shelley Vohr authored
-
Charles Kerr authored
perf: prefer Sorted variant of MakeFixedFlatSet() https://chromium-review.googlesource.com/c/chromium/src/+/4660000 says that the sorted version is simpler at compile time because it can skip MakeFixedFlatSet()'s compile-time dynamic sorting.
-
David Sanders authored
-
Shelley Vohr authored
feat: allow headers to be sent with webContents.downloadURL()
-
Shelley Vohr authored
* docs: note macOS bounds Tray offset * Update docs/api/browser-window.md Co-authored-by:
David Sanders <dsanders11@ucsbalum.com> --------- Co-authored-by:
David Sanders <dsanders11@ucsbalum.com>
-
Charles Kerr authored
isolate_ depends on isolate_holder_ and so must be destroyed first.
-
Milan Burda authored
docs: add mising webview 'render-process-gone' event
-
Keeley Hammond authored
-
github-actions[bot] authored
build: update appveyor image to latest version Co-authored-by:
jkleinsc <jkleinsc@users.noreply.github.com>
-
John Kleinschmidt authored
-
- Aug 16, 2023
-
-
Shelley Vohr authored
fix: crash when calling moveTop() on modal children
-
Sergei Chestakov authored
* Fix typo in open-url API docs * Update app.md
-
electron-roller[bot] authored
* chore: bump chromium in DEPS to 118.0.5949.0 * chore: update mas_disable_remote_accessibility.patch Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4705386 no manual code changes; existing patch applied with fuzz * chore: update printing.patch Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4779059 no manual code changes; existing patch applied with fuzz * chore: add OffScreenRenderWidgetHostView::InvalidateLocalSurfaceIdAndAllocationGroup() Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4563504 Add an impl for a new pure virtual method that was added upstream. Local impl inspired by upstream implementations in same CL * chore: update patches --------- Co-authored-by:
electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by:
Charles Kerr <charles@charleskerr.com> Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com>
-
Shelley Vohr authored
* refactor: clean up Node.js arg parsing * chore: feedback from review
-
David Sanders authored
-
Michaela Laurencin authored
-
- Aug 15, 2023
-
-
electron-roller[bot] authored
* chore: bump chromium in DEPS to 117.0.5929.0 * chore: bump chromium in DEPS to 117.0.5931.0 * chore: bump chromium in DEPS to 117.0.5932.0 * chore: update patches * 4728317: Prevent PrintRenderFrameHelper from printing when already printing | https://chromium-review.googlesource.com/c/chromium/src/+/4728317 * 4739501: Use base::SequenceBound to manage SerialPortManagerImpl | https://chromium-review.googlesource.com/c/chromium/src/+/4739501 * 4702051: Allow overriding source in install-sysroot.py | https://chromium-review.googlesource.com/c/chromium/src/+/4702051 * chore: update filenames.libcxx.gni * 4727002: Rename "enable_arc2" to "enable_arc" | https://chromium-review.googlesource.com/c/chromium/src/+/4727002 * chore: bump chromium in DEPS to 117.0.5934.0 * 4736873: Rename ColorSpaces methods on display::Display | https://chromium-review.googlesource.com/c/chromium/src/+/4736873 * 4727203: Replace bool with an enum in as suggested in DevtoolsManagerDelegate. | https://chromium-review.googlesource.com/c/chromium/src/+/4727203 * 4744479: [DevTools] Add 'generateTaggedPDF' option to DevTools Page.printToPDF | https://chromium-review.googlesource.com/c/chromium/src/+/4744479 * 4735893: Don't share WebUSB permissions with webviews | https://chromium-review.googlesource.com/c/chromium/src/+/4735893 * revert: update filenames.libcxx.gni * chore: bump chromium in DEPS to 117.0.5936.0 * chore: update patches * 4746465: SAA: Query for embargoed StorageAccess permissions | https://chromium-review.googlesource.com/c/chromium/src/+/4746465 * 4666325: Move buildtools/third_party/lib*/trunk source paths to third_party/lib*/src. | https://chromium-review.googlesource.com/c/chromium/src/+/4666325 * chore: bump chromium in DEPS to 117.0.5938.0 * chore: bump chromium in DEPS to 118.0.5939.0 * chore: update patches * Send line bounds through CursorAnchorInfo on requestCursorUpdate https://chromium-review.googlesource.com/c/chromium/src/+/4394588 * Fixup lint for Move buildtools/third_party/lib*/trunk source paths to third_party/lib*/src * 4700305: [mac] Fix override of CHILD_PROCESS_EXE https://chromium-review.googlesource.com/c/chromium/src/+/4700305 Needed because of 4729689: Reland "Remove redundant existence check in PathService" | https://chromium-review.googlesource.com/c/chromium/src/+/4729689 * 4753759: More consistent icon handling for menus. https://chromium-review.googlesource.com/c/chromium/src/+/4753759 * chore: bump chromium in DEPS to 118.0.5941.0 * chore: update patches * chore: bump chromium in DEPS to 117.0.5938.0 * test: update nan-spec-runner cflags * build: fix isystem include path in nan-spec-runner * fixup! 4666325: Move buildtools/third_party/lib*/trunk source paths to third_party/lib*/src. | https://chromium-review.googlesource.com/c/chromium/src/+/4666325 fix a few more instances of the old path libc++.a and libc++abi.a are still in buildtools/ --------- Co-authored-by:
electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by:
VerteDinde <vertedinde@electronjs.org> Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org> Co-authored-by:
Charles Kerr <charles@charleskerr.com>
-
Robo authored
* feat: support dns-result-order Node.js cli flag * chore: update docs Co-authored-by:
Erick Zhao <erick@hotmail.ca> * chore: remove patch --------- Co-authored-by:
Erick Zhao <erick@hotmail.ca>
-
electron-roller[bot] authored
* chore: bump node in DEPS to v18.17.1 * chore: update patches * policy: disable process.binding() when enabled https://github.com/nodejs/node/commit/d4570fae358693b8f7fec05294b9bb92a966226d --------- Co-authored-by:
electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
wgsheng authored
* [Feature Request]: Add a parameter to openDevTools() that sets the DevTools window title bar * all titles->title * add GetDevToolsTitle(),update docs * fix:lint error * fix:lint error * add setDevToolTitle * lint errror * lint errror * ling errror (.md) * build error * build error in mac * build error * build error * change docs * std::string->std::u16string * lint error * build error * build error
-
Shelley Vohr authored
refactor: update WebContentsZoomController
-
David Sanders authored
* ci: improve blocked/need-repro workflow * ci: let maintainer comments suppress bot comment * ci: ensure failures bubble up
-
David Sanders authored
-
David Sanders authored
-
David Sanders authored
-
Shelley Vohr authored
-
- Aug 14, 2023
-
-
David Sanders authored
* chore: document deprecated systemPreferences APIs * chore: forgot systemPreferences.appLevelAppearance * test: expect deprecation messages
-
Milan Burda authored
docs: remove duplicate fiddles
-
David Sanders authored
-
Cheng Zhao authored
-
Milan Burda authored
docs: handle opening links in the default browser in main.js
-
Shelley Vohr authored
This reverts commit a0effaf9.
-
- Aug 11, 2023
-
-
John Kleinschmidt authored
* ci: fixup known hosts for linux publish * build: use 2023 known hosts * build: use rebuilt docker image * Revert "build: use rebuilt docker image" This reverts commit f9506a9cc04c1fa2ecf26436372f1bb2a44937a5. --------- Co-authored-by:
Samuel Attard <marshallofsound@electronjs.org>
-
- Aug 10, 2023
-
-
Milan Burda authored
-