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 .
- Apr 03, 2020
-
-
Electron Bot authored
-
Shelley Vohr authored
* fix: webframe crashes for removed render frame * Make errors more descriptive
-
Jeremy Apthorp authored
-
Jeremy Apthorp authored
-
Samuel Attard authored
* feat: expose the sameSite value for cookies * Apply suggestions from code review Co-Authored-By:
Charles Kerr <ckerr@github.com> * Apply suggestions from code review Align with cookie samesite values for the extensions API https://developer.chrome.com/extensions/cookies#type-SameSiteStatus * chore: add tests for sameSite cookies get/set * chore: update docs parser * chore: update docs for MessageChannel and MessagePort to have correct process information * chore: remove LOG warning * chore: throw error if the string->samesite conversion fails Co-authored-by:
Charles Kerr <ckerr@github.com>
-
Shelley Vohr authored
When propagating the undo and redo events from the menu, Chromium was not properly sending the events to the focused WebContents. This fixes that by ensuring that the events are sent to the proper WebContents.
-
Samuel Attard authored
* docs: document what experimental means explicitly * Apply suggestions from code review Co-Authored-By:
Jeremy Apthorp <jeremya@chromium.org> * Update experimental.md Co-authored-by:
Jeremy Apthorp <jeremya@chromium.org>
-
- Apr 02, 2020
-
-
Electron Bot authored
-
- Apr 01, 2020
-
-
Electron Bot authored
-
Shelley Vohr authored
Adds property-based support for the remainder of primitive gette/setter pairs on `BrowserWindow`. Namely: - `win.simpleFullScreen` - `win.title` - `win.visibleOnAllWorkspaces` - `win.documentEdited` - `win.representedFilename` - `win.shadow` - `win.kiosk` - `win.menuBarVisible`
-
Jeremy Apthorp authored
-
Andrea Brancaleoni authored
-
Cheng Zhao authored
-
Cheng Zhao authored
* fix: override file:// instead of intercepting * test: webRequest module should work with file:// * fix: service work with file:// url * fix: original_response_headers can be null * fix: only register file:// when necessary
-
Robo authored
* fix: ensure standard schemes are registered in nw service process Refs https://github.com/electron/electron/pull/20546 * chore: add test * chore: apply suggestions from code review Co-Authored-By:
Jeremy Apthorp <jeremya@chromium.org> Co-authored-by:
Jeremy Apthorp <jeremya@chromium.org>
-
Cheng Zhao authored
-
Samuel Attard authored
-
Jeremy Apthorp authored
-
John Kleinschmidt authored
* ci: cleanup extraneous release tests * Temporarily setup nightly ci to run on demand * Revert "Temporarily setup nightly ci to run on demand" This reverts commit 21e50d4f57ed0ee7859263c718d884efc571d967.
-
- Mar 31, 2020
-
-
Electron Bot authored
-
Charles Kerr authored
* docs: fix minor grammar error 'punctuations' * docs: fix minor grammar error pluralizing Chromium * docs: fix typo 'updateCurrentActiviy' * docs: use consistent spelling of 'behavior' * docs: use 'macOS' instead of 'Mac OS' or 'OS X'. * docs: use 'GTK' instead of 'GTK+' https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html * docs: minor capitalization: use 'TCP' not 'tcp' * Update docs/development/build-instructions-linux.md Co-Authored-By:
Mark Lee <malept@users.noreply.github.com> Co-authored-by:
Mark Lee <malept@users.noreply.github.com> Co-authored-by:
John Kleinschmidt <jkleinsc@github.com>
-
Samuel Attard authored
* fix: do not crash if the window is closed syncronously with a nativeTheme change * fix: propogate preferred color scheme to the renderer and keep it up to date
-
Shelley Vohr authored
* docs: enumerate deprecation policy * Address @MarshallOfSound feedback
-
Sofia Nguy authored
-
John Kleinschmidt authored
-
Jeremy Apthorp authored
-
Shelley Vohr authored
-
- Mar 30, 2020
-
-
Electron Bot authored
-
Samuel Attard authored
feat: default gtk darkTheme option to nativeTheme.shouldUseDarkColors for better platform support (#20138) * feat: default gtk darkTheme option to nativeTheme.shouldUseDarkColors for better platform support * chore: update syntax for PR feedback * refactor: only define SetGTKDarkThemeEnabled when needed Co-authored-by:
Cheng Zhao <zcbenz@gmail.com>
-
Jeremy Apthorp authored
* refactor: ginify Tray * lint * improve argument parsing logic * remove redundant imports from tray.js * new Tray produces an instanceof Tray * make Constructible generic * lint * clean up on exit
-
- Mar 28, 2020
-
-
Cheng Zhao authored
* chore: remove unused views API classes * chore: remove LayoutManager code * chore: no more need to make View inherit from TrackabeObject * chore: make enable_view_api default to true * chore: enable_view_api => enable_views_api
-
- Mar 27, 2020
-
-
Electron Bot authored
-
Shelley Vohr authored
-
Jeremy Apthorp authored
-
Mark Lee authored
* build(deps-dev): upgrade asar to ^2.1.0 * build(deps-dev): upgrade asar to ^3.0.1
-
Felix Rieseberg authored
* docs: Burn the about document * docs: Delete reference, too
-
CezaryKulakowski authored
Lack of this change will lead to freeze after call to hide/show on window which has set flag disable_hidden_. To reproduce the problem it's necessary to create some number of windows (how many it depends on number of windows being cached by Chromium's FrameEvictionManager).
-
Heilig Benedek authored
Co-authored-by:
Andy Locascio <andy@slack-corp.com>
-
Jeremy Apthorp authored
Co-authored-by:
John Kleinschmidt <jkleinsc@github.com>
-
Jeremy Apthorp authored
-