Chromium Daily Digest Logo

Chromium Changes Summarizer

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

Chromium Digest: 2025-12-11

Overview

This summary covers 729 commits on the main branch, with 566 analyzed. The day's changes span from (338545b)" target="_blank" rel="noopener noreferrer" class="text-sky-500 hover:text-sky-300 font-mono">((338545b)) to (6775429)" target="_blank" rel="noopener noreferrer" class="text-sky-500 hover:text-sky-300 font-mono">((6775429)). A significant number of breaking API changes were landed across core components, alongside major behavioral shifts in the web platform that may require developer action.

Breaking Changes

  • ⚠️ BREAKING The autofill component's public API has been significantly altered. The virtual method DidFillForm() was removed from AutofillClient, GetCachedFormAndField() was removed from AutofillManager, and FindCachedFormById() now returns a const pointer, preventing modification of the returned object. (0e0c6aa) (2d6f99f) (6ab0209)
  • ⚠️ BREAKING The public API for media::VideoFrame has been cleaned up, removing the ScopedMapping class and the methods MapSharedImageAsync() and MapSharedImageDEPRECATED(). Embedders must update their video frame data access patterns. (a607b59) (827f7db) (f57edea)
  • ⚠️ BREAKING The WebAudio API's AudioContext constructor will now throw a NotSupportedError if the renderQuantumSize option is outside the valid range. This replaces the previous behavior of silently clamping the value and may break applications that relied on it. (443fb1a)
  • ⚠️ BREAKING Multiple breaking changes were made to Android public APIs. BrowserControlsVisibilityDelegate no longer inherits from ObservableSupplierImpl, ExtensionActionsBridge.get() now requires a ChromeAndroidTask, and MultiInstanceManagerApi31.openInstance() was replaced by openWindow(). (1aa8864) (eede7ba) (c2c239d)
  • ⚠️ BREAKING The core gesture scroll feature kSendEmptyGestureScrollUpdate is now disabled by default on all desktop platforms. This changes scroll handling behavior and may break web content that relies on the previous behavior, particularly around preventDefault() during scroll restarts. (13dee81)
  • ⚠️ BREAKING The static method base::ByteSize::FromByteCount() has been removed from the widely-used base library. Code must be updated to use FromDeprecatedByteCount(). (1772cea)
  • ⚠️ BREAKING The public net::device_bound_sessions::RegistrationResult class has been refactored to use a visitor pattern, removing public accessor methods like GetDBSCError() in favor of a new Visit() method. (ed72b27)
  • ⚠️ BREAKING The public Mojo service webapps::mojom::WebAppOriginAssociationParser has been removed. Embedders using this out-of-process service must migrate to the new in-process Rust-based parser. (0d3a4e6)
  • ⚠️ BREAKING The BrowserUpdaterClient class and its associated functions have been removed. The public interface for interacting with the browser updater has been refactored into a new updater namespace with top-level functions. (793c922)
  • ⚠️ BREAKING The public static method FontCache::Purge() has been removed from the Blink platform header platform/fonts/font_cache.h. Code that called this to manage font cache memory will no longer compile. (c9e0dcf)
  • ⚠️ BREAKING Constructor signatures for core Identity and GPU classes were changed. Deprecated constructors were removed from signin::PrimaryAccountAccessTokenFetcher, the google_apis::AuthService constructor was altered, and a parameter was removed from the CommandBufferProxyImpl constructor. (729bb5f) (5d0ff97) (a892d1b)
  • ⚠️ BREAKING The Ansible integration feature for virtualized guests on ChromeOS has been removed entirely, deleting the public AnsibleManagementService and its factory. (312364f)

Blink & Web Platform

  • A large-scale refactoring to remove the Supplementable pattern from Blink's core architecture was reverted across dozens of commits due to instability. This restores the previous architecture for classes like ExecutionContext, Page, and Navigator. (98766f7) (5d280d5) (b8c0264) (02f1add)
  • The WebXR plane-detection API was updated to align with the latest specification, adding the semanticLabel attribute and initiateRoomCapture method. (e2858e4)
  • The VideoFrameMetadataRtpTimestamp feature was enabled by default for M145, exposing the RTP timestamp in WebCodecs VideoFrame metadata. (fbf0caa)
  • An artificial 2-3 second delay was removed from the Web Speech API, improving its responsiveness. (71fab90)

