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 .
- Jul 13, 2021
-
-
Electron Bot authored
-
Samuel Attard authored
This reverts commit 6699fea2.
-
- Jul 12, 2021
-
-
trop[bot] authored
* fix: window ordering on mac * chore: fix flaky fullscreen inheritance test * chore: disable fullscreen test on mac arm Co-authored-by:
deepak1556 <hop2deep@gmail.com>
-
- Jul 10, 2021
-
-
trop[bot] authored
* feat: add missing resourceType conversions for webRequest listener details * chore: update patches Co-authored-by:
Milan Burda <milan.burda@gmail.com> Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com>
-
trop[bot] authored
* docs: modernize protocol-handler docs * docs: iadd contextIsolation * docs: add guide for launch-app-from-URL-in-other-app * docs: address comments * chore: fix brackets * chore: add escaped brackets Co-authored-by:
George Xu <gxu@slack-corp.com>
-
- Jul 08, 2021
-
-
trop[bot] authored
* build: fix building with enable_plugins = false * chore: update patches Co-authored-by:
Milan Burda <milan.burda@gmail.com> Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com>
-
trop[bot] authored
* docs: mention contextIsolation in ipc-main example * chore: update patches Co-authored-by:
Jeremy Rose <jeremya@chromium.org> Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com>
-
trop[bot] authored
* feat: enable windows control overlay on macOS * address review feedback * chore: address review feedback * Address review feedback * update doc per review * only enable WCO when titleBarStyle is overlay * Revert "only enable WCO when titleBarStyle is overlay" This reverts commit 1b58b5b1fcb8f091880a4e5d1f8855399c44afad. * Add new titleBarOverlay property to manage feature * spelling fix * Update docs/api/frameless-window.md Co-authored-by:
Samuel Attard <sam@electronjs.org> * Update shell/browser/api/electron_api_browser_window.cc Co-authored-by:
Samuel Attard <sam@electronjs.org> * update per review feedback Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org> Co-authored-by:
Samuel Attard <sam@electronjs.org>
-
Electron Bot authored
-
- Jul 07, 2021
-
-
trop[bot] authored
* Update dark-mode.md Fix the unmatched css file name * Update docs/tutorial/dark-mode.md Co-authored-by:
Jeremy Rose <nornagon@nornagon.net> Co-authored-by:
Jenux <ijenux@gmail.com> Co-authored-by:
Jeremy Rose <nornagon@nornagon.net>
-
- Jul 06, 2021
-
-
electron-roller[bot] authored
* chore: bump chromium in DEPS to 93.0.4562.0 * chore: update patches * [base] Made Value::Take{Dict,List}() rvalue ref-qualified. https://chromium-review.googlesource.com/c/chromium/src/+/2988105 * Revert "Reland "Roll src/buildtools/third_party/libc++/trunk/ 8fa879467..79a2e924d (426 commits)"" https://chromium-review.googlesource.com/c/chromium/src/+/2995482 This reverts commit 9691d6c265f010791c37d374248559969980ec65 and 797723ec838709ddeba0c104e30727ee0b7ac8ca * Pass gfx::Insets to GetHTComponentForFrame https://chromium-review.googlesource.com/c/chromium/src/+/2984243 * chore: bump chromium in DEPS to 93.0.4563.0 * chore: bump chromium in DEPS to 93.0.4564.0 * chore: bump chromium in DEPS to 93.0.4565.0 * chore: bump chromium in DEPS to 93.0.4566.0 * [Clipboard API] Clipboard Custom Formats implementation Part 2. https://chromium-review.googlesource.com/c/chromium/src/+/2967649 (cherry picked from commit 607ca0a09b9a214194a51417f74a668ddc313706) * Prevent use of base::NoDestructor for trivially-destructible types https://chromium-review.googlesource.com/c/chromium/src/+/2998672 (cherry picked from commit 3983afda29d8579200cd60fc14d35ca5ae544e91) * fixup! [Clipboard API] Clipboard Custom Formats implementation Part 2. (cherry picked from commit 3a1dbc649c6aec91d076acfc0eff094fbb2c7072) * chore: add missing header (cherry picked from commit a291f4864ebcec251a0c84fbd3388502222cdc65) * chore: update patches * ci: do not run clipboard tests on WOA (cherry picked from commit 0e3aedfbde7fcd5447af4182327d638e5bc63ea6) 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:
deepak1556 <hop2deep@gmail.com> Co-authored-by:
John Kleinschmidt <jkleinsc@electronjs.org>
-
trop[bot] authored
Co-authored-by:
David Sanders <dsanders11@ucsbalum.com>
-
trop[bot] authored
Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
trop[bot] authored
* fix: do not leak NSUUID * Fix build error Co-authored-by:
Cheng Zhao <zcbenz@gmail.com>
-
trop[bot] authored
Co-authored-by:
Cheng Zhao <zcbenz@gmail.com>
-
- Jul 05, 2021
-
-
Electron Bot authored
-
Jeremy Rose authored
Co-authored-by:
Jeremy Rose <jeremya@chromium.org> Co-authored-by:
Charles Kerr <charles@charleskerr.com>
-
trop[bot] authored
The API has been around for about 3 years. It should no longer be considered experimental. Co-authored-by:
Antón Molleda <amolleda@gmail.com>
-
trop[bot] authored
* fix: global.module.paths in workers * spec: add a regression test Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
Erick Zhao authored
* docs: added guide and updated docs for Tray (#29385) (#29762) * docs: added guide and updated docs for Tray * docs: improve clarity * docs: fix frontmatter for Tray tutorial (#29788) Co-authored-by:
George Xu <33054982+georgexu99@users.noreply.github.com>
-
trop[bot] authored
Co-authored-by:
Cheng Zhao <zcbenz@gmail.com>
-
- Jul 02, 2021
-
-
trop[bot] authored
* fix: correctly propagate title updates for window with no navigation entries * test Co-authored-by:
Jeremy Rose <nornagon@nornagon.net>
-
trop[bot] authored
Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
trop[bot] authored
The new installs of the python module, python-dbusmock, is broken for python2. The tests still run fine on linux machine in Electron's pipeline setup on CircleCI, because the docker image used has the non-broken version of python-dbusmock for python2 installed. But running electron tests on any other linux machine would fail if they don't have this non-broken version of python-dbusmock for python2 installed, already, which is the case for most of the machines. Moreover, Python2 is deprecated now. So it would be better if we change the python interpreter in script/spec-runner.js file to python3, for which all the python modules are updated and working. Notes: none Co-authored-by:
Rituka Patwal <rituka.patwal@postman.com>
-
- Jul 01, 2021
-
-
Samuel Attard authored
-
Electron Bot authored
-
electron-roller[bot] authored
* chore: bump chromium in DEPS to 93.0.4557.4 * chore: update patches * Fix warnings for -Wc++11-narrowing. Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2942212 * chore: run gen-libc++-filenames.js * Reland "Roll src/buildtools/third_party/libc++/trunk/ 8fa879467..79a2e924d (426 commits)" https://chromium-review.googlesource.com/c/chromium/src/+/2988699 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:
Charles Kerr <charles@charleskerr.com> Co-authored-by:
deepak1556 <hop2deep@gmail.com>
-
trop[bot] authored
Co-authored-by:
deepak1556 <hop2deep@gmail.com>
-
- Jun 30, 2021
-
-
Omar Kilani authored
-
trop[bot] authored
* chore: bump chromium to 93.0.4550.0 (main) (#29751) * chore: bump chromium to 93.0.4552.0 (main) (#29862) 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:
Charles Kerr <charles@charleskerr.com> Co-authored-by:
deepak1556 <hop2deep@gmail.com> 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:
Charles Kerr <charles@charleskerr.com>
-
- Jun 28, 2021
-
-
Electron Bot authored
-
trop[bot] authored
Co-authored-by:
Milan Burda <milan.burda@gmail.com>
-
Jeremy Rose authored
* Revert "feat: enable nativeWindowOpen by default (#28552)" This reverts commit f8bdef53. * warn when nativeWindowOpen is undefined * Update browser-window.md
-
trop[bot] authored
* fix: stop window.open from hanging when prevented * add test Co-authored-by:
Jeremy Rose <nornagon@nornagon.net>
-
- Jun 25, 2021
-
-
trop[bot] authored
Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
trop[bot] authored
* fix: Inspector method overrides when contextIsolation enabled * fix: handle DevToolsAPI call * refactor: always use webFrame.executeJavaScript Co-authored-by:
Shelley Vohr <shelley.vohr@gmail.com>
-
trop[bot] authored
Co-authored-by:
Jeremy Rose <jeremya@chromium.org>
-
- Jun 24, 2021
-
-
Electron Bot authored
-
Robo authored
-
Jeremy Rose authored
-