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 .
- Mar 31, 2023
-
-
Samuel Attard authored
* build: remove request dependency * oops
-
Shelley Vohr authored
-
Erick Zhao authored
-
electron-roller[bot] authored
* chore: bump chromium in DEPS to 113.0.5672.0 * chore: bump chromium in DEPS to 114.0.5673.0 * chore: bump chromium in DEPS to 114.0.5675.0 * chore: update patches * 4223697: [json-schema-compiler] T::Populate with base::Value::Dict https://chromium-review.googlesource.com/c/chromium/src/+/4223697 * chore: update filenames.libcxx.gni * 4290476: Report an explicit pause reason when stopping after taking a step. https://chromium-review.googlesource.com/c/v8/v8/+/4290476 * chore: bump chromium in DEPS to 114.0.5682.0 * 4373699: [SystemProfileSelectionDefaultNone] Enable feature by default https://chromium-review.googlesource.com/c/chromium/src/+/4373699 * chore: update patches * Revert AsyncCompileJSToWasmWrapperJob simplification https://chromium-review.googlesource.com/c/v8/v8/+/4347597/11 * 4365718: Reland "Reland "Reland "[Tracing] Use Perfetto client library for tracing on Linux""" https://chromium-review.googlesource.com/c/chromium/src/+/4365718 * chore: bump chromium in DEPS to 114.0.5684.0 * chore: update patches * 4335544: [handles] Refactor classes for abstract handles https://chromium-review.googlesource.com/c/v8/v8/+/4335544 * update patch description to include tracking issue --------- Co-authored-by:
electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org> Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com> Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com>
-
David Sanders authored
-
Jeremy Rose authored
-
- Mar 30, 2023
-
-
David Sanders authored
-
John Kleinschmidt authored
-
- Mar 29, 2023
-
-
David Sanders authored
-
- Mar 28, 2023
-
-
David Sanders authored
-
Will Anderson authored
* feat: add will-navigate-in-frame event to webContents * docs: add documentation for webview will-frame-navigate event * feat: Eliminate isInPlace argument from will-frame-navigate event * fix: Fire will-frame-navigate before will-navigate * feat: send will-frame-navigate with a WebFrameMain in the event details * docs: Update WebContents docs for new API signature * feat: Add custom event forwarding for <webview> will-frame-navigate * fix: wrap WebFrameMain so it can be sent as an event * test: update webContents and <webview> tests to match new signatures * chore: undo unnecessary change * fix: don't switch will-navigate to use EmitNavigationEventDetails * test: clean up will-navigate and will-frame-navigate tests for <webview> * chore: apply lint fixes * chore: move GetRenderFrameHost helper into anonymous namespace * docs: auto-generate WillFrameNavigateDetails rather than defining it manually * test: Update <webview> tests to actually pass under new spec runner * docs: Add section explaining relationship between various nav events * test: Add some tests to ensure navigation event order doesn't silently change * test: Always monitor all nav events to ensure unexpected ones don't fire * test: Add test to verify in-page navigation event order * feat: Change to new style where extra params are exposed as event props * fix: Remove unused EmitNavigationEventDetails * fix: Update tests to use new async helpers * docs: Rename and reorder sections documenting navigation events --------- Co-authored-by:
Milan Burda <milan.burda@gmail.com>
-
Mikołaj Sawicki authored
* Docs: updated package.json content and electron version in build first app guide * docs: removed caret from electron version
-
Shelley Vohr authored
-
github-actions[bot] authored
Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
Shelley Vohr authored
* chore: generator objects can't be sent over the context bridge * Trigger Build --------- Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
Shelley Vohr authored
* fix: crash in MessagePortMain postMessage * Update shell/browser/api/message_port.cc Co-authored-by:
Charles Kerr <charles@charleskerr.com> --------- Co-authored-by:
Charles Kerr <charles@charleskerr.com>
-
Peter Xu authored
-
Jeremy Rose authored
-
- Mar 27, 2023
-
-
John Kleinschmidt authored
* fix: allow cancelling of bluetooth requests allows cancelling of bluetooth requests when no devices present * docs: update docs to reflect how bluetooth works.
-
- Mar 24, 2023
-
-
electron-roller[bot] authored
* chore: bump chromium in DEPS to 113.0.5670.0 * chore: update patches --------- Co-authored-by:
electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
John Kleinschmidt authored
-
- Mar 23, 2023
-
-
electron-roller[bot] authored
* chore: bump chromium in DEPS to 113.0.5668.0 * chore: update patches * chore: fixup for lint --------- Co-authored-by:
electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
- Mar 22, 2023
-
-
Erick Zhao authored
* docs: update notifications tutorial * delete unused assets
-
electron-roller[bot] authored
* chore: bump chromium in DEPS to 113.0.5666.0 * chore: update patches * Make Clear-Site-Data: "cookies" respect third-party cookie blocking https://chromium-review.googlesource.com/c/chromium/src/+/4346675 --------- Co-authored-by:
electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
- Mar 21, 2023
-
-
Erick Zhao authored
-
electron-roller[bot] authored
* chore: bump chromium in DEPS to 113.0.5664.0 * chore: update patches * [Code Health] Migrate to WebUIDataSource::CreateAndAdd(), part 8 https://chromium-review.googlesource.com/c/chromium/src/+/4121701 Needed because of 4349773: Get rid of WebUIDataSource::Create() and WebUIDataSource::Add() | https://chromium-review.googlesource.com/c/chromium/src/+/4349773 landing --------- Co-authored-by:
electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
John Kleinschmidt authored
-
dependabot[bot] authored
Bumps [webpack](https://github.com/webpack/webpack) from 5.73.0 to 5.76.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.76.0 ) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Mar 20, 2023
-
-
Charles Kerr authored
* fix: use base::Value::Dict:::Remove() instead of RemoveKe() the latter is deprecated. * fix: use base::Value::Dict::FindString() instead of base::Value::FindStringKey() The latter is deprecated. * chore: make lint happy
-
George Joseph authored
* Allow an absolute path to be used for creating sessions Allows an absolute path to be used for creating sessions by adding the session.fromPath() API. * Fixup! Clarify that an emptry string is not permitted as a parameter to fromPath()
-
Shelley Vohr authored
fix: invoke app.dock.{hide|show} instead of duplicating logic
-
Milan Burda authored
Co-authored-by:
Milan Burda <miburda@microsoft.com>
-
David Sanders authored
-
electron-roller[bot] authored
* chore: bump chromium in DEPS to 113.0.5657.0 * chore: bump chromium in DEPS to 113.0.5660.0 * chore: update patches printing.patch https://chromium-review.googlesource.com/c/chromium/src/+/4347664 https://chromium-review.googlesource.com/c/chromium/src/+/4347664 https://chromium-review.googlesource.com/c/chromium/src/+/4338810 https://chromium-review.googlesource.com/c/chromium/src/+/4339496 mas_disable_remote_layer.patch https://chromium-review.googlesource.com/c/chromium/src/+/4334544 https://chromium-review.googlesource.com/c/chromium/src/+/4335299 * Add API to verify `TOP_LEVEL_STORAGE_ACCESS` permission status https://chromium-review.googlesource.com/c/chromium/src/+/4306712 * Move os_crypt into a sync/ subdirectory. https://chromium-review.googlesource.com/c/chromium/src/+/4336304 * chore: generate libc++ headers --------- Co-authored-by:
electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by:
deepak1556 <hop2deep@gmail.com>
-
- Mar 17, 2023
-
-
Erick Zhao authored
* docs: delete synopsis.md * remove code references to doc
- Mar 16, 2023
-
-
Shelley Vohr authored
-
electron-roller[bot] authored
* chore: bump chromium in DEPS to 113.0.5653.0 * chore: update patches * [Extensions c2s] Move HasActiveTabAndCanAccess() to //extensions https://chromium-review.googlesource.com/c/chromium/src/+/4305558 * [Privacy Hub] Respecting ChromeOS geoloc setting https://chromium-review.googlesource.com/c/chromium/src/+/4171824 * Add runtime DLLs to win_clang_x64 when needed https://chromium-review.googlesource.com/c/chromium/src/+/4336228 * chore: fix lint --------- Co-authored-by:
electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by:
deepak1556 <hop2deep@gmail.com>
-
John Kleinschmidt authored
-
- Mar 15, 2023
-
-
Milan Burda authored
Co-authored-by:
Milan Burda <miburda@microsoft.com>
-