Chromium Daily Digest Logo

Chromium Changes Summarizer

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

Chromium Digest: 2025-11-13

Overview

This summary covers 442 relevant commits out of 608 total, from commit (a176b70) to (2719922) on the main branch. Highlights include the removal of Autofill Plus Addresses, significant refactoring of Blink's internal `Supplementable` pattern, and simplification of the Plugin Service API. A number of features were also reverted due to bugs or test failures, including the "Durable Messages" collection in DevTools and "RenderDocument" on non-Mac platforms.

Breaking Changes

  • ⚠️ BREAKING As part of its deprecation, suggestion types related to creating **Autofill Plus Addresses** have been removed from the codebase. (69b5460)
  • ⚠️ BREAKING The large-scale refactoring to remove the internal **Supplementable pattern from Blink** continues. Page, Screen, HTMLMediaElement, TrackBase, Mojo, and Agent are no longer Supplementable, which may affect downstream projects that patch or interact with these core classes. (4acc768) (0d09159) (fa22d92) (9ae0d40) (8999155) (7f559a4)
  • ⚠️ BREAKING The **Plugin Service API** has been simplified. Methods have been renamed to clarify their synchronous or asynchronous nature (GetPlugins -> GetPluginsSync), and an unused parameter has been removed from GetPlugins(). Call sites will need to be updated. (f262f82) (2913eb1) (4215829) (286bb94)
  • ⚠️ BREAKING As part of the cleanup for the deprecated Private Network Access (PNA) preflight feature, the unused URLRequest.target_ip_address_space field has been removed. (c4c073f)
  • ⚠️ BREAKING The baseline and default configurations for the **Sanitizer API** have been updated to align with the latest W3C specification. Projects relying on the previous default behavior may need to adjust their configurations. (50b5044) (a630adc)
  • ⚠️ BREAKING On iOS, obsolete classes used for NSCoding serialization in session storage have been removed. (868a01e)
  • ⚠️ BREAKING The backend code supporting the IP Protection toggle in the Security panel and related information in the Network panel has been removed from **Developer Tools**. (3dac96d)

Blink & Web APIs

  • Soft navigation metrics are now more reliable. Paint timing will be recorded for elements that are queued for painting but detached from the DOM before being presented. (b967fb8)
  • The WebMemoryAggregator has been fixed to correctly report memory usage for cross-process iframes, ensuring compliance with the Performance API spec. (7cde346)
  • A crash that could occur when an event handler removes an iframe during selection synchronization has been fixed. (a498bcf)
  • The "RenderDocument" feature has been disabled by default again on non-Mac platforms due to a newly discovered bug. (884bfa9)

Developer Tools

  • It is now possible to open DevTools directly to the Performance panel by using the ?panel=performance URL query parameter. (096d042)
  • The "Durable Messages collections" feature was reverted due to reports of high memory usage in the NetworkService. (77994a0)
  • The ax_dump_tree accessibility debugging tool now has a --subtree option to dump only a specific part of the accessibility tree. (8e07412)

Code Health & Modernization

  • A new base::LazyStringBuilder class has been added to improve performance by delaying final string construction until the result is explicitly requested. (6f3703c)
  • A large number of commits remove dead code related to the now-disabled emoji suggester feature in ChromeOS. (46dc5fb) (a73b5bb) (e6c1b89) (2c5ea41)
  • Efforts to improve memory safety continue, with many commits replacing unsafe buffer operations like memcmp and memcpy with safer C++ alternatives, and applying automatic "spanification" to various components. (4238934) (d27794e) (132358c) (cdd3e5c)

Performance

  • A new feature flag, kSqlDiskCacheLoadIndexOnInit, allows the SQL disk cache's in-memory index to be loaded during initialization, which can reduce latency on startup. (4ef03f2)
  • The adaptive bitrate (ABR) algorithm for the native HLS player has been updated to be simpler and more effective, scaling up slowly and down quickly. (d435968)
  • Favicons are now correctly pre-loaded when manually restoring tabs from session restore, improving perceived performance. (9b8ef9b)

Android

  • Support for multi-stage integration tests (using a PRE_ prefix) has been enabled for Android sync tests, allowing state to be persisted across app restarts during a test. (eed92eb) (0fd8a36)
  • Feature flags have been added to control the display of the web app header for Trusted Web Activities (TWAs). (7e35713) (fd64878)
  • Mirroring desktop behavior, the link hover status bar now features a delayed expansion to show long URLs. (80c59cb)

