Sudowoodo Release Bot
72c48aa400
Bump v18.0.1
2022-03-30 08:32:15 -07:00
trop[bot]
befe53e5ad
fix: pointer lock escape handling ( #32828 )
2022-03-30 09:41:48 +02:00
trop[bot]
41aaed307d
fix: crash when WindowButtonsProxy references cleared NSWindow ( #33490 )
...
* resets WindowButtonsProxy on window delete on macOS
* fixes reset
Co-authored-by: Gellert Hegyi <gellert.hegyi@around.co >
2022-03-29 12:25:01 -04:00
Robo
5c3d6aaa81
fix: calling of X11 functions when running under Wayland ( #33355 ) ( #33498 )
...
Backports https://github.com/electron/electron/pull/33355
Co-authored-by: Marek Rusinowski <marekrusinowski@gmail.com >
2022-03-29 15:09:18 +02:00
Sudowoodo Release Bot
da6996dc63
Bump v18.0.0
2022-03-28 21:35:58 -07:00
Keeley Hammond
4cfa648a2e
Revert "Bump v18.0.0" ( #33493 )
...
This reverts commit 8680415128 .
2022-03-28 21:34:36 -07:00
Sudowoodo Release Bot
86294aa1d0
Revert "Bump v18.0.1"
...
This reverts commit 50d9fd215e .
2022-03-28 21:20:30 -07:00
Sudowoodo Release Bot
50d9fd215e
Bump v18.0.1
2022-03-28 21:18:45 -07:00
Sudowoodo Release Bot
8680415128
Bump v18.0.0
2022-03-28 17:11:02 -07:00
trop[bot]
765e1025f4
feat: add WCO title bar style setters ( #33440 )
...
* feat: add wco title bar style setters
* return after throwing
Co-authored-by: clavin <clavin@electronjs.org >
2022-03-28 12:51:50 -05:00
Sudowoodo Release Bot
a5d2a56105
Revert "Bump v18.0.0-beta.7"
...
This reverts commit d8f43ed7bd .
2022-03-28 09:28:37 -07:00
Sudowoodo Release Bot
d8f43ed7bd
Bump v18.0.0-beta.7
2022-03-28 06:30:58 -07:00
trop[bot]
c80f701085
fix: gn check when //printing component is disabled ( #33442 )
...
Co-authored-by: deepak1556 <hop2deep@gmail.com >
2022-03-25 00:51:25 -07:00
Sudowoodo Release Bot
fa6dde3e1c
Bump v18.0.0-beta.6
2022-03-24 06:30:31 -07:00
trop[bot]
bb6a072380
fix: initialize asar support in worker threads ( #33396 )
...
* fix: initialize asar support in worker threads (#33216 )
* fix: initialize asar support in worker threads
Use `ObjectWrap` instead of gin's Wrap in `electron_api_asar.cc` because
gin isn't fully initialized (and apparently not possible to initialize
without ruining the isolate configuration and array buffer allocator) in
worker threads. In the worker thread call `setupAsarSupport` just as we
do for the main process.
* Update lib/asar/fs-wrapper.ts
Co-authored-by: Darshan Sen <raisinten@gmail.com >
* Update patches/node/worker_thread_add_asar_support.patch
Co-authored-by: Darshan Sen <raisinten@gmail.com >
* Add a test
Co-authored-by: Darshan Sen <raisinten@gmail.com >
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com >
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
* chore: update .patches after merge
Co-authored-by: Fedor Indutny <fedor@indutny.com >
Co-authored-by: Darshan Sen <raisinten@gmail.com >
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com >
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
2022-03-24 16:24:34 +09:00
trop[bot]
4abb7e9709
feat: add nativeTheme.inForcedColorsMode ( #33357 )
...
Co-authored-by: Milan Burda <milan.burda@gmail.com >
2022-03-23 16:54:11 -07:00
trop[bot]
d36dc1c7de
fix: persist BrowserView content bounds when calculating layout ( #33399 )
...
Reverting change introduced in PR: https://github.com/electron/electron/pull/30510
Co-authored-by: Andreas Johansson <aj3621@tobii.com >
2022-03-23 10:10:12 +01:00
trop[bot]
700887d623
fix: IncrementCapturerCount doesn't increase the capturer count ( #33371 )
...
This regression was introduced by commit 22a70eb8 .
Co-authored-by: Zeeker <13848632+zeeker999@users.noreply.github.com >
2022-03-22 11:25:27 -04:00
trop[bot]
f893707c5d
fix: pend bounds change when moving BrowserWindows ( #33375 )
...
* fix: ensure bounds changes apply when moving windows
* chore: remove unused queue include
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-03-22 08:57:18 +01:00
trop[bot]
dcf825bed6
fix: fire show event when BrowserWindow shown via maximize() ( #33214 )
...
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2022-03-21 20:33:20 -04:00
trop[bot]
cee4e3707f
feat: support more color formats for backgroundColor ( #33364 )
...
* feat: support more color formats for backgroundColor
* feat: support more formats in getBackgroundColor
* chore: remove redundant includes
* refactor: differentiate rgb/rgba/hsl/hsla + docs
* chore: address review cleanup comments
* refactor: simple getBackgroundColor
* chore: fix iwyu
* fix: typescript arg
* Update docs/api/browser-view.md
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
* chore: address comments
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
2022-03-21 20:06:03 -04:00
trop[bot]
e9fa834757
fix: ensure ElectronBrowser mojo service is only bound to appropriate render frames ( #33344 )
...
* fix: ensure ElectronBrowser mojo service is only bound to authorized render frames
Notes: no-notes
* refactor: extract electron API IPC to its own mojo interface
* fix: just check main frame not primary main frame
Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com >
Co-authored-by: Samuel Attard <sattard@salesforce.com >
2022-03-21 13:41:15 -07:00
Robo
a327684118
fix: iocp integration when process is reused ( #33207 ) ( #33361 )
2022-03-21 09:21:59 -07:00
Sudowoodo Release Bot
ef5424cee0
Bump v18.0.0-beta.5
2022-03-21 06:30:49 -07:00
trop[bot]
388acd7e2a
fix: race condition where webContents can be nullptr during re-focus and a multi-window close sequence ( #33284 )
...
* fix: race condition where webContents can be nullptr during re-focus and a multi-window close sequence
* chore: update electron_inspectable_web_contents_view.mm
Co-authored-by: Samuel Attard <sam@electronjs.org >
2022-03-21 10:26:49 +09:00
trop[bot]
46d74390fc
feat: allow setting code cache directory ( #33286 )
...
* feat: allow setting code cache directory
* chore: address review feedback
* chore: update docs
Co-authored-by: Charles Kerr <charles@charleskerr.com >
* chore: rewrite with base::Contains
Co-authored-by: Charles Kerr <charles@charleskerr.com >
Co-authored-by: Milan Burda <milan.burda@gmail.com >
Co-authored-by: deepak1556 <hop2deep@gmail.com >
Co-authored-by: Charles Kerr <charles@charleskerr.com >
2022-03-21 10:22:33 +09:00
trop[bot]
0370583c73
fix: intialize FPS file in network service ( #33345 )
...
Co-authored-by: Keeley Hammond <khammond@slack-corp.com >
2022-03-20 11:12:17 -07:00
trop[bot]
91274e5a7e
fix: crash when destroying node env with pending promises ( #33302 )
...
* fix: crash when destroying node env with pending promises
* chore: add spec
Co-authored-by: deepak1556 <hop2deep@gmail.com >
2022-03-18 04:08:45 -07:00
Sudowoodo Release Bot
fc3172dd2a
Bump v18.0.0-beta.4
2022-03-17 06:30:45 -07:00
trop[bot]
4556adde82
fix: ensure external memory adjustments are balanced ( #33305 )
...
Co-authored-by: David Sanders <dsanders11@ucsbalum.com >
2022-03-17 14:07:16 +01:00
trop[bot]
7283c257ae
fix: BrowserWindow.fromWebContents should work in browser-window-created ( #33316 )
...
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
2022-03-17 09:45:24 +01:00
trop[bot]
90726a46e1
fix: add missing [[maybe_unused]] to IsEnvSet ( #33269 )
...
Co-authored-by: Milan Burda <milan.burda@gmail.com >
2022-03-16 11:49:21 +01:00
Sudowoodo Release Bot
134042cc43
Bump v18.0.0-beta.3
2022-03-14 06:30:53 -07:00
trop[bot]
26d729a4a3
fix: settings not persisting across devtools loads ( #33206 )
...
* fix: settings not persisting across devtools loads
* chore: remove redundant RegisterPreference impl
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-03-11 11:18:50 -06:00
Sudowoodo Release Bot
68c3c3f7ad
Bump v18.0.0-beta.2
2022-03-10 05:30:48 -08:00
trop[bot]
92cd3d1fa5
fix: crash when showin item in folder on DevTools ( #33197 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-03-09 17:32:52 -05:00
trop[bot]
47f8a13384
fix: non-client mouse events on WCO-enabled windows ( #33202 )
...
Co-authored-by: clavin <clavin@electronjs.org >
2022-03-09 16:54:54 -05:00
trop[bot]
262cc48ad0
fix: max window size defaults to 0 ( #33119 )
...
* fix: max window size defaults to 0
* fix: also check max_size empty
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-03-08 14:20:39 -05:00
Sudowoodo Release Bot
47669c55fd
Bump v18.0.0-beta.1
2022-03-08 10:16:46 -08:00
Sudowoodo Release Bot
b4466f8f3e
Revert "Bump v18.0.0-alpha.6"
...
This reverts commit 1528b0d307 .
2022-03-07 09:22:59 -08:00
Sudowoodo Release Bot
1528b0d307
Bump v18.0.0-alpha.6
2022-03-07 05:31:18 -08:00
John Kleinschmidt
da86676a43
chore: fixup 18-x-y release ( #33145 )
...
* build: add stack_trace.h to main delegate (#32854 )
* build: add stack_trace.h to main delegate
* build: trigger circleci
* build: free up a tiny bit more space
* build: disable use_thin_lto
* fixup build/args/all.gn
Co-authored-by: Samuel Attard <sam@electronjs.org >
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
(cherry picked from commit 4fa3310887 )
* ci: disable use-thin-lto on Mac only (#33115 )
* build: remove use_thin_lto = false
* ci: enabling if things get really bad (all darwin)
* build: lol don't enable that
* build: add patch to disable thin lto for mac
(cherry picked from commit f71a6db3ff )
Co-authored-by: Keeley Hammond <khammond@slack-corp.com >
Co-authored-by: Keeley Hammond <vertedinde@electronjs.org >
2022-03-03 20:50:21 -08:00
trop[bot]
0579822008
fix: macOS tray icon alternate images ( #33107 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-03-03 14:52:35 -08:00
Sudowoodo Release Bot
ff64cd722f
Revert "Bump v18.0.0-alpha.6"
...
This reverts commit fea2aabdd4 .
2022-03-03 12:21:06 -08:00
Sudowoodo Release Bot
fea2aabdd4
Bump v18.0.0-alpha.6
2022-03-03 05:31:19 -08:00
trop[bot]
6dc7384f3a
fix: DCHECK when calling app.exit() ( #33059 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-02-28 11:45:47 -08:00
John Kleinschmidt
68c541380e
chore: bump chromium to 100.0.4894.0 (18-x-y) ( #33093 )
...
* chore: bump chromium to 100.0.4857.0 (main) (#32419 )
* chore: bump chromium in DEPS to 99.0.4819.0
* chore: update patches
* chore: bump chromium in DEPS to 99.0.4824.0
* chore: update patches
* chore: bump chromium in DEPS to 99.0.4827.0
* chore: update patches
* 3352511: PiP: Add inkdrop and pointer cursor to PiP window buttons
https://chromium-review.googlesource.com/c/chromium/src/+/3352511
* 3309164: webhid: Show FIDO devices in the chooser if allowed
https://chromium-review.googlesource.com/c/chromium/src/+/3309164
* 3297868: hid: Add experimental HIDDevice.forget()
https://chromium-review.googlesource.com/c/chromium/src/+/3297868
* 3362491: [Extensions] Move i18n API to //extensions
https://chromium-review.googlesource.com/c/chromium/src/+/3362491
* MCC Refactor step0: Allow embedders to register associated_interface binders with RenderFrameHostImpl::associated_registry_.
https://chromium-review.googlesource.com/c/chromium/src/+/3281481
* 3352616: [Gtk] Remove libgtk from the link-line
https://chromium-review.googlesource.com/c/chromium/src/+/3352616
* 3249211: Clear-Site-Data support for partitioned cookies
https://chromium-review.googlesource.com/c/chromium/src/+/3249211
* [Extensions][COIL] Use [allow|block]list in //extensions/common
https://chromium-review.googlesource.com/c/chromium/src/+/3372668
* Begin ScopedUserPrefUpdate migration to modern base::Value
https://chromium-review.googlesource.com/c/chromium/src/+/3376154
* [Code Health] Refactor PrefService GetDict + GetList to use base::Value
https://chromium-review.googlesource.com/c/chromium/src/+/3343526
* 3354997: [CodeHealth] Remove deprecated SetDictionary method
https://chromium-review.googlesource.com/c/chromium/src/+/3354997
* 3287323: Add LacrosPrefStore for lacros settings
https://chromium-review.googlesource.com/c/chromium/src/+/3287323
* 3365916: [PA] Clean up remaining lazy commit code
https://chromium-review.googlesource.com/c/chromium/src/+/3365916
* [MPArch] Target the external protocol error at the responsible frame.
https://chromium-review.googlesource.com/c/chromium/src/+/3011560
* Pass origin to RegisterNonNetworkSubresourceURLLoaderFactories
https://chromium-review.googlesource.com/c/chromium/src/+/3350608
* Linux: Send OSCrypt raw encryption key to the Network Service
https://chromium-review.googlesource.com/c/chromium/src/+/3320484
* [PlzServiceWorker] Remove remaining references to PlzServiceWorker.
https://chromium-review.googlesource.com/c/chromium/src/+/3359441
* chore: fixup for lint
* 3327621: Fix tablet mode detection for Win 11.
https://chromium-review.googlesource.com/c/chromium/src/+/3327621
* 3342428: ax_mac: move AXTextMarker conversion utils under ui umbrella
https://chromium-review.googlesource.com/c/chromium/src/+/3342428
* 3353974: Mac: Use base::Feature for overlay features
https://chromium-review.googlesource.com/c/chromium/src/+/3353974
* chore: bump chromium in DEPS to 99.0.4828.0
* chore: update patches
* chore: bump chromium in DEPS to 99.0.4837.0
* chore: update patches
* chore: update patches
* 3379142: Drop FALLTHROUGH macro
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3379142
* 3381749: C++17: Allow use of std::map::try_emplace and std::map::insert_or_assign
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3381749
* chore: bump chromium in DEPS to 99.0.4839.0
* chore: update patches
* chore: bump chromium in DEPS to 99.0.4840.0
* chore: bump chromium in DEPS to 99.0.4844.0
* 3395881: [api] Deprecate Local<v8::Context> v8::Object::CreationContext()
Ref: https://chromium-review.googlesource.com/c/v8/v8/+/3395881
* chore: update patches
* chore: bump chromium in DEPS to 100.0.4845.0
* chore: update patches
* chore: bump chromium in DEPS to 100.0.4847.0
* chore: update patches
* chore: bump chromium in DEPS to 100.0.4849.0
* chore: update patches
* chore: bump chromium in DEPS to 100.0.4851.0
* chore: bump chromium in DEPS to 100.0.4853.0
* update patches
* chore: update patches
* update patches
* 3383599: Fonts Access: Remove prototype that uses a font picker.
https://chromium-review.googlesource.com/c/chromium/src/+/3383599
* 3404768: Remove ALLOW_UNUSED macros
https://chromium-review.googlesource.com/c/chromium/src/+/3404768
* 3374762: Remove ignore_result.h
https://chromium-review.googlesource.com/c/chromium/src/+/3374762
* 3399305: [unseasoned-pdf] Apply proper frame offsets for touch selections
https://chromium-review.googlesource.com/c/chromium/src/+/3399305
* 3402210: [Extensions] Don't trigger unload event for already unloaded extension
https://chromium-review.googlesource.com/c/chromium/src/+/3402210
* 3410912: Combine URLLoaderClient OnReceiveResponse and OnStartLoadingResponseBody.
https://chromium-review.googlesource.com/c/chromium/src/+/3410912
* 3370428: Make the AuthSchemes policy support dynamic refresh
https://chromium-review.googlesource.com/c/chromium/src/+/3370428
* 3407603: Finish ScopedUserPrefUpdate migration to modern base::Value
https://chromium-review.googlesource.com/c/chromium/src/+/3407603
* 3378352: ozone/x11: move code from //ui/p/x11 to //ui/ozone/p/x11
https://chromium-review.googlesource.com/c/chromium/src/+/3378352
* 3370810: Delete chrome/service, AKA the Cloud Print service process.
https://chromium-review.googlesource.com/c/chromium/src/+/3370810
* chore: bump chromium in DEPS to 100.0.4855.0
* chore: update patches
* fixup! 3370810: Delete chrome/service, AKA the Cloud Print service process.
* revert 3348007 to fix windows build
* 3318572: [Code health] Fix gn check errors in //extensions/browser:*
https://chromium-review.googlesource.com/c/chromium/src/+/3318572
* fix printing.patch
* fix iwyu issue
* 3408515: win: Make ShorcutOperation an enum class and modernize names
https://chromium-review.googlesource.com/c/chromium/src/+/3408515
* 3388333: [UIA] Remove dead code accessibility_misc_utils.h/cc
https://chromium-review.googlesource.com/c/chromium/src/+/3388333
* fix windows build? i hope
* patch gn visibility of //ui/ozone/platform/x11
* missing include base/logging.h
* use BUILDFLAG for USE_NSS_CERTS
https://chromium-review.googlesource.com/c/chromium/src/+/3379123
* defined(OS_*) ==> BUILDFLAG(IS_*)
https://bugs.chromium.org/p/chromium/issues/detail?id=1234043
* fixup! 3404768: Remove ALLOW_UNUSED macros
* another attempt to fix windows build
* temporarily disable the custom scheme service worker test
https://github.com/electron/electron/issues/32664
* fix loading mv3 extensions
not sure what cl broke this unfort.
* fixup! 3404768: Remove ALLOW_UNUSED macros
* patch nan
https://chromium-review.googlesource.com/c/v8/v8/+/3395880
* fix node test
* fix nullptr in FindPdfFrame
* patch perfetto to fix build issue on win-ia32
bc44c3c753
* fix build for linux-x64-testing-no-run-as-node
* fix patch
* skip <webview>.capturePage() test
https://github.com/electron/electron/issues/32705
* test: fix failing tests of focus/blur events of WebContents (#32711 )
* inherit stdio from app module test child processes
this prevents them from timing out due to full stdout buffers
* test to see if we can get better logs on windows ci
* try again for appveyor log things
* skip contentTracing tests on ia32
* ci: disable gpu compositing
* drop applied patch
* fix merge fail
* Revert "ci: disable gpu compositing"
This reverts commit 0344129fcb .
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <jkleinsc@github.com >
Co-authored-by: VerteDinde <khammond@slack-corp.com >
Co-authored-by: VerteDinde <vertedinde@electronjs.org >
Co-authored-by: Jeremy Rose <jeremya@chromium.org >
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
Co-authored-by: Cheng Zhao <zcbenz@gmail.com >
Co-authored-by: deepak1556 <hop2deep@gmail.com >
(cherry picked from commit 28ada6ea8b )
* chore: bump chromium to 100.0.4894.0 (main) (#32852 )
* chore: bump chromium in DEPS to 100.0.4880.0
* resolve conflicts
* chore: update patches
* fix patch
* PIP20: add a new DocumentOverlayWindowViews subtype
https://chromium-review.googlesource.com/c/chromium/src/+/3252789
* Clean up PictureInPictureWindowManager::EnterPictureInPicture()
https://chromium-review.googlesource.com/c/chromium/src/+/3424145
* Remove StoragePartitionId.
https://chromium-review.googlesource.com/c/chromium/src/+/2811120
* Remove FLoC code
https://chromium-review.googlesource.com/c/chromium/src/+/3424359
* media: Make AddSupportedKeySystems() Async
https://chromium-review.googlesource.com/c/chromium/src/+/3430502
* [Extensions] Move some l10n file util methods to //extensions/browser
https://chromium-review.googlesource.com/c/chromium/src/+/3408192
* chore: IWYU
* Reland "webhid: Grant permissions for policy-allowed devices"
https://chromium-review.googlesource.com/c/chromium/src/+/3444147
* Migrate base::Value::GetList() to base::Value::GetListDeprecated(): 2/N.
https://chromium-review.googlesource.com/c/chromium/src/+/3435727
https://chromium-review.googlesource.com/c/chromium/src/+/3440910
https://chromium-review.googlesource.com/c/chromium/src/+/3440088
* [text blink period] Cache blink period instead of fetching from defaults
https://chromium-review.googlesource.com/c/chromium/src/+/3419059
* chore: update picture-in-picture.patch
https://chromium-review.googlesource.com/c/chromium/src/+/3252789
* ci: update to Xcode 13.2.1
https://chromium-review.googlesource.com/c/chromium/src/+/3437552
* chore: bump chromium in DEPS to 100.0.4882.1
* chore: update patches
* chore: bump chromium in DEPS to 100.0.4884.0
* chore: update patches
* chore: bump chromium in DEPS to 100.0.4886.0
* chore: update patches
* Refactor DownloadManager to use StoragePartitionConfig
https://chromium-review.googlesource.com/c/chromium/src/+/3222011
* Remove ToWebInputElement() in favor of new WebNode::DynamicTo<> helpers.
https://chromium-review.googlesource.com/c/chromium/src/+/3433852
* refactor: autofill to use the color pipeline
https://bugs.chromium.org/p/chromium/issues/detail?id=1249558
https://bugs.chromium.org/p/chromium/issues/detail?id=1003612
* [ProcessSingleton] Add many more trace events to cover all scenarios
https://chromium-review.googlesource.com/c/chromium/src/+/3429325
* fixup! PIP20: add a new DocumentOverlayWindowViews subtype
* chore: bump chromium in DEPS to 100.0.4888.0
* chore: update patches
* chore: update picture-in-picture.patch
* fixup! refactor: autofill to use the color pipeline
* ci: fixup fix sync
(cherry picked from commit c1e3e395465739bce5ca8e1c5ec1f5bd72b99ebd)
* chore: bump chromium in DEPS to 100.0.4889.0
* chore: update patches
* chore: fix feat_add_data_transfer_to_requestsingleinstancelock.patch
* fixup! PIP20: add a new DocumentOverlayWindowViews subtype
* Remove remaining NativeTheme::GetSystemColor() machinery.
https://chromium-review.googlesource.com/c/chromium/src/+/3421719
* ci: fetch proper esbuild for macos
* ci: fixup fetch proper esbuild for macos
* fix: failing Node.js test on outdated CurrentValueSerializerFormatVersion
* chore: bump chromium in DEPS to 100.0.4892.0
* 3460365: Set V8 fatal error callbacks during Isolate initialization
https://chromium-review.googlesource.com/c/chromium/src/+/3460365
* 3454343: PIP20: use permanent top controls
https://chromium-review.googlesource.com/c/chromium/src/+/3454343
* 3465574: Move most of GTK color mixers to ui/color/.
https://chromium-review.googlesource.com/c/chromium/src/+/3465574
* chore: fixup patch indices
* 3445327: [locales] Remove locales reference
https://chromium-review.googlesource.com/c/chromium/src/+/3445327
* 3456548: [DBB][#7 ] Blue border falls back to all tab if cropped-to zero pixels
https://chromium-review.googlesource.com/c/chromium/src/+/3456548
* 3441196: Convert GuestView's remaining legacy IPC messages to Mojo
https://chromium-review.googlesource.com/c/chromium/src/+/3441196
* 3455491: Don't include run_loop.h in thread_task_runner_handle.h
https://chromium-review.googlesource.com/c/chromium/src/+/3455491
* fixup! 3454343: PIP20: use permanent top controls
* 3442501: Add missing includes of //base/observer_list.h
https://chromium-review.googlesource.com/c/chromium/src/+/3442501
* 3437552: mac: Deploy a new hermetic build of Xcode 13.2.1 13C100
https://chromium-review.googlesource.com/c/chromium/src/+/3437552
* chore: bump chromium in DEPS to 100.0.4894.0
* fixup! 3460365: Set V8 fatal error callbacks during Isolate initialization
* chore: update patches
* 3425231: Use DnsOverHttpsConfig where appropriate
https://chromium-review.googlesource.com/c/chromium/src/+/3425231
* test: disable test-heapsnapshot-near-heap-limit-worker.js
As a result of CLs linked in https://bugs.chromium.org/p/v8/issues/detail?id=12503 ,
heap snapshotting near the heap limit DCHECKS in Node.js specs. This will
likely require a larger refactor in Node.js so i've disabled the test for
now and opened an upstream issue on node-v8 issue
at https://github.com/nodejs/node-v8/issues/218 .
* Port all usage of NativeTheme color IDs to color pipeline
https://bugs.chromium.org/p/chromium/issues/detail?id=1249558
* chore: update patches after rebase
* ci: use gen2 machine for more disk space
* ci: don't try to make root volume writeable
* ci: use older xcode/macos for tests
* fix: html fullscreen transitions stacking
(cherry picked from commit 5e10965cdd7b2a024def5fc568912cefd0f05b44)
* ci: speed up woa testing
(cherry picked from commit 75c33c48b032137794f5734348a9ee3daa60d9de)
(cherry picked from commit e819962340 )
* ci: disable flaky tests on WOA
* ci: run remote tests separately to isolate issue there
* tests: disable node test parallel/test-worker-debug for now
* revert: fix: html fullscreen transitions stacking
* tests: disable flaky test on macOS arm64
* fixup circleci config so build tools can find xcode version
* make sure the workspace is clean before job runs
(cherry picked from commit 75f713c974 )
* tests: disable flaky test on Linux
* ci: debug why windows i32 is crashing
* Revert "ci: debug why windows i32 is crashing"
This reverts commit 4c4bba87ea .
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Rose <nornagon@nornagon.net >
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
Co-authored-by: deepak1556 <hop2deep@gmail.com >
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org >
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
(cherry picked from commit 3da598015b )
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
2022-02-28 11:37:30 -08:00
Sudowoodo Release Bot
fe8c831a0c
Bump v18.0.0-alpha.5
2022-02-28 05:30:50 -08:00
trop[bot]
cc9ba35c51
fix: tray garbage collection ( #33074 )
...
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com >
2022-02-25 14:17:18 +01:00
Sudowoodo Release Bot
56ccfad7a5
Bump v18.0.0-alpha.4
2022-02-24 11:06:40 -08:00