Skip to content

chore: bump chromium to 133.0.6878.0 (main)#44831

Merged
ckerr merged 43 commits intomainfrom
roller/chromium/main
Dec 10, 2024
Merged

chore: bump chromium to 133.0.6878.0 (main)#44831
ckerr merged 43 commits intomainfrom
roller/chromium/main

Conversation

@electron-roller
Copy link
Contributor

@electron-roller electron-roller bot commented Nov 25, 2024

Updating Chromium to 133.0.6878.0.

See all changes in 133.0.6852.0..133.0.6878.0

Notes: Updated Chromium to 133.0.6878.0.

@electron-roller electron-roller bot requested a review from a team as a code owner November 25, 2024 15:46
@electron-roller electron-roller bot added no-backport semver/patch backwards-compatible bug fixes labels Nov 25, 2024
@electron-cation electron-cation bot added the new-pr 🌱 PR opened recently label Nov 25, 2024
@electron-roller electron-roller bot changed the title chore: bump chromium to 133.0.6858.0 (main) chore: bump chromium to 133.0.6860.0 (main) Nov 26, 2024
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened recently label Nov 26, 2024
v8/revert_fastapi_remove_dynamic_overload_resolution.patch had some additions due to https://chromium-review.googlesource.com/c/v8/v8/+/6023139
@clavin clavin requested a review from a team as a code owner November 26, 2024 21:12
@electron-roller electron-roller bot changed the title chore: bump chromium to 133.0.6860.0 (main) chore: bump chromium to 133.0.6862.0 (main) Nov 27, 2024
@electron-roller electron-roller bot changed the title chore: bump chromium to 133.0.6862.0 (main) chore: bump chromium to 133.0.6864.0 (main) Nov 28, 2024
@electron-roller electron-roller bot changed the title chore: bump chromium to 133.0.6864.0 (main) chore: bump chromium to 133.0.6866.0 (main) Nov 29, 2024
@electron-roller electron-roller bot changed the title chore: bump chromium to 133.0.6866.0 (main) chore: bump chromium to 133.0.6868.0 (main) Nov 30, 2024
@electron-roller electron-roller bot changed the title chore: bump chromium to 133.0.6868.0 (main) chore: bump chromium to 133.0.6870.0 (main) Dec 1, 2024
@ckerr ckerr force-pushed the roller/chromium/main branch from b4a7632 to fb0f983 Compare December 10, 2024 00:33
if (!electron::fuses::IsRunAsNodeEnabled()) {
CHECK(false) << "run_as_node fuse is disabled";
return 1;
NOTREACHED() << "run_as_node fuse is disabled";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I could be wrong about this, but is this going to throw a hard crash if an app has the RunAsNode fuse disabled? We were returning return 1 here previously if the CHECK failed, I just want to make sure this isn't a behavior change

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, I don't think there is a behavior change here. NOTREACHED without a milestone and CHECK use the same underlying destructor ~CheckError https://source.chromium.org/chromium/chromium/src/+/main:base/check.h which will abort, the return wouldn't be needed previously as well.

@ckerr ckerr merged commit cf5a464 into main Dec 10, 2024
@release-clerk
Copy link

release-clerk bot commented Dec 10, 2024

Release Notes Persisted

Updated Chromium to 133.0.6878.0.

@ckerr ckerr deleted the roller/chromium/main branch December 10, 2024 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-backport roller/pause semver/patch backwards-compatible bug fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants