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 07, 2019
-
-
Electron Bot authored
-
Shelley Vohr authored
* feat: allow resigning current NSUserActivity * wrap in @available check
-
Shelley Vohr authored
-
Felix Rieseberg authored
* docs: Update Guides & Tutorials section * docs: Update the list of docs * Update docs/README.md Co-Authored-By:
Mark Lee <malept@users.noreply.github.com> * Update docs/README.md Co-Authored-By:
Mark Lee <malept@users.noreply.github.com> * Update docs/README.md Co-Authored-By:
Mark Lee <malept@users.noreply.github.com> * Update docs/README.md Co-Authored-By:
Mark Lee <malept@users.noreply.github.com> * docs: Implement feedback
-
- Jun 06, 2019
-
-
Electron Bot authored
-
Shelley Vohr authored
* feat: promisify systemPreferences notification methods * correct userInfo typedef
-
Jeremy Apthorp authored
-
Samuel Attard authored
* build: unify YARN_VERSION variable usage and ensure CI uses yarn not npm * chore: use a JS helper so that it can work on windows * chore: make script/yarn without node_modules installed
-
Samuel Attard authored
* fix: reject the executeJavaScript promise when it fails to execute the script Closes #9102 * Update atom/renderer/api/atom_api_web_frame.cc Co-Authored-By:
Jeremy Apthorp <nornagon@nornagon.net> * Update atom/renderer/api/atom_api_web_frame.cc Co-Authored-By:
Jeremy Apthorp <nornagon@nornagon.net> * fix: missing semicolon
-
Robo authored
It is no longer used, follow up for https://chromium-review.googlesource.com/c/chromium/src/+/1610892
-
Jeremy Apthorp authored
-
John Kleinschmidt authored
Make sure we pass along token to download from CircleCI Also, add back off period for retries on downloads.
-
- Jun 05, 2019
-
-
Jeremy Apthorp authored
* ci: add windows zip manifest checking * fix manifests
-
Electron Bot authored
-
Shelley Vohr authored
-
Electron Bot authored
* chore: bump chromium in DEPS to f200986dfaabd6aad6a4b37dad7aae42fec349e9 * chore: BridgedNativeWidgetImpl was renamed to NativeWidgetMacNSWindowHost Refs: https://chromium-review.googlesource.com/c/chromium/src/+/1640804 * refactor: remove MainMenu.xib as Chromium has removed its dependency on xcode and therefore all xibs As we set default menus in JS land the default native menu is tiny, just has a Quit button Refs: https://chromium-review.googlesource.com/c/chromium/src/+/1627242 * chore: update zip manifests
-
Jeremy Apthorp authored
-
Jeremy Apthorp authored
-
Samuel Attard authored
* docs: ensure that optionality matches between documented params and signatures * docs: ensure that all optional declarations are lower case * chore: fix broken link
-
Milan Burda authored
-
- Jun 04, 2019
-
-
Electron Bot authored
-
Electron Bot authored
* chore: bump chromium in DEPS to 07463d3cd628b037c11f36022cb4c788db4628e3 * chore: update patches * fix: Don't leak system network context when nw service is disabled https://chromium-review.googlesource.com/c/chromium/src/+/1632494 NetworkService is now deleted by using SequnceLocalStorageSlot on the IO thread when the service is disabled, which expects all associated NetworkContexts on that sequence to be destroyed. * chore: bump chromium in DEPS to 7c16850e7e40990e141f47101b737ec1092175a1 * fix: Destroy all network contexts before primary network context * Simplify out-of-process service registration https://chromium-review.googlesource.com/c/chromium/src/+/1615882 * [ThreadPool] Rename base::ThreadPool to base::ThreadPoolInstance https://chromium-review.googlesource.com/c/chromium/src/+/1634851 * chore: update patches * fix: -Winconsistent-missing-override warnings * chore: bump chromium in DEPS to 93ebfaccc12715df1d5426797998eed0932f7ae1 * Change CreateBrowserMainParts to return unique_ptrs https://chromium-review.googlesource.com/c/chromium/src/+/1632532 * chore: update patches * chore: bump chromium in DEPS to e656555ffb87bdd05e248d0a3ef9dd9d3433e17b * chore: bump chromium in DEPS to 111e7a8d2e3ae9d70e535009d6afb066ac906063 * chore: bump chromium in DEPS to 9b6b84670d32a7aff41ce73adc0eeee67d364989 * chore: update patches * chore: remove ShouldInterceptResourceAsStream as it is removed upstream Refs: https://chromium-review.googlesource.com/c/chromium/src/+/1639597 * chore: remove ResourceDispatcherHostCreated as it is removed upstream Refs: https://chromium-review.googlesource.com/c/chromium/src/+/1610892 * chore: CreateWithStrongBinding --> CreateWithSelfOwnedReceiver Refs: https://chromium-review.googlesource.com/c/chromium/src/+/1636722 * chore: rename all blink media enums Refs: https://chromium-review.googlesource.com/c/chromium/src/+/1639237 * chore: add accidentally removed patch content back
-
小菜 authored
-
Jeremy Apthorp authored
* refactor: mojofy zoom api * remove unneeded #includes * remove outdated comment
-
Samuel Attard authored
* refactor: remove electron.asar and embed JS in binary * chore: update DEPS to merged node sha * chore: remove unneeded eslint ignore
-
Jeremy Apthorp authored
-
Milan Burda authored
-
Richard Townsend authored
* build: allow pulling in a later version of Clang Due to a code-generation defect related to virtual method thunks in the official compiler used for Chromium M76, it's necessary to build for WoA with a later version of Clang. When running gclient sync, setting ELECTRON_BUILD_WOA=1 in the environment will download a corrected compiler which doesn't have this defect. * docs: add a note about building for Windows on Arm
-
Alexandre Lacheze authored
* Get a site instance related to current one instead of creation a new one Using `GetRelatedSiteInstance` will keep the relation (same browsing instance) between the current and the new site instance. * Some relies on preloads in opened window The fact that, now, we always have an opener for opened windows diables note integration in opened windows, except if `nodeIntegrationInSubFrames` is enabled. * Add a test on window.opener after cross-orgin navigation * Make sure to unregisterProtocol in tests * Introduc and use a NetworkSandbox for tests * Modify tests about zoom persistence to properly simulate cross-origin navigation * Revert "Modify tests about zoom persistence to properly simulate cross-origin navigation" This reverts commit 0a7537f2eb7f183ddec16637e8a2e92a0d600321.
-
Samuel Attard authored
Previously we loaded both fs and child_process and then hooked into the returned value, relying on the module cache to keep our modifications and give them to everyone. Loading child_process took in excess of 20ms though so instead of loading it and then hooking in. We intercept all Module load requests, and when the first one for `child_process` comes in, we wrap the appropriate methods and then never touch it again.
-
Felix Rieseberg authored
* docs: Fix incorrect dialog docs We had multiple definitions for `showSaveDialog`. * docs: Update, take two
-
Milan Burda authored
-
Dana Woodman authored
-
Joël Charles authored
* doc: Update breaking changes on webFrame.setSpellCheckProvider * doc: fix example * doc: lint: extra semicolon * Update docs/api/breaking-changes.md Co-Authored-By:
magne4000 <joel.charles91@gmail.com>
-
Samuel Attard authored
This module is on the hot load path and we don't need cp till later
-
Tomas Rycl authored
-
Nitish Sakhawalkar authored
-
Alexey Kuzmin authored
* build: use python-dbusmock v0.18.1 on Linux To prevent timeout errors with some other python-dbusmock versions. * Don't use a fixed version of python-dbusmock Co-Authored-By:
John Kleinschmidt <jkleinsc@github.com>
-
Milan Burda authored
-
Jeremy Apthorp authored
-