Core Internals & Services

  • Native support for Matroska MIME types (.mkv, .mka) was added, allowing these files to be played inline instead of being downloaded. (d081300)
  • The history service (chrome://history) was optimized to query the local database first before querying the remote web service, which should reduce redundant network traffic. (b60d897)
  • A revert was issued to fix significant UI jank that occurred when resizing the browser window, restoring the previous behavior of acknowledging renderer resizes before sending new ones. (7850f89)

Android

  • A significant refactor was relanded to allow the feature list to be initialized earlier in the Android startup process, a key step for improving startup performance. (585aaae)
  • The NavigationExtensionEnabler, which prompts users to re-enable extensions with increased permissions, was ported to desktop Android. (0bc4673)
  • The BrowserSignin policy, which can force users to sign into a profile, is now officially supported on Linux, with corresponding updates to policy templates that also affect Android. (49758c3)

Build & Infrastructure

  • The Clang and Rust toolchains were updated to new revisions. (ef0f194)
  • The Rust bindgen build process was modified to no longer create a root module alias, requiring consumers to explicitly qualify paths in their code. (55642d3)
  • Visibility for the //media/base build target was tightened. Downstream projects should now depend on the top-level //media target instead. (ab59c3a)

Feature & Flag Removals

  • Numerous obsolete or launched feature flags were removed, cleaning up the codebase. Removed flags include OmniboxAssistantVoiceSearch, ProjectorShowShortPseudoTranscript, ShelfAutoHideSeparation, UploadOfficeToCloudForEnterprise, and WebAuthenticationFixWindowsHelloRdp. (33c9fdb) (0ce08ef) (ffe2992) (8d05928) (7ba6017)
All Commits (729)
  • 6775429 [ios] Update iOS test running instructions and examples
  • 06643cb [Icons] Add sync_saved_locally vector drawable
  • 5c81bd7 Abstract away index-based lookups in TabDragController
  • 4f91858 Extend OptimizationGuide.TextSafetyChecker.* histograms
  • 046976f [Contextual Tasks] Adjust side panel header icon to 22px
  • 0498a3b [Icons] Updates volume_up vector drawable
  • 8779479 Unbind embedders in GlicInstanceImpl destructor
  • d70cf0f Revert "[glic] Add support to enable glic on non-CBX 8Gb (or higher) ChromeOS devices"
  • 9fc191c Revert "[a11y] Prevent tooltip from overriding empty alt on img/area"
  • dd99891 [CodeHealth] Remove IsShimlessRMAComplianceCheckEnabled()
  • 70fef2a [Omnibox Next] Add tab suggestions for omnibox_popup chips
  • c0a2717 Add missing include and inline local variable
  • af23c38 [cleanup] Simplify some editor logic within LayoutBlockFlow::RemoveChild
  • 2fceebf [CodeHealth] Add span-based AudioBus::channel()
  • 6d5c0e8 [Contextual Tasks] Update Lens Overlay enterprise policy check.
  • 6b425d0 Roll src-internal from fbcdcd8caef6 to b5a13c8ce465 (2 revisions)
  • fabaaa0 WebUI Omnibox: Fix missing selection indicators in keyword mode.
  • 4aa267e [Reading mode] Collapse the omnibox entry point if it's been ignored
  • d081300 Add Matroska MIME type support to media and net
  • c4039f8 [Icons] Update Add icon drawable and name
  • 385a718 flags: remove page-visibility-page-content-annotations
  • 49758c3 Enable forced browser sign in for Linux via `BrowserSignin`.
  • 6e00d9e Fix capitalization of the "Create image" button
  • d9cb337 Force relayout for tab-driven constraint changes
  • b06cfca Roll Perfetto from 7142baf1e6b0 to 876b3a4ee9ed (1 revision)
  • d8ce672 Revert "Refactor chrome/installer/linux"
  • f739e3c Roll Skia from ee0b7934987c to 925c77603d00 (2 revisions)
  • 2790535 Fix CrossThreadBindOnce return type in sample code
  • 551214d Roll Chrome Mac Arm PGO Profile
  • bd18434 [Contextual Tasks] Add protected page error.
  • e9d7aec Create a 'CorpSignalingConnector' class to maintain a channel
  • df0d04e Change blink::BindOnce to CrossThreadBindOnce
  • bf482bb Implement mapToVisualRectInAncestorSpace for LayoutSVGModelObject
  • 894f4bf Roll ios_internal from 0190a05dcbb5 to 06bab173c13b
  • 62da6be [Vertical Tabs] Creating Test for Keyboard Tab Selection
  • e14479a [Gardener] Disable failing test testStripDialog_TabListEditorCloseAll_NoCustomHomepage.
  • 1f91d2e [TreesinViz] Set diffirent test expectations for TreesInViz and not
  • a02554d Avoid overlapping breadcrumbs title and help icon.
  • c82894c Add glic share image error string to the translation pipeline
  • ec788f1 [glic] Add support to enable glic on non-CBX 8Gb (or higher) ChromeOS devices
  • 02827cc Plumb MTC metadata through CertVerifierServiceFactory into CertVerifyProc::ImplParams and TrustStoreChrome
  • bd9c874 [ntp-feature-optimization] Split NTP feature optimization flags into 3
  • 424b06b [Icon] Update location on icon vector drawable
  • 6f7f57f Update ChromotingHost to allow for concurrent signaling stacks
  • 289d543 [Settings Search] Add a lint check surrounding the build rule for MainSettings
  • f02d83c [gardener] Disable SigninTest.HistorySyncOptIn on Win
  • 070659a [SLAMS] Implement server-side model execution for scam detection on Android.
  • 34508c4 Reland "Use ScaledAnimationDurationScaleMode in LinearAnimation"
  • 677203f [Contextual Tasks] Keep side panel opened links in group if it exists
  • 5a94aa4 [Actor Overlay] Change magic cursor feature param to its own feature
  • a3e338a Record metrics on MemoryDumpProvider results and runtime
  • 83d7c32 [ntp][realbox][next] Re-enable test
  • 60bdf95 Fix issue where TreesInViz breaks DrawImmediatelyWhenInteractive
  • b4d9397 [iOS] Prevent credential migration while the app is backgrounded
  • 1f673ff Roll Dawn from b33d203f0572 to b45658f69c1d (16 revisions)
  • 10c4b37 [Community Contributions] Clean up sAndroidTabDeclutterPerformanceImprovements
  • e6218a9 Add logging for the --reload option
  • 4555b42 Fix some formatting issues in //gpu
  • b7f13d9 [a11y] Prevent tooltip from overriding empty alt on img/area
  • ed72b27 Use visitor pattern on RegistrationResult
  • bb1e78a check_call while building targets.
  • f94835f [Android] Use incognito blank page entry point in ReaderModeTest.
  • 9c34985 [Vertical Tabs] Migrate from browser test to unit test
  • 0823bb3 [ChromeOS Hagrid] Add Mandatory re-auth toggle on settings page
  • 7e86227 [iOS] Remove some unused reauth module code
  • cc28e3c [Contextual tasks] Check remove reason for TabsEventRouter
  • 84830e0 [Contextual tasks] Fix OnActiveTabChanged fired before tab insert
  • ae3b767 Update CBB autoroll for the builds refs
  • 65c2187 Remove insignificant trailing spaces from the output of testRunner.log()
  • d2ed237 [ContextualTask] Fix an issue that automated chip is not shown when opening
  • 735f2ee [iOS] Make LBBMediator ContextualPanelEntrypointObserving
  • 779b5b9 Android PWA button draggable fixes
  • 2311bec Roll vulkan-deps from 6f04dc3b5efc to e8a6d5aa82b7 (1 revision)
  • 5b22f7d TabsTest: ensure all disabled tests pass locally
  • e7ef36c Roll clank/internal/apps from 2e27b7a118fb to 1b6af5fc7f13 (1 revision)
  • bb23b49 [iOS] Re-enable testCardChipButtonsAreAllVisible EGTest
  • 3f8e33f [Icons] Update incognito icon
  • a3c12da [GlicMI] Fix CloseAndShutdownInstanceWithFrame.
  • 8363ccd Remove test references to FluentScrollbar base::Feature.
  • 99855fd Roll Chrome Win64 PGO Profile
  • 3397bc0 Roll Chrome Mac PGO Profile
  • 97cf59c [Contextual Tasks] Fix OWNERS for WebUI tests
  • 1c38075 Reland "Fix video capture of minimized windows on Aura platforms"
  • d700f61 [Frameworks roll] Roll to 843314885 piper revision
  • 26b671e Revert "Pass heap snapshot source locations through blink::WebNode (and subclasses), autofill::FormRef, and autofill::FieldRef."
  • f42b777 [Media] Port MediaSessionHelper to use ScreenOffBroadcastReceiver
  • c5f4229 [Persist] Add utils to seal/open OTR rows
  • 9164423 Roll Platform Experience Win from 0a84e3a5546a to f1c4971313f0 (2 revisions)
  • d0617ea [Settings Search] updateDynamicPreferences for GoogleServicesSettings
  • 13dee81 Disable kSendEmptyGestureScrollUpdate by default on all platforms.
  • 7b51529 Roll Chrome Win32 PGO Profile
  • d4dc7ab Roll clank/internal/apps from 1ed42e863528 to 2e27b7a118fb (1 revision)
  • f81903c GlicButtonPressedState: use InkDrop highlight to show pressed state
  • 8f08caa [Chrome Next] Use correct trailing curve for toolbar
  • aa00799 [iOS] Add noemies@ to i/c/b/s/u_b/p/password_checkup/OWNERS
  • 004cd4e Roll src-internal from a5096f0c0444 to fbcdcd8caef6 (2 revisions)
  • ab3b779 Disambiguate tab search position function
  • bce92bd Add fieldtrial config for HeliosWithReaderMode on iOS.
  • f97494a [reader mode] Align fieldtrial testing config to RC
  • 727b2fb Bump JSO min-away-time to 15 minutes.
  • cab54f2 [realbox] Update string for context menu description.
  • d86b9f0 Enable MakeMemoryPressureListenerSync by default
  • a81d356 Roll Perfetto from cf3697910117 to 7142baf1e6b0 (1 revision)
  • f010885 media: Extend media histograms expiry
  • 96f82c2 Implement dry run mode for Browser Initiated AutoPip
  • 3f80ba7 Set up BWGConfiguration to be renamed to GeminiConfiguration
  • ff8e1e3 Add default value logic to navigation active user detection
  • db3d1a3 Refactor chrome/installer/linux
  • cdfbd47 device: Add SERIAL_LOG to Bluetooth RFCOMM error handlers
  • 25f5d02 nearby: use new hmac api for signing
  • e7164b2 Add assert for non-null context in WindowAndroid.
  • e774255 Refactor exo use of TextureDrawQuad to unnormalized coordinates
  • 4f16b6b [iOS] Fix fieldtrial config For Proactive Suggestions Framework.
  • 4566a88 [Settings containment] Base multi column styling on layout state instead of screen width
  • d7db9c1 Roll Chrome Mac Arm PGO Profile
  • 1772cea Update ByteSize <-> ByteCount conversion methods
  • 4c7bb53 Enable MeetEffects tests on Win/Intel 630
  • 901c740 [CustomizationV2] Implement Daily Update Logic (Part 6)
  • eb46e9b Transition to kPolicyReady when CBCM is disabled
  • e0261c5 [Community Contributions] Clean up sAndroidTabDeclutterArchiveTabGroups
  • 24ba371 Start GlobalFeatures earlier and add more lifecycle hooks.
  • e2858e4 Add missing blink-side features to plane-detection API
  • 6964183 Roll Skia from 979b7ae09145 to ee0b7934987c (1 revision)
  • b9bbc91 [Contextual Tasks] Fix signed out not loading
  • e229c3b [iOS] Make LBBMediator InfobarTabHelperObserving
  • 443fb1a Update render quantum size validation
  • 102517a Roll ANGLE from e2dadf3810e3 to 9caf5b96cd3c (1 revision)
  • 4156d64 Pass heap snapshot source locations through blink::WebNode (and subclasses), autofill::FormRef, and autofill::FieldRef.
  • 37af789 Add WPT for WebSockets in DBSC
  • ef0f194 Roll clang+rust llvmorg-22-init-14273-gea10026b-4 : llvmorg-22-init-17020-gbd1bd178-2 / 11339a0ef5ed586bb7ea4f85a9b7287880caac3a-1 : a4cfac7093a1c1c7fbdb6bc75d6b6dc4d385fc69-2
  • 32c40aa Roll WebRTC from 44519a4e6350 to f5b8acf862b6 (4 revisions)
  • 75bb823 [Media] Refactor FFmpeg rolling scripts
  • f552de6 Allow desktop-like incognito window for Android Desktop
  • 38ccc47 [GlicMI] Add an options param to unpin tabs with client triggers.
  • 5476276 Roll V8 from 05988bb9b331 to 5d7acbf2b002 (3 revisions)
  • 0735a48 Use std::optional for render_quantum_frames in AudioContext factory
  • aba47c5 [ContextualTask] Mention about GenAiDefaultSettings if ContentSharingPolicy is not set
  • 1aa8864 Android: Make BrowserControlsVisibilityDelegate not extend ObservableSupplierImpl
  • ffcd93a Improve LocalStorage shutdown [1/2]
  • 5472d2b [RWM][RecentlyClosed] Add closed window logic to RecentlyClosedEntriesManager
  • 1846c6c [ntp-simplification] Allow shortcuts auto removal toast's text to wrap.
  • e0dd75c Roll Chrome Linux PGO Profile
  • 29c3ba5 Roll src-internal from 97c8c02ed178 to a5096f0c0444 (3 revisions)
  • 4fd4d96 [Eche] Cleanup all kEcheNetworkConnectionState references
  • 7c26ed2 [Tabs] Re-enable testCreateIncognitoGroupAndCloseAllTabsInDialogTwice
  • 2cc2a0c Roll Chrome Win ARM64 PGO Profile
  • f877ef2 [iOS] enable testOpeningIncognitoTabsDoNotLeak for devices.
  • 7d8a9da Roll Perfetto from 9b96a4d5b84f to cf3697910117 (2 revisions)
  • 7850f89 Fix jank when resizing browser window
  • 4948c23 Make is_cronet_build turn off enable_chrome_android_internal
  • 822d667 Update .vpython3 for UTR
  • efba0d7 Style nextbox colors for dark mode
  • 570472a WebUI: Enable ESLint's default-case, default-case-last checks for JS.
  • cd50bfc [Settings Search] Index dynamic settings config for ContextualSettings
  • 46b085a [Chrome Next] Restore tabstrip underline in low-contrast mode
  • ee498dc Roll ChromeOS Arm AFDO profile from 145-7559.4-1765165096-benchmark-145.0.7568.0_pre1555211-r1 to 145-7559.4-1765165096-benchmark-145.0.7574.0_pre1557090-r1
  • 247ba37 [Omnibox][AIM] Fix for incorrect width of popup if resized while not visible.
  • df19e95 WebUI: Fix violations of 'default-case' ESLint check in JS files.
  • 19771f0 Finch Trial to Expand Video throttling to Desktop
  • adb2fb4 Clear SyncToken if SharedImageInterface is lost
  • 566d1a9 [Vertical Tabs] remove extra GetModelPinnedTabCount() function
  • 956224d [Vertical Tabs] Make pressing the close button close the tab
  • 023ae0b Use milliseconds for duration to avoid overflow of timestamp in libaom
  • 74c636e Add field trial config for InfobarPrioritizationAndUIRefresh
  • d9f9b79 [omnibox-next] Implement triggering logic for Lens search chip.
  • 304d98e Roll Chrome Android Desktop x64 PGO Profile
  • be08ae0 [iOS] Delete the extra RegisterAndInitializeManage_AtInit test.
  • c748d7e Roll Chrome Android ARM32 PGO Profile
  • 66213b5 Update bug number in TODO comment.
  • 813cfce Create a delegate interface to dispatch instance switcher UI actions
  • 7ff3442 [Cleanup] Clean up GlicActorUiNudgeRedesign in GlicActorTaskIconManager
  • aea29dc WebUI: Migrate chrome/browser/resources/device_log to TypeScript.
  • 0140ed9 [Contextual task] Clean up and add unit test
  • 5e94f85 Add breakdown of RegistrationResult by federated vs proactive
  • bc259fc [wpt] Rename and document wptserve config template
  • 43737cc Revert "Remove unused Agent ex-Supplementable members."
  • c6a3139 [Cleanup] Remove GlicActorTaskIconController
  • 300af36 [soft navs] Make soft navs count a uint64_t for consistency
  • 609b7cb [Autofill] Update docs/security/autofill-across-iframes.md
  • 99d9d5d [Autofill] Emit autofill, manual-text issues for text-producing events
  • dffc9c5 Revert "Reland "DualLayerUserPrefStore: Use selected types instead of active types""
  • 2d8028c [ntp-simplification] Add module interaction on customize chrome side panel
  • a2a476e [BNPL][Clank] Log TTF BNPL suggestion visibility when bottom sheet opens
  • edd10d8 Add --stage-1 flag to build_rust.py to build/install stage 1 toolchain
  • 9ed5de3 Style remove button tab chip
  • 55642d3 [rust] Delete `rust_bindgen_crate_root.rs.template` and `copy` actions.
  • 2737a19 Prevent disk metrics reporting when total bytes is non-positive.
  • 591fafd [Autofill] Emit autofill, manual-text issues for focused elements
  • f3788e0 Roll Crossbench from 4d9434168337 to f2f10370da75 (1 revision)
  • 9365187 [Autofill] Emit autofill, manual-text issues for extracted forms
  • 0cd6a67 Terminate a process that times out in RunExecutable.
  • dfd5118 [Autofill] Add DevTools issues for missing autofill, manual-text
  • 0d3a4e6 Remove WebAppOriginAssociation parser service
  • acee223 [Cleanup] Remove deprecated LogTaskIconClick
  • aa4013d [Settings Search] Add an assert to *Entry methods
  • ab59c3a Tighten media/base visibility
  • 0c81be6 Roll WebGPU CTS from 30454b0f4050 to a630b0ea111c (1 revision)
  • 6427e49 Fix some formatting issues in //media
  • f1d0da3 Roll Chrome Mac Arm PGO Profile
  • 71fab90 Remove artificial 2-3 second delay from Web Speech API
  • 52e33c7 [Mac] Disable zoom mac gesture events for WebUIContentsWrapper
  • 7cf59ac Modernize tld_cleanup's equality operator
  • 9223a94 [PDF] Add a PDF prefix label to content frames in the task manager
  • 31d8a2c [DCSI]: Remove CompoundImageBacking::access_backing_.
  • d0962f1 Increase interactive_ui_tests shards
  • 9504505 Reland "Implement print dialog via XDG portal"
  • 17926a5 Refactor PopupCreator to Enable Intent Creation without Hardcoding
  • 0a7ff6f Roll Chromium Variations from 8ndfAxOnewn2UzV1G... to RuwJD5d2LDcy98YGQ...
  • 14945c0 [GlicMI]Enable kGlicKeepSidepanelOpenOnNewTabsEnabled by default
  • 36b54bc [omnibox] Fix WebUI omnibox test failure on `mac15-tests-dbg`.
  • 658be7d Add usage comments to values_test_util.h
  • 5bcf91c Roll src-internal from 1aca0705c316 to 97c8c02ed178 (1 revision)
  • e9e715e [SyncTests] Modernize TwoClientWebAppsBMOSyncTest
  • a71ec97 [Settings Search] Puts main settings into search index
  • 793c922 browser/updater: Simplify public interface
  • 3b4f20a [BNPL] Move ToS related struct to proper resource classes
  • eb3a1e2 Enables Readability distillation for Reading Mode on iOS.
  • 9f6e8ac Roll llvm-libc from 03f822d2a88c to 378f0c39fb57 (1 revision)
  • c8c18c7 Show dynamic settings in bwg settings view
  • 47f25f5 Roll Manifest Merger from Vu2o1jtYofux3WRxM... to cXaG7ycjY_RnjkV59...
  • 5d280d5 Revert "Make DataObject not Supplementable."
  • e4b9e4b [Contextual Tasks] Prevent sending partial PDF text when contextual tasks are enabled.
  • 19ca98e Roll TFLite to Next Green Version
  • b8c0264 Revert "Remove unused DataObject ex-Supplementable members."
  • 70338c1 Roll Perfetto from c54877e5250b to 9b96a4d5b84f (1 revision)
  • b897726 [cleanup] Reduce variable dependency within LayoutBlockFlow::RemoveChild
  • 02f1add Revert "Remove unused Document ex-Supplementable members."
  • 4bfd759 Keep langpack uninstall robust against bad input
  • 66fbed3 Revert "Make LocalFrame less Supplementable."
  • f01c98a [iOS] Extends IOS.DefaultBrowserPromo.* histograms
  • dee9b4f [cc] Add a metric for BeginMainFrame status
  • 0b6fd2e Revert "Make LocalFrame not Supplementable."
  • 78152de Allow Contextual Tasks to Receive Dark Mode Styling
  • 8b74820 [Vertical Tabs] Ink Drop for Action Buttons
  • 44d759c Revert "Remove unused Page ex-Supplementable members."
  • 4cba49e [ios] Mark SeparateProfilesTestCase/testSwitchFromPersonalToManagedAndBack flaky on ios simulators
  • bca467a Roll Android Lint from uQHIYETb_gUqkNty6... to J3OozHD5HLXUavald...
  • ed6b1ee Revert "Make ServiceWorkerRegistration not Supplementable."
  • 4e465e0 [RWM][RecentlyClosed] Update lastAccessedTime usage in
  • 0d977ae Revert "Remove unused ServiceWorkerRegistration ex-Supplementable members."
  • 0bc4673 extensions: Port NavigationExtensionEnabler to desktop Android
  • 2c3f658 AW: set the WebView provider in the bisect script
  • fa60833 Revert "Make GlobalFetchImpl not a Supplement."
  • 0ce08ef [CodeHealth] Remove ProjectorShowShortPseudoTranscript
  • 72f634a Revert "Make GlobalCacheStorageImpl not a Supplement."
  • 6868d3a Revert "Prevent AwaitQuiescence from being used in E2E tests"
  • c131484 Roll V8 from c04fb3109933 to 05988bb9b331 (3 revisions)
  • fa5e184 Revert "Add structured test id experiment to presubmit builder groups"
  • 78718b5 Reformat browser_process.h and browser_process_impl.cc.
  • 72f9f90 Roll DevTools Frontend from ba9d484b7abc to 812f909f1aa7 (1 revision)
  • 46c0fbd [iOS][Omnibox] Cache single line height
  • bc53947 Mac: Fix WebRTC window icon conversion via gfx::Image
  • f53f662 [iOS][AIM] Adjust appearance for bottom input plate and suggestions
  • a452d15 [ios][fixit] Remove an obsolete TODO comment
  • 34a5a50 [context-input] Add support for sending page title and url with suggest requests
  • d2d069a Add support for reselecting images when creating images
  • c147c6b [blink] Remove feature ResourceFetcherStoresStrongReferences.
  • c837ace Revert "Add Leak Canary tests"
  • b231768 [SyncTests] Modernize TwoClientGeneratedIconFixSyncTest
  • 82aa395 [soft navs] Attribute direct text node modifications
  • 87d7c59 Roll clank/internal/apps from ea35f381d6f6 to 1ed42e863528 (1 revision)
  • 7c9fd8c [iOS] Migrate reading_list_egtest.mm tests to Isolated UI tests
  • 22b37f4 [SxS] Update IPH button strings to title case
  • 922294f [iOS] Reenable best feature screen tests
  • 4ffcc33 Fix and reenable some security web tests
  • 23e2d83 [TDR] Remove TODOs linked to issue 40940777.
  • 11b900c Fix MigrateSettingsPrecedingPermissionDelegation for approx location
  • 6f91bf6 Revert "Implement print dialog via XDG portal"
  • a773ba3 Roll Skia from c5dd32a557bb to 979b7ae09145 (1 revision)
  • 2b3ecc1 Remove Dawn TSAN tester
  • 9f8d69c Add Leak Canary tests
  • 355c699 Convert to UNSAFE_TODO in url
  • 312364f Deprecate ansible integraion for virtualized guests
  • 1b14de5 Fix some indentation issues in chrome_usb_delegate.cc
  • 94b5b8f build: Fix JUnit4TestNotRun errorprone warning
  • 35f9784 [iOS] Update the TODO bug number in youtube incognito sheet
  • 33c9fdb [code-health] Remove obsolete OmniboxAssistantVoiceSearch feature flag.
  • 4964772 Roll Chrome Win64 PGO Profile
  • 9353954 [iOS] Attach ChromeIOSTranslateClient to web state after InfobarBadgeTH
  • 3f1496a Automated Commit: LKGM 16517.0.0-1073743 for chromeos.
  • 4a3ba16 [Trusted Types] Use AtomicString instead of const char* for sink names.
  • fe7fe81 Show enterprise name in IWA user installer
  • 5413af8 webview: add same-origin sticky activation to prod flags.
  • 4f29917 Roll Crossbench from 4a2c78af2dde to 4d9434168337 (1 revision)
  • 7e53149 Export svg/dom/href-semantics.html to WPT
  • 5198202 [iOS] Enable BookMarksEntries EG Test on iOS 26
  • 713d07c Use blink::MemoryConsumerRegistration in MemoryCache
  • e7f4843 Roll clank/internal/apps from 51c073ed5270 to ea35f381d6f6 (1 revision)
  • b60d897 BrowsingHistoryService: Query local history first, and only then remote
  • e2df84b Add histogram for number of active tasks
  • 30a586b [sync] Fix data dumping in sync-internals
  • 7c3adb9 [PUMA] Fix potienal shutdown crash by reordering member declarations.
  • 777b2cb Roll DevTools Frontend from 4d38921130a4 to ba9d484b7abc (6 revisions)
  • 5eb3b62 Roll Chrome Win32 PGO Profile
  • 12cc2fa Add typescript tests for the history sync optin screen
  • aece1de Roll Chromite from 48222691c960 to 4ef8028ba44c (2 revisions)
  • 59a38b0 [Test Coverage] Adding Interactive UI Test for AddSelectionFromAnchorTo
  • cf9a0a3 [iOS] Re-enable metrics settings EG tests by fixing race condition
  • 8670ff9 [blink/scheduler] Lower main thread prio for compositor gestures
  • 6d2a9ec Disable fetching attachments for the first document.
  • ffe2992 [CodeHealth] Remove ShelfAutoHideSeparation from chrome://flags
  • ab3b486 [Settings Search] Put Site settings in the search index
  • 4468bfb [Cleanup] Delete field trial config for launched experiment
  • c4c3348 Roll V8 from 85c3ef6ea166 to c04fb3109933 (2 revisions)
  • b83295d Roll ios_internal from 5737f0108446 to 0190a05dcbb5
  • 53eb25c Turn "AccessibilityMagnificationFollowsFocus" on by default
  • 12e27be Roll src/chrome/services/speech/internal/ f3196a62e..f5444a280 (1 commit)
  • 65bcf20 [Theme] Make gradient view gone as default.
  • 4c6d9fe Roll Chrome Mac Arm PGO Profile
  • 8d05928 [CodeHealth] Remove the default-enabled UploadOfficeToCloudForEnterprise
  • 82c28ea Roll clank/internal/apps from d1eb1836aaf0 to 51c073ed5270 (1 revision)
  • cebd79e [ActorUi] Centralize metrics logging and enum definitions
  • 18fe4d2 [Public Transit] Add context menu items and matchers
  • fd4f326 Roll ChromeOS Bigcore AFDO profile from 145-7545.0-1765163579-benchmark-145.0.7571.0_pre1555968-r1 to 145-7545.0-1765163579-benchmark-145.0.7574.0_pre1556926-r1
  • 7d918bc [Public Transit] Add facility for tab card context menu
  • c93513c [iOS] Use weak let for safer immutable references
  • 4bb32b8 Roll WebRTC from e1eae8f40c8a to 44519a4e6350 (1 revision)
  • 0234017 [Settings Search] Index dynamic prefs for TopicsFragment
  • 43dc180 [ios] Create SceneCoordinator
  • b800d17 Enable kAckCopyOutputRequestEarlyForViewTransition by default.
  • f0a9e47 Change top-level chrome://updater styling
  • 883ea32 Implement print dialog via XDG portal
  • 4c0e416 [ios] clean up old bugs
  • 3b4954f Roll Skia from 7d71b1f65a39 to c5dd32a557bb (2 revisions)
  • 8aa00be Fix performance issue with <input> base appearance
  • 9563f36 MEMORY LEAK: fix ViewportRectProvider never being unregistered
  • 762f934 Import wpt@f78a2ecb40f14e08da6de4ec69f11fc57005da86
  • 4920f54 [iOS] Remove iOS 17 and Swift 5.9 compatibility wrappers
  • 83b1111 [Fuzzing] Enable LSan if ASan is enabled for fuzz targets.
  • 8ce36ad [Zoom Indicator] Adjust page zoom UI dimensions and divider height.
  • 18e4952 Roll ChromeOS Atom AFDO profile from 145-7559.4-1765166302-benchmark-145.0.7571.0_pre1555968-r1 to 145-7559.4-1765166302-benchmark-145.0.7574.0_pre1556926-r1
  • 7ff479e Fix some formatting issues in //remoting
  • 7c5aae5 Restore and fix AudioProcessMlModelForwarderTest test cases
  • ba5ac08 [iOS] Update top level owners
  • 85f3756 Override zip formatting for India
  • 527691a [ios][fixit] Clean up TODO comment
  • 73502a2 Fix NullPointerException in PageInfoAboutThisSiteController
  • 7ba6017 Cleanup WebAuthenticationFixWindowsHelloRdp
  • c365aa6 [iOS][Bookmarks] Fix dangling pointer in BookmarksEditorMediator
  • 35246bb Remove deprecated demographics birth year offset pref.
  • 4d23971 enums.xml: Add missing GSC versions
  • fbe89a4 Roll vulkan-deps from f23836d62fa0 to 6f04dc3b5efc (1 revision)
  • 7179073 Updating trunk VERSION from 7575.0 to 7576.0
  • 592b0f4 Revert "Make GlobalCookieStoreImpl not a Supplement."
  • 4817c85 Revert "Make GlobalPerformanceImpl not a Supplement."
  • be223b6 Roll DevTools Frontend from 68689c346a2c to 4d38921130a4 (1 revision)
  • 5bbb2cc Fix some formatting issues in //device
  • d8e4040 Roll ios_internal from d55bec526a4d to 5737f0108446
  • 26e74f5 Roll Perfetto from 47bb94656e28 to c54877e5250b (2 revisions)
  • 476b3a1 Roll Help App from ifhqjCzoK-9_jEMz5... to dduuaLCqeP7abJ637...
  • 585aaae Reland "Add a feature param to initialize feature list early for Android"
  • 1d2c76d [Autofill] Rename MaybeTrigger...Refill() to MaybeSchedule...Refill()
  • c91afed Roll Media App from e5_sfYNfAB38oJ82Y... to 0SR2nXBZmxmrGi-Br...
  • b6b47cc [Sanitizer] Update builtin default config to match the spec.
  • e528591 Switch ChildProcessSecurityPolicyImpl to ChildProcessId
  • 814d626 Check recording path for real_backend mode.
  • bc5f3a7 [webaudio-testharness] Migrate audioparam-setValueCurve-duration.html
  • 5016c56 Roll Skia from d570e2317110 to 7d71b1f65a39 (1 revision)
  • a758520 Clarify mouse offset params in TabDragController::Init
  • 4de443a Remove use of SkScalarToFloat in Blink
  • 30a1fc7 Roll clank/internal/apps from 373805bb1075 to d1eb1836aaf0 (1 revision)
  • a39aee3 Roll Chrome Mac PGO Profile
  • 81b29e6 Remove indexeddb/live-update-indexeddb-list.js as it was replaced with a unit test
  • 49fcd10 Fix some formatting issues in //chrome
  • 0b441cd [iOS] Update unit conversion histogram expiration dates
  • 4e6a743 [Contextual Tasks] Intercept AI navigations when already showing AI page
  • 75960e9 Roll libcxxabi from 83a852080747 to ad354a108725 (1 revision)
  • 98766f7 Revert "Make GlobalIndexedDBImpl not a Supplement."
  • acbc947 Delete resource-tree-non-unique test
  • 038246c Fix some formatting issues in //content
  • 8f3559e [iOS] Remove Ask Gemini snackbar
  • 71bc371 [Autofill] Remove redundant OneShotTimer::Stop()
  • bc5a720 Update meet_effects hash in DEPS file.
  • 2f81f89 Roll Dawn from c7b63f9148d3 to b33d203f0572 (4 revisions)
  • 959329d Remove migrated DevTools test
  • 23e3283 Roll Arm AFDO from 145.0.7568.0_pre1555211_rc-r1-merged to 145.0.7574.0_pre1557090_rc-r1-merged
  • 3b55809 Roll Chrome Mac Arm PGO Profile
  • 2514e89 Roll src-internal from c2c51bc27677 to 1aca0705c316 (1 revision)
  • 8bfd3ba Roll DevTools Frontend from 3fd132cb6b75 to 68689c346a2c (2 revisions)
  • f241596 Roll Perfetto from 14bad02a7275 to 47bb94656e28 (2 revisions)
  • 96a4f73 Spanify ScopedMappedMemoryPtr to avoid unsafe buffer usage
  • d7f42b0 Roll libunwind from ef486348f6aa to 634b5977998d (1 revision)
  • c657302 Roll V8 from 19f5e7662508 to 85c3ef6ea166 (8 revisions)
  • 51a529d rcaps, ios: remove obsolete string
  • 057393a [SyncTests] Modernize TwoClientWebAppsSyncTest
  • b11d517 [iOS] Migrate ios/chrome/qr_scanner to the new directory structure
  • 522112c Revert "Make WorkerGlobalScope not Supplementable."
  • 6d992b6 Revert "Remove unused WorkerGlobalScope ex-Supplementable members."
  • 2a7bef9 webrtc-internals: round calculated rates
  • 721d4ac [Task List Bubble] Anchor bubble to the button container
  • b5a1796 [Autofill] Implement RequestRefill()
  • 6f7a045 GPU: Experiment with removing IPC::Channel
  • 8f88b03 [iOS] Add a URL to reading list for signed out users - Share Extension
  • 6c33a29 [ios] Isolate testSignInSignOutScrolledToTop_AccountMenu test
  • 1d8dcea Move BinaryUploadService::CancelRequests to components directory and enterprise_connectors namespace
  • be8f896 Remove BinaryUploadService::Ack and replace usage with enterprise_connectors::BinaryUploadAck
  • db8ed1f [CT] Automatic update from google3
  • 8d0e064 [iOS][CX] Rename conflict resolution screen title string
  • 2d43a9e [Signin] Transition `ProcessDiceHeaderDelegateImplTest` to use `kSignin`
  • 290f338 [SxS] Clean up sub-flags within the split view experiment
  • 4e87315 [Okta SSO] Add the feature flag to chrome://flags
  • eaf41d1 [KP] Automatic update from google3
  • 5d0ff97 Remove unused methods in auth_service
  • 02c153f Prevent AwaitQuiescence from being used in E2E tests
  • 6a06bb4 history: Consolidate SQL generation for visible visits.
  • 617cd07 [Omnibox][AIM] Rename OnWigetClosed to OnWidgetHidden.
  • a1d2719 [animation-trigger] Add ancestor-chain tree-order test
  • b3508d4 Revert "Make WorkerClients not Supplementable."
  • 34f2c2c [Autofill] Remove FindCachedFormById() mocks
  • 498a7bd Revert "Remove unused WorkerClients ex-Supplementable members."
  • 3c2fe92 [Autofill] Use AutofillField::GetFieldById()
  • fb88ce8 [Settings Search] Fix indexData.removeEntry for TabsSettings
  • 270a776 Revert "Remove leftover Supplement<LocalFrame> instantiation."
  • 2d6f99f [Autofill] Move GetCachedFormAndField() from AM to BAM
  • 1be421d Revert "Make MojoBindingContext not Supplementable."
  • 1a8b684 [Autofill] Remove BAM::GetAutofillField()
  • d3db75e Revert "[APC] Disable feature FillChangePasswordFormByTyping by default"
  • 026298f Roll V8 from e825d712cbc3 to 19f5e7662508 (10 revisions)
  • c134cac Roll Perfetto from 0c52efdee602 to 14bad02a7275 (1 revision)
  • 0a962b7 Roll Chrome Android Desktop x64 PGO Profile
  • 8e8d3a9 Roll Fuchsia SDK from 30.20251204.1.1 to 30.20251211.3.1
  • 6ab0209 [Autofill] Let AM::FindCachedFormById() return const FormStructure*
  • 4a2a384 webrtc-internals: take rtcstats connection id from associated element
  • 38eb3ac Roll DevTools Frontend from 405cfbb92d22 to 3fd132cb6b75 (2 revisions)
  • f3c23b7 Roll clank/internal/apps from 8168992bf97f to 373805bb1075 (1 revision)
  • a2822e9 Revert "Remove unused MojoBindingContext ex-Supplementable members."
  • 2a266fb Revert "Make Navigator not Supplementable."
  • 526ec8c Revert "Make NavigatorBase not Supplementable."
  • 352c58a Revert "Remove unused Navigator ex-Supplementable members."
  • b9d21af [IOS][AIM] Record composebox navigation metrics
  • e11bbc4 Revert "Make LocalDOMWindow not Supplementable."
  • ef29177 Fix some formatting issues in //extensions
  • 204028e Roll ios_internal from 4283d1812850 to d55bec526a4d
  • 0e22a98 [AutofillAi - M4] Move dialog title strings to util file.
  • a4f6e07 Roll Skia from 9f90fb954d9a to d570e2317110 (1 revision)
  • a8f4506 Add support for parsing "Last name, First name" field sequences
  • 7e620a3 Test actual out of range fixed value
  • b1050f1 Revert "Eliminate redundant DOMWindow/WorkerGlobalScopePerformance wrappers"
  • 4a6ffaf Reuse actor permissions across strongly affiliated origins
  • 34f23fa Roll Chrome Mac Arm PGO Profile
  • 186ef55 Roll Chrome Win32 PGO Profile
  • c4b9561 Reland "[bedrock] Migrate BrowserList begin/end Part 12."
  • 52377f3 Remove filtered-item-selection-dialog-rendering.js as it was migrated to a unit test
  • 19402ff [DNR] Enable documentation for topDomains/excludedTopDomains
  • e257f1c Revert "Remove unused LocalDOMWindow ex-Supplementable members."
  • d62848f Roll Amd64 AFDO from 145.0.7571.0_pre1555968_rc-r1-merged to 145.0.7574.0_pre1556926_rc-r1-merged
  • 37520cd [windows services] Fix rapid-request race at service shutdown
  • 2c8b609 [iOS] Remove AllowlistScopesForMdmErrors feature
  • feb0542 Roll ANGLE from 7a929af1d8e3 to e2dadf3810e3 (1 revision)
  • 2cf41e7 Roll DevTools Frontend from 9ffadccec201 to 405cfbb92d22 (9 revisions)
  • e56a549 Create supervised user android browser base test fixture
  • d62d604 Revert "Remove unused NavigatorBase ex-Supplementable members."
  • eb65ac9 Revert "Make Page not Supplementable."
  • 1618be2 Revert "Make ExecutionContext not Supplementable."
  • c73d6e0 Revert "Remove unused ExecutionContext ex-Supplementable members."
  • ec44042 Refactor BinaryUploadService::Ack into a base class in components
  • ba685f5 Roll Perfetto from fbfcd57c1fb2 to 0c52efdee602 (1 revision)
  • 86d4dee Compute gradient values in image-set()
  • 5e7ff1d Compute gradient values in cross-fade()
  • 6040ea7 Roll WebRTC from c7e0941cee3e to e1eae8f40c8a (6 revisions)
  • 81bedfe Remove pseudo-elements.js layout test as it was migrated to the e2e test
  • 1e61647 [3PWebAPIRequestFwd] Prevent storing empty credentials
  • a6693a5 Refactor AuthService clients to use OAuthConsumerId - 7
  • 4d40853 [CodeHealth] Remove ProjectorBleedingEdgeExperience
  • de57a8d SyntheticResponse SW does not intercept subresources by default
  • 9760824 Fix some formatting issues in //net
  • 083cd58 [SyncTests] Modernize TwoClientSharedTabGroupDataSyncTest
  • 46dc43c [AX] Remove confirmation announcements from fast checkout.
  • 975f32e Roll Chrome Win64 PGO Profile
  • 93809b5 [wasm] Improve test for navigation while compiling
  • 995e2e8 Roll src-internal from 909c020c8fb2 to c2c51bc27677 (1 revision)
  • 07ac37c Revert "Refactor GlobalIndexedDB to use ExecutionContext"
  • 32a0548 Revert "Refactor crypto to use WindowOrWorkerGlobalScope partial mixin"
  • 73cd8c7 Roll compiler-rt from 72832d4f5e1a to 2c376ec98440 (5 revisions)
  • faa821a [//gpu] Remove ContextProviderCommandBuffer::CreateForRaster param
  • f130b3a Show globe as fallback if fusebox attachment favicon is not available
  • a06fa71 [Autofill AI - M4] Add C++ representation of EntityType.java
  • 86629ab [Autofill AI - M4] Add C++ representation of AttributeType.java
  • 4fdd4ea Use std::u16string for extension packing error messages
  • 7927e0a Roll DevTools Frontend from 616a41722fe9 to 9ffadccec201 (4 revisions)
  • b36b89a legion: Handle Mojo sandbox crash for GetHandshakeMessage
  • 8f61933 Revert "Move GlobalFetchImpl to WindowWorkerGlobalScope"
  • 8ecf0c2 Revert "Refactor GlobalCacheStorage to use WindowOrWorkerGlobalScope"
  • 40f8c4a Update FileAnalysisRequest and DeepScanningRequest to use BinaryUploadRequest
  • 1c674e2 Revert "Move GlobalCookieStoreImpl to ServiceWorkerGlobalScope"
  • 89409a7 Revert "Make InnerHtmlAgent not a Supplement."
  • ef8a13d Revert "Remove some leftover references to Supplement."
  • 729bb5f Remove unused methods in PrimaryAccountAccessTokenFetcher
  • 3fd7783 Roll Perfetto from d4c0f37896c2 to fbfcd57c1fb2 (1 revision)
  • 7a51311 Revert "Remove leftover includes of supplementable.h."
  • c1d1678 Manual LKGM to 16516.0.0-1073739
  • 518e568 rcaps: Advance B&R invalidation feature's default state on iOS
  • 9e5d9e2 Add presubmit check for AyeAye analyzers
  • 0642ce3 legion: Add more defensive checks for proto field presence
  • 87514f8 Re-add previously removed tests *DevicePermissionChangesLazilyNotifiesObservers
  • 0e0c6aa [AX] Remove DidFillForm from the autofill client.
  • 658a93b [Autofill] Add RequestRefill()
  • 87145f4 [A11yPerformance] Call UiaDisconnectProvider from a posted task
  • eeb82a0 Tighten parser configuration to disallow multiple root elements
  • 8dadc61 Extend Permissions.QuietNotificationPrompts.RegularProfile.IsEnabledInPrefs*
  • 3ff66f5 Update and re-enable AppManifestView layout tests
  • 39142bf [Signin][Android] Converting two_buttons_signin_promo_view.xml to ConstraintLayout
  • 74f112b Roll ios_internal from 3c1d9b105e7c to 4283d1812850
  • 56c7fd2 Remove elements/styles-3/styles-disable-then-delete test from chromium
  • 613fa46 Roll Chrome Mac Arm PGO Profile
  • 2dd3dd4 [CodeHealth] Remove ProjectorManagedUserIgnorePolicy
  • 71390bd Roll Projector App from vZWTkcl0jY3140StZ... to Llg_5O1Tu5NpCUGzO...
  • a350359 [iOS]Remove useless assignment
  • 7e848f9 Compute gradient stop colors at computed value time if necessary
  • 7ea8ce1 Roll Boca Receiver App from FPxJDs2VMWHAX8GUw... to mPIpjgxnf-5IurRGA...
  • 594e3e5 Stop offering loyalty cards if kAutofillCreditCardEnabled is disabled.
  • a7fcc98 Update Suggest egtests to use `waitForWebStateVisibleURL`
  • 0dab3be [APC] Disable feature FillChangePasswordFormByTyping by default
  • 5892a9c Roll DevTools Frontend from 9fa3e28fd815 to 616a41722fe9 (1 revision)
  • fb881f6 [Autofill] Eliminate std::[ranges::]transform() calls
  • 12bae93 [TDR] Remove TODOs linked to issue 213408699.
  • 574c214 Add field trial config for AvoidForcedLayoutOnInvisibleDocumentClose
  • 71d5b36 [Wallet] Parse flight date from BCBP Julian data
  • 040a8a9 Roll ANGLE from c0a7cbe01e54 to 7a929af1d8e3 (1 revision)
  • 0a56f5c [TDR] Remove TODOs linked to issue 266468933.
  • 3d5839f Revert "Devirtualize some ex-Supplements."
  • 890851b [Autofill] Use base::ToVector() in UpdateFormData()
  • ebd167d [Autofill] Make FormStructures in handleParsedForms() const
  • 919b9c6 [UNO] Show sync settings when sync is not confirmed
  • 5fbbbe1 [iOS] Removes deprecated matchers
  • dc63d44 Revert "Remove Supplementable."
  • 13764a3 Roll Boca App from 2wKeTY60kieHsXWdJ... to vhw2mR0FFFkewCdAg...
  • 8883927 wtf: Change the key type of TextCodecMap from String to AtomicString
  • 64df1eb mojo: Rename read_buffer_ in channel_linux
  • 6346596 [TDR] Remove TODOs linked to issue 263994165.
  • 3679f99 [TDR] Remove TODOs linked to issue 191232397.
  • 1e2be8b [TDR] Remove TODOs linked to issue 40593633.
  • 8d1b85d Delete two password histograms.
  • f4bb10d Roll Dawn from f39150de4906 to c7b63f9148d3 (1 revision)
  • d1ea993 Restrict access to `GaiaConstants::kDeviceManagementServiceOAuth` OAuth
  • d0a2d0b IDB: Expand seed corpus (3/N)
  • 022f4cb [iOS] Remove workaround fix in BookmarksHomeMediator
  • 62ff750 Reland "DualLayerUserPrefStore: Use selected types instead of active types"
  • 5a3b1bd Roll WebGPU CTS from 9ad72593e156 to 30454b0f4050 (1 revision)
  • dbf4a33 [CodeHealth] Remove unused SideAlignedToasts
  • 64b0cf1 Update an EG test util to use `waitForWebStateVisibleURL`
  • 995d9e6 [TDR] Remove TODOs linked to issue 41336273.
  • 62d8012 Reland "[iOS]Add accessibility trait in manage sync mediator"
  • 2fe0366 Add tests for addScriptToEvaluateOnNewDocument
  • 4346b9c [sql] Record metrics on WAL checkpoints
  • e35e38f Roll DevTools Frontend from 6ef3fe89b611 to 9fa3e28fd815 (1 revision)
  • ee55c3f Roll Chrome Mac PGO Profile
  • 356b808 Move kBrowsingHistoryActorIntegrationM1 flag to history
  • 5b40bc2 Ignore unsupported flags in ContentUriUtils
  • 90af170 Add new cloud-only policies for SaaS domain reporting
  • 1a40173 Refactor CloudUserOnlyPolicyHandler and introduce CloudOnlyPolicyChecker
  • 1742372 [3PCD] Clean up 3PCD Clank Privacy Guide logic
  • 06f0690 Remove elements/styles-2/paste-property test from chromium
  • 3d8f166 Roll Chrome Win ARM64 PGO Profile
  • 28fe7a5 Change CHECK to DwoC for initial WebUI process check, and add crash keys
  • 6716c3a [iOS][Autocomplete] Fix shutdown order
  • baa11d3 [ios] Delete TabGridTestCase/testTraitCollection
  • c24465e Remove elements/styles-3/styles-change-node-while-editing test from chromium
  • 6f96e5b [//gpu] Rename ForOOPRasterContext
  • ae22e0f Roll Perfetto from a2c5efe7f8cb to d4c0f37896c2 (1 revision)
  • a607b59 [//media] Remove VideoFrame::ScopedMapping
  • 827f7db [//media] Remove VideoFrame::MapSharedImageAsync()
  • 36dcc8f [//media] Port video_util.cc call of MapSharedImageAsync()
  • f492b83 Roll Chrome Mac Arm PGO Profile
  • e68865c Rename tool to benchmark
  • c2c239d [RWM][RecentlyClosed] Rework MultiInstanceManagerApi31#openInstance()
  • 20c2f77 [iOS] Remove obsolete todo
  • bbe6d36 [iOS] Fix clipped eye icon in credential conflict resolution view
  • 92f2f08 [signin] Enable kRestrictSignoutAccessTokenFetch by default
  • bc3b8d3 [iOS][CX] Make favicon closure repeating
  • 6a5e0e4 Roll ANGLE from 92d454d83328 to c0a7cbe01e54 (1 revision)
  • b885d30 Fix some formatting issues in //components
  • f57edea [//media] Remove VideoFrame::MapSharedImageDEPRECATED()
  • f59205a [//media] Remove FrameResource::MapSharedImageDEPRECATED()
  • 8d76a10 Fix some formatting issues in //cc
  • 0b6521c [Blink] Remove unneeded DCHECKs
  • 834c876 Roll Crossbench from 62d49cbc858f to 4a2c78af2dde (1 revision)
  • 8ae0743 [Blink] Streamline SoftwareImageProvider code
  • d991fa7 [Blink] Fork CanvasImageProvider for CRPExternalBitmap
  • 720578a [A11yPerformance] Rename test config for ProgressiveAccessibility
  • 0373eb1 Roll DevTools Frontend from 83a3c3fc7efa to 6ef3fe89b611 (1 revision)
  • a892d1b [//gpu] Remove unused CommandBufferProxyImpl param
  • 4b0b31d [Blink] Have ImageCaptureFrameGrabber map VideoFrame's ClientSI directly
  • 2b923e9 Display Favicon in Android Task Manager UI
  • 09fb1c3 Roll Chrome Win32 PGO Profile
  • c09ec77 Repurpose the tool for benchmarking
  • f293c0c Roll Chrome Win64 PGO Profile
  • 7f70ff8 Fix some formatting issues in //google_apis
  • e2f94f3 [soft navs] No LCP details for empty softnavs records.
  • 7c5ceca WebAuthn: Cleanup WebAuthenticationWrapCohortData feature
  • fbf0caa Enable VideoFrameMetadata RTP timestamp feature (ship in M145)
  • 4357da1 Roll Chrome Android ARM32 PGO Profile
  • ac17eab Roll Skia from 59c6cad539f7 to 9f90fb954d9a (3 revisions)
  • 5862e15 Roll Chrome Android Desktop x64 PGO Profile
  • b2f7b62 Expose Task Icon via TaskManagerServiceBridge
  • defe0fb Support fetching favicons from TabFavicon in RendererTask
  • cb6b0df Fix some formatting issues in //storage
  • 13664ba Remove the internal Googler link for speeding up Git.
  • 0919dab Roll vulkan-deps from c143864bf6c6 to f23836d62fa0 (1 revision)
  • d41646c infra: Re-organize the categories for build team's builders
  • f3b589f Roll Crossbench from afc6a8f3c59c to 62d49cbc858f (1 revision)
  • f539963 Roll Chrome Mac Arm PGO Profile
  • 4c7e819 Fix crash in serialization with external URL requests
  • 695365f [Refill] Enable AutofillRefillForFormsIos by default
  • babfac7 Roll Updater chromium_win_x86 from 2@1551003 to 2@1552004
  • 66fbb75 Add separators in payments' settings
  • c720b87 Dismantle jinja-based autogen of CrOS 1P input methods manifest.
  • d3c959c Roll Updater chromium_mac_amd64 from 2@1551003 to 2@1552010
  • 2ac1597 Roll Updater chromium_win_x86_64 from 2@1551011 to 2@1552007
  • 2707ce4 Roll Updater chromium_linux64 from 2@1551006 to 2@1552004
  • bf54040 Roll Updater chromium_win_arm64 from 2@1551007 to 2@1552031
  • d405117 Roll Updater chromium_mac_arm64 from 2@1551008 to 2@1552006
  • ff2148e Roll DevTools Frontend from ff4288395352 to 83a3c3fc7efa (1 revision)
  • bd65cf2 Roll Enterprise Companion chromium_win_x86_64 from 8PsnHMDp8648XqKeX... to TeNipVx8r7a00gwBP...
  • 854a634 Fix closing a split tab changes focus to tab outside the split view
  • 4105068 Roll Enterprise Companion chromium_win_x86 from Y42-gl4Re4YpoCqV_... to L5Wh8ARVjKMBK5FN8...
  • 0511014 Roll Enterprise Companion chromium_mac_arm64 from ZOZcMl_S-fxbXsZ0l... to etz7N1Ngf1uV0sZT5...
  • cad5e87 Roll Enterprise Companion chromium_mac_amd64 from AdVIjR2cecEwoIYid... to xP84xuH8Kvufi_xIL...
  • 13ea001 Roll Enterprise Companion chromium_linux64 from d4hpXPJ-wV7vOzD1F... to SJF9m_hvylrsrfFYV...
  • ca761e9 Fix some formatting issues in blink
  • 92c94c4 [NGShapeCache] Clean up MemoryPressureListener registration in finalizer
  • 9a40026 Fix some formatting issues in //printing
  • 3e4e908 [Glic] Add dedicated facility to disable preloading for testing
  • d56f0d5 [Icons] Update incognito_circle
  • 1d7e9c1 [Icons] Update incognito_fill icon
  • 1860b6f iOS, rcaps: remove obsolete todo in SearchEngineTableViewController
  • 5d07119 Fix some formatting issues in //base
  • fff4211 Roll Chromium Variations from f4Gn1N441JOsk_94h... to 8ndfAxOnewn2UzV1G...
  • b377d28 Fix IWYU for std::constructible_from in base/traits_bag.h
  • 96ee7b5 Remove superfluous sequence_bound.h includes from headers
  • a0e345b [Contextual Tasks] Make string translatable
  • 2b964ed Import wpt@bff8444cffa7a53fd2f935e17509afaf0e57ee36
  • ed2e046 [Icons] Remove btn_tabstrip_switch_normal
  • c703015 Use GlicPageHandler::GetGuestMainFrame in GlicShareImage
  • d26f00c Roll DevTools Frontend from e920d51d4758 to ff4288395352 (1 revision)
  • a5a5c51 Clamp system accent color on radios
  • b6c9cfc Roll Chrome Mac Arm PGO Profile
  • 9951ea0 Add chromeos-trogdor-chrome internal trybot
  • b625923 [ntp-simplification] Add a toast for automatic removal of shortcuts
  • 29a2e7d infra: Change Mac Tests Siso FYI to shadow Mac13 Tests
  • e8f90a3 infra: Merge chromium.build.test console into chromium.build console
  • 4c6f2df Adds metric to record max active instance count.
  • 45dc3ca Roll WebGPU CTS from fcf2a820606f to 9ad72593e156 (1 revision)
  • 7389d59 [contextual-tasks] Add tool selection to CreateSearchUrlRequestInfo
  • a2a7d78 Roll ANGLE from ee05836a4934 to 92d454d83328 (2 revisions)
  • 47ec524 Updating trunk VERSION from 7574.0 to 7575.0
  • 91f7ecd Move logic out of Updater UI filter bar
  • 6acb875 Add test for navigation + body load of initial WebUI
  • d116075 Roll vulkan-deps from ed7288c778ba to c143864bf6c6 (1 revision)
  • ee68ffc Roll V8 from 8c7030b099ef to e825d712cbc3 (8 revisions)
  • 4dbc0f3 WebGPU: add subgroup_uniformity enum
  • b915ec6 Roll Dawn from cc0692ffe136 to f39150de4906 (4 revisions)
  • c594830 cc: Use int32_t for scrollbar dimensions
  • 6d2341e Support clang modules for non-x64 platforms on windows.
  • 55184b5 [nt-next] Updating ask about this tab chip text
  • 94254eb extensions: Correctly cleanup testee objects
  • daef0d9 extensions: Remove the hacky computation of task IDs
  • eede7ba extensions: Use ChromeAndroidTask to get ExtensionActionsBridge (2/2)
  • d62d9c2 extensions: Use ChromeAndroidTask to get ExtensionActionsBridge (1/2)
  • 6343525 Roll Chrome Mac PGO Profile
  • e4fb800 Roll Chrome Win32 PGO Profile
  • 924e794 Roll Chrome Win64 PGO Profile
  • ede7818 Enable clang modules when cross-compiling to windows.
  • 463b15c Handle AppWindow destruction in ash unittests.
  • c9e0dcf Remove FontCache::Purge()
  • 854e32e Roll Chrome Mac Arm PGO Profile
  • ae33490 Roll WebView ARM Orderfile from a2hfI176PIoQErLIz... to uNu4Bj5sdwH84RO4x...
  • a5de6a3 reland: extensions: Check UI eligibility in ExtensionToolbarCoordinator
  • c52bf5c Roll optimization-guide from d3ad5ed7bb20 to bb9b1279ec38
  • e522834 Roll Chrome Linux PGO Profile
  • 69d7942 [contextual tasks] Integrate composebox translated strings for cobrowsing
  • 8dce884 ash: Move VpnConfigurationImpl out of crosapi
  • 559bec3 [Theme] Don't change status bar color for NTP.
  • 0d7567e Roll src-internal from 94f5de8b652c to 909c020c8fb2 (1 revision)
  • 043530a [ntp][realbox][next] Fix AIM eligibility check
  • aea132a [actor] Fix failing asan chromeOS test
  • 564e204 Roll Website from 1e6b9080b485 to 326d36d52991 (1 revision)
  • 64457da Check WebApp service existence in WebappsUtils::IsAutoMintedTwaEnabled()
  • 5952a1e [Contextual Tasks] Add common search parameters to main frame requests.
  • 859e50f Add a basic CorpSignalingStrategy impl which opens a channel
  • a211443 Remove processes in BFCache from BindingManager
  • a290e9b Roll Chrome Android Desktop x64 PGO Profile
  • 30c9a3f [contextual tasks] Close Lens Overlay on Contextual Tasks side panel close
  • 41257c3 Minimize includes in //base/memory/memory_pressure*.h
  • acfb9c6 Reland "webnn: Refactor the task environment setup defined in multiple places
  • a28d858 [Benefits] Clean up Benefits IPH flag
  • 9263b3a Roll optimization-guide from 6e2f94f95a0f to d3ad5ed7bb20
  • c4e2d5d Roll vulkan-deps from 5d087be05b64 to ed7288c778ba (1 revision)
  • f6acdc5 PaintTiming: Clean up largest ignored image and text lifetime
  • 7f71d5c [soft navs] Add UMA histogram PageLoad.SoftNavigation.StartTime
  • c5c88dc Roll Chrome Android ARM32 PGO Profile
  • 10ba2b1 [iOS] Removal of histogram from Password Manager.
  • 37317eb [Extensions] Fix flaky TabToWorker_StopWorkerDisconnects test
  • 6b3f9a2 Roll clank/internal/apps from c74436068f41 to 8168992bf97f (1 revision)
  • 4fac4de Define and emit walletable server extraction events
  • cfff8df [ash] Eliminate some ParseJsonIsolated and ParseJson usages
  • dd737bd Roll WebRTC from 8188e5415cc1 to c7e0941cee3e (4 revisions)
  • ae51885 Roll Chrome Mac Arm PGO Profile
  • 6994f98 [Perf] Increase timeout of TabStackTraceTest
  • 9a443c9 [Reading mode] Move ToolbarEvent & SettingsPrefs to read_anything_types
  • 25b454a [Reading mode] Add a line focus menu
  • 0b31864 [3PCD] Clean up AreAll3pcBlocked check in PS delegate
  • ba47013 Roll Perfetto from c4b692e1896b to a2c5efe7f8cb (1 revision)
  • b0059d2 [focusgroup] Avoid calling Focusgroup utils from A11y
  • 212ffc3 [cleanup] Remove ShouldCreateInlineAnonymous
  • c7222d4 [SxS] Enable extension docs for split view
  • 07dce37 [TreesInViz metrics] Change DCHECK to min
  • 5870408 [Desktop Android] Stub ExtensionViewHostDelegateAndroid::OpenURL
  • 4c3c7c1 Allow specifying symlink behaviors in hfsplus addall.
  • 4604738 [iOS][PSF] Fix crash when updating badge configuration with nil badge.
  • 75ef1de Roll Skia from 7eecb479ebf0 to 59c6cad539f7 (3 revisions)
  • 9c86ff6 Roll ANGLE from 995dde4bd3c8 to ee05836a4934 (1 revision)
  • 349026c Propagate delay_layer_tree_view_deletion to CompositorFrameTransitionDirective
  • d4415ec [Bookmarks Bar] Enforce max lines and ellipsize on submenu header
  • b39aff2 Update TPM metrics expirations.
  • 93403b7 [Reading mode] Add a feature flag for Line Focus
  • bf0af9b [glic] Support native dragging on ChromeOS
  • 92045d9 Revert "chromeos/ash/components/specialized_features: Upgrade SHA-1 to SHA-256"
  • 81279f8 Roll optimization-guide from 81611cb49744 to 6e2f94f95a0f
  • 684331b DOM: Remove dead input code
  • 323a891 [glic] Remove forward declaration of GlicWidgetDelegate
  • fe56e3e Ignore expired compression dictionaries when matching
  • 50b335d [Extensions] Add crash keys to ExtensionFunction::SendResponseImpl
  • 70b0334 [rustmojo] Lay down structure & constructor for ergonomic Trap
  • 0427a88 [AIM] Update request and attachment chips to use 8dp corners.
  • 9350a8e [iOS][AIM] Centralize setting controls visibility in input plate UI
  • e4a08e4 Remove CallbackInterfaceBase::SingleOperationOrNot as useless
  • af9425f [Extensions] Extract some IWA logic from windows.create()
  • 338545b [ContextualCueing] Allow dynamic cue without static cue.
← Back to all summaries