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 .
- May 28, 2021
-
-
Electron Bot authored
-
David Sanders authored
-
Jeremy Rose authored
-
Jeremy Rose authored
-
Jeremy Rose authored
-
David Sanders authored
-
David Sanders authored
-
David Sanders authored
-
aydon authored
In version 13.0.1 preload process should added to webPreferences.
-
Electron Bot authored
-
- May 27, 2021
-
-
Jeremy Foster authored
* remove version info from index.html page * remove nodeIntegration * format code and update readme * add note to user in index.html
-
David Sanders authored
-
Erick Zhao authored
-
Cheng Zhao authored
-
George Xu authored
update "Change" to "Modify" to reflect the actual options the user sees when opening visual studio installer
-
Samuel Attard authored
* feat: add experimental cookie encryption support on macOS * chore: fix TODO * update patches * feat: make cookie encryption work on windows * chore: update cookie encryption support comments * fix: only call OSCrypt::Init on windows * chore: make cookie encryption work on linux * Update shell/browser/net/system_network_context_manager.cc Co-authored-by:
Jeremy Rose <jeremya@chromium.org> * chore: fix lint * chore: update patches * chore: update patches to upstreamed variants * chore: use chrome ::switches constants * chore: remove bad patch * build: disable cookie encryption by default * chore: update patches * fix: provide std::string to NoDestructor * chore: fix macos, nodestructor syntax * build: fix macOS build due to mismatch in DEFINE Co-authored-by:
Electron Bot <electron@github.com> Co-authored-by:
Jeremy Rose <jeremya@chromium.org>
-
Samuel Attard authored
-
John Kleinschmidt authored
build: ensure that mksnapshot for Apple Silicon has all of the needed files for snapshot generation (#29338) * build: include mksnapshot args in arm64 mksnapshot.zip * get gen/v8/embedded.S from proper location
-
- May 26, 2021
-
-
David Sanders authored
-
Samuel Attard authored
-
- May 25, 2021
-
-
Electron Bot authored
-
- May 24, 2021
-
-
Sofia Nguy authored
* docs: update 14.0.0 stable dates * Update docs/tutorial/electron-timelines.md Co-authored-by:
Keeley Hammond <vertedinde@electronjs.org> Co-authored-by:
Keeley Hammond <vertedinde@electronjs.org>
-
Michaela Laurencin authored
-
Milan Burda authored
-
Ethan Arrowood authored
* rework online detection doc and fiddle * add footnote * Update docs/tutorial/online-offline-events.md Co-authored-by:
Erick Zhao <erick@hotmail.ca> * Update docs/tutorial/online-offline-events.md Co-authored-by:
Erick Zhao <erick@hotmail.ca> * Update docs/tutorial/online-offline-events.md * Update docs/tutorial/online-offline-events.md * Update docs/tutorial/online-offline-events.md * chore: fix lint error Co-authored-by:
Erick Zhao <erick@hotmail.ca> Co-authored-by:
Cheng Zhao <github@zcbenz.com>
-
Samuel Attard authored
-
Samuel Attard authored
-
Jeremy Rose authored
* chore: remove unused patch chunk from bad merge * chore: update patches Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com>
-
Kevin Hartman authored
Remove index.html from offscreen-rendering tutorial. It is not used. Update offscreen-rendering.md to reflect changes to fiddle.
-
Tony Ferrell authored
* Update docs for keyboard shortcuts * Add a fiddle for web-apis * Apply suggestions from code review Co-authored-by:
Erick Zhao <erick@hotmail.ca> * Cleanup a few formatting errors and missed copies * Add descriptions to index.html * Focus on renderer Co-authored-by:
Erick Zhao <erick@hotmail.ca>
-
Milan Burda authored
-
Erick Zhao authored
* docs: add 'introduction' doc * note * wip * updates * wip * wip * wip * add missing code * wip * add image for chrome processes * process model wip * finish line? * update links * Update docs/README.md Co-authored-by:
Cheng Zhao <github@zcbenz.com> * Update docs/tutorial/introduction.md Co-authored-by:
Mark Lee <malept@users.noreply.github.com> * Update docs/tutorial/quick-start.md Co-authored-by:
Mark Lee <malept@users.noreply.github.com> * Update docs/tutorial/process-model.md Co-authored-by:
Mark Lee <malept@users.noreply.github.com> * Update docs/tutorial/process-model.md Co-authored-by:
Mark Lee <malept@users.noreply.github.com> * Update docs/tutorial/process-model.md Co-authored-by:
Mark Lee <malept@users.noreply.github.com> * Update docs/tutorial/quick-start.md Co-authored-by:
Mark Lee <malept@users.noreply.github.com> * Update docs/tutorial/quick-start.md Co-authored-by:
Mark Lee <malept@users.noreply.github.com> * Update docs/tutorial/quick-start.md Co-authored-by:
Mark Lee <malept@users.noreply.github.com> * Update docs/tutorial/quick-start.md Co-authored-by:
Mark Lee <malept@users.noreply.github.com> * address code review * Update docs/tutorial/application-distribution.md Co-authored-by:
Mark Lee <malept@users.noreply.github.com> * remove wip doc Co-authored-by:
Cheng Zhao <github@zcbenz.com> Co-authored-by:
Mark Lee <malept@users.noreply.github.com>
-
Electron Bot authored
-
Samuel Attard authored
-
Samuel Attard authored
-
Keeley Hammond authored
-
Electron Bot authored
This reverts commit 06a8cab4.
-
Electron Bot authored
-
- May 23, 2021
-
-
Keeley Hammond authored
* test: re-enable nan test: typedarrays-test.js Fixes #28414. I've confirmed this fix wfm on Linux. Pushing into a PR to get CI to run it out on Win and Mac platforms too. * chore: clarify comment * test: fix NAN test string alignment * test: (wip) add ldflags, archive file for libc++ * test: (wip) add libc++ to CircleCI * test: (wip) add llvm flags * test: (wip) change ldflag syntax * test: (wip) build libc++abi as static * fix: correct ldflags * test: add ld env * fix: do not commit this * test: add lld from src to circleci * test: add lld link to ld * chore: preserve third_party * seems legit * sam swears this works kinda sort of sometimes' : * build: add gn visibility patch * chore: update patches * build: check for flatten_relative_to = false * build: upload zip files, add to release.js validation * debug: what the hell gn * build: add libcxx gni to lint ignore Linting the file adjusted the licenses array, which only contains one value, and causes the gn check to fail later * build: also use nan-spec-runner flags on Windows * build: add linked flags for win32 only * build: build libc++ as source on win * build: clean up patch, add -fPIC for IA32 * build: delete libcxx .a files from root * build: rename libc++.zip, clean up upload per platform * build: fix gni lint * ci: add libcxx gen to circleci config * build: correct libcxx-object syntax Co-authored-by:
Samuel Attard <sam@electronjs.org> Co-authored-by:
Charles Kerr <charles@charleskerr.com> Co-authored-by:
clavin <clavin@electronjs.org> Co-authored-by:
Samuel Attard <sattard@slack-corp.com> Co-authored-by:
PatchUp <73610968+patchup[bot]@users.noreply.github.com> Co-authored-by:
Samuel Attard <sam@electronjs.org>
-
- May 22, 2021
-
-
Cheng Zhao authored
-