Chromium Daily Digest Logo

Chromium Changes Summarizer

Summary for 2025-12-30 on branch 'main'

Chromium Digest: 2025-12-30

Overview

This digest covers an analysis of 10 selected commits from the Chromium repository. The focus is on major breaking changes affecting stable public APIs. Several significant breaking changes were identified in core UI components, extensions, and Android sign-in APIs, requiring attention from embedders. These include observer interface modifications, public method removals, and header file relocations.

Tabs & UI Core

  • ⚠️ BREAKING The TabStripModelObserver interface has been updated, renaming TabChangedAt to OnTabChangedAt and TabPinnedStateChanged to OnTabPinnedStateChanged. Additionally, the parameter type for these methods has been changed from content::WebContents* to the more abstract tabs::TabInterface*. All external implementations of this observer must be updated to match the new signatures. (fdb26aa)
  • ⚠️ BREAKING The TabStripModel has undergone a significant refactor, replacing the internal TabStripModelSelectionAdapter with TabStripModelSelectionState. This changes the public selection_model() method's return type. Code that directly used the adapter's type or its specific methods will break and must be updated to use the ui::ListSelectionModel that is now returned. (7791541)
  • ⚠️ BREAKING The content::RenderWidgetHost::InputEventObserver::OnInputEvent method signature has been modified to include a new input::InputEventSource parameter. This change requires all observers to be updated to differentiate between input events originating from the Browser and Viz processes. (a9bd994)
  • ⚠️ BREAKING The ui::aura::WindowEventDispatcherObserver interface and its corresponding header file (ui/aura/window_event_dispatcher_observer.h) have been removed as part of a cleanup of legacy code. Consumers of this interface will need to migrate to ui::PlatformEventObserver or an alternative mechanism. (ff7776c)

Extensions

  • ⚠️ BREAKING Several public static methods on ExtensionTabUtil have been removed from the public API. The removed methods include GetBrowserWindowTypeText(), GetActiveTab(), GetWindowIdOfGroup(), and CreateMutedInfo(). External consumers of this utility class will need to find alternatives or reimplement the functionality. (e6fa848) (f13ff20)

Security & Privacy

  • ⚠️ BREAKING The forwarding header chrome/browser/safe_browsing/cloud_content_scanning/binary_upload_service.h has been deleted. Code must now directly include the canonical path at components/enterprise/connectors/core/cloud_content_scanning/binary_upload_service.h. (eb3d823)
  • ⚠️ BREAKING Following the launch of Third-Party Cookie Deprecation (3PCD), related experimental code on Android has been removed. This includes the deletion of the public ChromeTrackingProtectionDelegate.java class and the removal of shouldShowTrackingProtectionUi() from the ChromeSiteSettingsDelegate interface. (be24c93)

Android

  • ⚠️ BREAKING As part of a sign-in refactor, the public Java method IdentityMutator.clearPrimaryAccount() has been removed. It is replaced by removePrimaryAccountButKeepTokens(), which has different semantics. Code managing the primary account state on Android must be updated to use the new method. (b09d904)

Graphics & Skia

  • The SK_HIDE_PATH_EDIT_METHODS macro has been removed from Skia's configuration. This was used to hide certain mutable path APIs from Chromium, and its removal may re-expose them. This is an internal Skia change and is not expected to break embedders. (98a356e)
