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 .
- Jun 09, 2023
-
-
Samuel Attard authored
-
Samuel Attard authored
-
Samuel Attard authored
-
David Sanders authored
* build: move uploadIndexJson to just before publishRelease * chore: move uploadNodeShasums as well
-
Milan Burda authored
* feat: remove enable_run_as_node flag * drop features.isRunAsNodeEnabled() * use IsEnvSet() helper in electron_main_linux.cc * cleanup [[maybe_unused]] --------- Co-authored-by:
Milan Burda <miburda@microsoft.com>
-
John Kleinschmidt authored
-
Cheng Zhao authored
chore: tune patches so we can build other chromium targets
-
- Jun 08, 2023
-
-
Charles Kerr authored
-
Charles Kerr authored
-
David Sanders authored
-
wgsheng authored
-
Shelley Vohr authored
-
Shelley Vohr authored
-
Milan Burda authored
Co-authored-by:
Milan Burda <miburda@microsoft.com>
-
Shelley Vohr authored
chore: clean up ElectronPermissionManager
-
David Sanders authored
-
Dani Haro authored
docs: match docs for `app.badgeCount` and `app.setBadgeCount()`
-
Erick Zhao authored
* docs: use local img for contents.adjustSelection api * fixup
-
David Sanders authored
-
Samuel Attard authored
* build: try m1 speed test * yolo? * build: fix gn binary on m1 * build: remove arm64 snapshot logic * build: strip x64 on arm64 hosts... * if is fi * build: no more GENERATE_CROSS_ARCH_SNAPSHOT * build: chromedriver inline on arm64 darwin * build: no copy chromedriver * build: use m1 for publish * medium?
-
Charles Kerr authored
-
Shelley Vohr authored
fix: bad error passing webContents.print(null)
-
- Jun 07, 2023
-
-
Shelley Vohr authored
fix: validate response in protocol.handle()
-
Charles Kerr authored
refactor: sync api::Screen getter sigs to upstream ui::Display GetAllDisplays(), GetPrimaryDisplay(), GetDisplayMatching(), and GetDisplayNearestPoint() methods are all const, so make our wrappers const too. ui::Display GetAllDisplays() returns a const reference, so make our wrapper return a const reference too. This avoids creating a new std::vector<display::Display> each time it's called.
-
John Kleinschmidt authored
-
zeeker999 authored
-
Charles Kerr authored
* refactor: remove redundant resizing strategy equality check Upstream already checks this.
-
- Jun 06, 2023
-
-
Shelley Vohr authored
-
Shelley Vohr authored
-
Milan Burda authored
refactor: use process_util.h helpers
-
- Jun 05, 2023
-
-
Shelley Vohr authored
-
David Sanders authored
* build(deps): update @electron/lint-roller * chore: type check JS in docs * docs: add @ts-check and @ts-expect-error to code blocks * chore: fix type check errors in docs * chore: add ts-type to blocks
-
David Sanders authored
-
Milan Burda authored
-
Charles Kerr authored
* refactor: in NativeWindowViews, aggregate root_view_ directly * refactor: in NativeWindowViews, aggregate keyboard_event_handler_ directly * refactor: make NativeWindowClientView::window_ a raw_ref Xref: https://chromium.googlesource.com/chromium/src/+/main/styleguide/c++/c++.md\#non_owning-pointers-in-class-fields Prefer const raw_ref<T> whenever the held pointer will never be null * chore: make lint happy
-
- Jun 03, 2023
-
-
Charles Kerr authored
chore: remove unused electron::api::View methods Remove code that was added in 2c8dc9e0 but never used.
-
- Jun 02, 2023
-
-
Charles Kerr authored
-
- Jun 01, 2023
-
-
Shelley Vohr authored
-
Sergey authored
* docs: fixed "Analyze runtime performance" link * docs: added missing list item
-
Charles Kerr authored
* refactor: remove unused declaration of electron::kSHA1Certificate usage removed in 13a1d79c * refactor: remove unused declaration of electron::kSHA1MajorDescription usage removed in 13a1d79c * refactor: remove unused declaration of electron::kSHA1MinorDescription usage removed in 13a1d79c * refactor: remove unused declaration of electron::kCertificateError usage removed in 13a1d79c * refactor: remove unused declaration of electron::kValidCertificate usage removed in 13a1d79c * refactor: remove unused declaration of electron::kValidCertificateDescription usage removed in 13a1d79c * refactor: remove unused declaration of electron::kSecureProtocol, kSecureProtocolDescription usage removed in 497f5a11 * refactor: remove electron::options::kPreloadScripts removed in bad8d5e0 * refactor: remove electron::options::kImageAnimationPolicy removed in 385d0f59
-