Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

Description change #7

Open
wants to merge 482 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
482 commits
Select commit Hold shift + click to select a range
6327a5a
chore: clean up some spec things (#28680)
MarshallOfSound Apr 19, 2021
ac9ec1a
build: unify machine-mac-large-arm and machine-mac-large (#28700)
MarshallOfSound Apr 19, 2021
400d7c4
chore: update ts parser for description comment fixes and generic typ…
MarshallOfSound Apr 19, 2021
8164322
build: read node files as binary files (#28729)
jkleinsc Apr 19, 2021
e12a3cb
feat: remove deprecated additionalFeatures (#28548)
nornagon Apr 19, 2021
4f3664e
build: fix docs only change script to pull all files not just 30 (#28…
MarshallOfSound Apr 20, 2021
6ee819a
Bump v14.0.0-nightly.20210420
electron-bot Apr 20, 2021
69f3e33
fix: ensure widget size is set correctly on linux on small screens (#…
MarshallOfSound Apr 21, 2021
11199d8
feat: add BrowserWindow.isFocusable() (#28642)
codebytere Apr 21, 2021
7063b5e
Bump v14.0.0-nightly.20210421
electron-bot Apr 21, 2021
503d24a
fix: handle async nature of [NSWindow -toggleFullScreen] (#25470)
codebytere Apr 21, 2021
c4931ff
build(deps): bump ssri from 6.0.1 to 6.0.2 (#28723)
dependabot[bot] Apr 21, 2021
4ca5184
feat: remove BrowserWindow option inheritance (#28550)
nornagon Apr 21, 2021
79077f6
chore: remove app.allowRendererProcessReuse (#26874)
MarshallOfSound Apr 21, 2021
13f36d5
build: disable pseudolocales in Electron (#28766)
codebytere Apr 22, 2021
362e842
build(deps): bump elliptic from 6.5.3 to 6.5.4 (#28066)
dependabot[bot] Apr 22, 2021
93311c8
Bump v14.0.0-nightly.20210422
electron-bot Apr 22, 2021
43d27cc
feat: add WebFrameMain.visibilityState (#28706)
samuelmaddock Apr 22, 2021
2890471
refactor: clean up unused parts of the render_frame_host patch file (…
MarshallOfSound Apr 22, 2021
583660a
docs: fix unintentional emoji in win.getMediaSourceId description (#2…
nornagon Apr 22, 2021
d2654c6
chore: restore "Additional Information" section (#28764)
nornagon Apr 22, 2021
be3c2fd
fix: shell.trashItem crash when called in renderer (#28748)
nornagon Apr 22, 2021
33bbdcf
Bump v14.0.0-nightly.20210423
electron-bot Apr 23, 2021
1c57e07
refactor: remove ProcessPreferences (#28786)
nornagon Apr 23, 2021
dc7fa1d
refactor: be more precise when creating api::WebContents (#23128)
nornagon Apr 23, 2021
7c32deb
refactor: use rfh instead of process id in permission manager (#28791)
nornagon Apr 26, 2021
ae0de8e
fix: only set backgroundColor in default-app for default index.html (…
miniak Apr 26, 2021
a1386dc
Bump v14.0.0-nightly.20210426
electron-bot Apr 26, 2021
08c4b0a
build: free up space on macOS some more
MarshallOfSound Apr 26, 2021
cce73c3
Revert "Bump v14.0.0-nightly.20210426"
MarshallOfSound Apr 26, 2021
a76b533
build: delete dsyms after they have been zipped in release builds
MarshallOfSound Apr 26, 2021
5d15cec
Bump v14.0.0-nightly.20210426
electron-bot Apr 26, 2021
82b0d67
Revert "Bump v14.0.0-nightly.20210426"
MarshallOfSound Apr 26, 2021
79f6741
build: import execute method in symbols zip script
MarshallOfSound Apr 26, 2021
7884f52
build: fix releases that failed halfway through npm publish actions (…
MarshallOfSound Apr 26, 2021
9afae17
Bump v14.0.0-nightly.20210426
electron-bot Apr 26, 2021
7cf1f8d
Revert "Bump v14.0.0-nightly.20210426"
electron-bot Apr 26, 2021
2ceae36
Bump v14.0.0-nightly.20210426
electron-bot Apr 26, 2021
7584ca1
Revert "Bump v14.0.0-nightly.20210426"
electron-bot Apr 26, 2021
7c39806
Bump v14.0.0-nightly.20210426
electron-bot Apr 26, 2021
72092c2
Bump v14.0.0-nightly.20210427
electron-bot Apr 27, 2021
b97b973
test: worker should be able to load asar files (#28858)
zcbenz Apr 27, 2021
fa61e3b
feat: add session.storagePath to get path on disk for session data (#…
MarshallOfSound Apr 27, 2021
cdf04f3
chore: bump chromium to 92.0.4488.0 (master) (#28676)
electron-bot Apr 27, 2021
aedec52
test: disable shell.trashItem in renderer test on win-ia32 (#28868)
nornagon Apr 27, 2021
0a1b26b
refactor: remove internal navigation controller (#28839)
MarshallOfSound Apr 27, 2021
5ec3e02
docs: Remove mentions of the old external_binaries directory (#28859)
jviotti Apr 28, 2021
ea6d3fa
docs: the tools folder does not exist anymore (#28882)
MarshallOfSound Apr 28, 2021
3879e9e
build: remove the vendor directory (#28883)
MarshallOfSound Apr 28, 2021
e373df3
build: actually use SSL when downloading things via python (#28885)
MarshallOfSound Apr 28, 2021
56c3103
build: remove dead python methods and helper (#28884)
MarshallOfSound Apr 28, 2021
733f814
Bump v14.0.0-nightly.20210428
electron-bot Apr 28, 2021
c200840
fix: emit window-all-closed after closing the window (#28867)
nornagon Apr 28, 2021
3dcba23
build: fix dump_syms.py to work with python 3 (#28910)
jkleinsc Apr 28, 2021
0b42316
docs: remove `api/locales` page (#28911)
erickzhao Apr 28, 2021
5a9a298
build: temporarily disable WOA testing (#28916)
jkleinsc Apr 28, 2021
c37c9ad
docs: Add clarification for Visual Zoom behavior (#28860)
michaelkozakovsc Apr 28, 2021
791eddd
fix: provide no-op implementation of app.setUserModelId (#28915)
MarshallOfSound Apr 29, 2021
a1a90ed
chore: Update husky v6.0.0 (#28827)
Maeda-Naoki Apr 29, 2021
18a76c6
docs: uniformize module API doc format (#28920)
erickzhao Apr 29, 2021
7744486
Bump v14.0.0-nightly.20210429
electron-bot Apr 29, 2021
37f7e66
build: fix npm-run python bytes error (#28932)
codebytere Apr 29, 2021
ee8b69d
refactor: plumb RFH instead of RPH for notifications (#28790)
nornagon Apr 29, 2021
bfed861
build: add release-env context to publish-macos (#28937)
VerteDinde Apr 29, 2021
e0fa327
Bump v14.0.0-nightly.20210430
electron-bot Apr 30, 2021
9601dc5
refactor: replace --offscreen flag with ApplyWebPreferences (#28938)
nornagon May 3, 2021
dc0c52e
build: enable woa testing (#28952)
deepak1556 May 3, 2021
c17f5a7
docs: remove reference to global Electron install (#28945)
erickzhao May 3, 2021
b0167b2
Bump v14.0.0-nightly.20210503
electron-bot May 3, 2021
0f898b2
chore: Browser::SetAppUserModelID is Windows only (#28909)
miniak May 3, 2021
dd80952
docs: Added loadFile instead of loadURL in BrowserWindow documentatio…
Rajdeep97 May 3, 2021
99909ba
fix: allow Node.js to manage microtasks queue (#28957)
indutny May 3, 2021
0051014
chore: bump chromium to 92.0.4496.0 (master) (#28907)
electron-bot May 4, 2021
41bb3f1
docs: update REPL guide (#28943)
erickzhao May 4, 2021
3d6343e
fix: close attached sheet on window close (#28967)
codebytere May 4, 2021
a0589ca
chore: remove unused element_instance_id_to_guest_map_ from WebViewMa…
miniak May 4, 2021
38c877e
Bump v14.0.0-nightly.20210504
electron-bot May 4, 2021
e5e8ab4
refactor: remove more dead code post render process reuse (#28983)
MarshallOfSound May 4, 2021
1dae3da
Revert "Bump v14.0.0-nightly.20210504"
MarshallOfSound May 4, 2021
a699dfd
Bump v14.0.0-nightly.20210504
electron-bot May 4, 2021
961b74b
refactor: use "as const" for constant mappings (#28980)
miniak May 4, 2021
42e5421
refactor: remove unnecessary setupDialogProperties (#28982)
miniak May 5, 2021
9fb3a49
docs: link to `BrowserView` from `webview` page (#28942)
hamstu May 5, 2021
014f2e6
Bump v14.0.0-nightly.20210505
electron-bot May 5, 2021
71c2481
build: remove macOS nightly release tests (#29005)
MarshallOfSound May 5, 2021
e379b45
fix: drag region BrowserView calculations on macOS (#28984)
codebytere May 5, 2021
9b144a6
chore: remove patch post renderer process reuse removal (#29003)
MarshallOfSound May 5, 2021
16236a1
chore: remove unused patched webprefs (#29002)
MarshallOfSound May 5, 2021
476e908
fix: <webview> focus / blur events don't work with contextIsolation e…
miniak May 5, 2021
2086e19
refactor: 'focus-change' does not need guestInstanceId (#29001)
miniak May 5, 2021
9d9921b
chore: bump chromium to 92.0.4498.0 (master) (#28991)
electron-bot May 5, 2021
8d0e7ae
spec: attempt to fix flaky nativeTheme spec (#29022)
MarshallOfSound May 6, 2021
2c65060
chore: make raw requires type-safe (#29006)
miniak May 6, 2021
2814377
docs: menu must be added on whenReady (#28958)
matthijsgroen May 6, 2021
a264fc8
chore: update force/warn context aware patch (#29011)
codebytere May 6, 2021
8f87086
docs: rework sandbox guide (#28978)
erickzhao May 6, 2021
1fc2301
Bump v14.0.0-nightly.20210506
electron-bot May 6, 2021
ad4def9
chore: cherry-pick 7abc7e45b2 from node (#29021)
indutny May 6, 2021
dab9a88
refactor: invoke loadURL in SrcAttribute instead of sending IPC direc…
miniak May 6, 2021
cbba602
chore: cleanup dead <webview> related code (#29039)
miniak May 6, 2021
d5f2eb5
chore: bump chromium to 92.0.4499.0 (master) (#29046)
electron-bot May 6, 2021
25f5c01
refactor: remove setupWebViewAttributes gymnastics (#29032)
miniak May 7, 2021
de55bf8
Bump v14.0.0-nightly.20210507
electron-bot May 7, 2021
49ef1fe
refactor: use WeakMap instead of hidden V8 properties to store WebVie…
miniak May 8, 2021
3f66dd5
Bump v14.0.0-nightly.20210508
electron-bot May 9, 2021
0b81659
Revert "Bump v14.0.0-nightly.20210508"
electron-bot May 9, 2021
12d76be
Bump v14.0.0-nightly.20210508
electron-bot May 9, 2021
d1219a7
Revert "Bump v14.0.0-nightly.20210508"
electron-bot May 9, 2021
9ec43a5
Bump v14.0.0-nightly.20210508
electron-bot May 9, 2021
71e0fb7
Revert "Bump v14.0.0-nightly.20210508"
electron-bot May 9, 2021
1336978
build: use executors instead of YAML templating (#29075)
MarshallOfSound May 10, 2021
aea8d53
fix: webFrame spell checker APIs crashing in sandboxed renderers (#29…
miniak May 10, 2021
d3ee141
Bump v14.0.0-nightly.20210510
electron-bot May 10, 2021
2173f7b
Revert "Bump v14.0.0-nightly.20210510"
MarshallOfSound May 10, 2021
b1b8db3
Bump v14.0.0-nightly.20210510
electron-bot May 10, 2021
f0ad7dd
Revert "Bump v14.0.0-nightly.20210510"
MarshallOfSound May 10, 2021
cb05a1d
Bump v14.0.0-nightly.20210510
electron-bot May 10, 2021
3d6adb8
Revert "Bump v14.0.0-nightly.20210510"
MarshallOfSound May 10, 2021
5167d11
Bump v14.0.0-nightly.20210510
electron-bot May 10, 2021
33229f6
Revert "Bump v14.0.0-nightly.20210510"
MarshallOfSound May 10, 2021
e9b18a8
Bump v14.0.0-nightly.20210510
electron-bot May 10, 2021
dca3b41
build(deps): bump hosted-git-info from 2.7.1 to 2.8.9 (#29079)
dependabot[bot] May 10, 2021
821c81f
fix: update NSView radii on fullscreen transition (#29084)
codebytere May 11, 2021
2b84d79
Bump v14.0.0-nightly.20210511
electron-bot May 11, 2021
35f2ed8
build: offload hash checking logic to lambda worker during release (#…
MarshallOfSound May 11, 2021
8294613
build: do not use a shared checkout for linux publish (#29076)
MarshallOfSound May 11, 2021
06f51b7
fix: prevent crash on web-contents creation when error is thrown (#28…
VerteDinde May 11, 2021
e01faed
build(deps): bump lodash from 4.17.20 to 4.17.21 (#29066)
dependabot[bot] May 11, 2021
a51aaeb
refactor: replace v8::Local<T>::Cast() with As<T>() (#29097)
miniak May 12, 2021
8944bce
build: merge double space in SHASUM validation logic (#29117)
MarshallOfSound May 12, 2021
ad0d236
Bump v14.0.0-nightly.20210512
electron-bot May 12, 2021
abdd349
build: use autoninja to print stats (#29111)
MarshallOfSound May 12, 2021
48959d7
build: unconditionally include stack_trace.h (#29110)
MarshallOfSound May 12, 2021
432ce94
build: split tests by timing to make it more even (#29121)
MarshallOfSound May 12, 2021
5ceec91
fix: Menu.setApplicationMenu can return a useless array 29088 (#29118)
tabishmahfuz1 May 12, 2021
c13a523
chore: remove no-op EnableWebComponentsV0 feature (#29107)
nornagon May 12, 2021
3ad9c27
chore: add wg-security as required reviewer for other files with IPC …
miniak May 12, 2021
3869bb2
build: dedupe release summary jobs (#29139)
MarshallOfSound May 13, 2021
84cc72c
build: rename and unify checkout-fast and checkout-and-save-cache (#2…
MarshallOfSound May 13, 2021
65ff8d9
build: store artifacts in simpler way (#29133)
MarshallOfSound May 13, 2021
c0bfef1
docs: revise Mac App Store Submission Guide (#28922)
zcbenz May 13, 2021
5233fea
docs: Improve description of findInPage options (#29077)
PalmerAL May 13, 2021
5e1d50d
docs: update "list" of docs languages in readme.md file (#29073)
OndreasCZ May 13, 2021
e1b5818
build: save the ninja log for release builds too (#29140)
MarshallOfSound May 13, 2021
4b70ccd
build: make patch auto fixes come from PatchUp rather than Electron B…
MarshallOfSound May 13, 2021
9cf71d7
Bump v14.0.0-nightly.20210513
electron-bot May 13, 2021
2eb3bdd
chore: bump chromium to 92.0.4505.0 (master) (#29058)
electron-bot May 14, 2021
4073599
fix: remove background color hack in vibrancy (#29114)
zcbenz May 14, 2021
b7a2345
fix: illegal access errors with nodeIntegrationInSubFrames (#29093)
codebytere May 14, 2021
cba6626
fix: ensure extensions w/o a background page have file access (#29123)
codebytere May 14, 2021
1c33396
Bump v14.0.0-nightly.20210514
electron-bot May 14, 2021
5e6f834
docs: --force-fieldtrials was h2 rather than h3 (#29161)
noelleleigh May 15, 2021
c68c65f
refactor: implement <webview> using contextBridge (#29037)
miniak May 15, 2021
1f5d1a4
Bump v14.0.0-nightly.20210517
electron-bot May 17, 2021
04888d2
chore: uncomment some DCHECKs (#29132)
nornagon May 17, 2021
8f7a385
chore: remove blink-worker-enable-csp-in-file-scheme.patch (#29136)
nornagon May 17, 2021
4fe8005
chore: remove unused function from render_widget_host_view_base.patch…
nornagon May 17, 2021
33035f9
chore: remove add_realloc.patch (#29131)
nornagon May 18, 2021
aeb566c
Bump v14.0.0-nightly.20210518
electron-bot May 18, 2021
dcbabcb
refactor: remove ssl_security_state_tab_helper.patch (#29196)
nornagon May 18, 2021
9b164e5
chore: remove blink_fix_prototype_assert (#29194)
nornagon May 18, 2021
8cfd249
chore: drop thread_capabilities.patch (#29135)
nornagon May 18, 2021
99d7479
docs: expand description of desktop_media_list.patch (#29208)
nornagon May 18, 2021
1bfc16b
docs: expand description of isolate_holder.patch (#29209)
nornagon May 18, 2021
af426cb
Update accelerator.md (#29193)
tkainrad May 19, 2021
adb85f3
docs: update drag and drop tutorial (#29200)
tonyferrell May 19, 2021
5656493
docs: update macos-dark-mode fiddle and guide content (#29198)
Ethan-Arrowood May 19, 2021
071fa2a
docs: update the macos Dock Instructions (#29197)
tonyferrell May 19, 2021
2806664
fix: AdjustAmountOfExternalAllocatedMemory regression in NativeImage …
miniak May 19, 2021
d518b6a
fix: window bounds not scaled from screen coordinates (#29162)
samuelmaddock May 19, 2021
6f9df79
docs: update style guide (#29029)
erickzhao May 19, 2021
014bdc9
docs: option title for showSaveDialog is not supported for some platf…
Tabea4 May 19, 2021
77297f3
fix: adjust initial webContents focus calculation (#29204)
deepak1556 May 19, 2021
71e232f
Bump v14.0.0-nightly.20210519
electron-bot May 19, 2021
87dfe1b
chore: bump node to v14.17.0 (master) (#29151)
electron-roller[bot] May 19, 2021
cd3c6f9
chore: put "mas" in the names of mas patches (#29213)
nornagon May 19, 2021
d79ebc6
fix: pdf viewer permissions (#29210)
jkleinsc May 19, 2021
039f3d5
chore: bump chromium to 92.0.4511.0 (master) (#29173)
electron-roller[bot] May 19, 2021
4e2934a
Bump v14.0.0-nightly.20210520
electron-bot May 20, 2021
259bf8c
refactor: remove accessible_pane_view.patch (#29262)
zcbenz May 21, 2021
d033255
test: rebuild nan tests with libc++ and libc++abi (#29281)
VerteDinde May 22, 2021
06a8cab
Bump v14.0.0-nightly.20210523
electron-bot May 23, 2021
eb4f5e1
Revert "Bump v14.0.0-nightly.20210523"
electron-bot May 24, 2021
845f756
build: correct libcxx_objects build action name (#29296)
VerteDinde May 24, 2021
1d77af0
build: only upload libcxx headers on linux
MarshallOfSound May 24, 2021
47a6e72
build: linux publish builds that direct checkout should use git cache
MarshallOfSound May 24, 2021
959375a
Bump v14.0.0-nightly.20210523
electron-bot May 24, 2021
6330f8b
docs: rework introduction docs (#29062)
erickzhao May 24, 2021
241cceb
refactor: eliminate duplicate code (#29174)
miniak May 24, 2021
77e7d82
docs: Update docs for keyboard shortcuts (#29207)
May 24, 2021
7209702
Use path.join when logging screenshot path. (#29211)
kevinhartman May 24, 2021
32d8809
chore: remove unused patch chunk from bad merge (#29248)
nornagon May 24, 2021
e345ef1
build: ensure object files are included even if unparsable
MarshallOfSound May 24, 2021
3ffaaf1
build: ensure gclient cache restore works in release builds
MarshallOfSound May 24, 2021
12aa6d7
docs: Update online detection doc and fiddle (#29212)
Ethan-Arrowood May 24, 2021
8fc8651
refactor: expose process.contextId directly (#29236)
miniak May 24, 2021
8f27657
docs: update currently supported versions for 13.0.0 release (#29295)
mlaurencin May 24, 2021
e69d080
docs: update 14.0.0 stable dates (#29255)
sofianguy May 24, 2021
e3dfe73
Bump v14.0.0-nightly.20210524
electron-bot May 24, 2021
da35a8a
build: remove unused build job (#29299)
MarshallOfSound May 25, 2021
ac079f1
chore: use base::Time::Now() directly (#29331)
dsanders11 May 26, 2021
d0b9a93
build: ensure that mksnapshot for Apple Silicon has all of the needed…
jkleinsc May 26, 2021
f01e35f
feat: add support for Blob's going over the ctx bridge (#29247)
MarshallOfSound May 26, 2021
7984933
feat: add experimental cookie encryption support (#27524)
MarshallOfSound May 26, 2021
386572b
Chore: update Windows build instructions (#29342)
georgexu99 May 26, 2021
acce132
fix: close autoHide menu bar when focus is lost (#29320)
zcbenz May 27, 2021
bb26060
docs: fix link to `docs/fiddle/quick-start` (#29325)
erickzhao May 27, 2021
36bca32
docs: fix typos in clang-tidy examples (#29327)
dsanders11 May 27, 2021
5e033cb
docs: Update notifications (main) docs (#29268)
codefoster May 27, 2021
cc93b8a
Bump v15.0.0-nightly.20210527
electron-bot May 27, 2021
9fcdb06
Update quick-start.md (#29333)
congjiye May 27, 2021
77ecc7d
chore: fix typos in comments (#29362)
dsanders11 May 27, 2021
9bb7051
chore: prefer empty() check for readability (#29360)
dsanders11 May 27, 2021
d80e36b
chore: simplify WrappableBase::SecondWeakCallback (#29359)
dsanders11 May 27, 2021
f3dff81
docs: remove freenode channel from support list (#29370)
nornagon May 27, 2021
f664f37
refactor: getCurrentBranch respects main (#29369)
nornagon May 28, 2021
1373a03
refactor: version-utils respects main (#29374)
nornagon May 28, 2021
bedd587
docs: update link to Chromium's coding style guide (#29330)
dsanders11 May 28, 2021
221d4ab
Bump v15.0.0-nightly.20210528
electron-bot May 28, 2021
a61f144
refactor: publish-to-npm respects main (#29375)
nornagon May 28, 2021
750ebfd
refactor: use main in release-notes (#29395)
nornagon May 28, 2021
95bb0ba
fix: use default_branch in release-notes (#29415)
nornagon May 31, 2021
049d81e
docs: fix issue with reference links (#29384)
fledgling-vish May 31, 2021
646b794
build(deps-dev): bump ws from 6.2.1 to 7.4.6 in /spec (#29416)
dependabot[bot] May 31, 2021
73adee6
Bump v15.0.0-nightly.20210531
electron-bot May 31, 2021
71fff6e
build: merge chromedriver gen and build (#29439)
MarshallOfSound May 31, 2021
93c9374
chore: trim unused STL includes (#29414)
dsanders11 Jun 1, 2021
038359a
chore: fix typos in comments (#29401)
dsanders11 Jun 1, 2021
d18dbdd
fix: add service worker schemes from command line in renderer (#29425)
dsanders11 Jun 1, 2021
ba26580
chore: use consistent parameter names (#29361)
dsanders11 Jun 1, 2021
0208e4a
chore: use HTTP status code constants (#29378)
dsanders11 Jun 1, 2021
d74ad51
fix: correctly handle Alt+Key shortcuts (#29328)
zcbenz Jun 1, 2021
80a039e
chore: move destructors to header so they can be trivially destructib…
dsanders11 Jun 1, 2021
19dce8c
docs: adjust markdown link syntax in introduction.md (#29426)
peteness Jun 1, 2021
0444d74
fix: Alt+Click should not toggle menu bar (#29318)
zcbenz Jun 1, 2021
a1a649c
chore: remove duplicate option get for CustomScheme (#29422)
dsanders11 Jun 1, 2021
fa70301
Bump v15.0.0-nightly.20210601
electron-bot Jun 1, 2021
750a762
feat: support loading debug urls with loadURL() (#29404)
nornagon Jun 2, 2021
f9d2a70
feat: include resize edge with will-resize event (#29199)
samuelmaddock Jun 2, 2021
dee4c4b
docs: Updated "progress bar" fiddle feature in docs (#29237)
codefoster Jun 2, 2021
3b75549
fix: inspector context menu throwing an error (#29436)
codebytere Jun 2, 2021
abf6f5c
feat: add new runningUnderARM64Translation property to detect x64 tra…
sergiou87 Jun 2, 2021
d6109b2
chore: remove unused methods (#29438)
codebytere Jun 2, 2021
f9213fa
build: support building Electron on msys2 (#29449)
jviotti Jun 2, 2021
cb59bab
chore: don't use after move (#29468)
dsanders11 Jun 2, 2021
31190d4
chore: use static_cast rather than C-style cast (#29467)
dsanders11 Jun 2, 2021
3cfe5c6
fix: keep shifted character in menu accelerator (#29202)
zcbenz Jun 2, 2021
97fde6d
build: fix macOS build (#29484)
dsanders11 Jun 2, 2021
f0d3e1d
Bump v15.0.0-nightly.20210602
electron-bot Jun 2, 2021
44491b0
refactor: eliminate duplicate C++ / JavaScript implementation of app.…
miniak Jun 2, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
762 changes: 282 additions & 480 deletions .circleci/config.yml

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion .env.example
Expand Up @@ -4,4 +4,3 @@
APPVEYOR_CLOUD_TOKEN=
CIRCLE_TOKEN=
ELECTRON_GITHUB_TOKEN=
VSTS_TOKEN=
9 changes: 3 additions & 6 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Expand Up @@ -12,10 +12,7 @@ DEPS @electron/wg-upgrades
/script/release @electron/wg-releases

# Security WG
/lib/browser/devtools.ts @electron/wg-security
/lib/browser/guest-view-manager.ts @electron/wg-security
/lib/browser/guest-window-proxy.ts @electron/wg-security
/lib/browser/rpc-server.ts @electron/wg-security

# Remote Change Disliker
/lib/browser/remote/ @nornagon
/lib/renderer/remote/ @nornagon
/lib/renderer/api/remote.ts @nornagon
/docs/api/remote.md @nornagon
58 changes: 0 additions & 58 deletions .github/ISSUE_TEMPLATE/Bug_report.md

This file was deleted.

77 changes: 77 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
@@ -0,0 +1,77 @@
name: Bug Report
description: Report an Electron bug
title: "[Bug]: "
labels: "bug :beetle:"
body:
- type: checkboxes
attributes:
label: Preflight Checklist
description: Please ensure you've completed all of the following.
options:
- label: I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project.
required: true
- label: I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to.
required: true
- label: I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success.
required: true
- type: input
attributes:
label: Electron Version
description: What version of Electron are you using?
placeholder: 12.0.0
validations:
required: true
- type: dropdown
attributes:
label: What operating system are you using?
options:
- Windows
- macOS
- Ubuntu
- Other Linux
- Other (specify below)
validations:
required: true
- type: input
attributes:
label: Operating System Version
description: What operating system version are you using? On Windows, click Start button > Settings > System > About. On macOS, click the Apple Menu > About This Mac. On Linux, use lsb_release or uname -a.
placeholder: "e.g. Windows 10 version 1909, macOS Catalina 10.15.7, or Ubuntu 20.04"
validations:
required: true
- type: dropdown
attributes:
label: What arch are you using?
options:
- x64
- ia32
- arm64 (including Apple Silicon)
- Other (specify below)
validations:
required: true
- type: input
attributes:
label: Last Known Working Electron version
description: What is the last version of Electron this worked in, if applicable?
placeholder: 11.0.0
- type: textarea
attributes:
label: Expected Behavior
description: A clear and concise description of what you expected to happen.
validations:
required: true
- type: textarea
attributes:
label: Actual Behavior
description: A clear description of what actually happens.
validations:
required: true
- type: input
attributes:
label: Testcase Gist URL
description: If you can reproduce the issue in a standalone test case, please use [Electron Fiddle](https://github.com/electron/fiddle) to create one and to publish it as a [GitHub gist](https://gist.github.com) and put the gist URL here. This is **the best way** to ensure this issue is triaged quickly.
placeholder: https://gist.github.com/...
- type: textarea
attributes:
label: Additional Information
description: If your problem needs further explanation, or if the issue you're seeing cannot be reproduced in a gist, please add more information here.
21 changes: 11 additions & 10 deletions .github/ISSUE_TEMPLATE/feature_request.yml
@@ -1,18 +1,19 @@
name: Feature Request
about: Suggest an idea for Electron
description: Suggest an idea for Electron
title: "[Feature Request]: "
labels: "enhancement "
labels: "enhancement :sparkles:"
body:
- type: textarea
- type: checkboxes
attributes:
label: Preflight Checklist
description: Please ensure you've completed the following steps by replacing [ ] with [x]
value: |
* [ ] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project.
* [ ] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to.
* [ ] I have searched the issue tracker for a feature request that matches the one I want to file, without success.
validations:
required: true
description: Please ensure you've completed all of the following.
options:
- label: I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project.
required: true
- label: I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to.
required: true
- label: I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success.
required: true
- type: textarea
attributes:
label: Problem Description
Expand Down
25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE/mac_app_store_private_api_rejection.md

This file was deleted.

30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/mac_app_store_private_api_rejection.yml
@@ -0,0 +1,30 @@
name: Report Mac App Store Private API Rejection
description: Your app was rejected from the Mac App Store for using private API's
title: "[MAS Rejection]: "
body:
- type: checkboxes
attributes:
label: Preflight Checklist
description: Please ensure you've completed all of the following.
options:
- label: I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project.
required: true
- label: I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to.
required: true
- type: input
attributes:
label: Electron Version
description: What version of Electron are you using?
placeholder: 12.0.0
validations:
required: true
- type: textarea
attributes:
label: Rejection Email
description: Paste the contents of your rejection email here, censoring any private information such as app names.
validations:
required: true
- type: textarea
attributes:
label: Additional Information
description: Add any other context about the problem here.
22 changes: 3 additions & 19 deletions .gitignore
Expand Up @@ -17,24 +17,6 @@
*.xcodeproj
/.idea/
/dist/
/external_binaries/
/out/
/vendor/.gclient
/vendor/debian_jessie_mips64-sysroot/
/vendor/debian_stretch_amd64-sysroot/
/vendor/debian_stretch_arm-sysroot/
/vendor/debian_stretch_arm64-sysroot/
/vendor/debian_stretch_i386-sysroot/
/vendor/gcc-4.8.3-d197-n64-loongson/
/vendor/readme-gcc483-loongson.txt
/vendor/download/
/vendor/llvm-build/
/vendor/llvm/
/vendor/npm/
/vendor/python_26/
/vendor/native_mksnapshot
/vendor/LICENSES.chromium.html
/vendor/pyyaml
node_modules/
SHASUMS256.txt
**/package-lock.json
Expand Down Expand Up @@ -68,4 +50,6 @@ ts-gen
.depshash-target

# Used to accelerate builds after sync
patches/mtime-cache.json
patches/mtime-cache.json

spec/fixtures/logo.png
1 change: 1 addition & 0 deletions .husky/.gitignore
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/pre-commit
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run precommit
4 changes: 4 additions & 0 deletions .husky/pre-push
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run prepack