Chromium Daily Digest Logo

Chromium Changes Summarizer

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

Chromium Digest: 2025-12-22

Overview

This daily summary covers 353 commits on the main branch, with 239 identified as relevant to developers. The changes span from commit (5606fc8) to (a140bc6) and include several significant breaking changes to public APIs in core, UI, and identity components.

Breaking Changes

  • ⚠️ BREAKING The public methods GrantReadRawCookies, RevokeReadRawCookies, and CanReadRawCookies have been removed from ChildProcessSecurityPolicyImpl. This is a core content/ API and will break embedders who relied on these methods for raw cookie access. (41b3b0a)
  • ⚠️ BREAKING The public TrackingProtectionSettings class and TrackingProtectionSettingsObserver header have been deleted from components/privacy_sandbox. Any feature using this service to observe tracking protection settings will be broken. (36e492c)
  • ⚠️ BREAKING The public static method TraceLog::IsEnabled() in base/trace_event/trace_log.h has been removed. Code must be updated to use base::TrackEvent::IsEnabled() to check the global tracing status. (5051d64)
  • ⚠️ BREAKING Two public constructors have been removed from AccessTokenFetcher. Embedders must now use the constructor that takes an OAuthConsumerId enum instead of a std::string for oauth_consumer_name. (352eb26)
  • ⚠️ BREAKING The virtual methods HandleWriteTextToClipboard and AllowStartDragEvent have been removed from the public TextfieldController class in ui/views/controls/textfield/textfield_controller.h. Subclasses overriding these methods will fail to compile. (fbef187)
  • ⚠️ BREAKING On Android, the deprecated public method addFeature(ChromeAndroidTaskFeature feature) has been removed from the ChromeAndroidTask Java interface. Downstream projects must migrate to the version that accepts a class and supplier. (048d5cb)
  • ⚠️ BREAKING On ChromeOS, the FetchJapaneseLegacyConfig method has been removed from the public InputMethodUserDataService mojo interface, breaking any client that was using this service. (96ab836)
  • ⚠️ BREAKING The public method GetAssociatedWebContents() has been removed from ExtensionFunctionDispatcher. This may affect embedders or complex extension UIs that interacted directly with the dispatcher. (d74add7)

Security & Privacy

  • New enterprise policies, GeminiActOnWebAllowedForURLs and GeminiActOnWebBlockedForURLs, have been added to give administrators fine-grained control over the 'Act on Web' feature. (0c67554)
  • The SafeBrowsing OHTTP Key Service will now send an Accept header in its requests, improving compliance with RFC recommendations. (3713ee7)

Core & Infrastructure

  • A large-scale refactoring replaced base::to_underlying with std::to_underlying across the codebase, promoting the use of standard library features. This affects //base, //components, //chrome, //content, and more. (ad18a4c) (ea3647f) (459634a) (df4cd32) (6f7da9c) (19cd5a1) (a48000a)
  • SimpleURLLoader is now used more efficiently in several places by calling DownloadHeadersOnly instead of DownloadToString... when the response body is not needed. (ba992e5) (ec2d3d5)
  • Multiple fixes were landed to resolve build failures in configurations where safe_browsing_mode=0. (c4e7a93) (5aac5fb) (7d99f15)

