Bruce Auyeung
07b94ff578
docs: clarify uniqueness of WebContents.id, BrowserWindow.id ( #21101 )
2019-11-21 11:11:44 -08:00
Electron Bot
1da9959f57
Bump v9.0.0-nightly.20191121
2019-11-21 07:31:25 -08:00
Milan Burda
3f2cb91a35
refactor: declare KeyWeakMap<K, V> returned by createIDWeakMap() / createDoubleIDWeakMap() ( #21171 )
2019-11-21 13:32:31 +01:00
Julien Isorce
92ff39c168
ci: generate debug symbols on Linux ( #18676 )
2019-11-20 17:21:44 -08:00
Samuel Attard
41f1569c46
build: update release build endpoint from /jobs to /job ( #21232 )
2019-11-20 11:14:48 -08:00
Robo
0111f6216c
fix: focus with OOPIF embedded inside <webview> ( #21219 )
...
Backports https://chromium-review.googlesource.com/c/chromium/src/+/1922650
2019-11-20 09:06:09 -08:00
John Kleinschmidt
4bc85f777f
build: delete unneeded files when running a release ( #21216 )
...
* build: delete unneeded files when running a release
Needed to free up disk space on MacOS.
* Delete all the .git directories
* Update comment
* Run gn gen after deleting .git dirs
2019-11-20 10:42:38 -05:00
Electron Bot
af3bee742f
Revert "Bump v9.0.0-nightly.20191120"
...
This reverts commit 99cafae1ec
.
2019-11-20 07:37:12 -08:00
Electron Bot
99cafae1ec
Bump v9.0.0-nightly.20191120
2019-11-20 07:31:46 -08:00
Cheng Zhao
50f2d2b5ab
fix: menu should not be garbage-collected when popuping ( #21169 )
...
* fix: retain menu when popuping
* test: menu should not be garbage-collected when popuping
2019-11-20 20:17:39 +09:00
Samuel Attard
ea23f18e94
docs: document the channel param for event.reply
( #21185 )
2019-11-19 13:17:59 -08:00
Milan Burda
145dd33da1
spec: skip flaky <webview>.capturePage() test on Windows ( #21175 )
2019-11-19 12:57:35 -05:00
Electron Bot
6ca7eb79bc
Bump v9.0.0-nightly.20191119
2019-11-19 07:32:04 -08:00
John Kleinschmidt
58abc757fd
build: use symbol_level 1 for 32bit linux releases ( #21193 )
...
* build: use symbol_level 1 for 32bit linux releases
* Add comment
2019-11-19 06:36:16 -08:00
Samuel Attard
d34ba76eb6
build: use python3 to download external binaries ( #21184 )
...
* build: use python3 to download external binaries
* Update config.py
2019-11-19 06:08:20 -08:00
Robo
73467f00e3
fix: allow chromium to handle WM_NCCALCSIZE for frameless windows ( #21164 )
2019-11-19 06:07:10 -08:00
Samuel Attard
c8ed22def3
docs: fix isMactemplateImage
type definition ( #21166 )
2019-11-18 10:57:22 -08:00
Jeremy Apthorp
4045852e6f
fix: stream protocols sometimes flake out ( #21113 )
2019-11-18 10:47:29 -08:00
Electron Bot
f4371b3f03
Bump v9.0.0-nightly.20191118
2019-11-18 10:14:35 -08:00
Samuel Attard
e0dc8154b3
Revert "Bump v9.0.0-nightly.20191118"
...
This reverts commit ae07582d0a
.
2019-11-18 10:13:02 -08:00
Electron Bot
ae07582d0a
Bump v9.0.0-nightly.20191118
2019-11-18 07:32:05 -08:00
Cyril POIDEVIN
a6a028594d
docs: Use Promise for dialog.showMessageBox
( #21143 )
...
* Update updates.md
Use of the return promise for the use of `dialog.showMessageBox`.
* Update updates.md
2019-11-18 00:49:50 -08:00
Electron Bot
b3d44dbe6f
Bump v9.0.0-nightly.20191117
2019-11-17 07:31:18 -08:00
Electron Bot
24d6743d57
Bump v9.0.0-nightly.20191116
2019-11-16 07:32:27 -08:00
Robo
fbc3bb872b
fix: incorrect size of windows on differently scaled monitors ( #21100 )
...
* Revert "fix: handle WM_GETMINMAXINFO instead of letting chromium do it (#19928 )"
This reverts commit 27ce6a9cd3
.
* fix: don't reset the width and height when correcting window placement
2019-11-15 09:28:11 -08:00
Electron Bot
46c12308cd
Bump v9.0.0-nightly.20191115
2019-11-15 07:32:27 -08:00
Jeremy Apthorp
26ecf63ab4
test: remove a bunch of usage of the remote module ( #21119 )
2019-11-14 14:09:03 -08:00
Jeremy Apthorp
4f1536479e
fix: implement 'login' event for net.ClientRequest ( #21096 )
2019-11-14 10:01:18 -08:00
Electron Bot
878ab916d2
Bump v9.0.0-nightly.20191114
2019-11-14 07:34:02 -08:00
Cheng Zhao
b02a20e4dc
fix: webRequest should be able to modify CORS headers ( #21099 )
...
* fix: always use extraHeaders mode
* fix: clear pending callbacks
* fix: do not use "extraHeaders" for net module
* test: webRequest should be able to modify CROS headers
* chore: CROS => CORS
Co-Authored-By: Milan Burda <milan.burda@gmail.com>
* chore: CROS => CORS
Co-Authored-By: Milan Burda <milan.burda@gmail.com>
2019-11-14 14:51:24 +09:00
Shelley Vohr
af1e8a347e
chore: remove unused promisify code ( #21114 )
2019-11-14 14:50:50 +09:00
Shelley Vohr
457b7bf24f
chore: remove outdated v8 compat patch ( #21115 )
...
This was only intended to last the duration of Node.js v11, and we are not on v12 so this should no longer be necessary
2019-11-14 14:50:25 +09:00
Milan Burda
97e2569f02
feat: add 'screen' to systemPreferences.getMediaAccessStatus() ( #20764 )
...
* feat: add 'screen' to systemPreferences.getMediaAccessStatus()
* Update docs/api/system-preferences.md
2019-11-13 16:47:51 -05:00
Erick Zhao
ba85d4c3bb
docs: document webkitdirectory breaking change ( #20934 )
...
* chore: empty folder structure
* chore: PR template
* docs: add `webkitdirectory` change in Electron 7
* linguist?
* link
* Delete hacktoberfest.md
2019-11-13 14:11:25 -05:00
Shelley Vohr
98844c20a7
build: missing include in windows release builds ( #21045 )
2019-11-13 14:10:12 -05:00
Electron Bot
ca62264c50
Bump v9.0.0-nightly.20191113
2019-11-13 07:33:04 -08:00
Kristof Kalocsai
821bcdef75
docs: added windows -> create frameless window example ( #20591 )
...
* docs: added windows -> create frameless window example from electron-api-docs
* fixed style in accord with StandardJS
* removed class tag from button
2019-11-13 14:49:13 +09:00
Alan Ionita
a15e0e0657
FEAT [ #20442 ] : adds the fiddle for launching an app from URL in another app, including all 3 files main.js, index.html, renderer.js ( #20718 )
2019-11-13 14:46:54 +09:00
Alan Ionita
09533e77da
feat: #20442 adds fiddle for opening external links and the pro version of opening all outbound links ( #20763 )
2019-11-13 14:46:35 +09:00
Andrea Brancaleoni
97959b5e5c
build: include windows toolchain profiler ( #20949 )
...
This commit allows any electron user to compile electron
artifacts by themselves in production mode. When the source code
is reproducibly buildable with a given toolchain this change
allows them to verify the hash of their build, with the same
windows toolchain agains the CI version.
This change was tested on top of version fb9837799b
which was buildable and reproducible for chromium and electron as well.
Further tests may be introduced to allows checking for local reproducibility.
EG: building twice an artifact on the same machine, with different time
and output directory should yield similar hashes.
2019-11-13 14:42:45 +09:00
Shelley Vohr
b8ee8c4eee
feat: enhance PrinterInfo object values ( #21081 )
2019-11-13 14:31:28 +09:00
Samuel Attard
8320160fe2
build: use autogenerated docker images for CI runs ( #21056 )
...
* build: use autogenerated docker images for CI runs
* build: depend on exact tag instead of rolling :latest
* chore: use newer docker image
2019-11-13 14:29:15 +09:00
Shelley Vohr
3c75adb236
test: re-enable some node specs ( #21084 )
2019-11-12 23:31:48 +00:00
Milan Burda
1d596f616d
fix: NativeImage serialization of <webview>.capturePage() result ( #20825 )
2019-11-12 21:56:17 +01:00
Samuel Attard
c0657a4ca7
build: fix nightly version bumping ( #21079 )
...
* build: fix nightly version bumping
* spec: add a test for bumping nightlies beyond the 8-x-y branch switch
* Update version-bump-spec.ts
2019-11-12 08:36:03 -08:00
Electron Bot
d9d89eeabc
Bump v8.0.0-nightly.20191112
2019-11-12 07:32:57 -08:00
Milan Burda
739b20bd13
refactor: simplify Converter<content::PermissionType>::ToV8 ( #21053 )
2019-11-12 18:18:48 +03:00
Vlad Hashimoto
601cc6e887
docs: change invalid bash session
language tag ( #20827 )
2019-11-12 12:47:56 +00:00
Jeremy Apthorp
034f4d5734
fix: implement 'login' event for WebContents ( #20954 )
2019-11-11 09:47:01 -08:00
Electron Bot
049bd09150
Bump v8.0.0-nightly.20191111
2019-11-11 07:32:17 -08:00