iOS

  • The Password Manager search functionality has been improved to find matches within grouped URLs, not just the group name, aligning its behavior with the desktop version. (544c020)
  • An internals page for Regional Capabilities (chrome://rcaps-internals) has been added. (35e2647)
  • A new context menu option on images allows sending the image to Gemini for remixing. (d92777a)
All Commits (608)
  • 2719922 Update Crashpad to d25405b91a0425252d1b9aa3baa6400ebd669467
  • a0e2946 Revert "[headless] Improve headless mode Chrome dock/menu hiding on Mac"
  • b3d4a11 Roll Chromium Variations from qCduhUPISME502ZIN... to _0ONgdwxpWmWKGS7o...
  • c462fe4 Roll Perfetto Trace Processor Win from 6ccb0cf80372 to 848c2c58f9e2
  • 9bc8fbf [glic] Disable SoftwareCompositing Glic Test for CrOS
  • bffa1fa Re-enable FullScreenIncognitoReauthViewTest
  • 132358c spanification: automatically spanify url/url_canon_internal.h etc.
  • 876ef4a [Omnibox Next] Uploading PDF in Linux crashes
  • 7d2f8f5 Add trace URL to the links section of the JSON output
  • 57d3f80 [viewport units] Run scrollbar tests under content_shell
  • e03537a Roll JetStream main from 0de7d54d4e27 to f88580ef6265 (1 revision)
  • 57756ef Turn off zss caching due to crash
  • 6a295db Roll Chrome Android ARM64 Orderfile from rOvWWSvH8RvAj9H0j... to r83LUL5K_VvdWJs9E...
  • f30a4dd Create script to help update forked OpenXR files
  • 19df1c2 Roll Perfetto from 848c2c58f9e2 to be9ea297ce54 (1 revision)
  • 7b268fb [rustmojo] Use LazyLock to enforce mojo_init only being called once.
  • c3ad5c5 Revert "Context_menu: Add icon to translate context menu"
  • 46e8d0b [Perf] Reduce linux-perf-fyi to 1 shard
  • 257fa55 [omnibox-next] Fix contextual entry point color in regular popup.
  • ac77e3e [lensoverlay] Do not gate non-blocking privacy notice on CSB.
  • 11c0e1d Roll libunwind from fca5c74aa937 to 35ac8625e6b3 (1 revision)
  • ae7b8d3 [aim][popup] Temporary fix for context transfers while composebox is open.
  • 19d3de2 Fix allowlisting to accept both "" and "*" as wild card matches.
  • 5054b8e Roll DevTools Frontend from d01fd3cbeadf to ff42b23d9982 (1 revision)
  • d8e31a3 Revert "Reland "Roll Chromium-BiDi""
  • fc5942c Remove test filter arg from non existent file
  • 0c73c49 Roll Skia from 68f10c25f26b to d872ac6e6af8 (3 revisions)
  • e43e1a6 Roll V8 from 76852c202334 to 68cad591bece (11 revisions)
  • a630adc [Sanitizer] Update the built-in defaults.
  • 9bef2bd Roll Chrome Mac Arm PGO Profile
  • d6e9d84 Allow metrics reporting for ephmeral page actions
  • 7e35713 [TWA] Create flag to display origin on web app header
  • 4ffc29f Roll WebView ARM64 Orderfile from paqrRhtddvVh-dPpS... to aEQLEI4B7_y-cJ9m-...
  • 2eb3986 [code-health][upf] Clean up `six` usage
  • f514ed4 Revert "[Task List Bubble] Fix tab navigation, multi-window bubbles"
  • c28e421 Fix FuseboxAttachment property model instantiation.
  • c1e60a5 updater: Warn future maintainers about OOP unzip mtime loss on POSIX.
  • b133c6e [omnibox-next] Enable GLIF animation in AIM popup.
  • 778048c Roll Perfetto from 4916d8a05c89 to 848c2c58f9e2 (10 revisions)
  • 98e2510 Roll Chrome Linux PGO Profile
  • 86ecf4f [Task List Bubble] Fix tab navigation, multi-window bubbles
  • 09cc97d Refactor remaining reading mode entrypoints to use ReadAnythingEntryPointController.
  • f682eea Add download initiated and file picker metrics for actor downloads
  • 523d638 [Task Nudge] Update label depending on tasks needing attention
  • 254f27b Roll Depot Tools from 8257337edcdc to 4b0c520d0f36 (1 revision)
  • c992846 [SxS] Check for TabInterface when opening link in split view
  • 277652f Split safe_browsing::V4ProtocolConfig into its own file
  • 9b8ef9b Pre-load favicons when manually restoring tabs
  • 72d6562 Update the default value for max words per passage.
  • cd44b45 Use production SessionRestoreDelegate in SessionRestoreObserverTest
  • 3a7ba89 Remove the fail-closed for IsAccountEligibleForActuation
  • 8bb7f20 Update CBB autorolll for the builds refs
  • 4acc768 Make Page less Supplementable.
  • b0e4155 Roll Chrome Android ARM64 PGO Profile
  • 45adfb2 [SidePanel] Add suppress animation param to SidePanelUI Show
  • 2535b3e [aim][popup] Close WebUI content when Omnibox popup loses activation.
  • 5d226a5 [Frameworks roll] Roll to 831950056 piper revision
  • f8a480d Glic: Add active and visible duration histograms for sessions
  • 611c2a1 Roll Chrome Android ARM64 Orderfile from E6U8Ez4pVAgFtrDWz... to rOvWWSvH8RvAj9H0j...
  • ee4bd7d Roll Crossbench from 531a3536b99a to 04b131d0abcb (2 revisions)
  • 93f77bf Roll Chrome Android ARM32 Orderfile from SK6bAJHYBaiL0mGok... to s5xXlhIS5BXcR64xm...
  • e224059 Roll DevTools Frontend from 21dbf0abb194 to d01fd3cbeadf (3 revisions)
  • 5a2bb21 [Settings Search] Add BaseSearchIndexProvider field to toolbar/
  • a269ac1 Roll WebRTC from 894128b8aa71 to 12103ce9a267 (2 revisions)
  • 7e19bac Instrument persisted data events
  • e823a4a [Settings Search] Pass bundle extras to #onResultSelected
  • b0159d4 Instrument activation events
  • be631f9 Fix WebGPU dangling pointer
  • 716e9a3 Move histogram of credit card CSD ping events after URL deduplication.
  • 8e07412 Add --subtree option to ax_dump_tree
  • 72c2c81 Roll WebView ARM64 Orderfile from op5tRPgcqoNUr8jsx... to paqrRhtddvVh-dPpS...
  • c042431 Instrument qualification
  • b3aa523 [ntp-next] Update ActionChipsHandler to observe TabStripModel
  • 922e0fd Roll Perfetto Trace Processor Win from 6e853ac297de to 6ccb0cf80372
  • b8d8519 Move the Result enum out of BinaryUploadService
  • 2f487f3 Roll clank/internal/apps from f17ec826fdcd to 88c0936fac1e (1 revision)
  • 495914b [Chrome Next] Report correct minimum size with vertical/WebUI tabs
  • c4a107e [iOS] Extract request parameters from script messages
  • 9eacfde [omnibox-next] Allow user fulfillment to AIM for query submission
  • 431f9d8 Update eval prompt to request the test command instead of the test target.
  • 5b28745 Instrument uninstall events
  • 0dba987 Add additional guidance for handling 0-day bugs.
  • a646ea5 Add kUseNonEmptySyncTokenForLowLatencyCanvas feature for Windows
  • a601e31 [Theme] AdjustedTopUiThemeColorProvider use light tint color from NTP.
  • 6fbcc6d Fix ExpandablePaymentHandlerTest#testIncognitoTrue
  • 444d85d Support setting page action icon color using accent colors
  • 79a8a39 Roll Perfetto Trace Processor Linux from 6ccb0cf80372 to 4916d8a05c89
  • f2a0559 [Task Nudge] Remove spacing between GlicButton and GlicActorTaskIcon
  • 809b959 Roll Chrome Mac PGO Profile
  • a7f3772 [PDF Ink Signatures] Implement Ink text highlighting with caret
  • 485ed15 [Contextual Tasks] Hide toolbar/header when shown on a tab
  • 39d5d94 [video pip] Fix gesture handling issues
  • a3c416c Roll Chrome Mac Arm PGO Profile
  • 357ccfa [NTP Theme] Add metrics for user engagement.
  • 17528a8 [iOS] PasskeyJavaScriptFeature placeholder
  • 2956d61 Remove write ref to TransferableResource::size in test
  • 7cd14bc Instrument install events
  • faabd5e Update Crashpad to dda3e7fdb949830de5d0fef81090a4269c5fec0e
  • d5e4b8b Mark UNKNOWN as [Default] for KeyboardCode
  • 8698eaf [Theme] Add AdjustedTopUiThemeColorProvider.
  • d19f291 [webcodecs] Fix AudioEncoder throwing UTF8 characters instead of numbers
  • e38dca2 [Chrome Next] Add back in support for vertical, WebUI tabstrips
  • 58a427f [Extensions] Refactor enum LaunchType to later convert to enum class
  • 6b85a7d Roll Chrome Android Desktop x64 PGO Profile
  • c8dba37 [composebox] update error for unsupported format
  • 7cde346 [Performance API] Fix WebMemoryAggregator to report cross-process frames
  • 4f6b304 Roll Chrome Android ARM64 PGO Profile
  • c72906f [SxS] Block opening file picker from inactive tab
  • 07117c0 Roll WebView ARM Orderfile from o9sNe2NP4Iakn77sI... to 72xmu1boMl-afOAdI...
  • f2ccc23 Remove unnecessary any (_) matchers from actor tests.
  • 5e6ee6a Update cpuinfo README.chromium for autorolling.
  • d5fcaf5 Revert "Use RunOnceCallback in //components/autofill"
  • ecd02bc [Vertical Tabstrip] Update view model due to tabstrip interactions.
  • 9b125d4 Revert "[Gardener] Disable flaky LinkToTextMenuObserverTest.Blocklist on Win"
  • 9626c30 [ntp-next] Updating motion specs
  • 4db1e89 Remove unused Screen ex-Supplementable members.
  • 6f4b8c6 Include tab switch action in sorting
  • 9e370a1 [ntp-next] Updating chip hover to match specs
  • b3a5f1d Fix crash in CCT Authtab metrics
  • a44ea29 Use correct string ID for "Manage shortcuts" link text
  • 709f0db Remove unused TrackBase ex-Supplementable members.
  • 962d42e actor: NavigateTool no longer activates window
  • d435968 Update the ABR algorithm for the native HLS player
  • 8e8c3ac JNI Zero: Do not prefix methods names when packages are being renamed
  • 16326d0 Fix two Glic interactive ui tests
  • 3ca8771 Instrument policy load events
  • cdd3e5c fix of auto spanification for libfuzzer
  • d8efc81 [PDF Ink Signatures] Refactor mock PdfCaretClient
  • 6ab92b9 [Theme] Refactor HomeButtonDisplay as a TintObserver.
  • 8b89cc6 Clean up stale EnableFallbackFontsCrashReporting feature flag
  • 2bfbef1 [ntp-next] Do not add query text on tool chip click
  • b0c3deb Reland "[wptrunner] Generate and upload reftest screenshots to wpt.fyi"
  • 8785eb8 Refactor account persistence in FakeAccountManagerFacade
  • ff49bc0 [Android][Settings] Apply containment style to search results
  • b475a6a Update alternate nav infobar with refresh
  • 317d2ef Fix eliding behaviour for infobar
  • 12913eb Roll Skia from 7f87a257ef7e to 68f10c25f26b (4 revisions)
  • 531e13e Roll Depot Tools from 9c69e0d57324 to 8257337edcdc (1 revision)
  • 2b8172b [headless] Fix scaled full screen window size handling on Windows
  • 92d3a1f [Persist] Query only tabs for the window & OTR mode at startup
  • d020138 infra: Temporarily remove linux-official from tree-closures
  • e80b4b2 Reland "Flip SwiftShader deprecation to launched."
  • 4817e45 Update AOSP's proguard package name
  • 6aec343 Roll src/third_party/libaom/source/libaom/ 538a97f30..c89590034 (6 commits)
  • 9b27a50 Roll JetStream main from 01068628e17c to 0de7d54d4e27 (1 revision)
  • cb34f22 [Uno-D] Metrics in FirstRunParameterizedInteractiveUiTest
  • 0723f62 [iOS] Refactor TabsClosureAnimation to RadialWipeAnimation
  • 8a3abbb [ios] Fix context wrapper frames world
  • 50b5044 [Sanitizer] Update the built-in baseline.
  • 4087b68 Roll Projector App from BrS1ppSfYC7N0PGhX... to JT-ByBeEFV_CeqMG2...
  • 56d905c Introduce specific ActionResultCodes for form filling tool
  • 6920d21 Try harder in GetLastResortFallbackFont
  • 3e1d274 [headless] Improve headless mode Chrome dock/menu hiding on Mac
  • 8f58cf7 Roll Chrome Win32 PGO Profile
  • 587d128 Remove about:flag enable-extensions-for-corp-desktop-android
  • 68e8213 [NTPFooter] Disable default local management footer behind a new flag
  • e699130 Remove duplicated pipewire-1.4 CIPD package
  • 4640369 Reland "[PWA] LocalizedText class for Manifest Localization"
  • 6915578 Mark kAllowChangingSelectedContent flag to enabled
  • 06ede3a Roll Chrome Mac Arm PGO Profile
  • 911e0b0 Integrate boca receiver service with its page handler.
  • 4979a5e Move proto based ExpectSensitiveDataEvent to //component.
  • 4776ac6 Settings: Prevent import of load_time_data.js in tests via ESLint.
  • 6a6bc63 Fix a reported crash due to StringIndexOutOfBoundsException in TapToSeekHandler.
  • b0c862c [iOS] Add support for Virtual Card Numbers (VCN)
  • cf157b3 Remove PluginService::GetPluginsAsync() usage in PluginRegistryImpl
  • 4445e9c Roll WebRTC from 0ff9ab2bc640 to 894128b8aa71 (6 revisions)
  • f87084b Roll clank/internal/apps from d9ec6b36455d to f17ec826fdcd (2 revisions)
  • f095040 Add WebView flag for AccessibilityDeprecateTypeAnnounce
  • 7cec6bc [gn] fix SyntaxWarning in bootstrap.py
  • 6fbb9b2 Roll V8 from ea8c5e7f8864 to 76852c202334 (16 revisions)
  • 0057c55 Revert "Convert to UNSAFE_TODO in chrome/browser/ash"
  • db1423a [PWA] Serialized pending updates for icon sizes only check purposes
  • fd64878 [TWA] Create flag for using the web app header on Standalone display mode
  • 2c615ec Roll Chrome Android Desktop x64 PGO Profile
  • 0d09159 Make Screen not Supplementable.
  • 2c49d83 Prolong some password manager metrics
  • c3bf82b Sync feature protos.
  • 0f14481 Use ash::LocalPrinter for WebPrintingServiceChromeOS
  • b6eb3d2 Don't set the custom-style-callbacks all SVGElement
  • acd6b3b Don't offer password change when triggered from sign-up forms
  • 47be340 Roll Chrome Android ARM64 Orderfile from LAKl5mQI_7J7-yKmz... to E6U8Ez4pVAgFtrDWz...
  • 47dd22b [Pinned Tabs] Use a wipe animation
  • 9c21d07 Refactor PolicyConverter to use SchemaRegistry.
  • 447a372 Support change password forms with just a new-password and a username
  • b122969 [ContextualTasks] Change tab affliations when side panel switch to zero
  • 3fefe05 Migrate formOrFieldsetsToFormData function from fill.ts
  • 7173a1c gardener: disable inputs.InputMethodManagement.guest
  • 5874027 [Code health] Remove EnableAppReinstallZeroState flag.
  • 89169b7 Roll Dawn from 1a50e3ce4077 to 7fac4de792f5 (5 revisions)
  • 9ac4f3d [AutofillAi] Add Autofill AI syncable pref
  • 2c2bdd2 Bypass the AUTHORS check for meet-tools-roll-into-chromium@system.gserviceaccount.com.
  • f157d13 [iOS] Prevents ButtonStackViewController reload if view is not loaded
  • 90bf941 [BNPL][Clank] Open Autofill-specific help from bnpl settings
  • 6d96f01 mojo: channel: Add fuzzing coverage for IpczMessage
  • a38d07e Context_menu: Add icon to translate context menu
  • 9ae0d40 Make TrackBase not Supplementable.
  • f6fdddb Clean up glic tests in preparation for country/locale filtering
  • ce105ba Roll WebView ARM64 Orderfile from COpuSHNqg4FEN_UKS... to op5tRPgcqoNUr8jsx...
  • 884bfa9 Revert "Enable RenderDocument by default on non-Mac"
  • 340bdcb [contextual_tasks] Add nyquist@chromium.org to metrics OWNERS
  • 6264568 JNI Zero: Fix some types missing prefix when --prefix-package is used
  • 440ba53 Remove PluginService::GetPluginsAsync() usage in PluginInfoHostImpl
  • 4395fbe Revert "[Gardener] Disable flaky InitMenuWithCorrectWord on Win"
  • e1554a5 Roll Perfetto Trace Processor Linux from 6e853ac297de to 6ccb0cf80372
  • edfb81d Disable GlicProfileManagerUiTest in ChromeOS.
  • 15b6b4c Roll Chrome Android ARM64 PGO Profile
  • 1e5d000 Make Profile#preconnect throw on invalid URL.
  • 32310aa [ntp-realbox] Keep context menu open on transition to composebox
  • bdc09b4 Fix unsafe buffer usage in cc/scheduler/scheduler_unittest.cc
  • 1ce392a Remove unused HTMLMediaElement ex-Supplementable members.
  • a3ee377 Fix HLS live streams to start at live edge instead
  • 3c34e35 Fix TabSwitcherIncognitoReauthViewTest for incognito windowing
  • 41c8fb1 Revert "[Gardener] Disable flaky SpellingMenuObserverTest on Win"
  • c700b8d [SyncTest] Override GetSetupSyncMode() for SingleClientAutofillProfile.*
  • 30b32f1 [AIM] Reads TabIds into Result Intent of ChromeItemPickerActivity
  • d769560 [SyncTest] Override GetSetupSyncMode() for SingleClientAppList.*
  • 453336c Remove PluginService::GetPluginsAsync() usage in NavigationURLLoaderImpl
  • fd99725 Remove "browser controls in viz" from PerfCombined2025 in testing config.
  • 14b9c16 [ntp-realbox] Ensure recent tab chip doesn't change colors with theme
  • 6b61201 Roll DevTools Frontend from d0f51d3394de to 21dbf0abb194 (18 revisions)
  • c70b396 [Chrome Next] Simplify new layout
  • 020fdcf Plumb MlModelManager to AudioProcessorHandler to enable passing the residual echo estimator model to webrtc.
  • 21980b3 Remove uses of BodyAsStringCallbackDeprecated (components)
  • 5f5a804 Disable layout test to land crrev.com/c/7147499
  • 2896dfc [PasskeyUnlockErrorUI] Check the UV keys availability
  • 688375d Update SingleClientSavedTabGroupsSyncTest comment for better resolution
  • 2c1d832 Improve event history API
  • 9574f7b [ios] Fix unsafe buffer in UtilsJavaScriptTest
  • 9c34816 Roll ios_internal from 0a8bf8ea7cb7 to eee76d13ce9c
  • 29d810e SyncTest: Override GetSetupSyncMode() in SingleClientAppSettingsSyncTest
  • 9748717 Revert "[Gardener] Disable tests to fix flake in LinkToTextMenuObserverInteractiveUITest.* on Windows"
  • d42f011 base: Add platform-agnostic GetAvailablePhysicalMemory helper
  • f62b4f0 [SyncTest] Override GetSetupSyncMode() in SingleClientArcPackageSyncTest
  • 6414dee Reland "[Task List Bubble] Show the bubble on nudge or nudge click"
  • c174990 [Safe Browsing] Break Cyclical Dependency in WebUI Code
  • a8a3f4d [Extensions] Update extension messaging size limit error to use MiB.
  • bec7532 [iOS] Enable SuggestStrongPasswordInAddPassword by default
  • 2186703 Add LINT.IfChange/ThenChange to synchronize glic user status caching logic.
  • 7900ca9 [UNO-d] Fix BookmarkBubbleViewShoppingCollectionTest
  • 60a39ab [CHR] Fix unsafe buffer usage in history::URLUtils
  • eedc748 [Socket Pool] Swap all int counters for size_t
  • 44efb70 Roll Chrome Android ARM32 PGO Profile
  • 36ba6ee Reland "[STG] Enabling Join only feature flag by default."
  • 60fd72e Added timing tracker for DRM initialization speed test.
  • e96fb6f Remove chrome://flags entry for WebUI tab strip
  • 6e376b5 Fix HandoffButtonController crash on FedCM/tab switch re-entrancy
  • c308805 Remove unused Mojo ex-Supplementable members.
  • 62c1f09 [Vertical Tabs] Implement VT in SessionRestoreService
  • 115aa22 Roll Perfetto from 6ccb0cf80372 to 4916d8a05c89 (3 revisions)
  • b01f183 GeolocationHeaderTest: use public transit APIs
  • 7f3d483 [OpenScreen] Update script to support Windows sender laptops
  • b5bba92 Delete UMA / UKM for Script Blocking
  • bf40861 [rust png] Cleanup test expectations in `PNGCodecTest.DecodeGamma`.
  • 1530e05 Roll zip: 5.1.1 => 6.0.0
  • e40a2bb Reland "Roll Chromium-BiDi"
  • 659b8e3 Update AndroidAnimatedProgressBarInBrowser field trial
  • a40e8d8 Attempt to recover from duplicate runtime error
  • 9d7b888 Update config for SuppressMemoryListeners on Android and ChromeOS
  • 5fe2a54 Remove kIgnoreCertificateErrors in ['chrome/browser/extensions/api', 'chrome/browser/extensions']
  • 20e1560 Revert "Add to Cronet a manifest option to present legacy User Agent string."
  • b784239 Match sidepanel fre loader to spec
  • 06df529 [iOS] Fix current tab selection not reported in the tab picker
  • 23e0a46 Remove one more call to AsStringView
  • 4335dea Fix unsafe buffer usage in SignalKeyInternalTest
  • ef91a58 [buildtools] Check entire file instead of bailing early
  • 13929bd Fix comment in browser_navigator_params
  • 39bb515 Fix parser observer for @font-face rules
  • adc208b [Contextual tasks] create an empty task if a tab does not have one
  • 9ec1839 [UIA] Fix auto-select first menu item logic on menu opened
  • bc88ebf [iOS] Delete ShouldAllowShare API from the tab_helper.
  • ad70a2d clank-input: add a commitContent test
  • 9f7086e [iOS] Fix AutoDeletionService crash
  • a1cf43b Roll Crossbench from c30c6ff7a08c to 531a3536b99a (1 revision)
  • 597f34b Add hidden class to fre.css and fix fre not showing
  • 6026ad6 [composebox] Make sure dropdown doesn't hide after clicking on contextual match.
  • 1769c1e [Persist] Add new columns for window_tag & is_off_the_record
  • 3c89820 DissociateMailbox before destroying GPUBuffer
  • 63f2031 [WebAudio] Update LegacyAudioFileReader to output F32 for Opus
  • d859110 Propagate mask text field through chrome to the data masking extension so that it can use a custom mask string instead of the default 'REDACTED' text.
  • 097b503 Roll Chrome Win64 PGO Profile
  • abb4156 Centralize Lens session management in FuseboxAttachmentModelList.
  • 2f5b9af Revert "glicmi: pin on bind iff default tab sharing setting is enabled"
  • 7b41585 Roll Chrome Android ARM64 PGO Profile
  • cb2aa9c [heap] Remove V8IncrementalMarkingAlwaysUserVisible and V8IncrementalMarkingStartUserVisible from testing config
  • b1eeb45 Remove primiano@ from OWNERS
  • 33fdce4 Roll R8 from uhcwSlgAcvy0JPV3W... to OKVTi4dPaKvVi24Mu...
  • 487fe12 Add FAILED_DUE_TO_SHUTDOWN error when rfh is not valid
  • d92777a [iOS][Image remix] Add the image context menu entry point for Gemini
  • c3eeda9 Remove superfluous callback.h includes from various headers
  • 06b5116 Roll Perfetto from 6e853ac297de to 6ccb0cf80372 (1 revision)
  • 5d94ec6 Use RunOnceCallback in //components/autofill
  • 5fe7a68 [PWA/Predictable Update] Fix pending update shown but no dialog
  • 8ed707b Revert "media: Fix non-standard url parameter in provisioning"
  • fa22d92 Make HTMLMediaElement not Supplementable.
  • 6a37893 Fix Autofill.Ai.StoredEntitiesCount histogram to show count.
  • bfbc47f [bedrock] Migrate send_tab_to_self_toolbar_icon_controller.cc away from BrowserListObserver.
  • b0e3a07 [User Education] Don't show progress for single-step tutorials.
  • 1bac420 Roll WebView ARM Orderfile from mKmbQ6Tqc_dy1sv5U... to o9sNe2NP4Iakn77sI...
  • d30ef88 Temporarily disables Glic policy tests with multi profiles in ChromeOS
  • 5aceb29 [TDR] Remove TODOs linked to issue 321122378.
  • 58c640e [WebAuthn] Add uiMode to CredentialRequestOptions
  • 48c27a6 Roll clank/internal/apps from 1b4c90d90ea7 to d9ec6b36455d (1 revision)
  • 339cdce Support LIFETIME_CAPTURE_BY attribute
  • e2509ca Implement the header, title, buttons for Walletable pass save bubble
  • 60e01b2 Roll Chrome Linux PGO Profile
  • e6a4490 Updating XTBs based on .GRDs from branch main
  • 544c020 [iOS] Fix password search to match URLs within groups
  • e39a80f [ios] Remove "#pragma allow_unsafe_buffers"
  • f5fe68a Roll src-internal from 378d953ff0c9 to c687147a980d (1 revision)
  • 829cf44 Roll Media App from TbOMZ_wwEHJdLu9Ao... to Fgtr7odpHRDy_2VQf...
  • 4238934 [CHR] Fix unsafe buffer usage in bookmarks_helper.cc
  • 40e6c3e [iOS] Remove unused snackbar commands from Reading Mode.
  • 846932a [PasskeyUnlockErrorUI] Introduce the flag for Passkey Unlock Manager
  • 096d042 Allow opening DevTools to the Performance panel via URL.
  • 0450618 [Uno-D] Hide "Tabs from other devices" when history sync is explicitly disabled.
  • 29df2f3 Roll Chrome Android ARM64 Orderfile from oomjukYalkvyYCRMW... to LAKl5mQI_7J7-yKmz...
  • b3a6311 [ios] Wait to update SettingsTableView until it has appeared
  • 3dac96d [Web AFP Undo] Remove Back-End Code for IPP DevTools Integration
  • e76b313 Roll gn from 8c77cb940e3f to 748c9571f3d1
  • fa0a26c Roll Chrome Win ARM64 PGO Profile
  • d0f6ddb Remove unused WindowsEventRouter::focused_profile_
  • d2ddab4 [glic] Add InstallAttributes to KioskArcvmAppServiceTest
  • bf63ed7 Add a feature param switch to bypass the actor policy checker
  • d27794e Convert to UNSAFE_TODO in rlz
  • cf122fa Roll WebRTC from 4f4ab3e3ba22 to 0ff9ab2bc640 (1 revision)
  • 337715d Roll Skia from c1ade3a4cf30 to 7f87a257ef7e (1 revision)
  • 89e0dfc Roll WebView ARM64 Orderfile from YXhYPu_XzfkTmaBK7... to COpuSHNqg4FEN_UKS...
  • ebfdda0 Roll DevTools Frontend from 6919115e2436 to d0f51d3394de (4 revisions)
  • 5250223 Simplify cc::EventsMetricsManager::ScopedMonitor::DoneCallback
  • 8964854 Register ChromeAndroidMetricsProvider for UKM on Android
  • c8e1dc2 Add Testing config for PrerenderSiteInstanceProcessPerDSE
  • 4f16950 Roll Help App from coTOPVgq8sw4xbNmm... to J3OUIYzFnnf1vU32R...
  • bb6b081 Roll Chrome Android ARM32 PGO Profile
  • a6f8571 viz: Do not overallocate surface on initial render
  • 4cb7782 Roll V8 from 37dc734339fd to ea8c5e7f8864 (2 revisions)
  • 77994a0 Revert Durable Messages collections for DevTools frontend
  • bf23469 Forward declare blink::HitTestRequest
  • 9f3f08a Roll androidx from JeF4qFrorAW4RsRzF... to Kl1U0j0wCdkylc55a...
  • f01d94d Add a workaround to avoid showing the KA when the keyboard is closed.
  • 35e2647 rcaps: Add rcaps internals page to iOS
  • 8999155 Make Mojo not Supplementable.
  • 9f5aedf Add MQLS logs for GetCredentials
  • 3199e48 [StatisticsProvider] Fix typo
  • b0bc944 Enable navigation origin gating by default
  • 0fd8a36 Enable PRE_ sync integration tests on Android
  • 1d5b03c Roll ios_internal from 245ea1c07a9b to 0a8bf8ea7cb7
  • af41051 [CT] Automatic update from google3
  • d1f2965 Update and re-enable layout test after crrev.com/c/7100920
  • 639f261 [ios] Fix unsafe buffer in CRWWebViewScrollViewDelegateProxy
  • 69b5460 Remove PlusAddress creation SuggestionTypes
  • 868a01e [ios] Remove obsolete classes used to serialize as NSCoding
  • 6b1de4f [iOS] Add an experiment to remove the Gemini eligibility check
  • 54fcb18 Merge DirectCompositorThreadIpcWin with PerfCombined2025 in testing config.
  • 7f559a4 Make Agent not Supplementable.
  • d9c35ea Use `UnexportableKeyServiceFactory` to get the Keychain access group.
  • fe03c46 Actor now issues mouse move events before click events
  • d3c2f4a [Desktop Zoom] Add a FeatureParam for controlling scaling factor
  • 3600b84 Revert "Fix user agent tests when running STATICALLY_LINKED in AOSP"
  • 0bed119 Revert "Remove ios-simulator from CQ"
  • 03bf9e8 Revert "Roll src/third_party/fontconfig/src/ f0ed9c3f4..23b3fc6e5 (6 commits)"
  • 9936369 Roll Chromium Variations from -obXYDMpvS_Qzd2te... to qCduhUPISME502ZIN...
  • 3bb6e82 [iOS] Add field trial config for bottom omnibox in edit state
  • b06b2a3 Roll Chrome Android ARM64 Orderfile from 5MMaQ9k3BNJBjWKkK... to oomjukYalkvyYCRMW...
  • 81e4fa0 Roll Chrome Mac Arm PGO Profile
  • a0e1fb7 [ios] Fix comment in command_dispatcher.mm
  • 11f3125 [iOS] Removes ButtonStackViewController custom setters
  • edc7a68 [iOS] Fix the computation of the height of the ConfirmationAlert
  • 9b8bc3e Roll ios_internal from 205ca9469610 to 245ea1c07a9b
  • 78dfc99 Roll WebRTC from b789f2b55cfd to 4f4ab3e3ba22 (2 revisions)
  • f1536df Roll Boca App from WAPsVlk3sw5pcKUQb... to 9AER86Wp6-YHfkIqP...
  • 81c8d4e Roll V8 from 9d2e1afa004f to 37dc734339fd (2 revisions)
  • eed92eb Enable PRE_ test support for Android sync integration tests
  • f216174 Roll Chrome Android ARM64 PGO Profile
  • 8b62453 Make flight departure date formatting locale-dependent.
  • a5e34b2 Roll DevTools Frontend from ae705aa1ff65 to 6919115e2436 (1 revision)
  • dcab0fc [WebAudio] Refactor codec-tests to be more robust
  • 5db3e64 Roll Skia from 9cdacd297b91 to c1ade3a4cf30 (2 revisions)
  • 74b7463 Implement ForwardDeclaredMember<T> to replace Supplement<T>.
  • 2959c53 Roll WebGPU CTS from c62b1625ef48 to d6613a559138 (1 revision)
  • cb47fb7 Add AccountInfo JSON serialization utility
  • 60487e5 scalable_iph: Remove ScalableIphFactory and ScalableIphFactoryImpl
  • 3e4b063 [TDR] Remove TODOs linked to issue 40137728.
  • ea66308 Roll WebView ARM64 Orderfile from BBurvbJBWET0gPdZh... to YXhYPu_XzfkTmaBK7...
  • 5aba825 [TDR] Remove TODOs linked to issue 276741422.
  • 9fd2fb5 [TDR] Remove TODOs linked to issue 278815245.
  • 1024a3a Roll Boca Receiver App from tVnYaDGzg1fGOR8Kt... to Oma0i7sacrgoNs4z_...
  • 41015f7 Reland "Remove some dependencies from the custom_handlers component"
  • 3291181 [TDR] Remove TODOs linked to issue 334375880.
  • 0f16773 Roll Chrome Win32 PGO Profile
  • 38259fb [ios] Fix unsafe buffer in CWVPropertiesDescription(...)
  • 29a8134 [ios] Stop observing Browser in Overlay{Presenter,PresentationContext}
  • 72a0d53 Roll WebRTC from 1c6da3f450dd to b789f2b55cfd (18 revisions)
  • cd9eede BookmarkDataTypeProcessor: Split out OnIncrementalUpdateReceived helper
  • 45f091b Roll Chrome Win64 PGO Profile
  • 85a750b [iOS] Fix ButtonStackViewController layout
  • c97c3e3 Add CurrentDseHighlightOnChoiceScreenSupport to Taiyaki field trial config
  • 20fa452 [iOS][CX] Handle import transitions
  • 12c1aee [Frameworks roll] Roll to 831721841 piper revision
  • 4962d63 Pass optional `trigger` parameter to `TrustedVaultClient.StoreKeys()`
  • 1c03470 Roll optimization-guide from 85aee959fdea to 7abfe3f27993
  • fa09b19 Add helper for determining whether AutofillAI opt in has been set
  • 806e09b Roll Chrome Mac PGO Profile
  • 8b8d9d7 Roll DevTools Frontend from 5afefb30d83b to ae705aa1ff65 (4 revisions)
  • 0b057ad Fix crash in SaveCardBubbleController
  • 1bbce47 build: print a warning message for Reclient deprecation
  • f48d6a9 Roll src/third_party/fontconfig/src/ f0ed9c3f4..23b3fc6e5 (6 commits)
  • 58c0bba Roll V8 from 428336cbe238 to 9d2e1afa004f (2 revisions)
  • fc25cc0 Roll Chrome Android ARM64 PGO Profile
  • f8581d1 [CHR] Cleanup kIPHDesktopCustomizeChromeRefreshFeature
  • 6c342fd Roll Chrome Mac Arm PGO Profile
  • fe8ea79 Enable image blocking for cloud DLP scans on clipboard paste.
  • f262f82 Remove `reload_pages` param from PluginService::PurgePluginListCache()
  • b53242f Extract a common method CreateWalletBubbleTitleView()
  • 09bed06 url: Use string_view for arguments of ReadUtfCharLossy and AppendUtf8EscapedChar
  • 03f96e4 Propagate mqls logger to actor login internal code
  • 9e21e80 Roll Dawn from 10812edb621d to 1a50e3ce4077 (1 revision)
  • b2cacc8 [CHR] Fix unsafe buffer usage in web_contents_state.cc
  • 6f15a4b Ash: Re-enable two SnoopingProtectionControllerTestAbsent tests
  • a88616a [Blink] Don't go into low-latency flow for OffscreenCanvas
  • c021d4c [iOS] Remove dead code
  • ded6c24 Roll androidx from D4XA1rJH6VWRdYi04... to JeF4qFrorAW4RsRzF...
  • 315c0f0 Extract AccountInfo serialization into a helper class
  • deaec4b Roll Chrome Linux PGO Profile
  • 85db087 Roll Enterprise Companion chromium_win_x86 from Dl3po5deteBxicZWa... to YmljgFCB075ZTlJit...
  • e0b5f3d Roll Chrome Android ARM64 Orderfile from UJPLTMUMZ6_fT17hX... to 5MMaQ9k3BNJBjWKkK...
  • e9fbee7 Roll Depot Tools from 0a519cc26926 to 9c69e0d57324 (1 revision)
  • b9af132 spanification: spanify some parts of EsParser.
  • 100a1a3 Fix failing DCHECKs when starting heap profiler.
  • 808eaf9 Roll Enterprise Companion chromium_mac_amd64 from ZOsef3BDwtfnKxou6... to SN2KjSEk3GOOqHHvw...
  • 15badf8 Roll DevTools Frontend from 886fa52458d5 to 5afefb30d83b (1 revision)
  • 035a2fc [//cc] Add TileDisplayLayerImpl test of above-high-res tile debug border
  • 5457ecd //ui: Have GpuMemoryBufferSupportX11::CreateBufferFromHandle take in SIF
  • 62db71e [//ui] Have GpuMemoryBufferSupportX11::CreateBuffer() take in SIFormat
  • 7cda3e8 Roll Updater chromium_win_x86_64 from 2@1538024 to 2@1539003
  • 6a833c0 [Blink] Introduce CRPBitmap::DoExternalDrawAndSnapshot()
  • cc2588f [Blink] Remove FlushReason::kToBlob
  • c8e74e9 [Blink] Remove FlushReason::kCreateVideoFrame
  • 519b1da [Blink] Remove FlushReason::kDrawImage
  • 25366d8 [//media] Have VideoResourceUpdater test use TestRasterInterface
  • ffe8d99 [//cc] Move FakeLayerTreeFrameSink away from using RasterImplGLES
  • 6f3703c Add base::LazyStringBuilder
  • 7beadcb Add WATCHLISTS entry for proto_extras and subscribe myself to it
  • 7e3fa17 [Autofill] Keep autofill_payments_features.{h,cc} sorted
  • 716d163 Roll Chrome Win ARM64 PGO Profile
  • 4f8ed83 Roll Updater chromium_mac_arm64 from 2@1538018 to 2@1539003
  • f7dc3f5 [iOS] Refactor AIMPrototypeComposeboxViewController by extracting ToolbarView initialization
  • aa539e4 Roll WebView ARM64 Orderfile from oyRvz7ONCjBJVC3p1... to BBurvbJBWET0gPdZh...
  • 76019de Roll Updater chromium_win_x86 from 2@1538012 to 2@1539004
  • ad566e1 Roll Chrome Android Desktop x64 PGO Profile
  • fa727b2 Roll Updater chromium_win_arm64 from 2@1538066 to 2@1539004
  • 4e2d84b [WebAuthn][Android] Add a development flag to force CredMan modes
  • 700547b Roll Skia from dd86b310ab25 to 9cdacd297b91 (3 revisions)
  • 4d33d70 Roll Chrome Android ARM32 PGO Profile
  • b6cb6e4 RTCVideoDecoderAdapter: Ensure HW decoder can handle resolution
  • 67eb0ca Roll Chrome Mac Arm PGO Profile
  • e6c6aa2 Remove ChromeOS arm32 ThinLTO builder from reference
  • ee3b944 Roll Open Screen from 1bfc25ca8d4d to ea12400ffb82 (1 revision)
  • 435328c Reland "[bedrock] Eliminate BrowserList dep from GetTotalBrowserCount()"
  • c656b3c [Task Nudge] Fix button background layout on border updates
  • c7636e0 url: Convert allow_unsafe_buffers to UNSAFE_TODO
  • 421962e url: Use string_view for a DecodeEscaped() argument
  • 8d6fa9c Roll Updater chromium_mac_amd64 from 2@1538037 to 2@1539004
  • 0859877 Roll Enterprise Companion chromium_mac_arm64 from n5gzg3JR1NJEaz4tg... to 2NdaAX7lPT6w3tMn8...
  • 992f2bd Roll Chrome Android ARM64 PGO Profile
  • 6eb5673 scalable_iph: Remove webui for ScalableIph debug logs
  • ab84960 scalable_iph: Remove unused feature kScalableIphDebug
  • d763ad6 Roll Enterprise Companion chromium_linux64 from KnQgL6aqZRykuBNZq... to tHES_8eAILT6DThJV...
  • dd17460 Roll Enterprise Companion chromium_win_x86_64 from rg0sG6AdBOAZeLEh-... to _C3RJT2fFCT7ckox8...
  • a111339 Roll Perfetto Trace Processor Win from d857fe828dad to 6e853ac297de
  • f78ee93 [composebox] Enable submit button in Compact searchbox layout.
  • 221d385 Roll Skia from 3ec07511b802 to dd86b310ab25 (1 revision)
  • ad3813e Create options struct to regulate behavior of TabSelection.
  • c928488 Roll Chrome Win32 PGO Profile
  • c67e9e1 [gardener] Disable flaky `FlowInterruptedAfterSubmitFormStep` on ChromeOS with ASan.
  • ef7dc38 Roll DevTools Frontend from de4c9bbd4109 to 886fa52458d5 (1 revision)
  • eb160f0 Roll WebView ARM64 Orderfile from pp2J6tp6_4_TEawyP... to oyRvz7ONCjBJVC3p1...
  • 36406d4 Fix TabGroupListBottomSheetTest for desktop-like incognito window
  • 0bcca78 Roll Chrome Android ARM64 Orderfile from YKm_ImMv48Dbl6jYy... to UJPLTMUMZ6_fT17hX...
  • 906cb74 Roll Crossbench from 88b56defd579 to c30c6ff7a08c (1 revision)
  • d60a9ed flyout: Add flyout menus to TabOverflowMenuCoordinator
  • 79cde3d Follow image generation url in omnibox
  • a6ca00a Roll Chrome Mac Arm PGO Profile
  • 4226fab Roll Skia from 0f9a41f4969b to 3ec07511b802 (3 revisions)
  • 3e66033 Fix grouping comments in configs of Pinyin-related CrOS IME settings.
  • 4ef03f2 net/disk_cache/sql: Add feature to load SQL disk cache index on init
  • 56d2ab2 ScopedVT: Set position-anchor: auto explicitly for ::view-transition
  • cbb35b8 switcher: add available countries check
  • 35e6a0c net/disk_cache: Move SQL backend ID definitions to a dedicated header
  • 8020f37 Roll Chrome Android ARM64 PGO Profile
  • 82659e5 Roll Depot Tools from 5163c5dcbe6d to 0a519cc26926 (1 revision)
  • a9deaae Updating trunk VERSION from 7526.0 to 7527.0
  • afedab2 [gardener] Disable flaky `ScriptInjectionTrackerBrowserTest.ProgrammaticInjectionRacingWithDidCommit`.
  • 85b2d42 [omnibox-next] Handle UploadFileStatus in file upload flow
  • f2f6ee5 [permissions] Fix GeolocationPermissionResolver when requested approx
  • 1d06328 [iOS] Fix the canceled task can't be removed and the file exist check.
  • 0e9bdfa [AIM] Fix TotalCacheSize metric
  • 45a05b4 Remove superfluous callback.h includes from //ash and //chromeos headers
  • db40983 Roll Dawn from 614bebb4e3cc to 10812edb621d (9 revisions)
  • 82a3831 Roll Skia from 2809fd296a19 to 0f9a41f4969b (2 revisions)
  • 601d285 Migrate tools composebox histograms to ContextualSearch namespace
  • 00ddb14 Tab: Add tab check in launchIntent
  • 04789ec Add WebGL/WebGL2 conformance test failures for Fuchsia QEMU.
  • b487dc1 Expose ConnectionKeepAliveForHttp2 feature to WebView
  • 710930a [AIM] Add bulk delete api for page content cache
  • fa55bd3 [composebox] Add aim tool mode to search requests.
  • 495e1e6 Add CookieInsertionStatus in cookie monster
  • 46dc5fb Inline emoji type in metrics code and remove dead code [7/N]
  • 1298af5 Roll Chrome Mac PGO Profile
  • a73b5bb Remove dead code empty methods in EmojiSuggester [6/N]
  • e6c1b89 Remove dead methods in EmojiSuggester [5/N]
  • 2c5ea41 Remove unused inheritance related to emoji suggestions [4/N]
  • 80456df Remove dead code in AssistiveSuggester due to disabled flag [3/N]
  • d9f24e2 Remove dead code related to emoji suggestions [2/N]
  • c0ec11c Roll zerotrie: 0.2.2 => 0.2.3 in //third_party/rust.
  • b942586 Reland "Fix TabGroupDialogPTTest for desktop-like incognito window"
  • dfd47e8 Roll tinystr: 0.8.1 => 0.8.2 in //third_party/rust.
  • 286bb94 Remove PluginService::GetPluginsAsync() usage in printing/PDF code
  • 5091e28 Roll Chrome Mac Arm PGO Profile
  • 45f010d [Task Nudge] Fix label alignment in GlicActorTaskIcon
  • 152a935 Roll Catapult from f920355ae588 to 93a98173469f (1 revision)
  • febf571 Roll Chrome Linux PGO Profile
  • bc98307 Roll compiler-rt from cdedfae79b45 to f224ea657b1e (4 revisions)
  • 901a40c Roll Chrome Win ARM64 PGO Profile
  • 774ea81 Roll clank/internal/apps from 66d961a91ba4 to 1b4c90d90ea7 (1 revision)
  • db88017 Roll libyuv from 900da61d3cad to 068c9f2f643c (1 revision)
  • 11311c7 Remove dead code related to emoji suggestions [1/N]
  • cd8fb24 Roll optimization-guide from be0b67c3c228 to 85aee959fdea
  • 32c36fd Roll gn from e7f3202128bd to 8c77cb940e3f
  • 078af65 Remove superfluous callback.h includes from //content headers
  • f1bcd0d Fix ChromeOS related tests will be failing with ActorKeyedService
  • 2913eb1 Rename PluginService's GetPlugins methods
  • 4215829 Simplify PluginList::GetPlugins() and related code
  • 8eed1c5 Gate Workspace users and Dasher accounts from Bluedog
  • 12bc302 Roll Website from 258fabff6e21 to 9918992493d3 (1 revision)
  • a858123 Roll clank/internal/apps from 923bef4a5a24 to 66d961a91ba4 (1 revision)
  • 40b2049 Roll Depot Tools from cdddcc5974b0 to 5163c5dcbe6d (1 revision)
  • 838f338 Refactor WebContentsBasedCanceller to avoid repeating conditions.
  • ad0f804 [ios] Add unittest for PageContextWrapperMetrics
  • e779c8e [aim][popup] Set `delayed_upload` to false for tab uploads.
  • 11cd4d9 [MinimalUi_MenuButton] Add setBackgroundInsets for menuButton
  • c5837f7 Roll Error Prone from _RZL5CNywt1M1qWuk... to ieA7yjKAyUzNopKZd...
  • 80c59cb LinkHoverStatusBar: Implement delayed expansion
  • 8909f96 [BNPL][Clank] Fix OnDidFinishNavigationForBnpl Race Condition
  • 8346af4 Update `TestExpectations` with bugs filed for crrev.com/c/7147483
  • 8ee607c Roll Chrome Android Desktop x64 PGO Profile
  • 3cd6553 Populate in ActionChipsHandler the tab ID usable by Composebox
  • 0d3f839 scalable_iph: Remove ScalableIphFactoryImpl::IsBrowserContextEligible
  • 9419e56 Create SessionManager in ArcAppTest when it creates UserManager
  • 3f1e6e5 Roll WebView ARM64 Orderfile from NyJxV3I1slZi1HaMO... to pp2J6tp6_4_TEawyP...
  • b7e873c Roll Chrome Win32 PGO Profile
  • 217a905 Increase test coverage for TranslateKitSplitSentences.
  • 16824d1 Blink: platform: Use Blink wrappers for binding utilities
  • 4a6b982 Revert "[BNPL][Clank] Add generic issuer icons for non Chrome branded builds"
  • 119db49 Roll Kotlin Stdlib from VoYkKFyaLcNc-5mLx... to wTCaoWB9dhXrnZpcJ...
  • ed784bf Roll Chrome Android ARM64 Orderfile from XBESdj2dZRnxGZtZq... to YKm_ImMv48Dbl6jYy...
  • bc4c66f [AIAE] Add AI note to BNPL selector issuer dialog footer.
  • 6cf8b6b [AIM] Move type ahead suggest to its own flag
  • aed3615 Roll Updater chromium_linux64 from 2@1538007 to 2@1539003
  • 5ea8f58 Add flag for depth-based hit test
  • 6a1cfd0 Roll Manifest Merger from u_wFpTPixWcADw-c2... to auGY-KH9MEKUjUxnt...
  • 42946bf [iOS] Updates Chromeleon metrics ownership
  • 295d769 Inline export statements of fill_constants.ts
  • b1388ee Roll Android Lint from uDABYl04zxpaJdY-F... to KEDgN-Ca357VsIkaq...
  • 216a66d Reland "scalable_iph: Remove ScalableIphFactory usages"
  • a2098b1 Roll Perfetto Trace Processor Win from 3aa23303b617 to d857fe828dad
  • c250f61 Remove uses of BodyAsStringCallbackDeprecated (c/b/ pt. 2)
  • c02d244 Roll Depot Tools from 8acc772e9a76 to cdddcc5974b0 (1 revision)
  • b4cefe6 Roll PDFium from 1861f24ae2b4 to 99e950ba7e46 (10 revisions)
  • cdc4695 Include the prompt/response in the rdb test result
  • 96b31c0 Ignore when iOS SDK add operation fails with duplicate error
  • 42bcda8 Get proper count of Incognito windows in Incognito Indicator Menu UI
  • c697e9a Roll Chrome Mac Arm PGO Profile
  • 1a1364b [TSTC] Rename TabStripHeightObserver interface
  • 73a8f8f [AIM] Add new feature flag to control AIM M3 using Aim Eligibility Service
  • 62f1251 [TSTC] Minor refactor for strip visibility
  • fdc92c0 Roll Perfetto Trace Processor Linux from d857fe828dad to 6e853ac297de
  • 5f4087f [global media controls] Delete kGlobalMediaControlsPictureInPicture flag
  • 71d3a9c Fix binding-setBindGroup.html on Compat
  • 3756663 Roll llvm-libc from 10a4a01f40b8 to 8334c6fc15f7 (4 revisions)
  • b9ce7e8 Roll Catapult from 3ae683ba5a8a to f920355ae588 (1 revision)
  • 137a785 Fix `CHECK failure · !g_initialized in wtf.cc`
  • 569b244 [aim][popup] Restore text to the Omnibox on AIM popup close.
  • 670c1db [AIM] Changes Tab Selector Toolbar Title
  • 72d8bb0 Revert "[Gardener] Disable flaky NotificationContentDetectionServiceFactoryBrowserTest.DisabledForIncognitoMode on Windows"
  • f5be4f7 Lens gradient background option
  • 1bfc804 Remove superfluous callback.h includes from //ui headers
  • c6e2d25 [Settings containment] Fix: TopicsFragmentTest failures with AndroidSettingsContainment
  • b967fb8 PaintTiming: Record paint time for queued but detached elements
  • 777ea07 Adds tests in MostVisitedTilesPTTest for incognito windowing
  • 8f7c900 [PWA] Document install error log better.
  • b16e36f [glic] Add highlight border to glic window on ChromeOS
  • 5987d35 Revert "[PWA] LocalizedText class for Manifest Localization"
  • 269fc11 [glic] Add InstallAttributes to ExtendedUpdatesNotificationTest
  • 7525bba [ntp-next] Animation for chips
  • 9312232 Roll Skia from 27209a752e5c to 2809fd296a19 (3 revisions)
  • c9f50d6 Roll Chrome Android ARM64 PGO Profile
  • de9f73c Revert "[iOS] Skip ESB tips notification if safety check notif is enabled"
  • 16973fb Roll BoringSSL from d495ee744848 to 58f2aedf852b (1 revision)
  • 136722a [lensoverlay] Ignore stale screenshot callbacks in Lens controller
  • cb59071 address flickering zero state suggestions
  • 4e7d946 [APC] Quiet bounding box validation in official builds for now
  • a498bcf Avoid a crash at Editor::SyncSelection for a removed iframe.
  • c4c073f [LNA] Remove URLRequest.target_ip_address_space
  • dffbaa2 Roll Depot Tools from 2bc167bbcaf0 to 8acc772e9a76 (1 revision)
  • 629ced1 Make UseQuicProxiesWithoutWaitingForConnectResponse its own Feature
  • b899df4 [tips] Record metrics for Google Lens usage through tips notifications
  • a176b70 [Extensions] Convert enum ExpectType to enum class
← Back to all summaries