Electron Bot
c8eb4ecc0c
Bump v13.0.0-nightly.20201214
2020-12-14 06:33:41 -08:00
Shelley Vohr
2f9281519c
fix: add SafeForTerminationScopes for SIGINT interruptions ( #26933 )
2020-12-11 15:03:41 -08:00
Biru Mohanathas
44ca6e0818
fix: Upload all *.dll.pdb to symbol server ( #26962 )
...
Fixes #26961 .
Notes: Add Electron DLLs like libGLESv2.dll to symbol server
2020-12-11 12:34:03 -08:00
Cheng Zhao
28ae68d66c
fix: window with CustomButtonsOnHover should have rounded corner ( #26901 )
2020-12-11 11:03:08 -08:00
Biru Mohanathas
b4c1e54ed3
fix: Avoid crashing in NativeViewHost::SetParentAccessible on Windows ( #26924 )
2020-12-11 09:47:55 -08:00
Electron Bot
cc09da6233
Bump v13.0.0-nightly.20201211
2020-12-11 06:32:17 -08:00
Milan Burda
a8e9140c26
docs: add missing deprecated systemPreferences APIs to breaking-changes ( #26848 )
2020-12-10 16:42:23 -08:00
Samuel Attard
b9c9e7fc06
feat: add support for DOM elements going over the context bridge ( #26776 )
...
* feat: add support for DOM elements going over the context bridge
* Update context-bridge.md
2020-12-10 13:03:00 -08:00
Samuel Attard
51db2a6b34
build: fix JS linting ( #26876 )
2020-12-10 10:57:06 -08:00
Electron Bot
e641a747fb
Bump v13.0.0-nightly.20201210
2020-12-10 06:32:32 -08:00
John Kleinschmidt
f876154fd3
ci: ignore failures on Ninja summary ( #26914 )
2020-12-09 19:58:28 -05:00
Milan Burda
cec6378881
feat: add event.senderFrame property returning the originating webFrameMain ( #26764 )
2020-12-09 15:34:06 -08:00
Mimi
9908cc363a
fix: message box missing an "OK" button in GTK ( #26857 )
2020-12-10 08:28:56 +09:00
Mimi
bc6fed5eda
build: remove requests from git submodule ( #26908 )
2020-12-09 17:15:21 -05:00
Jeremy Rose
07a1c2a3e5
fix: restrict sendToFrame to same-process frames by default ( #26875 )
2020-12-09 12:48:16 -08:00
Shelley Vohr
76f721474e
fix: stack traces in non-Node.js contexts ( #26820 )
2020-12-09 11:08:13 -08:00
Shelley Vohr
1a79bedb27
build: remove unused install-build-deps ( #26891 )
2020-12-09 09:26:21 -08:00
Jeremy Rose
edfbeb92bf
test: disable flaky reporting API test ( #26898 )
2020-12-09 09:16:41 -08:00
Electron Bot
6d0a0319e1
Bump v13.0.0-nightly.20201209
2020-12-09 06:32:34 -08:00
Mimi
19ff18ac40
build: remove boto from git submodule ( #26877 )
2020-12-08 20:39:20 -08:00
Milan Burda
c41b8d536b
refactor: move IPC handlers from navigation-controller to rpc-server ( #26846 )
2020-12-08 10:46:08 -08:00
Michaela Laurencin
7677576da8
chore: add @mlaurencin to manual backport config ( #26872 )
2020-12-08 10:04:02 -08:00
Electron Bot
1abd36f6c8
Bump v13.0.0-nightly.20201208
2020-12-08 06:33:18 -08:00
David Sanders
788e51127f
chore: blank lines before lists in markdown ( #26793 )
2020-12-08 16:08:19 +09:00
Milan Burda
ee0550efca
fix: systemPreferences.effectiveAppearance returning systemPreferences.getAppLevelAppearance() ( #26852 )
2020-12-08 16:07:04 +09:00
Shelley Vohr
b788ceb7bd
fix: screen EventEmitter methods with remote ( #26809 )
...
* fix: screen EventEmitter methods with remote
* Review feedback
2020-12-08 13:47:48 +09:00
Erick Zhao
e87061398b
docs: update OSR max FPS number ( #26805 )
2020-12-08 13:41:09 +09:00
Milan Burda
c9b813a1f9
refactor: convert more C++ enums to C++11 enum classes ( #26850 )
2020-12-08 13:39:33 +09:00
Mark Lee
3bc220db29
docs: clean up the native modules documentation ( #26813 )
2020-12-08 13:28:59 +09:00
windwalkr
6001f03e46
docs: add description to read-me.md ( #26823 )
...
Unhandled exception error is received if description is not defined while running "npm run make." Defining a description solves this issue.
2020-12-08 13:26:29 +09:00
Samuel Attard
771e34a53a
feat: route frame based permission checks through our permission check handler ( #19903 )
...
* feat: route frame based permission checks through our permission check handler
* docs: add change to setPermissionCheckHandler to breaking changes doc
2020-12-07 15:44:56 -08:00
Samuel Attard
3db4e612f4
fix: handle security warnings promise when JS is disabled ( #26837 )
2020-12-07 10:58:00 -08:00
Mimi
03b43e4d8c
build: use python3 for electron hooks ( #26839 )
2020-12-07 10:57:41 -08:00
Alexey Kuzmin
e89b3ca1d1
fix: add a "set" trap to the "screen" module proxy ( #26818 )
2020-12-07 09:20:50 -08:00
Jeremy Rose
d3b1566181
chore: remove unused _replyInternal method ( #26825 )
2020-12-07 09:19:26 -08:00
Electron Bot
5a5d964720
Bump v13.0.0-nightly.20201207
2020-12-07 06:31:40 -08:00
Shelley Vohr
228a184b48
chore: remove unused FindByID helper ( #26826 )
2020-12-06 09:33:02 -08:00
Nikita Kot
7672aa9525
feat: exposeInMainWorld allow to expose non-object APIs ( #26594 )
2020-12-04 09:43:20 -08:00
Milan Burda
b111bba387
fix: send IPC_MESSAGES.RENDERER_RELEASE_CALLBACK as internal message ( #26808 )
2020-12-04 19:09:08 +03:00
Electron Bot
b133b6fd45
Bump v13.0.0-nightly.20201204
2020-12-04 06:32:29 -08:00
Electron Bot
45eee46864
Bump v13.0.0-nightly.20201203
2020-12-03 06:32:05 -08:00
Eli Skeggs
5521f8acca
feat: allow path override with --ignore-scripts ( #25377 )
...
If you --ignore-scripts when installing electron currently, it'll fail
to write the path.txt file and thus fail to use the override dist path.
Open to other solutions - just hoping to be able to use a prebuilt
electron binary with the default package without having to muck around
with it installing an unused version.
2020-12-03 16:23:44 +09:00
Milan Burda
b37982987a
chore: remove unused sendToAll + related APIs ( #26771 )
...
* chore: remove unused sendToAll + related APIs
* refactor: no need to args.ShallowClone() anymore
2020-12-03 15:55:50 +09:00
Electron Bot
8eee9d1290
Bump v13.0.0-nightly.20201202
2020-12-02 06:32:14 -08:00
Antonio
6fc5ff77c1
docs: app distribution page ( #26239 )
...
* docs: first draft of the app distribution page
* docs: second iteration of the app distribution page. Fixed mentions
* docs: third iteration of the app distribution page. Fixed mentions
* docs: reworked app distribution page according to mentions
* docs: minor fixes to the app distribution page according to mentions
2020-12-02 15:52:12 +09:00
Cheng Zhao
cffb51e141
chore: remove TODO on SetHidden calls ( #26746 )
2020-12-01 21:36:23 -08:00
Shelley Vohr
e96fa95b94
fix: properly emit after hooks after exception ( #26752 )
2020-12-01 21:34:08 -08:00
Vadim
efca7007b6
fix: internalModuleReadJSON for unpacked JSON ( #26749 )
2020-12-01 21:33:39 -08:00
Milan Burda
c2909a3b8d
docs: BrowserWindow extension APIs are deprecated in Electron 9 ( #26722 )
2020-12-01 18:27:19 -06:00
Jim Fisher
430189fa84
docs: fix contentTracing code sample ( #26737 )
2020-12-01 15:45:45 -08:00