Electron Bot
588ae53970
Bump v10.0.0-beta.25
2020-08-21 20:35:23 -07:00
trop[bot]
50046f8df6
fix: add handling for non-absolute extension paths ( #25074 )
...
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2020-08-21 12:34:22 -07:00
Eryk Rakowski
9193d35769
fix(extensions): enable WebSQL in background pages ( #25071 )
2020-08-21 10:39:47 -07:00
Charles Kerr
8191a8418f
fix: revert 6ecf729 to fix Linux titlebar dark mode ( #25056 )
...
Fixes #24741
2020-08-21 09:05:51 -05:00
Shelley Vohr
7fd8e6a14e
fix: pdf viewer template strings ( #25047 )
2020-08-20 11:46:58 -07:00
Electron Bot
a1abe6b64c
Bump v10.0.0-beta.24
2020-08-20 08:02:18 -07:00
trop[bot]
a6f22059af
fix: calculate frame when setting window placement ( #25044 )
...
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2020-08-19 18:36:05 -07:00
Shelley Vohr
6582017231
fix: add handle scope in SelectClientCertificate ( #25019 )
2020-08-18 13:32:15 -07:00
trop[bot]
8fb28051a4
fix: pdf download not working ( #24995 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-08-17 19:50:13 -07:00
Jeremy Rose
72901f9d91
fix: browser contexts live forever ( #25001 )
2020-08-17 19:49:09 -07:00
Electron Bot
596136ae99
Bump v10.0.0-beta.23
2020-08-17 08:01:15 -07:00
Electron Bot
5c19e983f9
Bump v10.0.0-beta.22
2020-08-13 08:01:19 -07:00
Electron Bot
cf935eb81b
Bump v10.0.0-beta.21
2020-08-10 16:52:42 -07:00
trop[bot]
d77f4f62fd
fix: send guid with linux crashes ( #24897 )
...
* fix: send guid with linux crashes
* simplify with file_util
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
2020-08-10 09:59:09 -07:00
Electron Bot
276d17a063
Bump v10.0.0-beta.20
2020-08-10 09:47:49 -07:00
trop[bot]
96bc80ace7
fix: do not render inactive titlebar as active on Windows ( #24874 )
...
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2020-08-06 10:46:09 -07:00
trop[bot]
04e3a95b85
fix: loading dedicated/shared worker scripts over custom protocol ( #24749 )
...
* fix: add patch to avoid crash in worker with nodeintegration enabled
[worker_global_scope.cc(111)] Check failed: url_.IsValid().
* fix: loading dedicated/shared worker over custom protocols
Backports https://chromium-review.googlesource.com/c/chromium/src/+/1798250
that distinguishes loading the main script resource of dedicated/shared
worker, this allows us to register a custom URLLoaderFactory.
* spec: add crash test for worker with nodeIntegrationInWorker
* update patches
* Remove extra patchlist patches
* Fixup patch
* update patches
Co-authored-by: deepak1556 <hop2deep@gmail.com >
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
Co-authored-by: Electron Bot <anonymous@electronjs.org >
2020-08-06 09:59:24 -07:00
trop[bot]
58045d85c8
fix: duplicate suspend/resume events ( #24843 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-08-06 08:30:48 -07:00
Electron Bot
5fb3e0359d
Bump v10.0.0-beta.19
2020-08-06 08:03:00 -07:00
Electron Bot
325444e1c8
Bump v10.0.0-beta.18
2020-08-05 12:10:22 -07:00
trop[bot]
bc4884788c
feat: add worldSafe flag for executeJS results ( #24711 )
...
* feat: add worldSafe flag for executeJS results
* chore: do not log warning for webContents.executeJS
* Apply suggestions from code review
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
* chore: apply PR feedback
* chore: split logic a bit
* chore: allow primitives through the world safe checl
* chore: clean up per PR feedback
* chore: flip boolean logic
* chore: update per PR feedback
* chore: fix typo
* chore: fix spec
* Update web-frame.ts
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
Co-authored-by: Samuel Attard <sattard@slack-corp.com >
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
2020-08-05 10:24:51 -07:00
trop[bot]
0a766acc73
fix(extensions): bypass cors in requests made from background pages ( #24822 )
...
* fix: cors
* test: add tests
* Update spec-main/extensions-spec.ts
* fix: tests
* fix: add all_urls permission
Co-authored-by: sentialx <sentialx@gmail.com >
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
2020-08-04 11:21:24 -04:00
Electron Bot
578aef4714
Bump v10.0.0-beta.17
2020-08-03 08:02:35 -07:00
Electron Bot
c9c89f9c8e
Bump v10.0.0-beta.16
2020-07-30 08:01:38 -07:00
trop[bot]
9d90a994cf
fix: save crash reports locally when uploadToServer: false on linux ( #24787 )
...
* fix: generate dumps under crashDumps folder in linux
* Update spec-main/api-crash-reporter-spec.ts
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
Co-authored-by: deepak1556 <hop2deep@gmail.com >
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
2020-07-29 19:33:11 -07:00
Electron Bot
6c04533fca
Bump v10.0.0-beta.15
2020-07-29 11:03:57 -07:00
Jeremy Rose
99f1d7e57a
fix: wrap OnWindowMessage w/ handlescope ( #24716 ) ( #24768 )
2020-07-28 20:34:20 -07:00
trop[bot]
009105db4f
fix: crash when navigating from a page with webview that has inherited zoom level ( #24763 )
...
* fix: cleanup webview zoom level observers on navigation
* add spec
* webview should be on same partition
* wait for webview to finish loading
Co-authored-by: deepak1556 <hop2deep@gmail.com >
2020-07-28 19:18:39 -07:00
trop[bot]
b2f09a1469
fix: disable rosetta as Electron does not run under rosetta ( #24742 )
...
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2020-07-28 10:56:18 -07:00
Electron Bot
74212577e5
Bump v10.0.0-beta.14
2020-07-27 08:01:33 -07:00
trop[bot]
b2ffded4a9
fix: Allow VoiceOver to navigate "back into" web contents ( #24698 )
...
* fix: Use ElectronAdaptedContentView
* fix: Actually, nevermind, it's "BrowserAccessebilityCocoa"
* chore: Remove things instead of manually keeping them
Co-authored-by: Felix Rieseberg <felix@felixrieseberg.com >
2020-07-23 12:07:05 -07:00
Electron Bot
1b4b4fddaa
Bump v10.0.0-beta.13
2020-07-23 08:03:04 -07:00
trop[bot]
fdde45379e
fix: remove corner mask override to increase window resize performance ( #24701 )
...
* fix: remove corner mask override to increase window resize performance
* uses corner mask only for vibrant view
Co-authored-by: gellert <gellert.hegyi@around.co >
2020-07-23 19:46:26 +09:00
trop[bot]
d08e31c6b4
fix: Close protocol response streams when aborted ( #24656 )
...
Co-authored-by: Paul Frazee <pfrazee@gmail.com >
2020-07-21 13:47:08 +09:00
Electron Bot
91a6399c22
Revert "Bump v10.0.0-beta.13"
...
This reverts commit 799a04a4c0 .
2020-07-20 13:35:10 -07:00
Electron Bot
799a04a4c0
Bump v10.0.0-beta.13
2020-07-20 08:31:36 -07:00
Electron Bot
39a931968c
Bump v10.0.0-beta.12
2020-07-16 08:31:50 -07:00
trop[bot]
8371e83a9d
fix: broken --trace-sync-io flag in Node.js ( #24544 )
...
* fix: --trace-sync-io flag in Node.js
* Also handle set_trace_sync_io in ElectronBrowserMainParts
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-07-14 14:23:54 -07:00
Shelley Vohr
22c804a4ad
fix: Node.js cpu and heap profiling ( #24540 )
...
* fix: Node.js cpu and heap profiling
* chore: emable more now-working Node.js specs
2020-07-14 11:26:53 -07:00
trop[bot]
4c596ab969
fix: default to simplex for printing DuplexMode ( #24527 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-07-13 22:07:14 -07:00
trop[bot]
328c5c7b46
fix: use default NSVisualEffectState ( #24532 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-07-13 20:27:01 -07:00
Electron Bot
30db185060
Bump v10.0.0-beta.11
2020-07-13 08:32:43 -07:00
Electron Bot
7a5b18b0d6
Bump v10.0.0-beta.10
2020-07-09 08:33:13 -07:00
Electron Bot
d608a30015
chore: bump chromium to 85.0.4183.19 (10-x-y) ( #24299 )
...
* chore: bump chromium in DEPS to 85.0.4182.1
* chore: bump chromium in DEPS to 85.0.4183.2
* chore: bump chromium in DEPS to 85.0.4183.4
* chore: bump chromium in DEPS to 85.0.4183.5
* update patches
* chore: bump chromium in DEPS to 85.0.4183.6
* chore: bump chromium in DEPS to 85.0.4183.7
* update patches
* chore: bump chromium in DEPS to 85.0.4183.8
* remove chromeos-only TtsControllerDelegate
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2255314
(cherry picked from commit f975f84a3c )
* rename GetHighContrastColorScheme -> GetPlatformHighContrastColorScheme
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2250224
(cherry picked from commit 014b487258 )
* add max_xcode_version build var
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2264867
(cherry picked from commit 2c3b94f497 )
* add empty floc blocklist to BrowserProcessImpl
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2240873
(cherry picked from commit 3cdaae146d )
* Move zygote from //services/service_manager back to //content
https://chromium-review.googlesource.com/c/chromium/src/+/2252466
(cherry picked from commit e0d6dbcf1e )
* Reland "[base] Stop including check.h, notreached.h, etc. in logging.h"
https://chromium-review.googlesource.com/c/chromium/src/+/2264297
(cherry picked from commit 1407040133 )
* Update mas private api patch
* Reland "Reland "New toolchain for Windows 10 19041 SDK""
https://chromium-review.googlesource.com/c/chromium/src/+/2255527
(cherry picked from commit 8101d956f5 )
* [XProto] Remove usage of Shape extension
https://chromium-review.googlesource.com/c/chromium/src/+/2262113
(cherry picked from commit 72b6f11958 )
* chore: bump chromium in DEPS to 85.0.4183.9
* chore: bump chromium in DEPS to 85.0.4183.10
* chore: bump chromium in DEPS to 85.0.4183.11
* chore: bump chromium in DEPS to 85.0.4183.12
* chore: bump chromium in DEPS to 85.0.4183.13
* update patches
* fixup! add empty floc blocklist to BrowserProcessImpl
(cherry picked from commit 07b0b65c1d )
* fixup! Reland "[base] Stop including check.h, notreached.h, etc. in logging.h"
(cherry picked from commit f91c1ab162 )
* Check for GDI exhaustion if window creation fails
https://chromium-review.googlesource.com/c/chromium/src/+/2244124
(cherry picked from commit 3d45d7b78c )
* chore: bump chromium in DEPS to 85.0.4183.14
* Fixup lint issue
* update patches
* fix: include missing header file
* chore: bump chromium in DEPS to 85.0.4183.19
* update patches
* refactor: match upstream print preview handling (#24452 )
(cherry picked from commit 004e29ad33 )
* use PrintHostMsg_DidPreviewPage_Params
https://chromium-review.googlesource.com/c/chromium/src/+/2257124
Co-authored-by: Andy Locascio <andy@slack-corp.com >
Co-authored-by: Electron Bot <anonymous@electronjs.org >
Co-authored-by: deepak1556 <hop2deep@gmail.com >
Co-authored-by: John Kleinschmidt <jkleinsc@github.com >
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-07-09 10:04:19 -04:00
trop[bot]
d4a6affa4b
fix: use try/catch for base class converter error ( #24450 )
...
* fix: use try/catch for base class converter error
* Place try/catch in a block
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-07-07 20:00:46 -07:00
trop[bot]
c32c69604a
feat: expose sessionId in debugger module ( #24397 )
...
Co-authored-by: deepak1556 <hop2deep@gmail.com >
2020-07-06 12:38:01 -07:00
Electron Bot
2761be6467
Bump v10.0.0-beta.9
2020-07-06 08:32:36 -07:00
trop[bot]
48cd3eeced
chore: use node_bindings loop for clarity ( #24416 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-07-03 18:47:37 -07:00
trop[bot]
91ce51cfb3
fix: remove same-tag notifications before showing new ones ( #24404 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-07-03 09:20:53 -07:00
Electron Bot
bf1870facc
Bump v10.0.0-beta.8
2020-07-02 08:35:19 -07:00