Chromium Daily Digest Logo

Chromium Changes Summarizer

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

Chromium Digest: 2025-11-14

Overview

This digest covers 694 commits to the Chromium main branch, with 522 deemed relevant for developers. Key changes include the removal of the non-standard `scroll-start` CSS property, the launch of the `ch-ua-high-entropy-values` permissions policy, performance improvements for tab switching and font handling, and groundwork for WebNN on Windows. The first relevant commit was (412b56f) and the last was (c367a66).

Web Platform & Blink

  • ⚠️ BREAKING **BREAKING:** The non-standard scroll-start CSS property and its associated logic have been removed from the codebase. The CSS working group decided not to adopt this property. (c2d5dd2)
  • Deprecation warnings have been added for several APIs to encourage migration to newer standards. A console warning will now appear for Protected Audience APIs (joinAdInterestGroup and runAdAuction) and for in favor of the dedicated element. (12d30b6) (42e4bbf)
  • The "ch-ua-high-entropy-values" permissions policy has been launched to stable, giving sites more granular control over User-Agent Client Hints. (e8fe18f)
  • CSS cascading is now enabled for the SVG element, allowing styles to apply more consistently to reused SVG content. (eabb1e3)
  • To support the **WebNN API** on Windows, the browser will now automatically attempt to install the WinAppRuntime dependency on launch. (16ad7ec)
  • The **WebXR Layers API** now supports stereo layouts (left-right and top-bottom) for Quad, Cylinder, and Equirect layers. (7dcfb19)
  • Platform-native overscroll effects (e.g., the elastic bounce on macOS) have been extended to work on non-root scrollers, not just the main document. (4f82a10)
  • A major internal refactoring removed the Supplementable pattern from LocalFrame and Document, simplifying Blink's object model. This may affect projects with heavy Blink patches. (209a1e8) (0f63769) (aa3945c)

Performance

  • A new WebContentsObserver::OnVisibilityWillChange method has been added. This allows a renderer's process priority to be updated *before* a page is set to visible, potentially speeding up tab switches. (8da687b)
  • Renderer memory usage has been reduced by adding a cache for mapped font files in FontDataManager, avoiding the creation of multiple memory-mapped files for the same font. (d66e867) (5812124)
  • To prevent visual artifacts during multi-page view transitions, the shutdown of the old renderer process is now delayed by 4 seconds, ensuring its resources remain available until the transition is complete. (0fc58ea)

Android

  • In multi-window mode, the instance limit has been effectively disabled for desktop devices and increased for other high-memory devices. (e790d30)
  • An API was exposed in MultiInstanceManager to allow programmatically closing a specific window instance. (a57d9bb)
  • The link hover status bar now features fade-in/fade-out animations, aligning its behavior with the desktop version. (e5621db)

iOS

  • A new pattern has been established to allow calling C++ code from Swift, with a test target to verify its implementation. (54df018)
  • The Passkey tab helper now supports an excludedCredentials list, allowing it to yield back to the OS if a specific passkey is excluded from the request. (dfe9af1)

Security & Privacy

  • New infrastructure for **Private UMA (PUMA)** has been added. These metrics are collected with reduced system information and will be uploaded to a separate endpoint from standard UMA. (23fdfe8) (1d3ac16)
  • Work continues on Device Bound Session Credentials (DBSC), with the implementation of asynchronous deletion for unexportable keys and disabling of OAML cookie binding for non-default storage partitions. (10a7890) (1181848)

Code Health & Infrastructure

  • ⚠️ BREAKING **BREAKING:** The unused feature flag GCMDeleteIncomingMessagesWithoutTTL, which has been disabled since 2021, has been removed from the codebase. (412b56f)
  • A new RegistryWatcher helper class has been introduced for monitoring changes to Windows registry keys. (187207a)
  • PDF XFA form support can now be controlled via an enterprise policy (PdfXfaEnabled) and a feature flag. (9045259)
