Electron Bot
cac0a4fe3c
Bump v7.0.1
2019-11-01 09:46:44 -07:00
Electron Bot
f6f73a5a78
Revert "Bump v7.0.1"
...
This reverts commit 7bad919bee .
2019-11-01 08:28:33 -07:00
Electron Bot
7bad919bee
Bump v7.0.1
2019-11-01 08:09:20 -07:00
Electron Bot
5c0e8c5fd3
Revert "Bump v7.0.1"
...
This reverts commit 961436f300 .
2019-11-01 05:09:48 -07:00
Electron Bot
961436f300
Bump v7.0.1
2019-11-01 05:07:26 -07:00
trop[bot]
e2c7e4b1ad
fix: use Unicode version of ShellExecute() in OpenExternalOnWorkerThread() ( #20905 )
2019-11-01 08:05:57 -04:00
Electron Bot
d12b0eefe0
Revert "Bump v7.0.1"
...
This reverts commit 8dfb8c5589 .
2019-10-31 13:22:22 -07:00
Electron Bot
8dfb8c5589
Bump v7.0.1
2019-10-31 13:19:55 -07:00
John Kleinschmidt
57bb08e084
Revert "Bump v7.0.1" ( #20895 )
...
This reverts commit 0de78019c8 .
2019-10-31 15:11:45 -04:00
Electron Bot
03e0905519
Revert "Bump v7.0.2"
...
This reverts commit b6717a6644 .
2019-10-31 12:07:12 -07:00
Electron Bot
b6717a6644
Bump v7.0.2
2019-10-31 11:57:41 -07:00
Electron Bot
0de78019c8
Bump v7.0.1
2019-10-31 09:02:29 -07:00
trop[bot]
1926169c91
fix: swapped labels on open/save gtkdialog ( #20882 )
2019-10-31 08:42:35 -07:00
Electron Bot
92cace3998
Revert "Bump v7.0.1"
...
This reverts commit 7dc858be02 .
2019-10-30 17:06:52 -07:00
Electron Bot
7dc858be02
Bump v7.0.1
2019-10-30 17:05:00 -07:00
Electron Bot
7ffa127f0f
Revert "Bump v7.0.1"
...
This reverts commit f423312090 .
2019-10-30 17:01:39 -07:00
Electron Bot
f423312090
Bump v7.0.1
2019-10-30 17:00:10 -07:00
Electron Bot
4cacd15730
Revert "Bump v7.0.1"
...
This reverts commit 37eeaf32ad .
2019-10-30 16:45:49 -07:00
Electron Bot
37eeaf32ad
Bump v7.0.1
2019-10-30 16:42:36 -07:00
Electron Bot
2e07877c28
Revert "Bump v7.0.1"
...
This reverts commit d8bd7654c6 .
2019-10-30 16:05:51 -07:00
Electron Bot
d8bd7654c6
Bump v7.0.1
2019-10-30 16:00:48 -07:00
Electron Bot
f979e0cfbc
Revert "Bump v7.0.1"
...
This reverts commit 1582824d33 .
2019-10-30 15:59:42 -07:00
Electron Bot
1582824d33
Bump v7.0.1
2019-10-30 15:50:34 -07:00
Milan Burda
725dac35ab
fix: pass frameId to v8Util.setRemoteCallbackFreer() ( #20732 ) ( #20814 )
2019-10-30 14:35:37 +09:00
trop[bot]
6e32da3798
fix: prevent menu gc during popup ( #20808 )
2019-10-29 16:25:08 +09:00
Jeremy Apthorp
5cb6ba2883
chore: bump chromium to 78.0.3904.68 (7-0-x) ( #20643 )
...
* chore: bump chromium to 78.0.3904.68
* update chromium patches
* explicitly cancel redirects when the mode is 'error'
2019-10-23 13:53:11 -04:00
Jeremy Apthorp
e23030b69e
fix: properly free remote objects (7-0-x) ( #20693 )
2019-10-23 10:31:48 -07:00
trop[bot]
d417bbdcfd
fix: use xib file to construct macOS Menu ( #20670 )
...
* fix: use xib file to construct macOS Menu
* add nib files back to zip manifests
* address final review comments
2019-10-22 16:48:36 +09:00
Electron Bot
3083693e67
Bump v7.0.0
2019-10-21 12:36:53 -07:00
Electron Bot
944690e79b
Bump v7.0.0-beta.7
2019-10-15 11:08:05 -07:00
trop[bot]
19162f4bac
fix: append network switches to network service process ( #20558 )
2019-10-13 21:09:14 -07:00
trop[bot]
ee53f8cef6
fix: do not manually parse content-type ( #20544 )
2019-10-11 16:03:15 -07:00
trop[bot]
4463715714
fix: properly register custom url evt handling ( #20523 )
2019-10-10 23:15:53 +02:00
Milan Burda
f6894da715
fix: when building with enable_plugins=false ( #20507 )
2019-10-10 14:11:17 +02:00
Cheng Zhao
26d059b3ea
fix: cookies.get should be able to filter domain ( #20471 ) ( #20496 )
...
* fix: use GetAllCookies when url is empty
* test: get cookie without url
2019-10-09 11:32:01 -04:00
Electron Bot
49aaa2fe96
Bump v7.0.0-beta.6
2019-10-08 15:19:26 -07:00
Samuel Attard
0a9b201c34
feat: nativeTheme.themeSource and a few nativeTheme fixes ( #20486 )
...
* feat: add nativeTheme.themeSource to allow apps to override Chromiums theme choice (#19960 )
* feat: add nativeTheme.shouldUseDarkColorsOverride to allow apps to override Chromiums theme choice
* spec: add tests for shouldUseDarkColorsOverride
* chore: add missing forward declarations
* refactor: rename overrideShouldUseDarkColors to themeSource
* chore: only run appLevelAppearance specs on Mojave and up
* chore: update patch with more info and no define
* Update spec-main/api-native-theme-spec.ts
Co-Authored-By: Jeremy Apthorp <jeremya@chromium.org >
* Update api-native-theme-spec.ts
* Update api-native-theme-spec.ts
* Update api-native-theme-spec.ts
* fix: don't expose nativeTheme in the renderer process (#20139 )
Exposing these in the renderer didn't make sense as they weren't backed
by the same instance / value store. This API should be browser only
especially now that we have nativeTheme.themeSource. Exposing in
//common was a mistake from the beginning.
* fix: emit updated on NativeTheme on the UI thread to avoid DCHECK (#20137 )
* fix: emit updated on NativeTheme on the UI thread to avoid DCHECK
* Update atom_api_native_theme.cc
* spec: wait a few ticks for async events to emit so that test events do not leak into each other
* chore: add SetGTKDarkThemeEnabled(enabled) internal helper to allow dynamic theme selection on linux (#19964 )
This is just a after-creation setter for the `darkTheme` constructor option. This is delibrately
a method and not a property as there is no getter.
* spec: remove leftover .only
2019-10-08 18:18:00 -04:00
trop[bot]
981208b66c
fix: properly free IsolateData in node_main ( #20476 )
2019-10-08 14:30:15 +02:00
trop[bot]
23a52c02a3
fix: recentDocuments menu role on macOS ( #20410 )
2019-10-03 09:52:24 +02:00
Milan Burda
8536f62826
fix: allow paths to asar archives to contain the .asar extension in directories ( #20342 ) ( #20401 )
2019-10-02 18:03:44 +09:00
trop[bot]
312f14ee88
fix: correctly crash when there is no crashReporter ( #20395 )
...
* fix: correctly crash when there is no crashReporter
* test: correctly crash when there is crashReporter
2019-10-01 15:23:16 -04:00
Electron Bot
f79cfae3c2
Bump v7.0.0-beta.5
2019-09-18 13:43:24 -07:00
Electron Bot
0a0d7a8202
chore: bump chromium to 78.0.3905.1 (7-0-x) ( #20062 )
...
* chore: bump chromium in DEPS to 78.0.3899.1
* chore: bump chromium in DEPS to 78.0.3900.1
* chore: bump chromium in DEPS to 78.0.3900.2
* chore: bump chromium in DEPS to 78.0.3901.1
* chore: bump chromium in DEPS to 78.0.3902.1
* chore: remove tts.patch
https://chromium-review.googlesource.com/c/chromium/src/+/1717595
* build: disable widevine cdm component
https://chromium-review.googlesource.com/c/chromium/src/+/1767596
* chore: bump chromium in DEPS to 78.0.3903.1
* build: redo network_context.h mojification
187df411f2 %5E%21/#F7
* build: disable widevine
Disable widevine, atleast for the moment by deleting the patch and removing
the build argument.
> At the moment its horribly broken, we would have to look into fixing on all
> three platforms now that upstream also supports linux.
* chore: bump chromium in DEPS to 78.0.3904.1
* update pepper_flash.patch
https://chromium-review.googlesource.com/c/chromium/src/+/1771371
* chore: bump chromium in DEPS to 78.0.3905.1
* Update patches
* Convert Web Speech Synthesis API over to Mojo
https://chromium-review.googlesource.com/c/chromium/src/+/1717595
(cherry picked from commit e0163b0185 )
* Update patches
* CookieInclusionStatus: Support warnings and multiple exclusion reasons
https://chromium-review.googlesource.com/c/chromium/src/+/1756157
(cherry picked from commit ab2f5ac40b )
* Pass request_unadjusted_movement to lock mouse
https://chromium-review.googlesource.com/c/chromium/src/+/1767098
(cherry picked from commit a17daff6f1 )
* chore: rename thread_pool to thread_pool_instance
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/1773663
(cherry picked from commit 8547b09de8 )
* Remove the typemap from network::mojom::URLResponseHead.
https://chromium-review.googlesource.com/c/chromium/src/+/1758653
(cherry picked from commit a768ad210d )
* ServiceWorker: Make Extension WebRequestAPI aware of service worker update check script requests
https://chromium-review.googlesource.com/c/chromium/src/+/1782230
(cherry picked from commit 615d33517a )
* Convert CertVerifierClient to new Mojo types
https://bugs.chromium.org/p/chromium/issues/detail?id=955171
(cherry picked from commit ac5e8dbce5 )
* Convert DataPipeGetterPtr and DataPipeGetterRequest to new Mojo types
https://chromium-review.googlesource.com/c/chromium/src/+/1787760
https://chromium-review.googlesource.com/c/chromium/src/+/1787659
(cherry picked from commit 8611783898 )
* Add tts patch
* build: fix compilation with MSSTL
(cherry picked from commit 4d8cb7de9b )
2019-09-18 16:04:23 -04:00
trop[bot]
068e12d909
fix: crash when exiting simple fullscreen on macOS ( #20220 )
2019-09-17 08:59:32 -07:00
trop[bot]
4ac616b681
fix: resolve crash loading file based serviceworkers ( #20142 )
2019-09-05 21:15:17 -07:00
trop[bot]
fc677b7cf6
fix: Debug builds on Windows. ( #20140 )
2019-09-05 18:02:40 -07:00
trop[bot]
d25e511fc0
fix: ensure document.visibilityState aligns with the visibility of the TopLevelWindow ( #20134 )
...
* fix: ensure document.visibilityState aligns with the visibility of the TopLevelWindow
* chore: disable the specs on linux on CI
2019-09-05 16:46:35 -07:00
trop[bot]
c923aa2fde
fix: ensure modeL_ exists before calling delegate methods ( #20116 )
...
This is a speculative fix for a crash we are seeing in `menuDidClose`. We
can't repro the crash but the traces have it happening in this method
and just by reading through the impl the only part that jumps out as
Might Crash is this `model_` call. Other methods in the menu controller
check `model_` before using it so it probably makes sense to do that here
as well.
2019-09-04 15:21:10 -07:00
Cheng Zhao
2d16034854
fix: implement ses.getBlobData() for NetworkService ( #20041 ) ( #20105 )
...
* pass data pipe to JS
* implement reading buffer
* re-enable ses.getBlobData test
* remove AtomBlobReader
2019-09-04 08:39:06 -07:00
trop[bot]
4ce431829f
Revert "fix: make sure that menu bar gets focus even when you click an item to focus it first ( #19710 )" ( #20036 )
...
This reverts commit 27b2747b61 .
2019-09-03 23:19:46 -07:00