UI, Views & UX

  • On Windows, custom URI schemes (google-chrome://, chromium://) are now registered for the browser, improving shell integration. (17d026d)
  • Work on Vertical Tabs continues, with logic added to support tab group collapse/expand and to fix bugs with split states on startup. (cdbede9) (df558f9)
  • The resize region for Glic windows was adjusted for better touch usability, and its side panel coordinator was decoupled from Views to support cross-platform implementations. (a140bc6) (fdb7a1a) (88945ce)
  • The Read Anything side panel will now correctly close upon main page navigation. (e01b6d6) (77b529b)
  • The WebUI reload button now includes an aria-label for improved accessibility. (8bfc341)

Android

  • To improve power efficiency, the CrRendererMain thread can now be moved away from power-hungry big cores during non-critical states. (90d308e)
  • A cross-platform method, TabListInterface::ActivateTab(), was added to provide a unified way to activate tabs, with an initial implementation for Android. (7bb5dcd)
  • The omnibox UrlBar was modified to not consume DPAD/TAB key events, fixing keyboard navigation issues in some IMEs. (029a6f2)
  • Numerous files were updated to use new getOriginal* URL getters for native pages like History and Bookmarks as part of a URL override refactoring. (c169090) (e317add) (cfe902d)

ChromeOS & Ash

  • The VpnService was refactored to move configuration code out of crosapi and to fix a bug where configurations for other extensions were being incorrectly deleted. (ffe3057) (ad925c1)
  • Obsolete code related to the terminated Mozc-to-CrOS-Prefs data migration has been cleaned up, following the removal of the FetchJapaneseLegacyConfig mojo API. (f754d89) (c25abf6)

Extensions

  • The sidePanel.open API now supports WINDOW_ID_CURRENT, allowing extensions to open a side panel in the current window without needing to query for its specific ID. (beede36)
  • The Extensions Menu UI was refactored to move ExtensionActionViewModel ownership to the ExtensionsMenuViewModel, changing the ExtensionMenuItemView constructor. (1cef5c8)

Identity

  • On iOS, feature flags for the identity disc error badge were removed, making the feature permanently enabled. (1da37e7)
  • The SignoutReason enum on Android was expanded to better track the sources of user sign-outs. (34a023d)
  • A potential crash in WebSigninTracker related to sign-in flows has been fixed. (5648a19)

Blink, Rendering & Performance

  • External memory accounting was added to blink::IDBDatabase, allowing the garbage collector to more accurately schedule GCs and reduce memory pressure in the browser process. (ea3a5a4)
  • A performance optimization for scroll-target-group was reverted due to regressions. (6cce6af)

Omnibox & Preloading

  • A new trigger was added to start prewarming on desktop when a user interacts with the omnibox, aiming to improve performance. (ca37757)

Storage

  • To prevent browser process crashes from malformed renderer requests, the renderer is now terminated when IndexedDB cursor argument validations fail. (c903934)
  • New histograms have been added to log the backend durations of IndexedDB transaction start, commit, and blob write operations. (a577fcc)
All Commits (353)
  • a140bc6 [glic] Adjust the extended resize region for touch
  • d46d160 [glic] Fix hit-testing to prioritize window controls (resizing)
  • 8deb14a Roll ios_internal from c01bf094ca37 to 1b6436eba53f
  • 39cabc1 [Android] Re-enable testOpenTypeDelete_fromIncognitoNtp
  • 347c944 Roll Chrome Win32 PGO Profile
  • 1ed7715 WebUI: Fix third_party/polymer errors with TS moduleResolution=NodeNext.
  • 03b0f41 [ContextualTask] Clean up all tab chips when user click new task button
  • 35ff7ad Roll WebGPU CTS from d5a131f3afc7 to 41c23db11c62 (1 revision)
  • 11ceedb [ChromeAndroidTask] Remove usage of isTaskMoveAllowedOnDisplay
  • 469b352 [DCSI] Update CompoundImageBacking::GetGpuMemoryBufferHandle().
  • 248c4c8 Roll Dawn from fbfb4497e03a to f0bf8ab547a9 (1 revision)
  • 5ec924b [Extensions Bindings] Don't create invalidation data when invalidating
  • 2ca7b2a Roll androidx from 3j3cg2zUqneuyMneW... to EeT8duf0mcJrWAsTa...
  • 65c24ba Teach make_dafsa.py to generate C++ within a namespace
  • 57dbdcb [Android] Add no-conditions methods to ViewInterface like click()
  • c91eeb7 [ntp][realbox][next] Contextual entrypoint IPH
  • b249f3b [Contextual Tasks] Route Gen204 events via LensQueryFlowRouter
  • 28eca29 [Vertical Tabs] Use minimum tab width to calculate pinned layout
  • 12ecbb6 [Vertical Tabs] Allow test to fail when vertical tabs is enabled
  • 687960e Enable DistillationPopulatesContent test.
  • cfef2db [Gardener] Disable flaky SettingsTest.SettingsMain on Linux
  • b86af31 Update `TestExpectations` with bugs filed for crrev.com/c/7299264
  • fe8e0dc [Vertical Tabs] Hide the icon for alert indicator in pinned mode
  • 871d346 [composebox] Navigate to aim lens side panel if current tab in context.
  • c6f3ee0 Roll ios_internal from f7d446c36da9 to c01bf094ca37
  • 3713ee7 Make SafeBrowsing OHTTP Key Service Send Accept Header
  • 3d32a6d Roll BoringSSL from 2215589fddee to a5eafaa42335 (1 revision)
  • 4a385c2 Disable multiline omnibox on Tablets
  • e9d3605 Roll Skia from 2e42e615ece8 to a3e4f7b9d5f3 (1 revision)
  • 15c004f Roll Chrome Mac Arm PGO Profile
  • 6079ee3 [ntp] Disable button from overflow menu not working for Google Calendar
  • 16859ce [Contextual Tasks] Include overlay file token in follow-up Lens requests
  • 6234a37 Remove declutter metrics
  • 41b3b0a Remove unused ReadRawCookies tracking from ChildProcessSecurityPolicy.
  • 46e2514 Match bookmarks bar context menu ordering with renderer context menu
  • 704eae4 [Download Bubble] Add PiP occlusion tracker
  • db24dd4 Roll Chrome Win64 PGO Profile
  • 048d5cb ChromeAndroidTask: Delete deprecated addFeature() API
  • 971f04e Update CBB autoroll for the builds refs
  • 1839f69 WebUI: Set 'libReplacement: false' in default TS configuration.
  • 138d2dd Persist unfocused desktop windowing state
  • 2fb8154 [iOS] Refactor Files in default_browser/
  • 1508df1 Fix CamelCase/snake_case on ActorPolicyChecker
  • ba992e5 Use SimpleURLLoader::DownloadHeadersOnly in components/optimization_guide/core/model_quality
  • 342a897 Force-Enable Animations TabSearchContainerTest
  • e83ac4f Supress Pixel_ReflectedDiv flake
  • 7ab981f Add new feature management cros flag for page embeddings service
  • 76493b0 Roll Skia from b8517d1e25f7 to 2e42e615ece8 (1 revision)
  • 8f43431 Import wpt@1bc26a07af04bc2bf260880c915e5a998ecee79f
  • 163c145 [omnibox][next] Clean up about_flags.
  • 27d1ce3 Add invocation source to clank composebox bridge
  • 2b93d6d Roll Chrome Mac PGO Profile
  • e81e9d1 [Desktop Android] Fix tab navigation in windows.create()
  • 9715908 [contextual-tasks] Add initial page eligibility method for suggested tab
  • 2f79139 [AIM] Applies Colors to Fusebox Snackbars
  • 05d2e95 [composebox cleanup] Rename DEBOUNCE_TIMEOUT
  • f14e53e [Dependency Analysis] Add checkbox to exclude some class nodes
  • e40758f Remove tentative from customizable-select-listbox tests
  • b316c02 [PWA/Cleanup] Retire kWebAppManifestPolicyAppIdentityUpdate flag.
  • c589ac9 [glic][e2e] Pass in active tab when observing window controller state
  • 3129841 [Extensions WebIDL] Allow "optional" (nullable) function returns
  • 677a935 Add Android JNI impl for TabListInterface::ListTabGroups
  • 27d6ef7 [Frameworks roll] Roll to 847839481 piper revision
  • cd2b330 Disable flaky Digital Credentials WPT test
  • 97aeca1 Roll Chrome Android ARM32 Orderfile from y5VNfN7hYyjlATZ22... to JBqbTQHt3C_1Z0nue...
  • 0862482 Roll clank/internal/apps from 34c8e60ef183 to 050ca376116c (1 revision)
  • 376e397 Make Actor Overlay border theme adaptive
  • 9d4f569 Roll WebView ARM64 Orderfile from tuHjNy_pnl0-j7FXM... to y5gVT1m4udj7hapQa...
  • e57765c [reader mode] Fix dp -> px typo
  • ec2d3d5 Replace DownloadToString...CrashAndDie calls with DownloadHeadersOnly
  • 3c8c88f Roll Chrome Mac Arm PGO Profile
  • 3a91aa2 Roll vulkan-deps from bac59688d3df to 4baea9acfd6f (3 revisions)
  • 57ecb0f Roll Arm AFDO from 145.0.7590.0_pre1561556_rc-r1-merged to 145.0.7593.0_pre1561717_rc-r1-merged
  • e0dc264 Roll WebView ARM Orderfile from HVRR3Kf0HBNAkEAhj... to Gtx_5-Z7hIz9H_TNZ...
  • 77b529b [ReadAnything] Add programmatic close() methods to settings menus
  • 590e3e4 Always pop the observer notifier in OnEventProcessingFinished.
  • ded0987 [context-input] Add missing policy check for openurl method
  • f8c6ec7 [iOS] Make BWGBrowserAgent a FullscreenControllerObserver
  • 2aeec33 Add period to footer terms.
  • 9a05971 Roll Chrome Android ARM64 Orderfile from JszlXQDaVA08dTyvc... to UmHcGHl_NxUtsFM2I...
  • 70ab5df Temporarily disable Glic country/locale filtering by default
  • e7d996b [ntp-simplification] Create field trial testing config
  • 1111868 Reland "Remove Glic close context menu item"
  • cdbede9 [Vertical tabs] Support tab group collapse.
  • c78f250 [glic] Remove system tray text in settings for ChromeOS
  • f9046b9 Use ScopedObservation in TestAccessibilityObserver
  • d930870 [Signin][Android] Prevent SignOutCoordinator.startSignOutFlow() crash in AccountManagementFragment
  • 36e492c Delete TrackingProtectionSettings class
  • ee80efc Roll clank/internal/apps from 958f33f4bebf to 34c8e60ef183 (1 revision)
  • 877e7a2 Add screenshot_sync test failures
  • f80a233 [ntp-next] Add deep dive suggestion to composebox on click
  • 7dd0c22 [Signin][Android] Add integration tests for the seamless sign-in and history sync flow
  • 47e2989 [Persist] Add method to print dump of database
  • 294704d Roll Chrome Linux PGO Profile
  • 0837e5e [Icons] Updates remaining info icons
  • dc2f50b Update `TestExpectations` with bugs filed for crrev.com/c/7296269
  • 9e15022 actor: Add VLOGs to ai_page_content_agent
  • fdb7a1a [glic] Further increase the resize hit region of glic window on ChromeOS
  • 66ee422 [DragDrop][Mac] - Use async hit testing for drop operations
  • db2b50d Roll clank/internal/apps from adaac5707095 to 958f33f4bebf (1 revision)
  • c37aedf move ExhaustedIntervalsPerThirtySeconds recorder to a dedicated thread
  • 128493b [webgpu][blink] Adds the capability to enable multithread GPU replies.
  • e7f2fac [chrome][next] Clean up MaxNumFiles param.
  • ba58000 [AIAE] Greyout bnpl chip once an unsupported currency is returned
  • 618f148 Roll Skia from c5beca8fa90b to b8517d1e25f7 (3 revisions)
  • 6d38842 Add histogram HttpCache.GenerateCacheKey.Time
  • ad18a4c Migrate usages of base::to_underlying in //base
  • 378cfcb Roll BoringSSL from ec8ba76739f3 to 2215589fddee (1 revision)
  • 5b3b863 Keep CVH as a browser controls observer
  • d74add7 [Extensions] rm ExtensionFunctionDispatcher::GetAssociatedWebContents
  • a40bbfb Roll Chrome Android Desktop x64 PGO Profile
  • 454b410 [realbox] Add ephemeral context menu description for Composebox.
  • b7d0191 [context-input] Set source params for omnibox and realbox AIM entrypoint
  • 1f101c3 Roll earl_grey2 from 86dac92517d1 to 629673d0cc26 (1 revision)
  • 4307fc0 [context-input] Check if active tab is in the context before recontextualizing it
  • c78b8a7 Roll llvm-libc from 7ef6dec88865 to aafc91c0bac6 (1 revision)
  • 648cfec [a11y] Update UMA for Android Accessibility; enable per-package record
  • 19cd5a1 Migrate usages of base::to_underlying in //net
  • d574cd0 Roll Perfetto from fd5496e443e0 to 9a3d1520c232 (10 revisions)
  • c169090 [Url Override] Use getOriginal* getters for bookmarks page
  • 2c3fb94 Roll Chrome Android ARM32 PGO Profile
  • f17a3a4 [webgpu] Provide a way to set the task runner for GPU->Renderer IPCs.
  • 7bb5dcd [Desktop Android] Add TabListInterface::ActivateTab()
  • e8c2a5e [Extensions] Simplify ExtensionViewHost popup creation
  • 9f4a60b Migrate usages of base::to_underlying in //gpu
  • dd57a20 [Url Override] Fix new NTP intent handling
  • 4eeea60 [Android] Add View interaction methods to ViewCarryOn
  • e317add [Url Override] Use getOriginal* getters for NTP
  • f628315 Migrate usages of base::to_underlying in //ios
  • c75a96e Persist incognito reauthentication state
  • 0c67554 Introduce enterprise policy for acting on specific URLs
  • a48000a Migrate usages of base::to_underlying in //third_party/blink
  • 69ac6be Roll WebRTC from bec9c0ffa348 to 60ccc5021527 (1 revision)
  • cfe902d [Url Override] Use getOriginalHistoryUrl methods for history URL access
  • dcc8b29 WebUI: Include @types/d3-*/package.json files in third_party/node/
  • 6a7bed3 [NTP-Real-Box]: Fix Tab Key Unexpected Focus Shift
  • 9663597 Roll Chrome Android ARM64 Orderfile from fOWvPpN_c2TXJgU4W... to JszlXQDaVA08dTyvc...
  • 9896ad3 [omnibox-next] Fix up "lens enabled" loadTimeData value.
  • 9b48d88 Roll ANGLE from 3b07d6dcb82d to 5210023f02a0 (1 revision)
  • bf8e00f [glic] Create stub GlicSidePanelCoordinatorAndroid
  • 459634a Migrate usages of base::to_underlying in //chrome
  • e01b6d6 Close Immersive Reading Mode on navigation.
  • f71675a Roll Chrome Mac Arm PGO Profile
  • 855728a Automated Commit: LKGM 16531.0.0-1074015 for chromeos.
  • beede36 [Extensions] Support WINDOW_ID_CURRENT in sidePanel.open
  • 601e1b8 Remove nudge once all tasks that need attention are processed
  • 88945ce [glic] Decouple GlicSidePanelCoordinator from Views
  • d668c67 [glic] Add glic_state_tracker to android build
  • 5335b92 [aim-eligibility] Adds debugging methods to the service
  • f350c98 Roll WebView ARM64 Orderfile from TxpX-UQAbxzjR68J-... to tuHjNy_pnl0-j7FXM...
  • b8be490 [omnibox] Add feature flag to force AI Mode entrypoint navigation
  • df4cd32 Migrate usages of base::to_underlying in //content
  • 5df2c57 Migrate usages of base::to_underlying in //third_party/crashpad
  • e11c275 Add Private User Metrics feature flags to the UI
  • ea3647f Migrate usages of base::to_underlying in //components
  • cf09a87 Move keyboard focusable scrollers out to WPT
  • 2ff10f8 Import wpt@8ccef0c765a54aea5e2a1cde0d169a85d7e282c5
  • e5fb1ba Roll Chrome Win32 PGO Profile
  • 590bafa Roll BoringSSL from fcc7c8351c50 to ec8ba76739f3 (2 revisions)
  • 321c293 [signin] Extend expiring histogram
  • b63b5e5 Migrate usages of base::to_underlying in //extensions
  • d7e939c Roll jxl: 0.1.5 => 0.2.0 in //third_party/rust.
  • b1edf44 [A11y] Ensure that we can generate bounding boxes for newlines.
  • 9833cbc [RouteMatching] No more implicit "at" prepositions.
  • 6f7da9c Migrate usages of base::to_underlying in //ui
  • 0439701 Roll Crossbench from 2fb54bb2b440 to 242219a403ea (1 revision)
  • d19825c [webgpu] Refactors CommandBufferClient interface.
  • eeb0951 Migrate usages of base::to_underlying in //chromeos
  • 4f78094 Migrate usages of base::to_underlying in //pdf
  • df558f9 [Vertical Tabs] Dispatch model update notifications for splits
  • cd4b02b Migrate usages of base::to_underlying in //device
  • 6cb4df8 Migrate usages of base::to_underlying in //media
  • 3285e90 Roll Dawn from 2da5608ee34f to fbfb4497e03a (1 revision)
  • 5051d64 [tracing] Remove TraceLog::IsEnabled
  • 2a4169b Migrate usages of base::to_underlying in //tools
  • 082690f Roll ios_internal from 014db5d53b95 to f7d446c36da9
  • 808757b [iOS] NTP color palette util refactor
  • 976b41a [iOS][AIM] Check clipboard content prior to display incognito view
  • d3e0fb2 Roll Chrome Win64 PGO Profile
  • 7abbd96 Move BinaryUploadService to components directory and enterprise_connectors namespace (4)
  • e16a7e4 [iOS] Fix Compile-guard for iOS 17 Deprecation
  • 352d048 Roll clank/internal/apps from 71d4b3cc07c7 to adaac5707095 (1 revision)
  • 5815408 InitialWebUIManager only acts on NORMAL browser windows
  • a7add4b Migrate usages of base::to_underlying in //mojo
  • 6206ff6 Migrate usages of base::to_underlying in //remoting
  • c646f33 Migrate usages of base::to_underlying in //services
  • de357fd Improve PrivacyMode documentation
  • 2a2bf2f Migrate usages of base::to_underlying in //ash
  • ec9882c [Extensions] Change to ExtensionSitePermissionsState on menu model
  • 033e949 [Extensions] Use extension from action model instead in menu model (2)
  • 6326197 [Contextual Tasks] Pass session handle to ContextualTasksUI
  • 6a40eaf Roll Chrome Mac Arm PGO Profile
  • 7a6cf87 [iOS] Util function for adding commands to the shared defaults
  • 40dae33 [tools/android] Add ZTSD to compression_benchmark
  • 8c53b24 [ContextualTasks] Fix zero state stealing clicks
  • 9650f61 Roll vulkan-deps from 73155ddfee90 to bac59688d3df (1 revision)
  • b4e5937 Remove obsolete histogram Cookie.Partitioned.AncestorChainBitFeatureEnabled
  • 6e6df93 Move BinaryUploadService to components directory and enterprise_connectors namespace (3)
  • ed591fb Add validation logic to ProxyOverrideRulesPolicyHandler
  • 3b267d7 Roll Chromium Variations from pcvu396Zg5PkAXG5y... to hS5RKdBvY_sely8L2...
  • 394329f Roll Media App from 1kycORVu3qI3tF3mS... to 5CrAvU-8oLYZGOa2d...
  • fe05de0 Roll BoringSSL from e575a84d5f05 to fcc7c8351c50 (1 revision)
  • 7efee72 Enable history pane favicon change by default
  • 5af1958 Smaller changes related to GetDirectLaunchUrlScheme(): comments & cleanups
  • 17d026d Reland "Windows: Register custom URI schemes for branded and unbranded builds"
  • 4c87964 Add convenience method LayoutObject::IsPseudo.
  • d6c2c06 [Omnibox Next] Add back showRecentTabChip to variants
  • 7d15283 Roll WebView ARM64 Orderfile from KijS0qLZFnhrxBzGi... to TxpX-UQAbxzjR68J-...
  • 20c556c [wpt] Add `DIR_METADATA` for `compression/`
  • 686f2d4 [Signin][iOS] Reimplement and reenable testErrorBadge
  • 5c301f5 [DBD] Extend Privacy.DeleteBrowsingData.MigratedToNewDefaults
  • f720202 Updating trunk VERSION from 7593.0 to 7594.0
  • 473cd59 [IOS][AIM] Fix testComposeboxSendButtonVisibility flakiness
  • 8bfc341 Add aria-label to WebUI reload button
  • 352eb26 Remove unused methods in AccessTokenFetcher
  • 9a19b07 Roll zstd to ae9f20ca2716f2605822ca375995b7d876389b64
  • b513405 [Language Detection API] Remove LanguageDetectionAPI feature flag.
  • 3afe505 [aim-eligibility] Removes change notification feature
  • a1b8b4f Roll Help App from VXWtPc-RpSj-3eRRp... to oYUiTZbCoDS3o_iDW...
  • 17625eb [SAA] Remove stale WPT test expectations
  • dc00f58 [iOS] Refactor Autofill form data objects to be classes
  • 02181d8 IWA: Add IWA permissions policy cache
  • 98049c0 Remove TrackingProtectionSettings references outside of PS directory
  • 27835e5 Revert "Roll DevTools Frontend from 5c64d772fab3 to 0cea597366df (1 revision)"
  • 3133527 Roll WebView ARM64 Orderfile from 51CRsZpv93IEk5BSn... to KijS0qLZFnhrxBzGi...
  • d749403 Roll androidx from z56Sz-7SDtjPSuj3T... to 3j3cg2zUqneuyMneW...
  • 108c185 [Url Override] Use resolver for Bookmarks and History page accesses
  • 6c8c1c7 [Url Override] Use resolver for NTP accesses
  • 697fd04 Roll Chrome Mac PGO Profile
  • f533de5 Roll Chrome Mac Arm PGO Profile
  • 3babffa [iOS][PRDBD] Removal of TimeRangeSelectorTableViewController files.
  • e10eb18 [Signin][iOS] Fix error badge not being displayed after app restart
  • 8016430 Roll captured_sites/autofill from 92cd35bb4bc4 to f43e6a750040 (1 revision)
  • ca7a43f Automated Commit: LKGM 16531.0.0-1074009 for chromeos.
  • 31304f2 Revert "Add DwoC for RPH creation for initial WebUI SiteInstance"
  • 2e01191 [Code Health] Remove DanglingUntriaged Pointer in components/signin/core/browser/signin_metrics_service.h
  • 6c522b1 Roll Chrome Win ARM64 PGO Profile
  • 0a98d4d [iOS] Enabled EG test testSilenceProactiveBottomSheet.
  • c4e7a93 Fix building with safe_browsing_mode=0 (11/14)
  • 505dd2b Updating XTBs based on .GRDs from branch main
  • bf67340 Roll Chrome Linux PGO Profile
  • c3327fd [iOS] Remove deprecated RunUntilIdle from QuickDeleteMediatorTest.
  • 15bcacd Roll WebView ARM64 Orderfile from ZId7-gLZckAxz31yx... to 51CRsZpv93IEk5BSn...
  • 099b4db [3/n] Break language_pack_util and constants into smaller units
  • 385efd9 [KP] Automatic update from google3
  • ea1505e [CT] Automatic update from google3
  • 32c7f8e [Extensions] Add GetExtension to EAVM and use it in menu model (1)
  • 64f763e Roll clank/internal/apps from 717f8883dfaa to 71d4b3cc07c7 (1 revision)
  • ca45d5a spanify media/cdm/library_cdm/clear_key_cdm.cc
  • 573be97 orderfile: Add memory dump provider variant
  • 90d308e [blink/scheduler] Add a feature to move CrRendererMain away from big cores
  • 275530b Roll ios_internal from af4b90e03bf2 to 014db5d53b95
  • 2d4b2f5 iwa: IWA blocklist for Kiosk sessions.
  • 0ab3ee0 Roll src/third_party/anonymous_tokens/src/ 6405dbca3..fdff40da0 (1 commit)
  • 08619c9 Roll Chrome Win32 PGO Profile
  • 34a023d [Android][Signin] Distinguish Undo signin clicks by access point
  • b51fde3 [carousel][a11y] Inherit AX ignore conditions for text nodes
  • 054db60 Roll Chrome Android Desktop x64 PGO Profile
  • dbb75cc Roll WebView ARM64 Orderfile from aWiKNiYcV2PZ3ZLQn... to ZId7-gLZckAxz31yx...
  • b444602 Roll Chrome Mac Arm PGO Profile
  • bb1371d Add EnterpriseFileObfuscationArchiveAnalyzer to field trial config
  • 68852d2 actions revamp: Add ExtensionsToolbarBridge
  • 5aac5fb Fix building with safe_browsing_mode=0 (2/14)
  • 6141f27 Roll Chrome Win64 PGO Profile
  • fbef187 Remove unused HandleWriteTextToClipboard and AllowStartDragEvent
  • 8d3dc8f Roll Turbine from LfZsQodE8_MEJjxwY... to nJDryxCoihRuUxDq-...
  • 9f606aa [iOS][Assistant][1/N] Implement Assistant Sheet boilerplate
  • 6cce6af Revert "Optimize scroll-target-group using OrderedScopeTree"
  • f459ff9 Update lookalike URL egtests to check the location view
  • 606cbbf Roll WebView ARM64 Orderfile from asypG0LpSRJgfCDOP... to aWiKNiYcV2PZ3ZLQn...
  • dcab59f Roll Projector App from 9AGVICTGSpBosFoww... to tLV7s0mU6Y4QKVl3F...
  • e3dfde0 [Android][Signin] Add documentation for ActivityResultTracker
  • 612eb74 Roll Dawn from c05bf34420a9 to 2da5608ee34f (1 revision)
  • a577fcc IDB: Log backend durations of transaction start, commit and blob writes
  • 4f05a5c [signin] Stop using AccountInfo::picture_url
  • 93c13d5 [AutofillAi - M4] Remove friend class from the AutofillMessageModel.
  • dd3126f Roll Chrome Mac Arm PGO Profile
  • ffe8a58 Add ability to specify custom resize border insets for a window
  • f71493e Update meet_effects hash in DEPS file.
  • 87de9cb Add fieldtrial config for AutofillFixCivilStateMisclassificationForESPT
  • 68cde94 [IOS][AIM] Fix testOmniboxLeadingImage when composebox is enabled
  • 16aafac Roll Crossbench from 1055ee898506 to 2fb54bb2b440 (1 revision)
  • 1da37e7 [Signin][iOS] Remove feature flag checks from error badge implementation
  • 1deca59 Revert "[Media] Force Symphonia to respect S16 format"
  • 347600f Roll ios_internal from b1ed7ef3bc16 to af4b90e03bf2
  • ca37757 Add Prewarm trigger upon user interaction
  • bbd35db [Gardener] Disable BasicRedaction test on Linux bots
  • 3d8e550 [iOS]Remove a unused function
  • 5648a19 [Signin] Fix a potential crash in WebSigninTracker
  • 37e3cd4 Fix layout issues in signout confirmation dialog
  • 7ce0ca0 Roll ANGLE from 69e116d6279b to 3b07d6dcb82d (1 revision)
  • a004d7f Roll Boca App from QZAIbttxr3cabwT11... to UySv5jvWUTicw_Vtf...
  • 96ab836 Deprecate FetchJapaneseLegacyConfig mojo API of CrOS IME Service.
  • 5dacb59 Roll Boca Receiver App from A6JOTsvP1mMe_Fwgf... to RhYfNFWGGkI32avbk...
  • bec381b Roll WebRTC from be461fde15ce to bec9c0ffa348 (1 revision)
  • 28a2fe0 Roll Skia from 7b7083ed9d57 to c5beca8fa90b (5 revisions)
  • 6fbebe3 Add missing deps for tests
  • 793709b Reland "[Android][Signin] Use ConstraintLayout for HistorySync Layout"
  • 7d99f15 Fix building with safe_browsing_mode=0 (8/14)
  • 4324f67 Roll Chrome Mac PGO Profile
  • 223c372 Roll WebView ARM Orderfile from pScoRPcAG6v0ABPla... to HVRR3Kf0HBNAkEAhj...
  • 39d04c2 [Frameworks roll] Roll to 847633940 piper revision
  • d105bfd [Gardener] Disable TouchPopupInteraction test on Linux
  • 2191448 [Gardener] Disable NavigationToAndFromContextualTasks test on linux
  • 2d32776 Roll Chrome Win ARM64 PGO Profile
  • 1776530 Roll Chrome Mac Arm PGO Profile
  • 99104f9 [CodeHealth] Remove FeedShowSignInCommand feature
  • 0fec568 Roll Chrome Linux PGO Profile
  • c22b695 Roll Chrome Win32 PGO Profile
  • c903934 IDB: Kill renderer when cursor argument validations fail
  • e70376c Treat no-op as success in SetCurrentLayoutByName() callback.
  • 5703809 actions revamp: Remove EAVM modification from ETC
  • ad1cacf Roll WebView ARM64 Orderfile from RLVDuJWJHPhhUXVNE... to asypG0LpSRJgfCDOP...
  • f754d89 Remove obsolete code related to Mozc-to-CrOS-Prefs data migration.
  • 2f9d148 Roll Chrome Android Desktop x64 PGO Profile
  • 3a40f50 Roll Chrome Android ARM32 PGO Profile
  • 4ee9687 Roll Chrome Win64 PGO Profile
  • 620f26d Roll Chrome Mac Arm PGO Profile
  • ffe3057 ash: Move more VpnConfiguration code out of crosapi
  • c0dd345 Roll Skia from 0eef18a0e2e6 to 7b7083ed9d57 (1 revision)
  • c6689f7 Prefetch: Add `perfetto::Flow` to loaders
  • a2a7676 Enum-ify return values of SetCurrentKeyboardLayoutByNameImplBase().
  • db3901e Fix building with safe_browsing_mode=0 (10/14)
  • ad925c1 ash: Fix a bug in VpnService
  • 6750884 Remove asully@ as owner for various things
  • c25abf6 Stop recording & deprecate Japanese.OnFocusMigratedToSystemPk metric.
  • ba63ffd Roll clank/internal/apps from fb7b6af5c2e4 to 717f8883dfaa (1 revision)
  • b3f6895 Roll Chrome Mac Arm PGO Profile
  • 9c48c2b Add arg names & comments for SetCurrentLayoutByName() callbacks.
  • ea3a5a4 [indexeddb] Add external memory accounting to blink::IDBDatabase.
  • 467a02c Roll WebView ARM64 Orderfile from 4RBifiGpYRzrYDV2V... to RLVDuJWJHPhhUXVNE...
  • 97092ac Updating trunk VERSION from 7592.0 to 7593.0
  • f899a76 Roll Chrome Win32 PGO Profile
  • d6c468e Roll Chrome Mac Arm PGO Profile
  • 35673c6 Roll Crossbench from c171517b1323 to 1055ee898506 (1 revision)
  • 10a4c40 Roll Chrome Mac PGO Profile
  • 33fd364 Roll Chrome Win64 PGO Profile
  • f8dc3cd Fix the issues where clicking the text of LabelButton while holding down the Ctrl key has no effect, and clicking MdTextButton produces no descriptive output
  • 1858961 Roll WebView ARM64 Orderfile from kwrKO9rlpiULp_11z... to 4RBifiGpYRzrYDV2V...
  • bf691a3 WTF: Set initial capacities for TextCodecMap and TextEncodingNameMap
  • 982587b Roll libc++ from 890319699e6f to 7048ba4f2970 (3 revisions)
  • 1cef5c8 [Extensions] Move ExtensionActionViewModel ownership to ExtensionsMenuViewModel
  • a826553 Roll Chrome Win ARM64 PGO Profile
  • 7113d20 Roll WebView ARM64 Orderfile from I2UZMGSWqBB5c_bCu... to kwrKO9rlpiULp_11z...
  • 029a6f2 omnibox: do not consume DPAD / TAB keys on UrlBar#onKeyPreIme
  • ce8e51d Automated Commit: LKGM 16530.0.0-1073997 for chromeos.
  • f930012 Roll Chrome Android Desktop x64 PGO Profile
  • f183011 Roll Chrome Mac Arm PGO Profile
  • 8932a3b Roll clank/internal/apps from 29a72913074b to fb7b6af5c2e4 (1 revision)
  • fd7cf28 Revert "[DomStorage] Add feature flag and DomStorageDatabase for SQLite"
  • 5606fc8 FIXUP: A `raw_ptr` can be removed from `SidePanelWebUIView`
  • 0cd63f2 Roll Crossbench from b75cab91aa6e to c171517b1323 (1 revision)
  • aded90c Roll WebView ARM64 Orderfile from c9-5jz4f_UyOS9P67... to I2UZMGSWqBB5c_bCu...
← Back to all summaries