All Commits (271)
  • 383699f Add Bundled Security Settings toast for ESB users.
  • 0e1d79c spellcheck: flag guard the new PerformSpellCheck API
  • cf0e862 [Gardener] Disable PinnedSidePanelInteractiveTest test
  • e5e3f03 Roll Dawn from ed7041813d47 to f294189dece2 (1 revision)
  • 91216a2 Extend battery sounds histograms expiry dates
  • fdb26aa Updating TabStripModel observer methods for consistency
  • 48aa934 Updating XTBs based on .GRDs from branch main
  • d949282 [LanguageDetection API] Remove BindContentLanguageDetectionDriver
  • ec51858 NPE occurs sporadically after Activity is restart
  • 090b2c4 Roll eigen from 5793499a5540 to c5aa40675a3d (1 revision)
  • 7c05e17 [aim][popup] Call `onFileContextAdded` directly instead of via event handler.
  • 1401773 Roll Chrome Mac Arm PGO Profile
  • 142cd3a Roll androidx from BvfA21MyDimwfjC-G... to xzwt-3B4QdIJ3-2xv...
  • e48976d Have task ID be continuous when new chat initiated from panel
  • 79eb5a0 [Contextual Tasks] Don't allow opening non-AIM in new tab
  • d5c801e Roll ios_internal from 7a9ce172f2fa to 2d6c5b4b0d22
  • 8174aef Roll Chrome Android ARM64 Orderfile from SvZ5Gc3EUDGB4moQ2... to RumvKjHbkrMDCckSx...
  • a0b7e09 Propagate inactive tasks to glic actor task icon
  • c8524bd [ntp-simplification] Add UMA logging for NTP modules auto-removal
  • 278ebcd Roll WebView ARM64 Orderfile from U37ZxmNY_qrPZGzte... to LunO1N-4KwOzUhOIK...
  • 32cc057 [Fast Pair] Modernize a/q/c/fast_pair nested namespaces
  • 973a534 [context-input] Properly send querySubmitted flag in composebox event tracker
  • 43844bf [Omnibox] Fix underlying cause of @tabs crash.
  • 6a8e062 [SxS] Further cleanup of multi contents view
  • 46794ec [ntp-next] Fixing deep dive simplified UI icons and text
  • 491b261 Roll cpuinfo from e3f82e8f64f8 to b3b25967b5b8 (1 revision)
  • 5891321 Roll ANGLE from b0a99f97c9d3 to f5e68526baa0 (2 revisions)
  • 830abfb [SxS] disable split view drop target for chrome:// pages (except NTP)
  • 6bd1caa Automated Commit: LKGM 16539.0.0-1074205 for chromeos.
  • 583c490 Roll llvm-libc from 2d2d975b8435 to 6e2cebb83c90 (1 revision)
  • b74daa7 [Icons] Updates settings applications vector drawable
  • 70a05d1 [AIM] Disable buttons at limit and cleanup unused Snackbar logic
  • 27acc2f [ntp-simplification] Overlapping Module and Shortcuts Toast when they appear at the same time
  • a3be80d [context-input] Attach vsint to clientToAimRequest
  • c9574f0 [SxS] Start cleaning up split view drag params
  • 3cfac56 [TabOrganization/Declutter] more metrics removal
  • 69e9b37 Roll WebView ARM64 Orderfile from zp6hsDX5d1_vQdzLV... to U37ZxmNY_qrPZGzte...
  • a20ae7b Roll Chrome Android ARM64 Orderfile from 53cdgkg5284tACGlh... to SvZ5Gc3EUDGB4moQ2...
  • 1b1c5de [Gardener] Disable two PinnedSidePanelInteractiveTest tests
  • 51aee18 clank-input: populate the new suggestion ime text span with should_hide_suggestion_menu
  • 4fa9839 Roll Chrome Win32 PGO Profile
  • 0903677 Roll Chrome Win64 PGO Profile
  • a29ffc6 Update vertical tab view's position as it is dragged
  • 0428afd [context-input] Support cgi params in ClientToAimRequest
  • c152184 [Frameworks roll] Roll to 850475759 piper revision
  • b023a09 [context-input] Dont clear files upon cluster info expiry
  • 8479c07 Roll Chrome Mac PGO Profile
  • 364d1af Roll libc++ from 4f8b0c69c009 to faedab19a5c6 (3 revisions)
  • 153f8eb Roll vulkan-deps from 321a6d6ef9ea to 1b81cd7b904d (1 revision)
  • ecbb433 [DNR] Extend EvaluateHeadersReceivedTime histogram
  • 05faa4c Roll Chrome Win ARM64 PGO Profile
  • e4545b7 [iOS] Fix AI Hub "New" Badge Not Disappearing On Tap
  • 1463175 Fix crash in ReloadButtonUI::GetCommandUpdater during browser shutdown
  • 899d3e9 Roll Chrome Mac Arm PGO Profile
  • 83c5eb8 Roll WebView ARM Orderfile from YIIDcmPqFU8Gx_Pfn... to lZp5wlrGMmwdIDXJN...
  • 48387aa Add log statements to debug flaky test case
  • 079ffa0 Roll cpuinfo from 38b1af9c619b to e3f82e8f64f8 (1 revision)
  • 3c9f8f5 Roll Chrome Android ARM64 Orderfile from mPQm_2Ghx7GkooshH... to 53cdgkg5284tACGlh...
  • f9e4dee [Code Health] Remove DanglingUntriaged Pointer in InfobarBannerPlaceholderRequestConfig, SaveAddressProfileBannerRequestConfig, SaveAddressProfileModalRequestConfig, ConfirmBannerRequestConfigStorage
  • ae54473 Store inactive tasks in actor ui state manager
  • 0c6941b [BTM] Remove obsolete Privacy.DIPS.DeletionDomainLength.* histograms
  • 6f5e37a Remove unused features
  • ad2d513 Roll ANGLE from 76190e6b4ac2 to b0a99f97c9d3 (1 revision)
  • a645489 Fix non-ChromeOS keyboard pref reset
  • dfdc81a Roll WebView ARM64 Orderfile from z3OTJPOOFT9-_BZ4F... to zp6hsDX5d1_vQdzLV...
  • 080e6e5 Roll Chrome Linux PGO Profile
  • 8a0fabf Implement RFH::GetNetworkRestrictionsID.
  • 8958fba [Omnibox Next] make mic icon appear on the right
  • a8acc80 [iOSFidoImportExport] Fix a11y for selected cells in Credential Exporter
  • f13ff20 [Extensions] Move some ExtensionTabUtil methods to .cc file
  • 98a356e [skia] Remove SK_HIDE_PATH_EDIT_METHODS
  • 8667d6c [skia] Add SK_SUPPORT_LEGACY_UNSPANNED_GRADIENTS
  • 04c4f3c [contextual_tasks] Update entry point eligibility checks
  • e6fa848 [Extensions] Remove unused methods on ExtensionTabUtil
  • f2a8f11 [Contextual Tasks] Fix voice icon and Lens icon overlapping
  • 1dd02db [Gardener] Disable ToolbarControllerUiTest.ExtensionHasNoAnimationLoop
  • 18ef7c7 updater: Add mojo methods to query the updater state and policies
  • 7ddb5b2 [context-input] Update request id flow for context reuploads
  • bd1c829 [SelectionPtr]Cache the ListSelectionModel for the accessor
  • 166b2fe Fix crashing ResetPageContentData
  • 6d5ad25 [contextual tasks] Fix naming of voice search flag.
  • 7fb8add LiteRT LM: Add DisconnectOnMessage to TestResponseHolder
  • db520ae Roll Chrome Android Desktop x64 PGO Profile
  • 2862890 [Extensions] Do not apply DNR rules for Webview requests
  • 33e828a Roll Chrome Mac Arm PGO Profile
  • 53dae61 Roll Chrome Android ARM32 PGO Profile
  • a0fdda8 Make NavigateTool exclude SameSite=strict cookies
  • cfcfff2 [composebox] Fix deep suggestion row height.
  • 03e1307 [Code Health] Remove DanglingUntriaged Pointer in FullscreenDisabler and OverlayRequestCoordinatorFactory
  • 042db47 [Summarizer API] Remove SummarizerAPI feature flag.
  • 38e0cd7 [Bundled Security Settings] Add Advanced Protection Program row
  • 60803c2 [tracing] Migrate legacy flow macros in device/vr
  • 1a81618 [Contextual Tasks] Use ScopedObservation in LensQueryFlowRouter
  • a5bb30a Roll ios_internal from f5455baf26cd to 7a9ce172f2fa
  • 1a49b59 [PWA] Fix CHECK for detailed install dialog for PWAs
  • 8f9f91c Roll captured_sites/autofill from b58d34232a66 to 28a58a653738 (2 revisions)
  • 035d9ac [iOS][CX] Change continue button to system done
  • be24c93 Delete references to 3PCD feature on Android
  • 85d32a3 [DomStorage] Delete DOMStorage.CommitMeasuredDelay histogram
  • e2d13f5 Add command line flags for testing mi tiered enabling manually
  • a771c0b Refactor string param to string_view.
  • 57ba3ce Add SessionInclusionRulesDisplay and UrlRuleDisplay
  • 1f9496c Fix test paths that are failing in the Immersive Reading Mode code path.
  • 5864740 Roll Chrome Android ARM64 Orderfile from WFeozV4t_xvZ0nDDO... to mPQm_2Ghx7GkooshH...
  • 1551628 Roll WebView ARM64 Orderfile from t_ocORo2XgrPrrD3c... to z3OTJPOOFT9-_BZ4F...
  • 5034be5 Synchronize back-forward transition screenshot
  • 2e8faf9 Roll clank/internal/apps from af50d58de895 to 8fc93efff983 (1 revision)
  • 675a09f Refactor to slim down async hash scan CL.
  • 6323bc1 Updating XTBs based on .GRDs from branch main
  • b88fcbb Roll captured_sites/autofill from e534a86f7336 to b58d34232a66 (1 revision)
  • f482235 Roll WebRTC from 5a25db751b42 to 7317154112be (2 revisions)
  • 1b362ba [PWA] Treat DisplayMode::kUndefined as opening in a new browser tab
  • 5a37b6d Fix unsafe buffer usage in av1_encoder.cc
  • a96355c [Persist] Fix bad tab android conversion
  • 9d38a9d Roll Chrome Win32 PGO Profile
  • 77b8479 [Android] Fix PrivacyGuideFragmentTest#testCompletionCard_Waa*
  • 3504f54 Roll Chrome Win64 PGO Profile
  • 2ea938d Remove default value from PushPullFIFO constructor
  • 5872cda [Bundled Security Settings] Fix element spacing and icon sizes
  • 398216c Roll Chrome Mac Arm PGO Profile
  • 743759f [iOS][CX] Change the conflict resolution title based on selection
  • 6cbe61c Roll Chromite from afdcc7bf3b18 to e82e22921b5a (3 revisions)
  • f7316aa Add CookieCravingDisplay
  • 5135585 [Persist] Fix sync issues by saving root collection
  • ba6c9a4 Treat actor clicks as user interaction
  • e75b364 [iOS][CX] Add more password manager banners
  • 5609603 [iOS] Fix location bar badges background updates
  • 897a517 [iOS] Create the UI for the AppBar
  • 5444c30 Roll Chrome Android ARM64 Orderfile from TMW3OMiiJAXd4JK9I... to WFeozV4t_xvZ0nDDO...
  • 702bfa7 IWA: Populate permissions policy cache in throttle
  • a4663c2 Roll Media App from sgknbYO8Dms1uDVWX... to nxyV2Junnv3f7Ek_P...
  • 9fdf908 [Msg Refactor] Remove MessageObserver indirection in Provider
  • 77e62cb Updating trunk VERSION from 7609.0 to 7610.0
  • bb973f9 Roll WebView ARM64 Orderfile from hRnFLtPvCmv-UJAxw... to t_ocORo2XgrPrrD3c...
  • dc09c6d Roll androidx from cZFFQAY1mKyQlgt7C... to BvfA21MyDimwfjC-G...
  • 9b8abcb Roll captured_sites/autofill from f43e6a750040 to e534a86f7336 (1 revision)
  • f5393d3 Roll Chrome Android ARM32 Orderfile from Fh-1kxB5lGAnL1MUD... to z5GnvzWsfDs8rhBHK...
  • 59a66f6 Extend DLP histograms
  • ef32ae0 Roll Chrome Mac PGO Profile
  • 5691ba2 Roll Help App from SO4SLVNgh2cjeCpv5... to 3QGDGvAAUgc3-Z0XT...
  • 8372951 Roll Chrome Android ARM64 Orderfile from ALLAbqVvYcArRQmvv... to TMW3OMiiJAXd4JK9I...
  • ee11910 Document newly added absl::linked_hash_(set|map)
  • 599fcf8 Rename ShowUI to ShowSidePanelUI to reflect that it opens the Side Panel only.
  • 4985a85 Open Reading Mode in Immersive instead of Side Panel by default
  • 5f527bb Add a toggle for Reading Mode to switch between side panel and immersive
  • 6a52492 Replace kSync with kSignin in components/endpoint_fetcher
  • f71c3d6 Roll Chrome Mac Arm PGO Profile
  • fd65cfb Roll ios_internal from aa392ee5ed7a to f5455baf26cd
  • d80f8b3 Roll WebView ARM64 Orderfile from J9K-gPBfIn_P9bz4X... to hRnFLtPvCmv-UJAxw...
  • e114f52 Remove dead TPCD experiment code
  • b3856d2 Roll Chrome Win ARM64 PGO Profile
  • 8ca5efa Roll WebView ARM Orderfile from -sKW4iz2UiX5LbIIa... to YIIDcmPqFU8Gx_Pfn...
  • cce7190 Add actor mode to ChromeAutofillClient
  • 0b08a27 Roll Chrome Linux PGO Profile
  • 33566f7 Split out InclusionResult into its own file
  • 186e087 [KP] Automatic update from google3
  • 4a7956a Add fieldtrial for EnableADPFScrollNoRendererMain
  • 2c4a79f [CT] Automatic update from google3
  • 03807e0 Roll WebView ARM64 Orderfile from jRO4Yoe4CZ9G7RJuZ... to J9K-gPBfIn_P9bz4X...
  • 3fd526d Roll abseil_revision 5b1e199db4..647ed70eff
  • 4c03b20 Roll clank/internal/apps from b9431b9ddb10 to af50d58de895 (1 revision)
  • d810758 Roll ios_internal from 92bceed45937 to aa392ee5ed7a
  • 056ec32 Gardening: Disable flaky test
  • 9f9bcd3 Roll Chrome Android ARM32 PGO Profile
  • b93abb0 Roll Chrome Android Desktop x64 PGO Profile
  • e21a328 Roll Chrome Mac Arm PGO Profile
  • 748e023 Roll Chrome Win32 PGO Profile
  • c8a7c1e Roll Chromium Variations from ngbt_DfKnBqnNe4oa... to PjcKjNoeJJV4CEHTt...
  • 9a2def3 Roll WebView ARM64 Orderfile from qs5LWz29mFwwkVuD3... to jRO4Yoe4CZ9G7RJuZ...
  • cd77c71 Roll Chrome Win64 PGO Profile
  • b09d904 Remove kMakeAccountsAvailableInIdentityManager feature code
  • c3da84f Replace kSync with kSignin in components/collaboration
  • a735375 Roll Chrome Android ARM64 Orderfile from GD5iVwj1NcWOvYFGi... to ALLAbqVvYcArRQmvv...
  • 320d188 [iOS] Removes NTPs from tab picker
  • eb4875e Use a single ScopeSet definition
  • da0cc0c Roll WebView ARM64 Orderfile from DFvlcCrKQdRWMBT-7... to qs5LWz29mFwwkVuD3...
  • 30049ac Roll Chrome Android ARM64 Orderfile from USEUZmEI2njNBlbvW... to GD5iVwj1NcWOvYFGi...
  • 6554306 Roll Projector App from rxVSYiP0fJy6ozJeu... to cW1Lbjf6byWhAF2K4...
  • 608ef6e [Android][Signin] Remove unused NoAccountSigninMode.ADD_ACCOUNT
  • 9e5d61b [Android][Signin] Create BottomSheetController in the sign-in activity
  • d38fae7 [Android][Signin] Move add account result handling to signin coordinator
  • f3f253b Roll Chrome Mac Arm PGO Profile
  • 29b974b Roll BoringSSL from d52689fd670f to a6f3c4c14e65 (1 revision)
  • 6740e9b Roll WebView ARM Orderfile from ebmsuW9BbXB26vJNl... to -sKW4iz2UiX5LbIIa...
  • 0b43e72 [Guest Mode] Extend Profile.Guest.ForcedByPolicy histogram expiry date
  • f39bff5 [Autofill] Fix non latin characters in rewriter rules
  • 7b4d9aa Automated Commit: LKGM 16538.0.0-1074190 for chromeos.
  • eb3d823 Move BinaryUploadService to components directory and enterprise_connectors namespace (6)
  • 9a2e4a2 Delay expiry of frequently used histograms.
  • f7d2b6a [Android] Add a new message identifier for signin survey
  • 41a1760 [iOS] Add skeleton for new AppBar
  • 84b8392 Roll ANGLE from 9519f206d861 to 76190e6b4ac2 (1 revision)
  • f355818 Roll Boca App from jcIgoyIxDSsFIfvYT... to OFv_JE4rKXL7vIksh...
  • 00fd133 Fixing the PL street name parsing for street names starting with street prefix
  • e6c98f6 Revert "Remove WindowEventDispatcher::ObserverNotifier"
  • 00f8266 Roll BoringSSL from 9d2226a2b04e to d52689fd670f (1 revision)
  • 2950733 Roll WebView ARM64 Orderfile from DdAp1lhBqXNxOTgWC... to DFvlcCrKQdRWMBT-7...
  • 2582173 Roll Chrome Android ARM64 Orderfile from lSUPr3uRZ5pyuyNZK... to USEUZmEI2njNBlbvW...
  • 5653b4b Fix UNSAFE_TODO's in advanced_firewall_manager_win.cc
  • a030e43 Roll Chrome Mac PGO Profile
  • 75dd7df Roll Chrome Mac Arm PGO Profile
  • 7057a61 Delay expiry of histograms causing alerts.
  • 7d7a739 Roll WebView ARM64 Orderfile from hz1QmFpLIUJMjHIiE... to DdAp1lhBqXNxOTgWC...
  • c5c17da Roll Chrome Win32 PGO Profile
  • 7ecb4a7 [iOS] Add Reader mode infobar badge for PSF support
  • 50aba6c Roll Chrome Android ARM64 Orderfile from QEB5rZdrDDnbcZT6B... to lSUPr3uRZ5pyuyNZK...
  • 4835225 Roll androidx from X4yyLM8okP-dBoL-w... to cZFFQAY1mKyQlgt7C...
  • e84fbca Roll Chrome Win64 PGO Profile
  • 5ed7f72 clean up cpa-spec-update flag
  • 1d6f411 Roll V8 from 14e08af0bfb8 to 16ed28d61b10 (2 revisions)
  • c30d763 Roll Skia from 27b587c4b160 to 4c438e0537fc (1 revision)
  • cf238be Roll Chrome Android ARM32 PGO Profile
  • f553f51 Roll Chrome Android Desktop x64 PGO Profile
  • 7ae5d8f Roll WebView ARM64 Orderfile from VlcfvPKfHGW_74EBW... to hz1QmFpLIUJMjHIiE...
  • 0399231 Properly handle exceptions in navigator.credentials.create()
  • eb8d13f Roll Chrome Mac Arm PGO Profile
  • 1192d3b Roll Chrome Android ARM64 Orderfile from QG_SpzbAZn99UHRsr... to QEB5rZdrDDnbcZT6B...
  • b0bce9b Roll WebView ARM64 Orderfile from vaWrFe27oG7lxOjiI... to VlcfvPKfHGW_74EBW...
  • 7e41362 Roll clank/internal/apps from 07d565faa0cc to b9431b9ddb10 (1 revision)
  • 636a192 Roll WebView ARM64 Orderfile from wIb3G9fyCfPTi3wdI... to vaWrFe27oG7lxOjiI...
  • faeb5cc Roll Chrome Android ARM64 Orderfile from UiPPdOMz-A3x2_VM7... to QG_SpzbAZn99UHRsr...
  • 2190df7 Avoid double profile observation in CookiesEventRouter
  • 957be05 Roll Chrome Mac Arm PGO Profile
  • 1d1db2e Roll serde_json: 1.0.145 => 1.0.148 in //third_party/rust.
  • a9bd994 [InputVizard] Fix missing touch cancel in InputTransferHandlerAndroid
  • 4b4d4d9 Roll Chrome Win32 PGO Profile
  • 703ee06 [ContextualTasks] Make the background only beneath the composebox
  • 317e0ff Roll Chrome Android ARM64 Orderfile from hxXaxyZ_lWkLQ4uQt... to UiPPdOMz-A3x2_VM7...
  • d12e3ff Updating trunk VERSION from 7608.0 to 7609.0
  • d7b8f46 Roll Chrome Win64 PGO Profile
  • 4be294b Roll WebView ARM64 Orderfile from g-Jm-CNOzIxSfh90V... to wIb3G9fyCfPTi3wdI...
  • d0c3476 Roll Chrome Mac PGO Profile
  • f51b727 Roll Chrome Android ARM64 Orderfile from alNAChMZ3wJnlZ5nL... to hxXaxyZ_lWkLQ4uQt...
  • ef1ecad Roll Chrome Win ARM64 PGO Profile
  • 9636bbe Roll Skia from 11690456a90d to 27b587c4b160 (1 revision)
  • 49d7214 Fix session handle mismatches and zero state session handle creation
  • c1da0c2 Roll Chrome Mac Arm PGO Profile
  • 16cd129 Roll Chrome Linux PGO Profile
  • 7791541 [SelectionPtr]Remove the adapter and use SelectionState only
  • ac6876c Roll clank/internal/apps from 0ec2ff8a6646 to 07d565faa0cc (1 revision)
  • 74bb168 Roll Chrome Android Desktop x64 PGO Profile
  • 8d2cba6 Roll WebView ARM64 Orderfile from Fr0Iz3K9QplPropNy... to g-Jm-CNOzIxSfh90V...
  • b931016 [ContextualTasks] Fix composebox carousel overlapping chips
  • 80e972e Roll clank/internal/apps from c3893478ac22 to 0ec2ff8a6646 (1 revision)
  • b6650e8 Add a test to verify that the depot_tools formatter works in chromium.
  • 0468aa5 Roll ryu: 1.0.20 => 1.0.22 in //third_party/rust.
  • 5f7cd58 Roll pxfm: 0.1.26 => 0.1.27 in //third_party/rust.
  • 29fc850 Roll proc-macro2: 1.0.103 => 1.0.104 in //third_party/rust.
  • e4b7e2d Roll moxcms: 0.7.10 => 0.7.11 in //third_party/rust.
  • 189b4d7 [Desktop Android] Add platform-agnostic logic in c/b/ui/extensions/.
  • eb1a09a Roll Chrome Android ARM64 Orderfile from 6faTADKJqp8BlP219... to alNAChMZ3wJnlZ5nL...
  • 9818de6 [contextual tasks] Fix voice spacing.
  • 2817d7b [ContextualTasks] Make zero state detection more robust
  • bac4dad Roll cc: 1.2.49 => 1.2.51 in //third_party/rust.
  • 783508e Roll itoa: 1.0.15 => 1.0.17 in //third_party/rust.
  • 70a0466 Roll Chrome Mac Arm PGO Profile
  • 927708d [clank-q4-fixit] Rename price_drop_annotation* to price_indicator*
  • afcad45 [Desktop Android] Enable extension uninstall via context menu
  • c491ce9 Roll Chrome Win32 PGO Profile
  • 5862133 Roll Skia from 5b19e81e512e to 11690456a90d (2 revisions)
  • 7bba798 Roll find-msvc-tools: 0.1.5 => 0.1.6 in //third_party/rust.
  • 9c342f3 Roll bumpalo: 3.19.0 => 3.19.1 in //third_party/rust.
  • e5d317b Roll androidx from QF6mEHMvM_6K6l8xg... to X4yyLM8okP-dBoL-w...
  • decc66a [clank-q4-fixit] Update download_done icon
  • 33fd160 Roll better_any: 0.2.0 => 0.2.1 in //third_party/rust.
  • 7ac5585 [Icons] Updates star vector drawable
  • 3034edd [Icons] Updates photo_library vector drawable
  • 2648d7b [PSF] Update price history button's label.
  • ff7776c Remove WindowEventDispatcher::ObserverNotifier
  • 7a63aaa Roll Android Lint from xs-LIbrZghDmCHyph... to 9TNV_iaqYioF9i8lY...
  • c9b1161 Roll Manifest Merger from amjarnoLOtqitkrP1... to X-zZUUTz-CE6y5BOj...
← Back to all summaries