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
Electron Bot
508d131c95
chore: bump chromium in DEPS to 76.0.3801.1
2019-05-23 12:36:15 -07:00
Electron Bot
ae36659f7a
chore: bump chromium in DEPS to 76.0.3800.1
2019-05-23 12:36:15 -07:00
Electron Bot
f970660766
chore: bump chromium in DEPS to 76.0.3799.1
2019-05-23 12:36:15 -07:00
Electron Bot
43c5837cda
chore: bump chromium in DEPS to 76.0.3798.1
2019-05-23 12:36:15 -07:00
Electron Bot
a87e88df20
chore: bump chromium in DEPS to 76.0.3797.1
2019-05-23 12:36:15 -07:00
Electron Bot
5a5d4b06b3
chore: bump chromium in DEPS to 76.0.3796.1
2019-05-23 12:36:15 -07:00
trop[bot]
28ba88ba70
docs: rename 'API Contract' as 'Breaking Changes' ( #18399 )
...
* Use "Breaking Changes" as the changes doc's title.
Multiple people have commented that this important page is difficult
to find, in part because people search for "Breaking" or "Changes" or
"Breaking Changes" rather than "API Contract".
This PR changes the name to "Breaking Changes" so that it'll show up
on electronjs.org/docs/.
It also adds a backwards-friendly link so people still searching for
"API Contract" will get a redirect. I'm not sure if this is necessary --
the actual URL of https://electronjs.org/docs/api/breaking-changes is
unchanged -- would especially welcome feedback on this part.
* fixup! Use "Breaking Changes" as the changes doc's title.
* fixup! Use "Breaking Changes" as the changes doc's title.
2019-05-23 15:02:16 -04:00
trop[bot]
4f8ffe934e
docs: clarify that 'second-instance' is only emitted when the second instance calls app.requestSingleInstanceLock() ( #18385 )
2019-05-21 16:25:50 -05:00
Electron Bot
c5c0a7abc5
Bump v6.0.0-beta.4
v6.0.0-beta.4
2019-05-21 11:28:46 -07:00
trop[bot]
84b762f0b3
fix: reverse saveDialog cancellation bool ( #18383 )
2019-05-21 13:09:35 -05:00
trop[bot]
043838f9b6
fix: set window to null when no window is passed ( #18381 )
...
Fixes #18236 .
Our options parsing for dialogs correctly set options if no window was passed, but then did not correctly set the window back to null and it was then left as an object equal to options. This caused a crash when passed to native code as there is no valid circumstance where the window would be an object.
2019-05-21 08:34:40 -07:00
trop[bot]
a824e92628
fix: 'page-title-updated' event forwarding + documentation ( #18319 )
2019-05-21 16:21:50 +09:00
Samuel Attard
1843411e79
fix: update the FileSelectHelper to support the new promise API ( #18288 ) ( #18341 )
...
* fix: update the FileSelectHelper to support the new promise API
Fixes #18254
So it turns out we've successfully introduced a way to write
non-typesafe C++.
This fixes two things:
* Uses the object the promise resolves
* Ensures we attach the Then handler before moving the promise
* fix: also fix misuse of Promise::Then in the download manager
2019-05-21 15:52:48 +09:00
trop[bot]
da76c4d7c5
fix: leave space for autohide taskbar for frameless maximized window ( #18373 )
2019-05-21 15:35:39 +09:00
trop[bot]
4468b86a81
feat: allow setting working directory in app.setUserTasks() / app.setJumpList() ( #18291 )
2019-05-16 09:13:30 -04:00