Skip to content

chore: bump chromium to 150.0.7849.0 (43-x-y)#51632

Merged
ckerr merged 17 commits into
43-x-yfrom
roller/chromium/43-x-y
May 28, 2026
Merged

chore: bump chromium to 150.0.7849.0 (43-x-y)#51632
ckerr merged 17 commits into
43-x-yfrom
roller/chromium/43-x-y

Conversation

@electron-roller

@electron-roller electron-roller Bot commented May 15, 2026

Copy link
Copy Markdown
Contributor

Updating Chromium to 150.0.7849.0.

See all changes in 150.0.7834.0..150.0.7849.0

Notes: Updated Chromium to 150.0.7849.0.

@electron-roller electron-roller Bot added backport-check-skip Skip trop's backport validity checking semver/patch backwards-compatible bug fixes labels May 15, 2026
@electron-roller electron-roller Bot requested a review from a team as a code owner May 15, 2026 02:17
@electron-roller electron-roller Bot added semver/patch backwards-compatible bug fixes backport-check-skip Skip trop's backport validity checking labels May 15, 2026
@electron-roller electron-roller Bot changed the title chore: bump chromium to 150.0.7841.1 (43-x-y) chore: bump chromium to 150.0.7841.2 (43-x-y) May 15, 2026
@electron-roller electron-roller Bot changed the title chore: bump chromium to 150.0.7841.2 (43-x-y) chore: bump chromium to 150.0.7843.1 (43-x-y) May 16, 2026
@electron-roller electron-roller Bot changed the title chore: bump chromium to 150.0.7843.1 (43-x-y) chore: bump chromium to 150.0.7843.3 (43-x-y) May 17, 2026
@electron-roller electron-roller Bot changed the title chore: bump chromium to 150.0.7843.3 (43-x-y) chore: bump chromium to 150.0.7844.0 (43-x-y) May 18, 2026
@electron-roller electron-roller Bot changed the title chore: bump chromium to 150.0.7844.0 (43-x-y) chore: bump chromium to 150.0.7846.1 (43-x-y) May 19, 2026
@electron-roller electron-roller Bot changed the title chore: bump chromium to 150.0.7846.1 (43-x-y) chore: bump chromium to 150.0.7847.1 (43-x-y) May 20, 2026
@electron-roller electron-roller Bot changed the title chore: bump chromium to 150.0.7847.1 (43-x-y) chore: bump chromium to 150.0.7849.1 (43-x-y) May 21, 2026
@electron-roller electron-roller Bot changed the title chore: bump chromium to 150.0.7849.1 (43-x-y) chore: bump chromium to 150.0.7846.4 (43-x-y) May 21, 2026
@electron-roller electron-roller Bot changed the title chore: bump chromium to 150.0.7846.4 (43-x-y) chore: bump chromium to 150.0.7851.1 (43-x-y) May 22, 2026
@electron-roller electron-roller Bot changed the title chore: bump chromium to 150.0.7851.1 (43-x-y) chore: bump chromium to 150.0.7853.1 (43-x-y) May 23, 2026
@electron-roller electron-roller Bot changed the title chore: bump chromium to 150.0.7853.1 (43-x-y) chore: bump chromium to 150.0.7855.1 (43-x-y) May 24, 2026
@electron-roller electron-roller Bot changed the title chore: bump chromium to 150.0.7855.1 (43-x-y) chore: bump chromium to 150.0.7857.1 (43-x-y) May 25, 2026
@electron-roller electron-roller Bot changed the title chore: bump chromium to 150.0.7857.1 (43-x-y) chore: bump chromium to 150.0.7859.1 (43-x-y) May 26, 2026
@jkleinsc jkleinsc force-pushed the roller/chromium/43-x-y branch from 1531f29 to 53d95c3 Compare May 26, 2026 16:16
@jkleinsc jkleinsc requested a review from a team as a code owner May 26, 2026 16:16
@jkleinsc jkleinsc changed the title chore: bump chromium to 150.0.7859.1 (43-x-y) chore: bump chromium to 150.0.7849.0 (43-x-y) May 26, 2026
electron-roller Bot added 9 commits May 26, 2026 20:55
* chore: bump chromium in DEPS to 150.0.7839.0

* chore: bump chromium in DEPS to 150.0.7840.0

* fix(patch-conflict): update sqlite rename_exports.h for sqlite 3.53.1 upgrade

The sqlite amalgamation was rolled to 3.53.1, which regenerated
rename_exports.h with new line numbers for all exports. Updated the patch
context to match the new file while preserving the win32 export renames.

Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7828672

Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>

* chore: update patch hunk headers

Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>

* 7836112: inline media_capture_util after upstream removal

