chore(browseros): sync Chromium 148 patches#947
Open
Nikhil (shadowfax92) wants to merge 2 commits into
Open
Conversation
Port the BrowserOS Chromium patch set to 148.0.7778.97 and update BASE_COMMIT. Includes side panel path migrations, extension/importer API updates, histogram/sync ID shifts, and build fixes verified with autoninja -C out/Default_arm64 chrome.
Extract the remaining ch1 workspace state into chromium_patches so future syncs recreate the BrowserOS assets, bundled resources, Sparkle payload, and generated version files. Also carries the Assistant toolbar visibility fix: the native BrowserOS Agent action is enterprise-controlled instead of NotPinnable so the force-pinned button remains visible.
Contributor
|
Too many files changed for review. ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
148.0.7778.97/ base commit6b3fa66a923a9442c8ab0bc71b4b41ff24528d3b.ch1workspace patch state so fresh syncs reproduce BrowserOS assets, generated string resources, server resources, Sparkle payload, and branding/version files.kEnterpriseControlledinstead ofkNotPinnable.Design
This PR keeps the patch repository as the source of truth for the Chromium 148 BrowserOS workspace. The first commit updates patch metadata and extracted patch files for the 148 migration; the follow-up commit completes the extracted workspace state after validating the built app and finding the missing Assistant toolbar icon. The Assistant fix matches Chromium toolbar semantics:
kNotPinnablehides a pinned toolbar button, whilekEnterpriseControlledkeeps the BrowserOS-managed action visible without treating it as a normal optional pin.Test plan
browseros-patch status ch1 --verboseneeds apply: 0needs update: 0.llm/*anddebug.logautoninja -C out/Default_arm64 chromeNotes
packages/browseros/tools/patch/browseros-patchremains untracked and is not included.~/notes/browseros-patch-usage.md.