All Commits (694)
  • c367a66 Update Multimodal Suggest Page Classification
  • ac4a203 Revert "extensions: chrome.downloads.setUiOptions API for desktop Android, pt 1"
  • 8a5d2a4 Roll glic-test-internal from 9db360b1a8c7 to 663cabcaa660 (1 revision)
  • 52ade4a Migrate Lens Homework chip to PageActionController
  • 0bedff5 [BWG] Add chevron icon to price tracking button in Page Action Menu.
  • 58eecac Roll Chrome Android ARM64 Orderfile from cqF_3mX6_GxebXd1l... to QxR9BMrjREHb5x1nd...
  • f039236 [Contextual tasks] Disable animation for switching tabs
  • 6025701 [ntp-realbox] Refactor searchbox icon positioning.
  • 187207a Add a RegistryWatcher helper class
  • 83b0192 TaskAttribution: Propagate through EventTarget::EnqueueEvent()
  • 2090347 Revert "[Gardener] Disable LinkToTextMenuObserverTest.LinkGenerationRequestedMetric_Failure_WithDelay on Windows"
  • 07fc919 [aim][popup] Reset mode on popup close.
  • 1389042 [ntp-next] Update to action chip favicon radius
  • 495543f [iOS] Move Content Suggestions Impression Limit Service
  • e455176 [glic] Use NOT_DRAWN_LAYER for GlicWidget on all platforms
  • ec114b3 [glic] Use SOLID_COLOR_LAYER for background of GlicView on all platforms
  • 08e081c Roll android_deps from cPXE9WmvLV3ydeERd... to 9kbB9apxYf43B4Ftu...
  • ff9c47f [ios] Add TabGroup drag and drop functionality
  • f41743f Roll Chrome Win64 PGO Profile
  • 347d91d ChromeAndroidTask: ignore #show calls if task has already been active
  • f311d0e Remove ShopCard arm 2 code
  • 4e92fbb Additional media strings for glic.
  • 0c80635 [GlicMI] A kill switch for auto unpin on tab change origin
  • d20d015 Add app command logging
  • 3ad0482 Roll WebView ARM64 Orderfile from BD-PUWSRm9JZ_XHHK... to Vl7RNA82Kto4Us4y9...
  • 1ae64ce [Test] Fix ToolbarSwipeTest and TabbedNavigationBarColorControllerTest for OpenIncognitoAsWindow feature
  • 8ac7de3 [aim][popup] Only move text to the composebox when not a URL.
  • 1d9a848 [omnibox-next] Shift submit button positioning to the right
  • e52cf2d [Omnibox Next] Fix adding tab context
  • e96bbda Roll WebView ARM Orderfile from oexFDg9-VSTufv5rv... to PY07dQBOrR0DYI6jY...
  • 9045259 Control XFA form support via enterprise policy and Finch.
  • 23fdfe8 puma: Add PUMA histogram metadata directory
  • 636f13c Roll Perfetto Trace Processor Linux from 87c35b8d3065 to bdbf4aeccf94
  • 366a9de Roll Depot Tools from ccd4d2f3454b to 23ad8839bff8 (1 revision)
  • 2cfe482 [Read aloud] Add helper method for mapSentencesToSegments_
  • 04abef6 [soft navs] Clean up SoftNavigationTestHelper.get*PerformanceEntries*
  • 4504585 Fix leakage tests in AndroidOpenIncognitoAsWindow field trial
  • d66e867 Add a cache for mapped files in FontDataManager
  • 34c6042 [lensoverlay] Hide animated glow in Lens side panel.
  • 901c19d PaymentRequestContactDetailsTest: support an incognito window
  • 7338a53 Roll Perfetto Trace Processor Win from 6b2005887835 to 87c35b8d3065
  • 6b06e96 Roll Perfetto from bdbf4aeccf94 to 0603493636b0 (1 revision)
  • 3170b88 [Contextual tasks]Add a RemoveReason for detach tab into side panel
  • 051b7d8 [html-in-canvas] Do not report intersection observer visibility
  • 0b3bbc4 [omnibox-next] Increase composebox max-height to avoid cutting off suggestions.
  • cdc4bf1 [iOS] Add unit test for data controls reporting.
  • e37dbf4 Add feature flag for PDFium version 2 per-request font matching
  • 1bb18fe Roll Chrome Mac Arm PGO Profile
  • dc8d5d7 [AIM] Fix error scrim showing on Lens side panel composebox.
  • 162d6ea Roll src-internal from 2a8114093d65 to 1e7fc9de73aa (1 revision)
  • 1fb726e Reset gesture timers when tap is confirmed in TouchActionFilter.
  • 44d2c06 Add RemotingClientIOProxy as an observer of RemotingClient.
  • 6498090 Notify PerformanceScenario observers from renderer MainThreadScheduler
  • f08585b [GlicMI] For multi-instance, only show border glow in Live mode.
  • fd570b2 url: Remove url/third_party/ from unsafe_buffers_paths.txt
  • d1ab99e bt-internals: Partly migrate chrome://bluetooth-internals to TypeScript (4/N)
  • 89213ac Reland "[omnibox] Gate AIM popup based on the AIM eligibility service."
  • 3fb0913 Check for typos in crate names in create_update_cl.py
  • 352432e [Task Nudge] Enable kGlicActorUiNudgeRedesign by default
  • 41a2086 Roll clank/internal/apps from 489f609bebe3 to 8bc67280f19c (1 revision)
  • eb854f8 [iOS][CX] Display password conflict resolution screen
  • 7d44533 [Android] Create #closeAllWindowsAndDeleteInstanceAndTabState()
  • 7bf1129 Remove a helper function
  • 39917ea Reland "Roll src/third_party/fontconfig/src/ f0ed9c3f4..23b3fc6e5 (6 commits)"
  • 6a479f6 Add a new flag to mb.py to allow duplicated isolate map entry
  • 0000043 Roll Chrome Android ARM64 PGO Profile
  • 2a510e2 [Android][Settings] Show search result always in detail pane
  • 0829968 Roll V8 from b62fa54ea0a3 to 66b6aa01ca79 (3 revisions)
  • c8865ae [iOS][PSF] Fix Active state Badge Color When Infobar Is Shown
  • dad862c [Chrome Next] Add loading bar to new layout.
  • f8ae8dc Roll vulkan-deps from 141706da45be to b6a053891179 (4 revisions)
  • 3d458d4 Add SURFACE_INPUT_FOR_ANDROID_VEA webview feature
  • c2d5dd2 Remove scroll-start
  • 89bfecb Glic actor: Handle reauth task focusing
  • 8f69787 [composebox] Add scroll to voice mode in composebox
  • c4a5481 Roll Perfetto Trace Processor Linux from e9a9837b0bee to 87c35b8d3065
  • f5c77fd Roll Perfetto from 87c35b8d3065 to bdbf4aeccf94 (2 revisions)
  • f19e9a9 [ntp-next] Fix GM2 theme colors for Action Chips
  • 6ca8e57 [lensoverlay] Add histograms for non-blocking privacy notice.
  • 9bb0c26 [Fixit] Update LocationBarModelTest to account for
  • aae538c Fix download status returned from "availability()" for builtin APIs
  • d04d2d3 [Composebox] Handle ESC press when composebox unfocused
  • 6e233d3 Add experiment to not use pending transaction
  • a4995fe Refactor test assertions and improve code style.
  • 94f74af Roll ANGLE from 2a42e887afc0 to c74a9835b0bf (46 revisions)
  • 2da8492 [GlicMI] Add card to blurred inactive side panel
  • 267d74c [omnibox] Always add the AI Mode page action.
  • 622c02a Roll WebView ARM64 Orderfile from 8RF-aWhTV-jtTkslS... to BD-PUWSRm9JZ_XHHK...
  • 92e0fad [iOS] Add histogram for copy/paste protection
  • b6398df Roll Dawn from fb58f52e9b02 to 6657cffc321f (4 revisions)
  • 651a85f Create shell page for chrome://contextual-tasks/internals
  • dfe9af1 [iOS] Support excluded credentials list in PasskeyTabHelper
  • 720350d atomicops: Remove Barrier_AtomicIncrement
  • 37ff6aa glic: Fix side panel visual artifact
  • 4f82a10 Implement Overscroll Effects on Non-root Scrollers
  • 014e3f6 Roll Chrome Android ARM32 Orderfile from kDGNDMiPwCsDfV_Cj... to IiD4nvuRvDVAo2J2N...
  • 390eb62 YourSavedInfo: fix highlight overflow
  • 133029f [ntp-realbox] Fix Realbox Next drag and drop overlay.
  • b07073a Roll Chrome Mac PGO Profile
  • 6caf75b Remove MatchingScenarioObserver::NotifyIfScenarioMatchChanged
  • 0148739 Add release builder support for android-desktop to bisect-builds
  • 0335dd5 Revert "[ALPC Extensions]: Warpstar integration for approvals"
  • 463b7c9 Roll Chrome Android ARM64 Orderfile from UjslCfiIW5024YW4y... to cqF_3mX6_GxebXd1l...
  • 6b22670 Roll Chrome Mac Arm PGO Profile
  • 21f2b32 [TWA] Initiate TabStripTransitionCoordinator only when available
  • d95419c [GlicMI] Fix Close(RFH).
  • 2da0a4c Adjust enterprise reporting retry and backoff parameters.
  • d108484 [TouchToFill] Combine passwords and passkeys into single array
  • e3d435d Update `TestExpectations` with bugs filed for crrev.com/c/7157609
  • 2378dbb Convert to UNSAFE_TODO in chromeos
  • 7ff4504 Reland "[composebox] Move composebox handler to searchbox directory."
  • b2acb09 Update actor login tool browsertest to expect MQLS logs
  • bef9875 [ntp-next] Updating hover colors
  • 3dbaef2 Add android_webview to the Testing config of PerfCombined2025
  • 0093cb1 extensions: Fix crash in TabsGetZoomFunction on desktop Android
  • e095da2 Remove some unused includes of focus_ring.h
  • 8eac3a3 Roll Perfetto from e9a9837b0bee to 87c35b8d3065 (1 revision)
  • a881217 [Omnibox AIM popup] Fix anchor bounds switching between Regular and AIM
  • 4f1e3cb Remove ReadAnythingReadAloudDesktop fieldtrial flag.
  • 04d645c [iOS] Add fade animations to NTP background image transitions
  • 37365a1 [Extensions] Use dialog model for download open dialog
  • 709cf50 [iOS] Re-order ios target elements in components/webauthn/ios/BUILD.gn
  • f1b41ab [persistent_cache]: Detect and handle corrupted locks on abandon.
  • cf376a9 Merge OpenXR loader Manifest when using content_providers
  • c304a0e Disable BrowserContext creation in GlicTestEnvironmentService creation
  • aafacfc Roll Chrome Win32 PGO Profile
  • 3f5d488 Migrate iOS Beta builder to chromium.tests.beta
  • 4bfce95 [Task List Bubble] Fix hover on subtitle bug
  • 38f663a Remove unused parameter in bookmarks::OpenCount
  • 0fc58ea Delay old renderer process shutdown for view transitions
  • 36f4334 api/certificate_provider: SHA-1 -> SHA-256
  • 2a570c6 Roll Perfetto Trace Processor Linux from 60d98b4d2c8e to e9a9837b0bee
  • 369537d Remove the "clear-cross-site-cross-browsing-context-group-window-name" flag.
  • 1d3ac16 puma: Implement PUMA histogram functions
  • ebb25fe Actor: Update tests to use page stability test harness
  • fd49faa Adjust condition for showing browser management notice.
  • 12d30b6 Add deprecation warning for Protected Audience APIs
  • 6a69aad Wait for PreferredAppsList in WebApps browser tests
  • 5a29824 [a11y] Mark kCaret as not reached on Android.
  • 703ce7b [PDF Ink Signatures] Add caret browsing text highlight metric
  • bf761e6 [iOS] Refactor Content Suggestions Price Tracking Promo
  • f87005a Introduce disable_unknown_warning_option
  • dbf7f38 Delay Nudge Popover bubble to end of UI message loop
  • aa318fa generate_milestone_reports.py: Add M143
  • 058a5c4 [PDF Ink Signatures] Clean up PdfInkModuleTextHighlightCaretTest
  • 81a158a extensions: chrome.downloads.setUiOptions API for desktop Android, pt 1
  • fc64186 Add a finch experiment to measure impact of ReleaseCacheMemoryIfNeeded
  • 1d26894 Roll Chrome Linux PGO Profile
  • 58f4d74 Roll Skia from 4c02d9fc79c1 to f58b1b8052a2 (1 revision)
  • 1b404db [ALPC Extensions]: Warpstar integration for approvals
  • 89027a6 [Android][Settings] Display title for search results
  • 79b51d1 [Settings containment] Fix: Preserve preference icons with containment styling
  • 403b409 Add structured test ids to gpu builder group
  • bf0c435 [Sync ESB] Reset local pref to allow future sync notifications
  • fc9cfcc Update the migration scripts to use the pyl module instead of ast
  • 749c379 [iOS][Gardener] Disable flaky test ManageSyncSettingsTestCase/testAccountSettingsWithSyncTypesListDisabledAppliedDynamically
  • f5c35bd [iOS][Gardener] Disable flaky test GeolocationManagerTest/GeolocationManagerCache
  • 8d706fa [iOS][Gardener] Disable flaky test TranslateInfobarTestCase/testInfobarChangeTargetLanguage
  • d44b336 [iOS][Gardener] Disable flaky test TranslateInfobarTestCase/testInfobarNeverTranslate
  • 9785533 [iOS][Gardener] Disable flaky test PermissionsTestCase/testAllowAndBlockMicrophonePermission
  • 87453a3 [iOS][Bugfix] Fix PasswordControllerEGTest Flaky Test
  • 861035c [iOS][Gardener] Disable flaky test VisibleURLWithWithSynthesizedRestoreTestCase/testEmpty
  • 00ffc92 [iOS][Gardener] Disable flaky test GeolocationManagerTest/LocationUpdatesOnCreation
  • 4b4dec9 [mac] avoids half-activation by activating the app on first click on.
  • 2b3f3cf [tips] Add metrics for user action per feature type on tips
  • f97114a [iOS] Add UMA histogram for Promo Style outcomes
  • 043b013 Roll Chrome Win ARM64 PGO Profile
  • f3f6632 Roll glic-test-internal from 375d368f131c to 9db360b1a8c7 (1 revision)
  • 879d0fa [aim][popup] Clear autocomplete matches on input clearing.
  • 9710946 Reenable ScriptInjectionTrackerBrowserTest.ProgrammaticInjectionRacingWithDidCommit
  • 64a7c37 Launch CleanupLegacyTabState
  • 86b006d Record user selected permission duration in attempt login tool
  • e790d30 [UW] Default-enable kDisableInstanceLimit and kInstanceSwitcherV2
  • 076f876 Import wpt@abc2ba7c833d72abdb31c2d183c5282233c20de8
  • 600d43a Roll Chrome Android ARM64 PGO Profile
  • a05287b Roll WebView ARM64 Orderfile from aNCAWb7duaR9R53sN... to 8RF-aWhTV-jtTkslS...
  • b9ba16a [Test] Use incognito migration flag instead of open incognito as window flag for test
  • c07b526 [Omnibox Next] Use omnibox config instead of ntp composebox config
  • 9d57d4f Roll Perfetto Trace Processor Win from 43ab698dc09a to 6b2005887835
  • 9a9d0d3 [aim][popup] Add a separate method to add context outside of OnShow.
  • e98a717 Remove unused parameter from PluginService::GetPluginInfo()
  • 1dbc2ec Roll Chrome Android Desktop x64 PGO Profile
  • aa7e587 Fix a few issues with WebCodecs and media internals
  • eb5b92c [Theme] Adjust Status bar icon tint color for NTP.
  • 0873c31 Fix OmniboxPedalsTest for desktop-like incognito window
  • 778fb2c Remove expired Attribution Reporting metrics
  • 0991681 flags: remove enable-expkit-text-classifier* flags
  • 6c71b87 [iOS] Add UMA histogram for Confirmation Alert outcomes
  • becb466 fix auto spanification for protected_memory_unittest.cc
  • f14b386 Convert infra/config/targets to a lucicfg package "@chromium-targets"
  • 71b37a4 Ban the use of `rand()` in new code.
  • 81462b0 Roll vulkan-deps from 0f9e614d39cb to 141706da45be (106 revisions)
  • e77bc84 [Bookmarks Bar] Ensure bookmarks bar stays visible with LockTopControls
  • 424c56b [Android][Gardener] Disable ScaledPageContentProtoProviderBrowserTest on automotive
  • 89eab62 android: Remove some pre-Q code from ashmem.cc
  • cf409aa [Extensions] Fix install dialog justification text color not reverting
  • 7744bf4 Roll Perfetto from 60d98b4d2c8e to e9a9837b0bee (2 revisions)
  • c00373f Roll Chrome Android ARM64 Orderfile from 4b0GvKVdftKvloSRW... to UjslCfiIW5024YW4y...
  • 5bc580d [Persist] Restore active tab first
  • f53c4be [contextual_tasks] Open in new tab implementation
  • c95d0c9 [TBHSP] Shadow overlay corners should paint on theme change.
  • 007b791 Roll clank/internal/apps from 15ae286225e1 to 489f609bebe3 (1 revision)
  • 92512a1 [Cache Encryption] Add cache reset on encryption status mismatch
  • 5812124 Use FontDataManager's typeface cache for LegacyMakeTypeface
  • cb905c1 Roll Chrome Android ARM32 PGO Profile
  • 7683a94 Refactor for media/webrtc/audio_processor
  • 621d57f Update expected error message in presubmit JSON test.
  • af1abb8 [iOS][CX] Handle URLs without HTTPS scheme
  • 31b8f82 [Extensions] Improve layout of scroll view contents in install dialog
  • 2625573 [tab switch] Avoid unnecessary isolate priority updates
  • 26b9542 [Fixit] Enable CustomTabActivityAppMenuTest#testOpenInIncognitoBrowser()
  • 685fb78 Roll Chrome Mac Arm PGO Profile
  • 11d31b3 Add exclude_flags param to StatisticsRecorder::GetHistograms()
  • 6e9536e Roll V8 from c76a62d2ffe0 to b62fa54ea0a3 (9 revisions)
  • 980c4d5 [contextual_tasks: Open chrome settings, help and my activity UI
  • 0282ca7 Revert "Turn on unsafe two-arg container constructor warnings for Chrome."
  • 54e24d6 Update dnsinfo.h and associated metadata
  • 71e5b0d Roll Perfetto Trace Processor Linux from 6b2005887835 to 60d98b4d2c8e
  • 5e3de96 Delegate WebContents::GetSize() and Resize() to WebContentsView
  • f11dcc4 Convert to UNSAFE_TODO in crypto
  • ad79bcd [Force Save to Cloud] Add Dialog to prompt save to drive
  • 2301ea5 [Default Browser] Cleanup Default Browser GN targets
  • 6ae1c2c [Extensions] Disable renderer worker activation token check on ChromeOS.
  • c0d6c78 [iOS][Gardener] Disable flaky test PasswordManagerTestCase/testAutoScroll
  • d00087e [Extensions] Change back to DCHECK when granting site access
  • 20ca9d0 [Settings Search] Handles non-unique keys
  • cb9e0cf [Watermark preview] Disable font size buttons when the
  • 77b5b7d [iOSFidoImportExport] Add Select/Deselect All button
  • 231eecf WebUI: Implement @webui-eslint/web-component-missing-deps check.
  • 2d6ceb5 [Extensions] Correctly show permissions on install dialog
  • f2d22d3 [PDF Ink Signatures] Fix caret not appearing on first enable
  • f1da8ca [PDF Ink Signatures] Rename PDFiumEngineCaretTest::CreateEngine()
  • 1007ead Fix lint warnings and improve string formatting.
  • c16aa89 Revert "Use property isKeyWindow for key window condition check"
  • 91120da [Progress bar] Add flags to disable android animation
  • be7de16 [Persist] Find active index
  • cee09e5 [BNPL][Clank] Refactor issuer icon fetching
  • 4c60185 [ScrollPredictor]: Prevent synthetic event generation during flings
  • 5dd9432 [AIM] Disable create image tool when there is tab input.
  • a254616 [iOS][Gardener] Disable flaky test DownloadsSettingsTableViewControllerTest/CanToggleAskEveryTimeAndSelectSaveToPhotosAccount
  • 5654c7d Simplify rustc_nightly_capability usage
  • 2ee63d4 [base] Add `base::ToVector` overload for rvalue arrays.
  • f25c4ac Roll WebView ARM64 Orderfile from hdgC1i7KgXBSY7Mp1... to aNCAWb7duaR9R53sN...
  • 7d67f54 Adjust StringHasher::HashMemory() to optimize better
  • a153b12 [iOS][Gardener] Disable flaky test LocationBarEditStateTestCase/testTapBehaviors
  • 9ef5af8 Sync feature protos.
  • 88e504b Disable all V8ContextTrackerTests on Mac and Android due to flakes
  • 6499ec0 [omnibox][webui] Fix when to open AIM popup or navigate to AI page (2)
  • cfca771 [Omnibox Next] Focus on input when opening composebox
  • 238d3a9 [aim][popup] Fix mouse event handling for Linux/PC/ChromeOS.
  • 0d40a16 Roll Perfetto from 6b2005887835 to 60d98b4d2c8e (4 revisions)
  • ee89037 Merge ActorLogin data in the MQLS log entry before uploading.
  • b0052ea [iOS][CX] Add test suite for CredentialImporter
  • 7406c97 Reland "Remove PluginService::GetPluginsAsync() usage in NavigationURLLoaderImpl"
  • 6a131d4 Roll Chrome Android ARM64 PGO Profile
  • 1cae838 [animation-trigger] Use precise type in StyleTriggerAttachment
  • ca2d53b [BNPL][Clank] Log TTF linked and unlinked issuer selection metrics
  • e0ab1f6 [iOS][Gardener] Disable flaky test PageContextExtractorJavaScriptFeatureTest/ExtractPageContext
  • 916a52a [iOS] Adjust colors for input items for top input plate
  • e6a8793 Refactor: Clean up PRESUBMIT.py
  • ac09480 [BNPL][Clank] Fix terms cut off in the issuer and progress screens
  • 003a6c5 [TreesInViz] Add deserialization test coverage
  • 227aa81 Add structured test ids to more builder groups
  • 2c8501d Adjust glic_actor_* ownership to actor/ui
  • b36ded6 Roll Perfetto Trace Processor Linux from c08c3a579700 to 6b2005887835
  • b07eff1 Remove obsolete Skia presubmit checks.
  • f068ee8 Roll Chrome Android ARM64 Orderfile from GS4FIQzLIZx7WKuQa... to 4b0GvKVdftKvloSRW...
  • 4aca1f9 glicmi: Clarify automatic tab sharing in settings
  • 2f75149 [ACT] Remove remaining FPP dependency on TrackingProtectionSettings API
  • ffc4b2b Roll DevTools Frontend from 5facf58fe95c to bb82faf6ad6e (1 revision)
  • 5efa383 Roll cpuinfo from 952a51988323 to 1d1dbb4cd620 (1 revision)
  • c7851b1 [iOS] Remove fieldtrial for kSuggestStrongPasswordInAddPassword
  • 19fd956 Add Missing Feature flags for Android WebView PerfCombined2025 experiment.
  • fcf68b6 Fix SupervisedUserCriticalJourneysIntegrationTest for Desktop Incognito
  • cc45d4e Use the most recently visited fallback URL for favicon fetching
  • c20ad81 Fixing top separator not showing in new layout when bookmarks bar is shown
  • 331d6c6 [iOS] Enable Default Input Accessory View by default
  • 5cca408 Add feature param enabling multicontext AI mode fulfillment
  • 5ed08c9 Invalidate AsyncLayerTreeFrameSink WeakPtrs on Compositor Thread
  • f886459 android: Convert ashmem-dev.c into C++
  • 0765208 Add Finch feature param flag for blocklist as default enabled
  • 8f93bd1 Add extra debug data for differing paint properties in chunks
  • 3721eb9 Update metrics protos with proto_export
  • 53d1aff Refactor: Use `std::optional` for WebAuthn well-known fetch body
  • 64fcdff Reland "[iOS] Update FieldTrial Testing For AskGeminiChip"
  • 42c9c20 [iOS][Gardener] Disable flaky test TipsNotificationsTestCase/testTriggerNotifications
  • 3731d44 Boca: Add metrics for AudioHelperChromeOsImpl
  • f3f79be [CHR] Fix unsafe buffer usage in alternative_browser_driver_win.cc
  • ccf35b7 [AIAE] Issuer view updating flow for BNPL
  • f32cd29 boca-receiver: Enable kBocaHostAudio flag by default
  • 9fa2c5a Fuchsia: Disable plugins support
  • 79832af [composebox] Fix submit button position for TallTopContext mode.
  • cc69501 [ntp-next] Update AIM eligibility checks for action chips.
  • 3e72924 Roll clank/internal/apps from 512953067d9b to 15ae286225e1 (1 revision)
  • 4d535df Roll ANGLE from be1fae49c38b to 2a42e887afc0 (1 revision)
  • b33b95f Add fusebox metrics
  • ed97ae4 [ntp-realbox] Only open menu on transition if it was open in realbox
  • 372130f Enable WebViewUseRenderingHeuristic by default
  • 66d84f7 [AIM] Remove observer is nav attachments mediator.
  • e2ef00c [AIM] Disable current tab input when creating images.
  • 918b9c4 [AIM] Move thumbnail logic into view binder.
  • 61c2995 [sync] Fix UAF if engine destroyed with poor timing
  • a4baaf8 [iOS] Origin and rp_id validation placeholder
  • 59e8f46 Roll Chrome Win64 PGO Profile
  • 1af8ba9 Migrate FRE metrics to PageHandler for multi-instance support
  • 4e3e2cc Reland "Remove PluginService::GetPluginsAsync() usage in PluginRegistryImpl"
  • 42d1cee [iOS][Data import] Rename error views to drop Safari
  • f41099e Fix lint error of uncalled super for onPictureInPictureUiStateChanged
  • 063365f [CodeHealth] Remove stale base::Feature ImageAnnotationServiceExperimental
  • 1118cc2 [iOS][Data Import] Move conflict and error screens to shared folder
  • d702cb6 Add `--embedder-drop-caches` flag to embedder.crossbench
  • 0acc4ac Roll Chromite from 35daf04774ee to 8f96b36a0b5d (1 revision)
  • 0995e05 android: Update license in ashmem.h
  • 32d4643 Log common attributes to MQLS for actor login
  • 3c540bb Roll Chrome Mac Arm PGO Profile
  • b817265 [CC Clip Paths] Store animation bounding rect in property node
  • 6b853be [iOS][2024 PE] Remove Cancel button from 'Payment methods' sheet
  • 9d31124 [actor] Adjust callbacks to deal with objects disappearing
  • 43a87d3 [iOS][Gardener] Disable flaky test TabGroupsTestCase/testMovingBetweenGroupsUsingGridContextMenuInIncognitoGrid
  • 54df018 Test that stuff from base/ can be called by swift code.
  • 86807e7 [DBSC] ScopedMockUnexportableKeyProvider to use MockUnexportableKeyProvider
  • 40382d7 Roll src-internal from c687147a980d to 2a8114093d65 (1 revision)
  • af4fce3 Roll Chrome Android ARM64 Orderfile from 862RJwC1MkZGtdIEn... to GS4FIQzLIZx7WKuQa...
  • 3c5a12e Roll Perfetto Trace Processor Linux from 43ab698dc09a to c08c3a579700
  • b44bac9 [ios] Re-enable and fix flaky prominence notification test
  • ce2b202 [animation-trigger] Push animation triggers to the impl thread.
  • 8da687b [tab switch] Add WebContentsObserver::OnVisibilityWillChange
  • 5317217 Roll WebView ARM64 Orderfile from Fg8ku8BC6oXApHnm9... to hdgC1i7KgXBSY7Mp1...
  • 7467b26 Adjust web test to heap snapshot changes
  • 26e57ff Roll DevTools Frontend from 6428614325aa to 5facf58fe95c (1 revision)
  • ba07b96 [IOS] Introduce a new zps section for composebox classification
  • 7af7fa0 kcer: base/hash/sha1 -> crypto/obsolete/sha1
  • ab5635e component & extension updaters: Periodically clean up CRX cache
  • 7e7039c Roll V8 from 011a8843c26f to c76a62d2ffe0 (1 revision)
  • 863be4a Removing Signin.AndroidAccountInfoFetchTime histogram with related collection of fetch time timestamps.
  • a7a575f FullCardRequest::unmask_response_details should return const reference
  • 9cc3f11 Roll Perfetto Trace Processor Win from c0591eeb3c5c to 43ab698dc09a
  • 54fa39b Gemini button animates and hides text on actor nudge
  • dcfb484 [iOS][Gardener] Disable flaky test SharedTabGroupsTestCase/testLastTabClosedMemberAlert
  • d223427 Roll Chrome Android ARM64 PGO Profile
  • cc1ce9f [iOS] Change new badge color on NTP to match customization
  • fe9e12a Revert "[omnibox] Gate AIM popup based on the AIM eligibility service."
  • 6ed9ea9 Roll WebRTC from 423c06891ed5 to c44d87fd91d9 (7 revisions)
  • 08d6e4e [SC][A11y] Replace announceForAccessibility in SafetyCheck
  • 7f090c3 Roll Perfetto from c08c3a579700 to 6b2005887835 (4 revisions)
  • 7f76fd0 [iOS Blink] Disable PageContentMetadataObserverBrowserTest.NoMetaTags
  • 089e8a7 Updating trunk VERSION from 7528.0 to 7529.0
  • 4f2e4ac [iOS] Add compact mode to input plate
  • e35ca0a [iOS Blink] Disable PrerenderUntilScriptBrowserTest.TargetBlank
  • d2abc20 Use std::make_unique<T>(...) in cc/** where possible
  • 0bca9d8 [omnibox] Gate AIM popup based on the AIM eligibility service.
  • e6d237c [iOS][Gardener] Disable flaky test AutofillProfileSettingsTestCase/testAccessibilityOnAutofillProfileViewPage
  • 6da7bb0 Roll Help App from J3OUIYzFnnf1vU32R... to iJECwiLZiJKhgNK7Q...
  • f059ba9 Enabling MQLS flags by default for ActorLogin
  • 9928ab5 Roll Media App from Fgtr7odpHRDy_2VQf... to OrrBIgFkKOQioD2TN...
  • 9590377 [iOS] Serialize and read credential descriptions for passkeys
  • 42e4bbf [PEPC] Add deprecation warning for <permission type="geolocation">
  • 8a8ec6a Revert "[tracing] Create etw data source in browser behind a feature"
  • 86560bc [omnibox-next] Fix AIM popup font and icon sizing and spacing.
  • d839f88 [Signin][iOS] Remove IdentityInAuthError fieldtrial_testing_config entry
  • fb7c2ff Roll clank/internal/apps from 5cd52231bf66 to 512953067d9b (1 revision)
  • 47a892e Remove obsolete methods related to plus address creation
  • ec14576 Remove kIgnoreCertificateErrors in chrome/browser/push_messaging
  • 1181848 [DBSC] Disable OAML cookie binding for non-default partitions
  • d67ebe6 Remove write refs to TransferableResource::color_space in test
  • d8766dd Roll Dawn from d0a7351260cb to fb58f52e9b02 (3 revisions)
  • 7a97950 Roll Chrome Android ARM32 Orderfile from s5xXlhIS5BXcR64xm... to kDGNDMiPwCsDfV_Cj...
  • 3f136fd [contextual_tasks] Added OWNERS file for strings directory
  • ed60a18 [Actor UI] A11y for Scrim + Takeover button
  • ef034d9 Roll Chromium-BiDi
  • 07410b1 Enforce password complexity only for local passwords
  • 391d58d [Omnibox Next] Improve flakiness and increase test coverage
  • 254b651 Instrument update events
  • 1ea33d9 Roll Chrome Mac Arm PGO Profile
  • 98360f7 Revert "Convert to UNSAFE_TODO in cc"
  • c420c75 Instrument Omaha request events
  • 7f5d56a Roll Chrome Mac PGO Profile
  • 4c154e1 Roll DevTools Frontend from 079544142a41 to 6428614325aa (3 revisions)
  • 0daa7af [iOS] Add fido transport protocol to iOS build
  • 076092f Upstream ag/35935034
  • 1b68366 Accept HistogramEventProto* in EncodeHistogramDelta()
  • 05a1419 [AIAE] Integrate the throbber view with BNPL flow
  • cca168e Fix typo in RegionalCapabilities.FunnelStage.Triggering description
  • 835815f Revert "[iOS] Update FieldTrial Testing For AskGeminiChip"
  • 10a7890 [dbsc] Implement asynchronous deletion of unexportable keys.
  • 3f97fe7 [iOS][PSF] Fix Placeholder Views Opening AI Hub
  • 2834bd4 [Persist] Sort returned tabs inorder
  • 437fccf Roll WebView ARM Orderfile from 72xmu1boMl-afOAdI... to oexFDg9-VSTufv5rv...
  • 698a975 [iOS] Update FieldTrial Testing For AskGeminiChip
  • 6f2fa9a [iOS][Gardener] Disable flaky test testCardChipButtonsAreAllVisible
  • a1b36f4 [Force Save to Cloud] Add new dialog message/labels for Force Save to Cloud
  • 475ecec spanification: automatically spanify mojo/core/test/test_support_impl.cc etc
  • b8e315e Use ChipView::setIconWithTint in BookmarkSearchBoxRowView.
  • a30ca6e Roll Perfetto from 43ab698dc09a to c08c3a579700 (2 revisions)
  • 5b003b4 [iOS] Add Incognito Badge To Location Bar Badge (LBB)
  • 5803ac7 YourSavedInfo: Update chip titles to use plural forms
  • 192fce9 Remove obsolete TODO comment in GeolocationProvider.
  • b034672 Roll Chrome Android ARM64 PGO Profile
  • 3d7c5a3 [DBSC] Move `GetBoundSessionsToRegister` to `OAuthMultiloginResult`
  • cb83935 Roll V8 from ce5a85a87933 to 011a8843c26f (5 revisions)
  • 0cbfa43 Roll WebView ARM64 Orderfile from vZjOciVRuXLwXNXTd... to Fg8ku8BC6oXApHnm9...
  • 68a7e02 Remove ID_SYMBOL from gCrWebLegacy namespace
  • 0fe5016 webauthn: initialize PasskeyUpgradeRequestController member
  • 7e866a0 Extend SafeBrowsing Extension histograms and update owners
  • 209a1e8 Make LocalFrame not Supplementable.
  • 0f63769 Make LocalFrame less Supplementable.
  • 09a77c0 Roll Chrome Linux PGO Profile
  • f4ff94e Roll Perfetto Trace Processor Linux from c0591eeb3c5c to 43ab698dc09a
  • 2bcb6e5 Convert to UNSAFE_TODO in content
  • 965a200 [KP] Automatic update from google3
  • 0a63c7d [Omnibox] Suppress cached ZPS on Incognito NTP with omnibox autofocus.
  • 20f0fef Show unsynced data count in signout confirmation
  • 6323fe2 [CT] Automatic update from google3
  • 046db87 Updating XTBs based on .GRDs from branch main
  • eabb1e3 Enable Svg2Cascade for <use> element CSS cascading
  • 854d81f Move Internals.dumpContentNode{,Tree} to a partial interface
  • cc901fb Roll Chrome Android ARM64 Orderfile from XZAM8PLyLnZgrlztu... to 862RJwC1MkZGtdIEn...
  • 090e47e Roll DevTools Frontend from 8dc8fbc29acc to 079544142a41 (1 revision)
  • a73f97b Roll Chrome Win ARM64 PGO Profile
  • 07026d5 Convert to UNSAFE_TODO in skia
  • 34de556 iOS plumbing for the `Sync.TrustedVaultAddKeysSuccessfully` metric (1)
  • bf687bb [WebXR Layers API]: Dispatch redraw event for layers
  • faf03d4 Convert to UNSAFE_TODO in cc
  • e61559d [Incognito] Extend IncognitoReauth.PromoImpressionAfterActionCount
  • fc38e71 Extend the Enterprise.Dlp.FilesDefaultFileAccess histogram
  • d606af1 Roll Chrome Android Desktop x64 PGO Profile
  • 43cd952 Show unsynced data count in signout confirmation
  • ae5e7fc Convert to UNSAFE_TODO in gpu/ipc/common
  • 3686038 Automated Commit: LKGM 16483.0.0-1073129 for chromeos.
  • ade78c3 Desktop plumbing for the `Sync.TrustedVaultAddKeysSuccessfully` metric
  • b2c6dd2 Roll ios_internal from c6f7584a9703 to 855e1539a0ca
  • d1a23b9 [SyncTest] Override GetSetupSyncMode() for SingleClientOsPreferencesSy.*
  • 3224239 Roll Perfetto from c0591eeb3c5c to 43ab698dc09a (3 revisions)
  • 2e8aac1 [AI Assistance] Add feature flags for context selection agent
  • c776571 Roll clank/internal/apps from 0128cc5123c5 to 5cd52231bf66 (1 revision)
  • 96b68f0 Roll Crossbench from 6c2c77ad763d to d58dc7a8d5f1 (1 revision)
  • 7a8991b Android plumbing for the `Sync.TrustedVaultAddKeysSuccessfully` metric
  • 1aba799 Reland "mojo: ChannelLinux: Add explicit locking around Write"
  • 9a13291 Roll Chrome Android ARM32 PGO Profile
  • 39d2c9d [Uno-D] Enable History from promos before reauth completes
  • 5f4a46b Send debugging SNI for Google domains despite ECH GREASE
  • 391916c DataTypeWorker: Clear unknown_encryption_keys_by_name_ on GC directive
  • 9f6d208 Roll Chrome Mac Arm PGO Profile
  • 98f9013 [dbsc] Make `ScopedMockUnexportableKeyProvider` a gMock object
  • e8dd1af Roll Chromium Variations from _0ONgdwxpWmWKGS7o... to pcoHuYkhtpAyrRpvn...
  • 8c349e1 Remove unused Document ex-Supplementable members.
  • 967c368 Convert to UNSAFE_TODO in ui
  • 50cfb4d Add AttemptLogin MQLS logs
  • e916012 Roll DevTools Frontend from 88c31cd35bcf to 8dc8fbc29acc (1 revision)
  • 2ff6de3 Reland "Reland "Roll Chromium-BiDi""
  • 62f4f48 [ios] Manually roll EarlGrey
  • c3edd20 Revert "metrics: Add PageLoad.Clients.Ads.AdPaintTiming.NavigationToFirstContentfulPaint3.Incognito histogram"
  • db4d237 Revert "metrics: Add a histogram for navigation to FCP in Incognito"
  • 3e47403 Revert "metrics: Add a histogram for navigation to LCP in Incognito"
  • 0fa33c6 Revert "metrics: Add BFCachePolyfillSecond histogram in Incognito"
  • 1792e67 Revert "metrics: Add incognito-specific UserInteractionLatency histograms"
  • 4c2bc31 Revert "metrics: Add a histogram for max CLS after bfcache restore in Incognito"
  • 3067bec Roll Chrome Android ARM64 PGO Profile
  • e8fe18f Launch "ch-ua-high-entropy-values" permissions policy to stable
  • c4fe384 Roll Crossbench from 04b131d0abcb to 6c2c77ad763d (1 revision)
  • ae7815f Add accessibility DOM fuzzing infrastructure based on FuzzTest
  • d33d1f3 Update and re-enable layout tests after crrev.com/c/7147499
  • ec12718 Remove unused DataObject ex-Supplementable members.
  • 664cfd6 Make DataObject not Supplementable.
  • 759e5d0 YourSavedInfo: Update Autofill AI filling flow link
  • 5ebbe8c [Android][Gardener] Disable TargetScrollOffsetForFlingAnimation test
  • b4f9f77 YourSavedInfo: Redirect /enhancedAutofill to /yourSavedInfo page
  • 2ba80a6 [Otp][TestOnly] refactor CreateOtpForm()
  • 2ff74b8 [Android] Fix for window return when exiting full screen
  • 8d09fcf Remove EmitPerScrollJankMetricsAtEndOfScroll field trial config
  • d9c97b3 Roll DevTools Frontend from ffb052bf74b8 to 88c31cd35bcf (1 revision)
  • fbc4cf5 Convert to UNSAFE_TODO in net
  • 04929fe [iOS] Fix AIM camera attachment not being recorded
  • 995b5ba Revert "Update config for SuppressMemoryListeners on Android and ChromeOS"
  • d3d3f6c Roll BoringSSL from 5848893344ab to b28d2e8fa0be (1 revision)
  • f87c3d5 legion: Enable parallel requests in WebSocketClient
  • 24fabed [Android][Gardener] Disable `V8ContextTrackerTest.SameSiteNavigation`
  • d03cbf0 Roll WebView ARM64 Orderfile from ATJlYI0_WVbSW0OPy... to vZjOciVRuXLwXNXTd...
  • 6461b78 Reland "Reland "Add Cursor Visibility Management for Mouse-less Systems on Windows""
  • 351c3c6 [OTP][Cleanup] Cleanup ApplyClientsideModelPredictionsForOtps flag.
  • 2b73d0f Convert to UNSAFE_TODO in ipc
  • db07312 Roll Projector App from JT-ByBeEFV_CeqMG2... to lAuMKt8qjkpB4oEoe...
  • 83dc2db Roll Chrome Mac Arm PGO Profile
  • e69563f Update meet_effects hash in DEPS file.
  • 2ad70fc Roll Skia from 8018d9830fae to 4c02d9fc79c1 (3 revisions)
  • 1e0eae9 Reland "Use RunOnceCallback in //components/autofill"
  • 92b998c Roll V8 from 8cd334b0d00c to ce5a85a87933 (2 revisions)
  • 3956132 Roll ios_internal from 805ceb1bee44 to c6f7584a9703
  • cf2eca6 [signin] Cleanup feature kInterceptBubblesDismissibleByAvatarButton
  • e21e95a Remove unused Agent ex-Supplementable members.
  • ddf4ba5 CodeHealth: Clean up stale base::Feature MinimumChromeVersion
  • 39b9093 [AutofillAi] Migrate local pref to new syncable pref on startup.
  • aa3945c Make Document not Supplementable.
  • d0c00ee Roll Chrome Win32 PGO Profile
  • 75dbd25 Roll DevTools Frontend from 7a5e96c7f3ca to ffb052bf74b8 (1 revision)
  • 7349f1e Roll WebGPU CTS from 452bd98d1396 to 5a1dcdc8578d (1 revision)
  • 7f4419a Roll Dawn from c81f49e1cc45 to d0a7351260cb (1 revision)
  • b9a104a [DBSC] Parse DBSC standard session format in OAML response
  • 886422c Roll Boca Receiver App from Oma0i7sacrgoNs4z_... to MGmhfAkn6SW75TnnZ...
  • dfdc83b Roll BoringSSL from 58f2aedf852b to 5848893344ab (2 revisions)
  • 586f231 Roll Chrome Android ARM64 Orderfile from ar3QUfu5U6uox40CY... to XZAM8PLyLnZgrlztu...
  • fb95720 Harden devtools web test
  • 5ad8924 spanification: spanify //media/formats/map4.
  • 6521143 YourSavedInfo: Track visits to Your Saved Info page
  • f265f99 YourSavedInfo: Update "person-text"(saved-info) icon
  • 03643f2 Roll Boca App from 9AER86Wp6-YHfkIqP... to K6DGWikB_gQNPCXBD...
  • 346c578 Add unit test to avoid adding typed OM crash bugs
  • db054f3 Enable AutofillAndPasswordsInSameSurface
  • 7cfdb04 [SH] Clean up HaTs survey message prompt
  • 0bc101f Revert "[composebox] Move composebox handler to searchbox directory."
  • 5b1c2fe Roll V8 from ef9943b7dad7 to 8cd334b0d00c (3 revisions)
  • 4e0d4f5 [Frameworks roll] Roll to 832186276 piper revision
  • 5c0d218 Use superview coordinates for WebContentsViewMac bounds
  • 605e182 [SyncTest] Override GetSetupSyncMode() for SingleClientCookiesSyncTest
  • 13594c4 Remove announceForAccessibility call.
  • b54a82b Revert "fix of auto spanification for libfuzzer"
  • 8633d79 [SyncTest] Override GetSetupSyncMode() for SingleClientWifiConfigurati.*
  • 31d30d7 [SyncTest] Override GetSetupSyncMode() for SingleClientPrintersSyncTest
  • b11b8ff [SyncTest] Override GetSetupSyncMode() for TwoClientArcPackageSyncTest
  • 21b1241 [SyncTest] Override GetSetupSyncMode() for TwoClientAppListSyncTest
  • c3e7694 [SyncTest] Override GetSetupSyncMode() for SingleClientWorkspaceDeskSy.*
  • 78f40ad Roll DevTools Frontend from 6e69041d276d to 7a5e96c7f3ca (1 revision)
  • a09095f [Blink] Remove FlushReason::kCreateImageBitmap
  • 336cef5 Roll Chrome Mac PGO Profile
  • ccd90cb Roll android_deps from yX6hnO9mYIDjZHF4_... to cPXE9WmvLV3ydeERd...
  • dad5abc [iOS] Resolves layout ambiguity with dynamic priority
  • c5f7dbb [CHR] Fix unsafe buffer usage in system_power_monitor_unittest
  • 3984725 Create a feature flag for extensions API WebRequest.SecurityInfo
  • 4cad03b Roll WebRTC from 12103ce9a267 to 423c06891ed5 (7 revisions)
  • d2f548f [SyncTest] Override GetSetupSyncMode() for TwoClientPrintersSyncTest
  • 25f6ab1 [SyncTest] Override GetSetupSyncMode() in TwoClientAppSettings.*
  • 985f89c [SyncTest] Override GetSetupSyncMode() for TwoClientWorkspaceDeskSync.*
  • 9d2a57f [SyncTest] Override GetSetupSyncMode() for TwoClientOsPreferencesSync.*
  • 375de2b Add field trial for password change improvements
  • bfa9cd6 Fix how the mac fullscreen overlay view is added to the widget
  • fc65ee7 Roll Chrome Mac Arm PGO Profile
  • 5eb1ae5 Roll Chrome Android ARM64 PGO Profile
  • ffc5f1b Add field trial config for Prerender2WarmUpCompositorFor*
  • 36a345f Roll Chrome Win ARM64 PGO Profile
  • ca12ab5 BookmarkDataTypeProcessor: Handle GC directives
  • 27f5a1a Make sure that CCAM tests test absence of retrieved card
  • 244ebb7 [//ui] Port DRMThreadProxy to talk SIFormat
  • 5273c1a [Viz] Remove TestContextProvider creating RasterImplGLES
  • 808f13b Roll DevTools Frontend from b83ad6035ae3 to 6e69041d276d (1 revision)
  • 228bba3 [Blink] Stop VideoFrameSubmitter test using RasterImplGLES
  • c48c592 [Blink] Stop VideoFrameResourceProvider test using RasterImplGLES
  • b96a36c [//cc] Move LayerTreeHostImpl test away from using RasterImplGLES
  • f3517f7 [//cc] Remove non-LCD text highlighting
  • 5f6838f [Sync] Upgrade to CHECK no local unsynced entities for full-update types
  • 73c3cc7 [//cc] Port LayerTreeHostContextTest away from using RasterImplGLES
  • 0ca735d [//cc] Add cc::Tile::IsReadyToDraw()
  • 23b34ba [//cc] Move RasterBufferProvider test away from needing RasterImplGLES
  • c9495a4 [Blink] Remove FlushReason::kGetImageData
  • 76f764e Make all CCAM test members private
  • 167d750 [Blink] Remove FlushReason::kVolatileSourceImage
  • 9b545a2 ContainerTiming: expose the container roots in the performance entries
  • 0558197 Roll Chrome Android Desktop x64 PGO Profile
  • 833c16a Remove AllowCopyingEmptyLastTableCell flag
  • c668363 Disable the failing tests because of reverting the RenderDocument
  • 8dbc71c Print Preview: Consider Print Preview dialog when activating DevTools
  • ccb4506 Prepare for webrtc::Network being immovable
  • 4e82869 Roll Skia from f44561727b9c to 8018d9830fae (1 revision)
  • 60e06b3 misc: Migrate BASE_FEATURE macros to 2-argument version
  • 0470446 Roll Chrome Mac Arm PGO Profile
  • e94581d [AIM] Clear vsint from multimodal suggestions
  • 4c9f5c8 Add some missing includes of border.h and focus_ring.h
  • 78cd25e Roll DevTools Frontend from b27cf100f193 to b83ad6035ae3 (1 revision)
  • e5621db Add fade-in/fade-out animation to link hover status bar
  • 70e6c9e Roll Chrome Win64 PGO Profile
  • 509f433 Revert "[WebSocketTransportClientSocketPool] Remove Proxy Chain Argument"
  • 024b08d [BrowserControls] Always perform offset adjustment for animation
  • ba42598 url: Use string_view for a FindWindowsDriveLetter argument
  • e40a5a9 Upload logs for non-enterprise users when the enterprise policy is not set.
  • 9ea68aa Simplify ModelBrokerState init.
  • 0de09dd [CodeHealth] Remove stale base::Feature JourneysOmniboxAction
  • fe81353 Ensure ContentsWebView always sets an opaque or transparent BG color
  • c1adbf0 [bedrock] Migrate BrowserList::size() to GetTotalBrowserCount() P1
  • 6fa4aea Roll Chrome Android ARM64 Orderfile from zeoncNG09Bm08Kd91... to ar3QUfu5U6uox40CY...
  • d7cf292 Roll clank/internal/apps from c3d76900cea2 to 0128cc5123c5 (1 revision)
  • 33f3498 Roll Depot Tools from 11b0e6b80543 to ccd4d2f3454b (1 revision)
  • c4fe9ee [composebox] Move composebox handler to searchbox directory.
  • f40252d Roll WebView ARM64 Orderfile from Yp_V_dD3Y5CIibreV... to ATJlYI0_WVbSW0OPy...
  • e93aedf Roll V8 from 9fe625fb1002 to ef9943b7dad7 (3 revisions)
  • f1a3f25 Roll Chrome Win32 PGO Profile
  • 429f243 Roll DevTools Frontend from ff42b23d9982 to b27cf100f193 (1 revision)
  • 12ba9f2 WebUI: Turn on more eslint-plugin-lit checks in build_webui().
  • 061bd14 [tld_cleanup]: check PathService errors properly
  • 7b5af43 Roll Open Screen from 2fc2a2e620a5 to 619fcbf419e1 (2 revisions)
  • b5462f6 Roll Skia from a22a0de7ab00 to f44561727b9c (1 revision)
  • db60fd2 Roll WebGPU CTS from d6613a559138 to 452bd98d1396 (2 revisions)
  • 336a090 Roll Chrome Android ARM64 PGO Profile
  • 70ad555 [iOS][autofill] Refactor child_frame_registration_*.ts
  • fd0ceb3 Roll Chrome Mac Arm PGO Profile
  • 8c6cdbe Revert "Remove PluginService::GetPluginsAsync() usage in PluginRegistryImpl"
  • 1c1c486 Revert "Remove PluginService::GetPluginsAsync() usage in NavigationURLLoaderImpl"
  • 88a4b63 [WebSocketTransportClientSocketPool] Remove Proxy Chain Argument
  • 921478e [AIM] Increase timeout for Lens composebox
  • 3620e7c [Socket Pool Limit Randomization] (5) Rename max_sockets_
  • c6c5b17 media: Update MockLibraryCdm to implement CDM_12 interface
  • 1a2de4d Suppress layout tests for slight AA change in Graphite sw-raster atlas
  • 1e6eaf0 Clean up tree construction in HTMLViewSourceDocument.
  • 0094be0 Use non-Sigslot API for IpcNetworkManager Network signals
  • 576d5bf Fix failing VideoPictureInPictureWindowControllerBrowserTests
  • 7f73557 [ntp-realbox] Hide the recent tab chip if dropdown isn't visible
  • 47a14fb Reland "[PA] Refactor to use a typed SlotStart to replace uintptr_t"
  • 2372f8c Roll src/net/third_party/quiche/src/ 2897364a0..8c511ae5b (16 commits)
  • 5fab66c Roll cpuinfo from f1f25cbe838f to 952a51988323 (1 revision)
  • 8da774f [composebox] Adjust layout for submit button in TallBottomContext mode.
  • 06ca72a Roll WebView ARM64 Orderfile from aEQLEI4B7_y-cJ9m-... to Yp_V_dD3Y5CIibreV...
  • edd5a66 Update extensible enums used in tests
  • 86bc16f Roll V8 from 68cad591bece to 9fe625fb1002 (3 revisions)
  • a55b895 Automated Commit: LKGM 16482.0.0-1073123 for chromeos.
  • 877cb61 [Socket Pool Limit Randomization] (4) Test Mock Socket Pool
  • 1770ecf Reland "glicmi: pin on bind iff default tab sharing setting is enabled"
  • ca7c4b5 Add disk_cache TRACEs to simple cache.
  • bebe08f Start window drag after mouse move on Linux
  • a35828e Roll Chrome Android ARM64 Orderfile from r83LUL5K_VvdWJs9E... to zeoncNG09Bm08Kd91...
  • e92260a Remove kIgnoreCertificateErrors in components/optimization_guide/content/browser
  • cd9155d Roll Chrome Android ARM64 PGO Profile
  • a281625 Roll compiler-rt from f224ea657b1e to afe36f2c515b (9 revisions)
  • 29ab1c7 Roll Perfetto Trace Processor Win from 848c2c58f9e2 to c0591eeb3c5c
  • f19d816 Fix findbar obscured by translate bubble view
  • 6f23d2f Use non-Signal interface to webrtc::Network
  • e7fd1ef Roll Open Screen from ea12400ffb82 to 2fc2a2e620a5 (1 revision)
  • 0569dff Roll Depot Tools from 257c4d187d88 to 11b0e6b80543 (1 revision)
  • 15a30fc [omnibox] Define more colors for composebox.
  • 8c4414a Updating trunk VERSION from 7527.0 to 7528.0
  • 86b5992 Fix android device test runtime-deps filtering on funky build dir names
  • 0c3bf92 Disable the urban array bounds ignore list for ICECC
  • b42863a Use a WeakPtr in HttpAuthDialog
  • 099087b Roll ios_internal from babcdce78d95 to 805ceb1bee44
  • f2ab780 Roll Chrome Mac Arm PGO Profile
  • 46cb5f0 Revert "[APC] Reenable and strengthen bounding box DCHECKs in official builds"
  • fb8ffc0 Roll PDFium from 99e950ba7e46 to c2e74df913f0 (1 revision)
  • 06c5d82 Roll Chrome Mac PGO Profile
  • ec34457 Pass parent handle to GlobalAcceleratorListenerLinux::BindShortcuts
  • 0e1ad4d Revert "[WebAudio] Update LegacyAudioFileReader to output F32 for Opus"
  • 7e92bec Roll Dawn from 7fac4de792f5 to c81f49e1cc45 (15 revisions)
  • a351bdf webnn: remove the logs in platform_functions_win.cc
  • e42b8cf webnn: post IAppInstallManager activation to a background thread
  • dad2402 webnn: record WinAppRuntime installation status
  • 5415f31 Revert "[StatisticsProvider] Fix typo"
  • 8fa2ed5 Fix ContextMenuTest for Desktop-like Incognito Windows
  • 2298dcf Roll Skia from d872ac6e6af8 to a22a0de7ab00 (4 revisions)
  • 91d8861 Fix ChromeHidDelegate unit_tests preparing glic for ChromeOS
  • f742f6a Forward declare FrameMetadata in //cc/paint/paint_image.h
  • e098006 [WebXR] Fix crash on updateRenderState with null layers
  • 95a4663 Enforce C++ ScopedServiceBindingBatch to be allocated on stack
  • 3f465a7 Roll llvm-libc from 8334c6fc15f7 to b75625e6ba88 (4 revisions)
  • c1d6c31 [PDF] Move focus tracking bit from PdfViewWebPlugin to PDFiumEngine
  • b115014 Roll Perfetto Trace Processor Linux from be9ea297ce54 to c0591eeb3c5c
  • 36159b1 Roll Catapult from 93a98173469f to fbc29ad44b7e (1 revision)
  • 583d716 [ALPC Extensions]: Refactor ExtensionApprovalResult
  • f91d6b7 Retrieve browserWindowInterface on each navigation to avoid hidden webcontents
  • 91bc3d3 Roll Chrome Android Desktop x64 PGO Profile
  • a364aca Roll clank/internal/apps from 88c0936fac1e to c3d76900cea2 (1 revision)
  • 12f2be9 Actor: Add metric for the outcome of page stability monitor
  • a2d7890 [Fixit] Update test fixtures in UrlOverridingTest
  • c4f12b1 Fix ArcPlayStoreEnabledPreferenceHandlerTest profile set up
  • 78d81b2 [Gardening] Disable failing test webm-decode.html on Mac
  • 16bd48d Temporarily disables ExternalProviderImplChromeOSTest kiosk tests
  • a64ef41 Roll cpuinfo from 735b2ac12f69 to f1f25cbe838f (1 revision)
  • 7ceba26 Fix testOpenNewWindow_fromIncognitoNtp in MultiWindowAppMenuTest
  • 9317e3a [Omnibox WebUI popup] Set the preferred size on auto resize
  • 3dfc58f [aim][popup] Always route user to the composebox and transfer text when adding query context.
  • 9b15d37 Add logging when the max texture size is exceeded.
  • 3f3be64 [ntp-next] Get contextual suggestions for delayed uploads
  • 4dd4a9c Change autoshard_exceptions.json location to the parent dir.
  • a2657bd [lensoverlay] Fix z-index of non-blocking privacy notice.
  • 1f43864 [aim][popup] Clear composebox input on submission.
  • a2b071a Roll Chrome Mac Arm PGO Profile
  • bde2925 Roll Chrome Win64 PGO Profile
  • 4fffd50 [buildtools] Remove usage of python codecs library
  • a57d9bb [RWM] Expose MultiInstanceManager API to close instance
  • be683d3 Reland "[Task List Bubble] Fix tab navigation, multi-window bubbles"
  • f8e1f3b Reland "[infra] Switch Samsung Galaxy S23 GPU testing to target Android 15"
  • 16ad7ec webnn: install WinAppRuntime when launching the browser
  • 7118192 Roll Perfetto Trace Processor Linux from 4916d8a05c89 to be9ea297ce54
  • ef371b7 Roll Chrome Win32 PGO Profile
  • cd5b03a Contextual tasks toolbar: Add three-dot menu UI
  • 572bd73 [composebox] Ensure voice icon is hidden in drag/drop
  • 77941cb [ntp-next] Updating theming for dark mode and correct colors
  • 2a9e14f Roll Perfetto from be9ea297ce54 to c0591eeb3c5c (1 revision)
  • 43f706f Remove "Enable" from "EnableSurfaceInputForAndroidVEA" feature name
  • a8310c6 [AIM] Add primary content type when uploading tab context
  • 414cfb2 Roll Depot Tools from 4b0c520d0f36 to 257c4d187d88 (1 revision)
  • 120d3e6 Roll ios_internal from eee76d13ce9c to babcdce78d95
  • f12a9b4 Change relaunch required dialog button from "Got it" to "Dismiss"
  • 7dcfb19 WebXr Layers API: Add stereo (left-right and top-bottom) layout support for shaped layers
  • 617a8ae [glic] Use NOT_DRAWN_LAYER for GlicWidget on ChromeOS
  • 6c44136 Fix CombinedPolicyProviderTest for Desktop-like Incognito windows
  • 0c70bff Glic: avoid crash when TabStripControlButton updates during window destruction
  • 7c1b279 Roll OpenXR to 1.1.53
  • 412b56f [CodeHealth] Remove stale base::Feature GCMDeleteIncomingMessagesWithoutTTL
← Back to all summaries