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 .
- Nov 08, 2019
-
-
Electron Bot authored
-
loc authored
* fix: explicitly resize the contents when exiting html fullscreen while in OS fullscreen * test: ensure HTML fullscreen toggles while in OS fullscreen
-
Electron Bot authored
-
Robo authored
* fix: webrequest api typings * Update web-request.md
-
Robo authored
* fix: backport upstream patch for shutdown of X11 windows * fix: check for validity of guest webcontents
-
- Nov 07, 2019
-
-
trop[bot] authored
-
trop[bot] authored
-
trop[bot] authored
This was a regression in #16125, which unintentionally put `GlobalShortcutListener::RegisterAccelerator` into a `#if defined(OS_MACOSX)` block. Notes: Fix broken `globalShortcut.registerAll()` on Windows and Linux
-
trop[bot] authored
* fix: correctly emplace optional values in the value converter * chore: replace optional with nullopt when the conversion failed
-
- Nov 06, 2019
-
-
Electron Bot authored
-
trop[bot] authored
* docs: fix win.setIcon ts type * test: update smoke tests
-
trop[bot] authored
-
Samuel Attard authored
* chore: upgrade ts generator for better type safety * spec: fix tests
-
trop[bot] authored
-
Electron Bot authored
-
- Nov 05, 2019
-
-
Electron Bot authored
-
Samuel Attard authored
-
Milan Burda authored
-
Samuel Attard authored
-
Samuel Attard authored
* feat: add a new contextBridge module (#20307) * feat: add a new contextBridge module * chore: fix docs linting * feat: add support for function arguments being proxied * chore: ensure that contextBridge can only be used when contextIsolation is enabled * docs: getReverseBinding can be null * docs: fix broken links in md file * feat: add support for promises in function parameters * fix: linting failure for explicit constructor * Update atom_api_context_bridge.cc * chore: update docs and API design as per feedback * refactor: remove reverse bindings and handle GC'able functions across the bridge * chore: only expose debugGC in testing builds * fix: do not proxy promises as objects * spec: add complete spec coverage for contextBridge * spec: add tests for null/undefined and the anti-overwrite logic * chore: fix linting * spec: add complex nested back-and-forth function calling * fix: expose contextBridge in sandboxed renderers * refactor: improve security of default_app using the new contextBridge module * s/bindAPIInMainWorld/exposeInMainWorld * chore: sorry for this commit, its a big one, I fixed like everything and refactored a lot * chore: remove PassedValueCache as it is unused now Values transferred from context A to context B are now cachde in the RenderFramePersistenceStore * chore: move to anonymous namespace * refactor: remove PassValueToOtherContextWithCache * chore: remove commented unused code blocks * chore: remove .only * chore: remote commented code * refactor: extract RenderFramePersistenceStore * spec: ensure it works with numbered keys * fix: handle number keys correctly * fix: sort out the linter * spec: update default_app asar spec for removed file * refactor: change signatures to return v8 objects directly rather than the mate dictionary handle * refactor: use the v8 serializer to support cloneable buffers and other object types * chore: fix linting * fix: handle hash collisions with a linked list in the map * fix: enforce a recursion limit on the context bridge * chore: fix linting * chore: remove TODO * chore: adapt for PR feedback * chore: remove .only * chore: clean up docs and clean up the proxy map when objects are released * chore: ensure we cache object values that are cloned through the V8 serializer * docs: mark contextBridge as experimental (#20638) * docs: mark contextBridge as experimental This commit didn't make it to the original PR, quick addition here * Update context-bridge.md * chore: update for 7-0-x differences * chore: update callback header * chore: add v8 serializer converter, cherry picked from 2fad53e6 * chore: update for 7-0-x differences
-
Samuel Attard authored
-
trop[bot] authored
-
- Nov 04, 2019
-
-
Electron Bot authored
* chore: bump chromium in DEPS to 78.0.3904.93 * chore: bump chromium in DEPS to 78.0.3904.94
-
- Nov 02, 2019
-
-
Electron Bot authored
-
John Kleinschmidt authored
* Revert "build: lengthen wait times and retries for CircleCI releases (#20893)" This reverts commit 41b32cf5. * Revert "ci: verify CircleCI job number before returning job url (#20864)" This reverts commit b97c3aca. * Revert "build: run publish jobs in the secure context and enable sccache (#20863)" This reverts commit 055b5d27. * Revert "ci: use CircleCI 2.1 config and v2 APIs (#20852)" This reverts commit 18417425.
-
- Nov 01, 2019
-
-
Electron Bot authored
This reverts commit 7bad919b.
-
Electron Bot authored
-
Electron Bot authored
-
John Kleinschmidt authored
* build: allow circleci timeout and retry to be set via env variables * check for more statuses and run indefinitely
-
Electron Bot authored
This reverts commit 961436f3.
-
Electron Bot authored
-
trop[bot] authored
-
Electron Bot authored
This reverts commit 8dfb8c55.
-
Electron Bot authored
-
John Kleinschmidt authored
This reverts commit 0de78019.
-
Electron Bot authored
This reverts commit b6717a66.
-
Electron Bot authored
-
trop[bot] authored
* build: lengthen wait times and retries for CircleCI releases * Review suggestions
-
trop[bot] authored
* docs: fix list formatting in performance checklist * docs: remove unused link ref
-
Electron Bot authored
-