Electron Bot
bb11bdce36
Bump v11.0.0-beta.13
2020-10-15 08:02:38 -07:00
trop[bot]
df82bbab43
feat: add support for preventing the system context menu ( #25835 )
...
Co-authored-by: Samuel Attard <sattard@slack-corp.com >
2020-10-14 18:37:41 -07:00
Michaela Laurencin
ed5fd9c910
fix: notifications successfully never timeout with included flag ( #25902 )
...
* Backport changes for notification timeout neber to version 11
* fix: notifications successfully never timeout with included flag
* Add back SetXmlAudioSilent
Co-authored-by: mlaurencin <mlaurencin@microsoft.com >
2020-10-13 18:22:33 -07:00
Electron Bot
1c8377967d
Bump v11.0.0-beta.12
2020-10-13 13:39:53 -07:00
John Kleinschmidt
4016def2d0
Revert "Bump v11.0.0-beta.12"
...
This reverts commit 7a669cbbb0 .
2020-10-13 16:36:33 -04:00
John Kleinschmidt
c35a67f31e
Revert "Bump v11.0.0-beta.13"
...
This reverts commit fd5896919b .
2020-10-13 16:36:22 -04:00
Electron Bot
fd5896919b
Bump v11.0.0-beta.13
2020-10-12 08:02:17 -07:00
Electron Bot
7a669cbbb0
Bump v11.0.0-beta.12
2020-10-09 14:21:33 -07:00
Electron Bot
8acf548c62
Revert "Bump v11.0.0-beta.12"
...
This reverts commit dc9282d6ff .
2020-10-09 14:15:32 -07:00
Electron Bot
dc9282d6ff
Bump v11.0.0-beta.12
2020-10-09 12:12:22 -07:00
Electron Bot
a4cb3e2af9
chore: bump chromium to 87.0.4280.11 (11-x-y) ( #25802 )
...
* chore: bump chromium in DEPS to 87.0.4280.6
* chore: bump chromium in DEPS to 87.0.4280.11
* chore: update patches
* Add deprecated_default_sources_assignment_filter variable
https://chromium-review.googlesource.com/c/chromium/src/+/2416496
* 2426564: Remove global sources assignment filter value
https://chromium-review.googlesource.com/c/chromium/src/+/2426564
* Remove set_sources_filter import
* chore: fixup printing patch
* Add DragOperation and AllowedDragOperations Mojo types
https://chromium-review.googlesource.com/c/chromium/src/+/2196167
* Add DragOperation and AllowedDragOperations Mojo types
https://chromium-review.googlesource.com/c/chromium/src/+/2196167
* Remove several references to BrowserPlugin from content
https://chromium-review.googlesource.com/c/chromium/src/+/2401031
* Remove SurfaceEmbeddingTime and LocalSurfaceIdAllocation
https://chromium-review.googlesource.com/c/chromium/src/+/2415128
* Remove several references to BrowserPlugin from content
https://chromium-review.googlesource.com/c/chromium/src/+/2401031
* Service Manager embedders switches have been removed or moved
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2440974
* Remove SurfaceEmbeddingTime and LocalSurfaceIdAllocation
https://chromium-review.googlesource.com/c/chromium/src/+/2415128
* [XProto] Remove usage of Xlib Visuals
https://chromium-review.googlesource.com/c/chromium/src/+/2429933
* Implement tabs.removeCSS in electrons TabsExecuteScriptFunction
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2250506
* Remove lossy ConvertSizeToPixel() methods
https://chromium-review.googlesource.com/c/chromium/src/+/2419534
* Remove all keyboard related usage of Xlib
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2436787
* fix: use parent namespace for zygote switches
* ConvertRectToPixel methods have been removed
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2429143
* impl SortingLSH service
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2425327
* chore: update patches
* chore: fix servicemanager removed namespace
* chore: revert removed methods
* chore: update patches
* ExtensionURLLoaderFactory is now owned by its receivers
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2357523
* chore: fix linting
* Skip Angle manifest file
https://chromium-review.googlesource.com/c/angle/angle/+/2425197
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
2020-10-09 12:06:07 -07:00
trop[bot]
9852e1f190
fix: window.open doesn't work correctly in child window ( #25816 )
...
If speculative render view host is deleted during naviagation to
page we try to open with call to window.open window is destroyed
right after it is created. It may happen when naviagation triggers
redirect from http to https. To void that we should emit event
current-render-view-deleted only when render view host which was
destroyed is the current webcontent's rvh.
Co-authored-by: Cezary Kulakowski <cezary@openfin.co >
2020-10-08 09:38:42 -07:00
Electron Bot
c157521bd0
chore: bump chromium to 87.0.4276.0 (11-x-y) ( #25488 )
...
* chore: bump chromium in DEPS to 87.0.4265.1
* chore: bump chromium in DEPS to 87.0.4266.2
* chore: bump chromium in DEPS to 87.0.4267.1
* update patches
* chore: bump chromium in DEPS to 87.0.4270.0
* Update patches
* Move content::WebPreferences struct to Blink
https://chromium-review.googlesource.com/c/chromium/src/+/2397670
(cherry picked from commit 5c98c5ebf4 )
* viz: Rename RenderPass to CompositorRenderPass (and related types).
https://chromium-review.googlesource.com/c/chromium/src/+/2380730
(cherry picked from commit ae999b29c1 )
* 2320268: Migrate DragHostMsg_StartDragging to Mojo
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2320268
(cherry picked from commit 4e835d505d )
* Make FileURLLoaderFactory always owned by its |receivers_|.
https://chromium-review.googlesource.com/c/chromium/src/+/2337411
(cherry picked from commit 284abad17d )
* fix: add a patch to remove deprecated factory
(cherry picked from commit 98c9616829 )
Co-Authored-By: Robo <hop2deep@gmail.com >
* fixup patch
(cherry picked from commit 98c9616829 )
Co-Authored-By: Robo <hop2deep@gmail.com >
* Add MIME sniffer overloads that take base::StringPieces
https://chromium-review.googlesource.com/c/chromium/src/+/2382896
(cherry picked from commit 211fd4f8f0 )
* chore: implement GetSurveyAPIKey
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2362182
(cherry picked from commit 6c539bc6fc )
* 2415752: Reland "Reland "OOR-CORS: Remove BlinkCORS supporting code outside Blink""
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2415752
(cherry picked from commit b67757d77d )
* Make FileURLLoaderFactory always owned by its |receivers_|.
https://chromium-review.googlesource.com/c/chromium/src/+/2337411
(cherry picked from commit 507eb0965f )
* fixup! Make FileURLLoaderFactory always owned by its |receivers_|.
(cherry picked from commit e19400b4e2 )
* 2418471: PDF Viewer update: Add missing aria-labels to various buttons.
https://chromium-review.googlesource.com/c/chromium/src/+/2418471
* chore: bump chromium in DEPS to 87.0.4271.0
* Refactor WebContentSettingsClient to dedupe AllowXYZ methods
https://chromium-review.googlesource.com/c/chromium/src/+/2353552
(cherry picked from commit f1a5414372 )
* 2402123: Use end date when deleting http auth cache
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2402123
(cherry picked from commit d00971d0cb )
* [printing] Move PrintHostMsg_PreviewIds to print.mojom
https://chromium-review.googlesource.com/c/chromium/src/+/2379455
(cherry picked from commit e212297da9 )
* update patches
* 2401303: Move content/browser/frame_host/* over to content/browser/renderer_host/
https://chromium-review.googlesource.com/c/chromium/src/+/2401303
(cherry picked from commit bcffa8aeab )
* Introduce NonNetworkURLLoaderFactoryBase class.
https://chromium-review.googlesource.com/c/chromium/src/+/2357559
(cherry picked from commit 33e2e12114 )
* fix: add a patch to remove deprecated factory
(cherry picked from commit 98c9616829 )
* chore: non_network_url_loader_factory_base was moved
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2357431
(cherry picked from commit a1a8878402 )
* chore: replace CreateWebUIURLLoader with CreateWebUIURLLoaderFactory
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2358309
(cherry picked from commit 40bfaa5ea4 )
* 2346803: Study whether blocking of requests via webRequest is fingerprintable
https://chromium-review.googlesource.com/c/chromium/src/+/2346803
* lint cleanup
* chore: bump chromium in DEPS to 87.0.4272.0
* update patches
* 2387901: Accessing C++ enums in Java for WebBluetooth
https://chromium-review.googlesource.com/c/chromium/src/+/2387901
* chore: bump chromium in DEPS to 87.0.4273.0
* Update patches
(cherry picked from commit b389d4adca71e268c390c41370e87033b69c649c)
* chore: bump chromium in DEPS to 87.0.4274.0
* chore: bump chromium in DEPS to 87.0.4275.0
* chore: bump chromium in DEPS to 87.0.4276.0
* update patches
* 2418443: Explicit use of deprecated global sources assignment filter
https://chromium-review.googlesource.com/c/chromium/src/+/2418443
* fixup 2418443: Explicit use of deprecated global sources assignment filter
* Use 87.0.4274.2 for now
* 2401847: Cache Storage Permissions on ContentSettingsClientImpl
https://chromium-review.googlesource.com/c/chromium/src/+/2401847
* 2418568: Remove ConvertPointToPixel() methods.
https://chromium-review.googlesource.com/c/chromium/src/+/2418568
* 2419388: Rename Button methods to be suitable for builders and properties.
https://chromium-review.googlesource.com/c/chromium/src/+/2419388
* [XProto] Remove usage of all Xlib headers
https: //chromium-review.googlesource.com/c/chromium/src/+/2392140
Co-Authored-By: Robo <hop2deep@gmail.com >
* service_manager::kCrashDumpSignal -> kCrashDumpSignal
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2417073
(cherry picked from commit 7d9d2a172f50e12830a2b8fbfbb2fe344756c377)
* gfx::ConvertPointToPixel -> gfx::ConvertPointToPixels
Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2418568
(cherry picked from commit a0bf07570409f84a3b7fa9d12bddd8c1805f43c5)
* Fixup [XProto] Remove usage of all Xlib headers
* Set appid on Pip windows.
https: //chromium-review.googlesource.com/c/chromium/src/+/2388274
Co-Authored-By: Robo <hop2deep@gmail.com >
* chore: update node patches for common.gypi
Co-Authored-By: Samuel Attard <MarshallOfSound@users.noreply.github.com >
* Try using lower number of processes for linux
* fixup call to diagnose_goma_log.py
* Use larger machines on linux to work around goma issue
* Don't fail on goma stats
* don't exit immediately
* turn off pipefail
* always return true
Co-authored-by: John Kleinschmidt <jkleinsc@github.com >
Co-authored-by: deepak1556 <hop2deep@gmail.com >
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
Co-authored-by: Andy Locascio <andy@slack-corp.com >
Co-authored-by: Samuel Attard <MarshallOfSound@users.noreply.github.com >
2020-10-06 15:43:56 -04:00
trop[bot]
f298d4d54f
feat: add webContents.forcefullyCrashRenderer() to forcefully terminate a renderer process ( #25756 )
...
* feat: add webContents.crashProcess() to forcefully terminate a renderer process
* chore: fix up docs and tests
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2020-10-05 13:00:36 -07:00
Electron Bot
ca227ede76
Bump v11.0.0-beta.11
2020-10-05 08:01:36 -07:00
trop[bot]
5eb225b5ae
fix: crash when application launched from UNUserNotificationCenter notification ( #25738 )
...
Co-authored-by: Milan Burda <milan.burda@gmail.com >
2020-10-02 13:58:01 -07:00
Electron Bot
c6fa081558
Bump v11.0.0-beta.10
2020-10-01 08:01:18 -07:00
trop[bot]
dcbca5448a
fix: ensure ready-to-show event is fired ( #25672 )
2020-09-29 16:46:11 -07:00
trop[bot]
0667110350
fix: submenu should be autoreleased ( #25688 )
...
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2020-09-29 12:57:40 -07:00
Electron Bot
634b76e5a2
Bump v11.0.0-beta.9
2020-09-28 08:01:11 -07:00
Electron Bot
ce5660db36
Bump v11.0.0-beta.8
2020-09-24 08:32:12 -07:00
Shelley Vohr
f8bdaa04d8
Revert "Bump v11.0.0-beta.8"
...
This reverts commit 69ded48ce4 .
2020-09-24 08:28:59 -07:00
Shelley Vohr
08ebf7c03b
Revert "Bump v11.0.0-beta.9"
...
This reverts commit 8bdff7acbc .
2020-09-24 08:28:52 -07:00
Shelley Vohr
9f164607b7
Revert "Bump v11.0.0-beta.10"
...
This reverts commit d88ce0be9c .
2020-09-24 08:28:45 -07:00
Electron Bot
d88ce0be9c
Bump v11.0.0-beta.10
2020-09-24 08:03:12 -07:00
trop[bot]
ff97c5255b
fix: decompress devtools discovery html ( #25602 )
...
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
2020-09-23 12:38:36 -07:00
trop[bot]
fb7f783ee1
fix: unsubscribe from observers when window is closing ( #25585 )
...
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2020-09-23 10:00:22 -04:00
trop[bot]
9ff208f898
fix: NOTREACHED in content::ChildProcessHost::GetChildPath when enable_plugins=false ( #25552 )
...
Co-authored-by: Milan Burda <milan.burda@gmail.com >
2020-09-23 10:46:00 +09:00
trop[bot]
a8dc3ae5c2
fix: check printer list when no default printers ( #25562 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-09-22 11:53:49 -07:00
Electron Bot
8bdff7acbc
Bump v11.0.0-beta.9
2020-09-21 08:02:16 -07:00
trop[bot]
0f4f5ac32c
fix: prevent destroyed view references from causing crashes ( #25509 )
...
* fix: prevent destroyed view references from causing crashes
* Remove extraneous comments
* Relocate crash test to proper location
* Add WebContentsObserver
* Add nullptr check and inspectable observer
* Remote initial test file
* Add test cases to test file
* Rename and move testing file
* Fix linting errors
* Make functions exit early on check
* Fix setBackgroundColor function call in test file
* Fix styling of test file
* Fix mac name mismatch and make variable name more clear
Co-authored-by: Michaela Laurencin <mlaurencin@microsoft.com >
2020-09-21 09:33:39 +09:00
trop[bot]
7e40dc2237
fix: close window when leave fs crash ( #25524 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-09-19 15:23:49 -06:00
trop[bot]
e2b90ee28c
build: fix build with enable_pdf_viewer=false ( #25507 )
...
Co-authored-by: Milan Burda <milan.burda@gmail.com >
2020-09-17 14:55:29 -06:00
Electron Bot
69ded48ce4
Bump v11.0.0-beta.8
2020-09-17 08:02:47 -07:00
trop[bot]
a22dfc813f
fix: disable CORS when webSecurity is disabled ( #25504 )
...
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2020-09-17 10:22:25 +09:00
trop[bot]
80efb6d9da
fix: call node::Stop on exit ( #25459 )
...
* fix: call node::Stop on exit
* also call Stop in node_main
* oop, we were already calling set_can_call_into_js(false)??
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
2020-09-16 09:25:51 +09:00
trop[bot]
51a35f8b4d
fix: ensure ready-to-show event is fired ( #25471 )
...
* fix: ensure ready-to-show event is fired
* test: acutally draw something when capturePage
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2020-09-16 09:15:34 +09:00
John Kleinschmidt
b88396cf00
chore: bump chromium to 87.0.4251.1 (11-x-y) ( #25259 )
2020-09-15 09:52:14 -07:00
Jeremy Rose
35d2727de0
feat: remove getMediaSourceIdForWebContents() ( #25414 ) ( #25455 )
...
This reverts commit 204f001c5d .
2020-09-14 13:44:54 -07:00
Electron Bot
86cc6a7b44
Bump v11.0.0-beta.7
2020-09-14 08:02:47 -07:00
Electron Bot
9e9cc8f606
Bump v11.0.0-beta.6
2020-09-10 08:02:15 -07:00
trop[bot]
1e1d35fb87
fix(extensions): devtools now open for background pages ( #25366 )
...
refactor(extensions): remove unused InitWithBrowserContext method
fix(extensions): release background page WebContents to avoid crash
The background page WebContents instance is managed by the ExtensionHost.
fix(extensions): open background page devtools detached by default
test(extensions): add background page devtools test
chore: test fix for null web_contents()
fix: close background page devtools in test after opening
Co-authored-by: samuelmaddock <samuel.maddock@gmail.com >
2020-09-10 11:38:52 +09:00
trop[bot]
119cd24a7f
fix: bind fake mojo service for badging ( #25370 )
...
* fix: bind fake mojo service for badging
* Add a test
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-09-10 09:14:53 +09:00
Eryk Rakowski
138fa6cdf3
feat(extensions): add support for some chrome.management APIs ( #25098 ) ( #25342 )
...
* fix: initialize management policy
* fix(extensions): crash when using chrome.management
* test: add tests
* docs: add a note about chrome.management
* fix: lint errors
* fix: lint errors
* fix: remove favicon_service include
* fix: add missing management permission
* docs: more supported apis
* fix: extensions.md line endings
2020-09-08 20:11:50 +09:00
Electron Bot
ad876ac1b1
Bump v11.0.0-beta.5
2020-09-07 08:01:02 -07:00
trop[bot]
c35ec6bc34
fix: only focus a webContents if the window was not initially hidden ( #25323 )
...
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
2020-09-04 14:47:08 -07:00
trop[bot]
a08b3682c3
fix: avoid creating client_id file for empty DIR_CRASH_DUMPS ( #25310 )
...
Co-authored-by: deepak1556 <hop2deep@gmail.com >
2020-09-03 19:09:20 -07:00
trop[bot]
c3ad33c28b
fix: multiple dock icons when calling dock.show/hide ( #25300 )
...
* fix: mulitple dock icons when calling dock.show/hide
* test: run dock.show tests after dock.hide tests
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
2020-09-03 13:57:06 -07:00
Electron Bot
59f9e417d4
Bump v11.0.0-beta.4
2020-09-03 08:01:35 -07:00
trop[bot]
622f5f84cf
chore: wrap add/remove view in extra check ( #25258 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2020-09-02 10:04:10 +09:00