Electron Bot
3c322b7349
Bump v6.0.0-beta.6
v6.0.0-beta.6
2019-06-04 14:52:22 -07:00
Milan Burda
b2ea1bc517
fix: don't export private V8 symbols that can cause native node modules to crash ( #18281 ) ( #18619 )
2019-06-04 10:09:07 -05:00
trop[bot]
16250493b8
build: move Windows release builds to AppVeyor cloud ( #18603 )
...
* build: move Windows release builds to AppVeyor cloud
* Use new env variable for AppVeyor cloud server
2019-06-04 10:30:31 -04:00
trop[bot]
08887e016c
doc: change pyobjc link in macos build instruction ( #18616 )
2019-06-03 22:03:06 -07:00
trop[bot]
aadcce0907
docs: Fix incorrect dialog docs ( #18606 )
...
* docs: Fix incorrect dialog docs
We had multiple definitions for `showSaveDialog`.
* docs: Update, take two
2019-06-03 15:04:26 -07:00
trop[bot]
9b5353309d
build: strip swiftshader binaries ( #18600 )
2019-06-03 14:32:18 -07:00
trop[bot]
76303502a6
build: install python-dbusmock via pip for a Docker container ( #18597 )
...
* build: use python-dbusmock v0.18.1 on Linux
To prevent timeout errors with some other python-dbusmock versions.
* Don't use a fixed version of python-dbusmock
Co-Authored-By: John Kleinschmidt <jkleinsc@github.com >
2019-06-03 17:20:55 -04:00
Milan Burda
cf07904338
build: remove Vulkan mock ICD ( #18596 )
2019-06-03 17:18:33 -04:00
trop[bot]
8f1e28b59c
fix: don't package mojom{,-lite}.js files in dist.zip ( #18486 )
2019-06-03 11:44:30 -07:00
Electron Bot
10d0268070
chore: bump chromium to 76.0.3809.3 (6-0-x) ( #18504 )
...
* chore: bump chromium in DEPS to 76.0.3807.2
* chore: update patches
* fix: Don't leak system network context when nw service is disabled
https://chromium-review.googlesource.com/c/chromium/src/+/1632494
NetworkService is now deleted by using SequnceLocalStorageSlot
on the IO thread when the service is disabled, which expects
all associated NetworkContexts on that sequence to be destroyed.
* chore: bump chromium in DEPS to 76.0.3808.1
* fix: Destroy all network contexts before primary network context
* chore: update patches
* Simplify out-of-process service registration
https://chromium-review.googlesource.com/c/chromium/src/+/1615882
* [ThreadPool] Rename base::ThreadPool to base::ThreadPoolInstance
https://chromium-review.googlesource.com/c/chromium/src/+/1634851
* fix: -Winconsistent-missing-override warnings
* chore: bump chromium in DEPS to 76.0.3809.1
* chore: update patches
* Change CreateBrowserMainParts to return unique_ptrs
https://chromium-review.googlesource.com/c/chromium/src/+/1632532
* chore: bump chromium in DEPS to 76.0.3809.3
2019-06-01 13:19:00 -04:00
trop[bot]
7871e18232
fix: handle gzipped chrome WebUI resources ( #18552 )
...
Fixes : #18503
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/1576232
For whatever reason Chromium made this change and then made the default
//content behavior to return false for all IsDataResourceGzipped
requests. This PR updates our ContentClient impl to return the correct
values.
Notes: Fixed issues where some `chrome://*` URLs would not render
correctly
2019-05-31 15:47:42 -07:00
trop[bot]
ceb3792f3c
fix: contractions handling in spellchecker ( #18538 )
2019-05-31 10:52:18 -07:00
trop[bot]
65a4bdd87a
ci: add retries to downloads for arm testing ( #18535 )
2019-05-30 21:08:44 -07:00
trop[bot]
7094870a44
docs: specify use case for the 'services' role ( #18528 )
...
* docs: specify use case for the 'services' role
* update based on @caesar's recommendation
Co-Authored-By: Caesar Schinas <caesar@caesarschinas.com >
2019-05-30 15:15:16 -07:00
trop[bot]
cee99b5f2d
fix: reverse dialog cancel bool for openDialog ( #18509 )
2019-05-30 15:32:08 -04:00
Electron Bot
ac86d362ba
Bump v6.0.0-beta.5
v6.0.0-beta.5
2019-05-29 08:10:59 -07:00
Shelley Vohr
2233a9eb5a
Revert "Bump v6.0.0-beta.5"
...
This reverts commit 80fa2449a1 .
2019-05-28 20:18:02 -07:00
Shelley Vohr
af24a4f364
build: fix breakpad symbol generation on linux arm ( #18491 )
2019-05-28 20:17:37 -07:00
trop[bot]
a78692f5b8
fix: create missing directories with app.setPath ( #18480 )
2019-05-28 19:30:49 -07:00
trop[bot]
335178098d
fix: ensure the webContents is not destroyed before communicating ( #18487 )
2019-05-28 19:30:32 -07:00
trop[bot]
ddc0e8f7ba
chore: remove leftover docs/api/structures/memory-info.md ( #18430 )
2019-05-28 14:20:46 -07:00
Electron Bot
80fa2449a1
Bump v6.0.0-beta.5
2019-05-28 13:31:35 -07:00
Shelley Vohr
476abafefe
fix: respect minimizable/closable for customButtonsOnHover ( #18478 )
2019-05-28 13:29:43 -07:00
Felix Rieseberg
f7d4d51261
feat: Backport setting of global fallback user agent ( #18473 )
2019-05-28 12:25:07 -07:00
Electron Bot
7b08510075
chore: bump chromium to 76.0.3805.4 (6-0-x) ( #18439 )
...
* chore: bump chromium in DEPS to 76.0.3804.1
* chore: update patches
* chore: update v8 patches
* chore: bump chromium in DEPS to 76.0.3805.1
* chore: bump chromium in DEPS to 76.0.3805.2
* chore: bump chromium in DEPS to 76.0.3805.3
* chore: update patches
* Remove content_packaged_services
https://chromium-review.googlesource.com/c/chromium/src/+/1604203
* chore: fix false positive lint error
* views: wireup widget name to crash data
https://chromium-review.googlesource.com/c/chromium/src/+/1626640
* chore: bump chromium in DEPS to 76.0.3805.4
2019-05-28 11:29:10 -07:00
Jeremy Apthorp
14b62b28ce
Merge pull request #18327 from electron/roller/chromium/6-0-x
...
chore: bump chromium to 76.0.3803.1 (6-0-x)
2019-05-23 17:08:56 -07:00
Jeremy Apthorp
1c44ed0912
Replace views_bridge_mac with remote_cocoa
...
https://chromium-review.googlesource.com/c/chromium/src/+/1623573
2019-05-23 15:00:02 -07:00
Jeremy Apthorp
de1edf3f4d
Update function signatures for focused element change notifications
...
https://chromium-review.googlesource.com/c/chromium/src/+/1609749
2019-05-23 13:47:49 -07:00
deepak1556
a21ffa027a
chore: update patches
2019-05-23 12:46:44 -07:00
Nitish Sakhawalkar
899d42563c
Chrome changed the devtools url
...
chrome-devtools:// to devtools://
28b21a67f0
2019-05-23 12:36:16 -07:00
Electron Bot
6eecbb5edd
chore: bump chromium in DEPS to 76.0.3803.1
2019-05-23 12:36:16 -07:00
Nitish Sakhawalkar
6a8e7a10ea
Update views visible API
...
visible() -> GetVisible() as per c9ecec130e
2019-05-23 12:36:16 -07:00
Nitish Sakhawalkar
85bb488732
Update linux/win menu_bar.h
...
Chromium Commit 6a2f2686a9
2019-05-23 12:36:16 -07:00
Jeremy Apthorp
c957215854
pin user32 on startup
...
https://chromium-review.googlesource.com/c/chromium/src/+/1551709
Loading it later causes a blocking call where blocking calls aren't allowed.
2019-05-23 12:36:16 -07:00
Nitish Sakhawalkar
2ba3a26785
Disable custom libcxx patch
2019-05-23 12:36:16 -07:00
Jeremy Apthorp
f0dc3bc79f
Manual follow-up rename in comments and variable names.
...
https://chromium-review.googlesource.com/c/chromium/src/+/1591429
2019-05-23 12:36:16 -07:00
Nitish Sakhawalkar
28d3edcd92
Update gpuinfo enumerator api
...
Related chromium change is here => 4178e190e9
2019-05-23 12:36:16 -07:00
Jeremy Apthorp
8026dee591
storage::IsolatedContext API changed
...
https://chromium-review.googlesource.com/c/chromium/src/+/1603486
2019-05-23 12:36:16 -07:00
Jeremy Apthorp
197cda9e45
GetNetCaptureModeFromCommandLine moved to net
...
https://chromium-review.googlesource.com/c/chromium/src/+/1614697
2019-05-23 12:36:16 -07:00
Jeremy Apthorp
903fd4e5e9
use base::Owned instead of base::Passed for repeating handler
2019-05-23 12:36:16 -07:00
Jeremy Apthorp
621c86b4cf
Convert Callbacks to OnceCallbacks in permissions APIs.
...
https://chromium-review.googlesource.com/c/chromium/src/+/1592356
2019-05-23 12:36:16 -07:00
Nitish Sakhawalkar
deda7c700f
Update for changed APIs
...
Update AllowCertificateError API (c5b8df91d1 )
2019-05-23 12:36:15 -07:00
Jeremy Apthorp
d225304370
use unique_ptr instead of shared_ptr for SpellcheckRequest
2019-05-23 12:36:15 -07:00
Nitish Sakhawalkar
fd22b7ec2a
Update Spellcheck API
...
Update WebTexhCheckingCompletion as per chromium 0e8c828e02
2019-05-23 12:36:15 -07:00
Nitish Sakhawalkar
a2b1d394b5
Update changed APIs/deps
...
Use brotli by default (36d58dd325 )
Update Mac ui headers (897636c9f8 )
Update AtomBrowserClient::HandleExternalProtocol API (cb656e1fd1 )
2019-05-23 12:36:15 -07:00
Jeremy Apthorp
7d4c78e73e
DelegatedFrameHost API changed
...
https://chromium-review.googlesource.com/c/chromium/src/+/1594924
2019-05-23 12:36:15 -07:00
Jeremy Apthorp
b37ff2b822
//ui/views_bridge_mac => //components/remote_cocoa/app_shim
...
https://chromium-review.googlesource.com/c/chromium/src/+/1590958
2019-05-23 12:36:15 -07:00
deepak1556
5887f5aa4f
Move snapshot_toolchain.gni to gni/
...
https://chromium-review.googlesource.com/c/v8/v8/+/1612903
2019-05-23 12:36:15 -07:00
deepak1556
a9176a2ac8
chore: update patches
2019-05-23 12:36:15 -07:00
Electron Bot
6ceb431942
chore: bump chromium in DEPS to 76.0.3802.1
2019-05-23 12:36:15 -07:00