Upstream removed extensions/browser/media_capture_util.h/cc as dead code
after deleting app_shell. Electron still needs GrantMediaStreamRequest
and VerifyMediaAccessPermission, so inline the logic directly into
ElectronExtensionHostDelegate.

Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7836112

* 7801320: add embedded param to GetExtensionIdForMimeType and body_cache to SendExecuteMimeTypeHandlerEvent

Upstream added an `embedded` parameter to PluginUtils::GetExtensionIdForMimeType
to honor MIME handler can_embed settings, and a `body_cache` parameter to
SendExecuteMimeTypeHandlerEvent for PDF fallback-to-native replay. Updated
Electron's implementations to accept the new parameters.

Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7801320
Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7781210

* fix(patch-update): update kIcCloseIcon to kIcCloseOldIcon in picture-in-picture patch

Upstream renamed ui/views/vector_icons/ic_close.icon to ic_close_old.icon,
which changes the generated symbol from kIcCloseIcon to kIcCloseOldIcon.

Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7795717

* chore: bump chromium in DEPS to 150.0.7841.0

* fix(patch-conflict): update picture-in-picture patch for kCloseChromeRefresh icon rename

Upstream renamed kCloseChromeRefreshIcon to kCloseChromeRefreshOldIcon in
the same sweep that renamed kIcCloseIcon to kIcCloseOldIcon. Updated the
patch to reference kCloseChromeRefreshOldIcon in the GOOGLE_CHROME_BRANDING
guard.

Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7795717

* chore: update patch hunk headers

* 7795717: update window control icon names for upstream rename

Upstream renamed all views vector icons with an "Old" suffix as part of
the GlowUp icon refresh. Updated kWindowControlMinimizeIcon,
kWindowControlMaximizeIcon, kWindowControlRestoreIcon, and
kWindowControlCloseIcon to their *OldIcon variants.

Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7795717

* chore: regenerate filenames.libcxx.gni

Removed ctype.h, fenv.h, and inttypes.h which were deleted upstream.

* chore: remove obsolete siso patches

Upstream rewrote file_parser.go's readFile to use mmapfile.Read instead
of os.Open + chunked ReadAt goroutines. The race condition in bindflt.sys
that these patches worked around (redundant CreateFileW calls under
concurrent opens) can no longer occur with the new mmap-based approach.

Also guard the git am step against an empty patches directory.

* chore: bump chromium in DEPS to 150.0.7843.0

* chore: bump chromium in DEPS to 150.0.7844.0

* fix(patch-conflict): update mas patch for CATransactionV2 feature guard

Upstream guarded the CAContext reallocation on resize behind the
kCATransactionV2 feature flag. Updated the MAS build guard to preserve
this new condition alongside the existing allow_remote_layers_ check.

Ref: https://chromium-review.googlesource.com/c/chromium/src/+/7850052

Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>

* chore: update patch hunk headers

Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>

* fixup! 7836112: inline media_capture_util after upstream removal

* fixup! chore: remove obsolete siso patches

* 7832184: [asm.js] Disable asm.js-to-Wasm translation

The codepath that produced the warning this Node.js test was
asserting on is no longer taken after the upstream change.

Refs https://chromium-review.googlesource.com/c/v8/v8/+/7832184

* chore: update patches

* chore: back out unrelated formatting changes

---------

(cherry picked from commit 23af5c4)

Skip-Lint: cherry-pick of #51610
* chore: bump chromium in DEPS to 150.0.7847.0

* chore: update patches

* 7845702: Speculative fix for pdf summarize button on ChromeOS.

Refs https://chromium-review.googlesource.com/c/chromium/src/+/7845702

---------

(cherry picked from commit 58322f7)

Skip-Lint: cherry-picked from #51720
* chore: bump chromium in DEPS to 150.0.7849.0

* chore: update patches

* 7850982: [MenuSimplification] Plumb UsesNativeSystemMenu through Views HWND APIs

Refs https://chromium-review.googlesource.com/c/chromium/src/+/7850982

* 7789842: views: Add Windows-only support for excluding Widgets from screen capture

Refs https://chromium-review.googlesource.com/c/chromium/src/+/7789842

Assisted-by: Claude Opus 4.7

---------

(cherry picked from commit 9b0fb5b)

Skip-Lint: cherry picked from #51733
@jkleinsc jkleinsc force-pushed the roller/chromium/43-x-y branch from 53d95c3 to beebfa9 Compare May 27, 2026 00:55
@ckerr ckerr merged commit 6b0a3cf into 43-x-y May 28, 2026
70 checks passed
@release-clerk

release-clerk Bot commented May 28, 2026

Copy link
Copy Markdown

Release Notes Persisted

Updated Chromium to 150.0.7849.0.

@ckerr ckerr deleted the roller/chromium/43-x-y branch May 28, 2026 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-check-skip Skip trop's backport validity checking roller/pause semver/patch backwards-compatible bug fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants