Chromium Daily Digest Logo

Chromium Changes Summarizer

Summary for 2026-02-27 on branch 'main'

Chromium Digest: 2026-02-27

Overview

This digest covers 715 commits on the main branch, with 507 identified as relevant to developers. The changes span from (b004ff2)" target="_blank" rel="noopener noreferrer" class="text-sky-500 hover:text-sky-300 font-mono">((b004ff2)) to (a0f393d)" target="_blank" rel="noopener noreferrer" class="text-sky-500 hover:text-sky-300 font-mono">((a0f393d)) and include a significant number of breaking API changes.

Breaking Changes

  • ⚠️ BREAKING The signature of the public API views::WebView::TakeCrashedOverlayView has changed. It now accepts an optional callback to return ownership of the overlay view, altering how embedders manage crashed view states. (ff0a873)
  • ⚠️ BREAKING The public virtual method EmbeddedContentView::Paint in Blink now accepts a PaintInfo struct instead of multiple individual parameters. All subclasses that override this method must be updated. (b1f411c)
  • ⚠️ BREAKING The public content::StoragePartition methods ClearData and ClearDataForOrigin have been modified to remove the quota_storage_remove_mask parameter, requiring embedders to update their calls. (76d46af)
  • ⚠️ BREAKING The chrome.serial API has been removed from Windows, Mac, and Linux builds, restricting it to ChromeOS only. This will break extensions relying on this API on non-ChromeOS platforms. (f39e3b6)
  • ⚠️ BREAKING The public Android enum value NewWindowAppSource.OTHER has been renamed to NewWindowAppSource.UNKNOWN. This enum is used in public Intent extras and can break intent-based integrations. (1f3feab)
  • ⚠️ BREAKING The public utility function url::EncodeURIComponent has been renamed to url::EncodeUriComponent. All call sites must be updated. (6c112d6)
  • ⚠️ BREAKING The public class net::BackoffEntry is now marked final and its destructor is non-virtual, breaking any embedder code that subclasses it. (ff96c28)
  • ⚠️ BREAKING The behavior of ModelBrokerClient::GetSubscriber has changed to no longer trigger asset downloads. Embedders must now explicitly call the new RequestAssetsFor method. (09a9bfd)
  • ⚠️ BREAKING The stable feature flag kEnterpriseActiveUserDetection has been removed, enforcing active user detection behavior. This is a significant behavioral change for enterprise environments that previously disabled it. (c4307f1)
  • ⚠️ BREAKING Certificate validation behavior has changed. Certificates with weak SHA-1 signatures that previously failed with ERR_CERT_WEAK_SIGNATURE_ALGORITHM will now fail with the generic ERR_CERT_INVALID, which may break specific error handling logic. (180eeca)
  • ⚠️ BREAKING Several public APIs have been removed, including PrefetchContainer::GetRedirectChainSize(), the C-style overload of base::ReadUnicodeCharacter, trace argument filtering APIs (TraceLog::SetArgumentFilterPredicate), LinearHistogram::FactoryGetWithRangeDescription(), and the recently added WebAudioBus::TryInitialize. (b0db611) (460978f) (7287a60) (be046e7) (3686b27)
  • ⚠️ BREAKING Public API type aliases network::OriginatingProcess and network::RendererProcess have been removed. Code must be updated to use OriginatingProcessId and RendererProcessId. (9de6c1e)
  • ⚠️ BREAKING The --disable-canvas-image-2d command-line switch has been removed. Any build or test automation that relies on this switch will be affected. (e35707a)

Blink & Web Platform

  • A major architectural change was made to Event Timing. Interaction IDs are now assigned synchronously, and renderer-side UKM buffering has been removed, simplifying renderer logic and improving robustness. (d56215f)
  • The soft navigation heuristic was updated to include history.replaceState() navigations, and the navigationType property was added to SoftNavigationEntry. (279eb27)
  • Paint invalidation logic for Flexbox and Grid layouts was optimized to be more targeted, improving performance. (a1895ac)
  • A bug that caused dblclick events to fire on touch devices even when pointerdown was canceled has been fixed, improving web compatibility. (fb54bcb)
  • Foundational work was completed to support "silent" scroll-to-text navigations and to generate text fragment selectors for the viewport's center, enabling features like cross-device scroll position restoration. (af3295e) (71f788d)
  • Support for Document-Policy in Dedicated Workers was added behind the DocumentPolicyInDedicatedWorkers feature flag. (57a07c8)
  • The ReverseFind() method on blink::String and blink::AtomicString was renamed to rfind() for consistency with std::string. (6bec707)

UI & UX

  • The Task Manager refresh is complete. The feature flag has been removed, and the old native macOS implementation has been deleted in favor of the WebUI version. (5c16bf4)
  • Logic for vertical tabs was centralized into VerticalTabStripStateController to prevent state issues, and several layout bugs were fixed. (b004ff2) (da2751c) (7855d27)
  • Reading Mode was made more robust against crashes when closing tabs, and its settings menu was polished to better maintain active styles. (74d407a) (869a292) (bb48547)
  • A new generic ui::ElementHighlighter was introduced to generalize anchor highlights for UI elements. (c9fa491)
  • The Site Search chip will now be correctly cleared when the omnibox loses focus, and infrastructure was added for an Extensions section in site search settings. (c73a31c) (de0627b) (7fe8a9e) (a6e3f7b)

Android

  • WebAuthn (passkey) requests are now immediately rejected if the WebContents is not visible, improving security and preventing UI-less requests. (dc899f0)
  • Support was added for the highlighted property in the chrome.tabs.update() extension API on desktop Android. (f04cc6f)
  • The NewTabPageCustomization feature flag was removed, enabling the feature by default. (510d176)
  • A bug was fixed where the focus outline on toolbar icons would disappear on hover. (6b0c756)

iOS

  • Detent support was added to the Assistant UI, allowing for physics-based snapping between different heights. (6f0f90c) (515f91a)
  • The App Bar's "New Tab" button was updated to show a context menu for creating a new tab or a new tab group when on the Tab Groups page. (fcd7bda)
  • The Picture-in-Picture Default Browser promo was integrated into all its entry points across the app. (c4267fa)

ChromeOS & Ash

  • The VideoConferenceClientWrapper was removed as part of a larger effort to dismantle the crosapi IPC layer for Video Conferencing, simplifying the internal architecture. (2079ad0)
  • A series of commits cleaned up unused methods and stale declarations in the Ash networking components, including NetworkStateHandler and PolicyUtil. (e1b69fe) (2711d47) (1b39441)
  • Multiple commits fixed dangling pointer issues in Ash tests by switching to AshTestBase from views::ViewsTestBase. (6416858) (8f7e698) (c77b371) (1b8362e) (5d11e76) (7842cb1) (622c70a)

Security & Privacy

  • Device Bound Sessions (kDeviceBoundSessions) are now enabled by default on Windows, strengthening session security without requiring an Origin Trial. (067236d)
  • The "Report Unsafe Site" feature was enhanced to allow sending screenshot data with the report. (48ed90c)

Services & Features

  • The AutofillEnableVcn3dsAuthentication feature for virtual card 3DS authentication was enabled by default. (e8f489a)
  • Several features related to "glic" (Guest Live Captions) were enabled by default. (b0dcd29)
  • Work continues on the "Actor" feature set, with the ActorKeyedService API now returning a direct pointer and Picture-in-Picture support being added for Actor tasks on Android. (fc6ad72) (628ac5a)
  • Numerous commits were dedicated to renaming internal references of "Legion" to "PrivateAI" across the codebase. (2ceb181) (50e28f2) (f997bcc) (a8a0581)

Internals & Refactoring

  • For IndexedDB with the SQLite backend, idle time is now used to perform maintenance tasks like checkpointing and trimming memory. (5aad9e8)
  • A DCHECK was promoted to a CHECK in IndexedDB code, which will now cause a hard crash in release builds if an invariant is violated, enforcing stricter correctness. (065249d)
  • Clipboard-related code was extracted from //chrome/browser into a new //chrome/browser/clipboard component as part of ongoing modularization. (150bd48)
  • A new SetFilter API was added to mojo remotes to allow inspection of outbound messages. (12ecb0a)
  • The third-party zlib library was updated to version 1.3.2. (26c29f1)
All Commits (715)
  • a0f393d Move @ColorInt annotations to mark their type.
  • 70e0cbd Clean up dependencies after componentizing privacy_sandbox_service_impl_unittest.cc
  • df2f2ac [WebMCP] Add navigator.modelContextTesting.ontoolchange
  • 16d87f8 [focusgroup] Rename no-memory modifier to nomemory
  • 35a1a09 Fix non-member variable naming in chrome/
  • 5118a35 [DomStorage] LocalStorageImpl must not use the database until opened
  • 97bb6f6 [iOS] Conditionally add "Close All" to the tab switcher overflow menu
  • 7855d27 [Vertical Tabs] Collapse Tabs Behind Caption Buttons Fix
  • 94f5cc4 Import wpt@c054f5b6a1373de116f87eb1b1f7f844909cb40d
  • 53d7924 Allowlist uploading ScrollJankV4Result.result_id in traces
  • 740acae [Search Integrity] Add histograms for search integrity metrics
  • 47d0d58 Remove HandleNonDamagingInputsInScrollJankV4Metric from field trial config
  • 763fbf1 [EnableGlicCleanup] for c/b/u/tabs
  • 9337d95 [EnableGlicCleanup] for chrome/browser/actor
  • da52eb9 [focusgroup] Add default modifiers per behavior token and nowrap
  • e4c2d2a Clean up xslt-transform-with-javascript-disabled-quirk test
  • 7bea2b3 [cobrowse] Add feature params for contextual tasks display URL config.
  • fa3c1b2 Add a fieldtrial testing entry for RazeOldHistoryDatabase.
  • f425ff4 Page embeddings: fix usage mode downgrade bug
  • d90ad90 Roll Skia from 6720137543c1 to 9333e2271086 (3 revisions)
  • 61f4249 Add SHARED_IMAGE_USAGE_VIDEO_ENCODE_ACCELERATOR to Android Camera SIs
  • 5f3ad56 Roll ANGLE from 6cf30964b6fe to a326d25100d1 (5 revisions)
  • 2951334 Roll WebView ARM64 Orderfile from 5ihwZkCsmobyjUOeT... to nqPFthO4wBvep4dy8...
  • d76d571 [focusgroup] Extend child role inference to <button> elements
  • ff3b0e7 [Save to Drive] Restrict feature to regular user for ChromeOS
  • 1c660ca [Extensions] device_permissions_prompt -> usb_device_permissions_prompt
  • 6ea5441 [soft navs] Clean up SoftNavigationEagerIcpEntryEmission
  • f7be48e WebUI: Fix Lit event handler naming convention violations, part 6.
  • 8e481da Fix switch-picker-appearance WPT
  • 6824abe Roll vulkan-deps from 4a52573fdbbb to 92727ef4b277 (2 revisions)
  • 6b2db35 Roll optimization-guide from c761c8892cb7 to 2e698554fb2f
  • 55f4ab5 Fix Range::extractContents() out-of-bounds extraction bug
  • e5eaa51 Roll Chrome Android ARM64 Orderfile from 4AqltlhNBsg81VukQ... to n9uxQVPbVcuNo7WKh...
  • 1663001 [Actor] ActorOverlayPTTest
  • f358bfe Roll Catapult from 503ca4daaa16 to 87c9af3b7c64 (1 revision)
  • c200cec Rename distillation_in_progress to increase clarity.
  • 09c00ca Add IDL implementation for Summarizer preference param
  • c934d2c [Composebox] Fix close button visibility
  • ff0a873 Adjust WebView::TakeCrashedOverlayView To Allow Return of Ownership to the Caller
  • b2f10b9 Roll Chrome Mac Arm PGO Profile
  • 70e6ba3 Remove MemoryPressureListener in HangWatcher
  • c4307f1 Remove kEnterpriseActiveUserDetection
  • c5bc887 [EnableGlicCleanup] for chrome/browser/enterprise/data_controls
  • cc6e893 [Theme] Add more logs and skip calling onEdgeChanged() for empty URL.
  • fd1594e Update filter files for the accessibility bot
  • 65c8f12 [EnableGlicCleanup] for c/b/u/views/tabs
  • 4f6407d Roll Depot Tools from 784ff8b99d00 to 55659c2bf434 (1 revision)
  • 0e83514 [Task List Bubble] Order tasks by state within the bubble
  • 35ccfb4 Convert to UNSAFE_TODO in media/cdm
  • a6cba2e [Contextual Task] Fix Enter key behavior after submit
  • f86f082 Update comments on Jingle Data Structures
  • 6443f22 Remove DanglingUntriaged from content::V8ValueConverterImpl
  • 7bb5042 Add tests for allow/ask & allow/ask/block category defaults.
  • b70cde4 Fix JingleMessageReply type discrepancy
  • efbfb93 Fix stale class under tests in chrome/
  • a146f5d [iOS] Add assert typescript helpers
  • 067236d Enable DBSC Standard features by default on Windows
  • 474a9ce Add new observers for Client Side Detection
  • 9257b52 [BottomSheet] Make BottomSheet a bottom control layer
  • b5d49c7 Fix non-member variable naming in ui/
  • a12d169 [gardener] Disable MultiContentsViewInteractiveUITest on ThreadSanitizer
  • 31464d7 LiteRT LM: Add Field Trial
  • 8fdba69 [sheriff] Disable TipsNotifications integration tests for desktop
  • d4946a6 Include <stdint.h> when needed in .mojom-forward.h headers
  • a6e65b3 Add HRESULT enum values for more observed WinAppRuntime errors
  • df1f158 [ntp][contextual menu] Remove obsolete logic
  • ad2e2a3 Add hanxi@ and pnoland@ to feed owners
  • ee15125 [NtpMvc] Move NtpSmoothTransitionDelegate out of NewTabPage.
  • d84fee9 [EnableGlicCleanup] for chrome/browser/performance_manager
  • c6972cf Update CBB autoroll for the builds refs
  • 9d77298 [EnableGlicCleanup] for c/b/{extensions,task_manager}
  • 7acac57 [EnableGlicCleanup] for chrome/browser/password_manager
  • 3122501 Roll Dawn from a46a70776865 to a1b78e4d9d2b (8 revisions)
  • 128995d [EnableGlicCleanup] for chrome/browser/contextual_cueing
  • 87c9b39 [EnableGlicCleanup] for chrome/browser/background/extensions
  • 34a4e5b [omnibox] Prepend Starter Pack keywords to fill_into_edit.
  • 3fd9436 [EnableGlicCleanup] for chrome/browser/lifetime
  • e473c09 [EnableGlicCleanup] for chrome/browser/prefs
  • a37edc3 Further reduce lines in Pixel_SVGHuge lots-of-lines.svg
  • e1b04e1 [EnableGlicCleanup] for chrome/browser/policy
  • 1f3feab [MIR] Update NewWindowAppSource accessors
  • 61f37cb [EnableGlicCleanup] for chrome/browser/ai
  • a7c6f56 [EnableGlicCleanup] for chrome/browser/guest_view
  • ce0356f [EnableGlicCleanup] for chrome/browser/metrics
  • b2513bb [EnableGlicCleanup] for chrome/browser/permissions
  • d7f7fc9 [Frameworks roll] Roll to 876357038 piper revision
  • 4188f06 [EnableGlicCleanup] for chrome/browser/media/webrtc
  • 59295aa [iOS] Add workaround to gtest stdout parsing on mangled test names
  • 3a6e874 Roll Chrome Win64 PGO Profile
  • 074b8b7 Roll Perfetto Trace Processor Linux from ca4508e8f261 to dcb5e98f9f6e
  • d1e1e45 Fix non-member variable naming in InMemoryDownloadFile.
  • 82fb757 [aim eligibility] Adds dedicated eligibility refresh NavigationThrottle
  • dc899f0 [WebContents] Reject Android requests when WebContents not visible
  • 6f68b62 Roll WebView ARM64 Orderfile from 7BG3tEEbyG91QMdpD... to 5ihwZkCsmobyjUOeT...
  • 39211e7 Fix non-member variable naming in components/
  • dbfd6ed Roll Chrome Android ARM64 Orderfile from Ds0m_nmFBBTCewSpq... to 4AqltlhNBsg81VukQ...
  • cacb23c [AIM] Add _VISIBLE and _ENABLED for all buttons.
  • 2ecfb80 WebUI: Fix Lit event handler naming convention violations, part 5.
  • 34599e8 [Searchbox] Fix unexpected newline on Enter in empty searchbox
  • aeccb9c [omnibox] (1/3) Move popup-specific events to dedicated Mojo interface.
  • 5bdcd8b Reland "Use the OnDeviceTranslationInstaller::Observer in ServiceController"
  • 3665feb [EnableGlicCleanup] for chrome/browser/android
  • da2751c [Vertical Tabs] Tab Search Broken Regression
  • a5518f5 Avoid duplicate map lookups.
  • 5d49653 Clear Attachments model list on tab switch
  • f5ca9bf Move SafetyList logic to SafetyListManager impl
  • fe82e1f Run registerSyntheticFieldTrial on UI Thread
  • 3ca4f03 Roll Skia from b150186d3e23 to 6720137543c1 (1 revision)
  • fd11b9a media: Ignore subsequent errors from MF Renderer if in error state
  • dfafec4 [Mirroring] Ensure GPU factory is deleted on the video thread (v2)
  • 5e9e7cd Roll Chrome Win32 PGO Profile
  • c050437 Update stale file under test javadocs in components/.
  • 7fc552f [EnableGlicCleanup] for chrome/browser/resources
  • 4064279 Roll Depot Tools from 3969ba2efbbc to 784ff8b99d00 (1 revision)
  • 14139cf Add feature flags for SourceSpecificMulticastInDirectSockets
  • fa6ef76 Roll Chrome Mac Arm PGO Profile
  • 180eeca Remove CertVerifyProcBuiltin WeakAllowSha1 fallback attempt
  • 12ecb0a Add SetFilter API for mojo remotes
  • 5d1e6aa android-a11y: test initial accessibility events on page load
  • 6392a03 Support GraphiteDawnGLES Skia backend in chrome://gpu
  • 89b47c3 [CodeHealth] Spanify AudioBuffer deinterleaving
  • 79bceee Roll DevTools Frontend from d18b4e4910cb to c804bd56a0e5 (1 revision)
  • 4398b46 [ChromeVox] Relax constraint to re-inject keyboard events
  • 814a9ad Improve style in BrowserUiListMenuUtils
  • abf4312 Add sequence checker to MemoryPressureListener
  • a67455e [iOS] Add passkey validation before completing a creation request
  • d68a4e6 Roll Chrome Linux PGO Profile
  • 0d66453 Delete is_ios bit from omnibox_controller.cc
  • a9ce6f7 Roll Catapult from e507931d6883 to 503ca4daaa16 (2 revisions)
  • 55f62c2 Roll vulkan-deps from 8fff7d646869 to 4a52573fdbbb (3 revisions)
  • 855b490 Revert "[sync] Ensure windows are shown in sync integration tests"
  • 72099f4 Reland "[WebAppInstallFinalizer_Refactor] Use FinalizeUpdateJob"
  • 853e761 Remove unused field in ArchivedTabsDialogCoordinatorUnitTest.
  • 990bf82 Roll Perfetto from ca4508e8f261 to dcb5e98f9f6e (2 revisions)
  • 2df1c93 [Actor] Change default Enterprise pref value
  • 2990191 Roll Chromium Variations from x42yCATAtflE3AL8p... to PyUZ0c5MMik-Oj9I3...
  • 893aa5d Delete unused field in WebApkInstallBroadcastReceiverTest.
  • 42f6a18 IDB: SQLite store - don't attempt to vacuum DB after error
  • cec0c1a [Memory Coordinator] Add memory limit thresholds for pressure levels
  • 7632ab1 [Tab] Change to not use global refs
  • 007c16f Roll ANGLE from b00c8f1bb4af to 6cf30964b6fe (3 revisions)
  • 6394ab6 [contextual-tasks] Add tests for injected inputs.
  • a7f0f46 Change render blocking to render-blocking
  • 6083179 Roll Chrome Android ARM64 Orderfile from 8qFm9Dy9_yrh3LHEx... to Ds0m_nmFBBTCewSpq...
  • be0d893 Update stale file under test javadocs in base/.
  • 8708ae9 [CodeHealth] Spanify AudioBlockFifo deinterleaving
  • 294c5f2 Implement ClickTool for ActuationService.
  • 508951e Roll llvm-libc from c365236fa3db to bfe85bb0366b (5 revisions)
  • 8852e9f Roll src-internal from cea880cdcf4e to f2d4f69a2e84 (1 revision)
  • 04e9544 Speculative fix for another BadMessage class in RCM.
  • 48ed90c [Report-unsafe-site] Create method for sending ping w screenshot data
  • a2beac6 Roll WebView ARM64 Orderfile from d7HZ4wPGXSLZOkd7a... to 7BG3tEEbyG91QMdpD...
  • c9115dd WebUI: Move chrome://feedback out of the list of URLs to test
  • 510d176 [Ntp Customization] Remove feature flag
  • 8a208c8 Roll Crossbench from 8ba619936676 to 0f54974dd4f7 (1 revision)
  • 10b7125 Roll Chrome Win ARM64 PGO Profile
  • 90e1f53 [aimes] Don't drop requests for OTR profiles.
  • 186f039 Notify browser closed event on Profile::Shutdown()
  • 90dd024 media: Fail MF Renderer early if failed to UpdateVideoStream
  • 00700c2 Fix bisect-builds for ASAN on Linux
  • af3295e Add viewport center selector generation
  • 71f788d Implement internal text fragment scroll-to-text foundation
  • 500ba22 Reinstall SadTab views when entering or updating split view.
  • 32f276c Implement updating footer and device selector view in
  • 36280f1 [contextual-tasks] Fix results overlapping input plate on initial queries
  • 762cbe0 [Contextual Tasks] Fix tooltip z-ordering
  • 18f8d6e Add CertVerifyProcInternalTest for sha-1 handling
  • 0a270c7 [//cc] Dedupe {Picture, TileDisplay}LayerImpl common computations
  • 5ad16d2 [//cc] Fold ShouldSkipTile() into callsite
  • 62347e0 [COCE] Immediately send the validation event when clicking is disabled
  • 1d2a40b [//cc] Dedupe ShouldSkipTiles() computation
  • 852f9ac Simplify an ExtensionApiCaptureTest and add to desktop Android
  • 4e59ebd [SetupList] Notify NewTabPage to refresh Setup List on primary account changes
  • 9c41a7b Minor clean up to ChromeSwitchPreference.java.
  • 74d407a Remove ResetForTabDiscard from ReadAnythingController destructor
  • f04cc6f [Desktop Android] Support "highlighted" property in tabs.update()
  • 869a292 Make ReadAnythingController observe tabs::ContentsObservingTabFeature
  • 210492a Roll Chrome Android ARM32 PGO Profile
  • 70ff59c Return error if focused tab web contents is being destroyed
  • c6aa810 [iOS] Add flag for Gemini on all pages
  • febc9cb [ios] Bring back vanilla payment sheet V3
  • 81dec96 Roll WebRTC from 012ba18eab91 to 1b08071e7a47 (2 revisions)
  • b635800 Roll Chrome Android Desktop x64 PGO Profile
  • 1cab686 Roll V8 from 6218e4d40da3 to 96e3f248338c (7 revisions)
  • 6c594fa Do not allow new keepalive to be added when it shouldn't be.
  • 36a2c03 Update GlicEnabling::ShouldBypassFreUi to utilize new InvocationSource kAutoOpenedForPdf instead of kAutoOpenedByContextualCue
  • 58d4271 Update prolonged latency for deepscan dialog
  • a4dc302 Add Gemini Threads in ContextualTasksService
  • fb54bcb Fire dblclick even when pointerdown is cancelled for touch input
  • 8e16fb4 Allows for interspersed flags
  • 034f423 Add more contrast-color() tests
  • 279eb27 [soft navs] Add support for replaceState
  • 12c22fc [SetupList] Refactor two-cell providers and fix completion bugs
  • 6ed70f8 Add InfoBar for blocked web app updates
  • b82bb23 Roll DevTools Frontend from cbd5e68a1af9 to d18b4e4910cb (3 revisions)
  • 72a4af3 Simply logic in a language_detection browser test
  • b0db611 Remove PrefetchContainer::GetRedirectChainSize()
  • b661dd4 [DirectReceiver] Opt out DirectReceiver if thread does not support IO
  • a1afcd9 Roll Chrome Mac Arm PGO Profile
  • 8864a81 [composebox-componentization] Move Composebox input placeholder tests.
  • 8ad3c42 spanification: automatically spanify .../common/providers/cast/channel/enum_table.h etc.
  • 1eb5b30 [GHC] Remove Haystack references
  • c3cdefd media: Fix creating two instances of MediaFoundationRenderer
  • badb6e7 Add request origin to autofill actor form filling requests (1/2)
  • 7936431 Remove obsolete codes in MediaItemUIDeviceSelectorView
  • b7af0f2 Revert "build: Change BANNED_KEYS to ALLOWED_KEYS in codesign.py"
  • c0ea722 Mark resize-event-order.html as flaky
  • d490cdb Consolidate allowlist and blocklist behind SafetyListManager interface
  • 2d87b27 chrome://skills card ui tweaks
  • 3d10479 [iOS] Move reauth to the user verification toggle
  • 434e8b8 Fix optimization guide internal ui crash
  • e4ee0e2 Launch HangWatcher crash reporting to 1% stable
  • 3fecad4 builtin-ai: move opt_guide Delegate into installer policy
  • 04307dc Roll Chrome Win64 PGO Profile
  • 6b42df3 [EnableGlicCleanup] for chrome/browser/pdf
  • b21d831 Autofill event origin trial
  • 36a5400 Roll Skia from bd5b8d13e0aa to b150186d3e23 (1 revision)
  • d7deed8 [gardener] Increase sync_integration_test shards on Linux Debug
  • 4ac8ee9 Fix @JniType("base::RepeatingClosure") not working as a parameter of @CalledByNative
  • 0f44023 [Actor] Change magic cursor feature name to GlicActorUiMagicCursor
  • 698264b [iOS] Enable new Adaptive Suggestions mechanism by default.
  • 26038b4 [focusgroup] Update tests to point to the current explainer
  • ef10a02 Roll Edit Monitor from XK7IDuuFO0fkCRCvX... to I0yYDhQRh-e_LctRC...
  • 57a07c8 Enable Document-Policy in Dedicated Workers
  • cbf0fa3 [gardner] Disable PageContentMetadataObserverB*.NoMetaTags on Mac
  • 46c6af9 Allow reentrancy for IdentityManager::Observer and EmbeddedWorkerInstance::Listener
  • ce5ce01 Grant Skia task scheduler access to chromium.tests.gpu pool
  • 777d232 Skip scroll adjustments when activating vertical tab for dragging
  • 4f165ef WebUI: Remove DOM ids not appearing in Lit HTML template from $ interface.
  • b7cb939 [Topics] Add DWA metric for Topics API result
  • ae7842f [iOS][AIM] Restructure composebox input plate in a separate target
  • 1af35fc [source-phase-imports] Move JS streaming out of BackgroundProcessor
  • 460978f spanification: migrate base::ReadUnicodeCharacter usage to string_view
  • 90beb72 Roll ANGLE from 03c04057ff99 to b00c8f1bb4af (6 revisions)
  • c720db2 Add test case for invoking invalid tab.
  • 9089b84 [cobrowse] Ensure proper navigation behavior for chrome://googlesearch.
  • 2cb6c83 sessions_apitest: Change sleep to an event wait
  • eeb5f46 Revert "[Extensions] Implement OnActionRemoved in menu for Desktop Android"
  • f446038 Delete unused AsyncTask shadows
  • 4221e9e Roll Chrome Win32 PGO Profile
  • 6903334 [VerticalTabs][Glic] Add GlicActorTaskIcon template class
  • c1d741b private_ai: Rename Legion constant in unit test
  • 51c7641 Restructure CSSParserLocalContext constructors
  • d30da82 [FontDataService] Enable FontDataService/Manager on ChromeOS
  • 2b721f1 Add a warning-to-future-selves to RemoveQuarantineAttribute
  • c5c492a Waap: Fix DevToolsProtocolBrowserTest with InitialWebUI
  • 3e10f88 Roll Webpagereplay from b00e15175934 to 22be07d78094 (1 revision)
  • 628ac5a [Actor] Implement ActorPipController and initialize in ChromeActivity.
  • eed3a36 Roll DevTools Frontend from 889d4d63fdd3 to cbd5e68a1af9 (2 revisions)
  • 05730fe [css-anchor-position] Fix anchors-visible on dynamic anchor change
  • a0de069 [Extensions] Implement OnActionRemoved in menu for Desktop Android
  • 57cefc5 extensions: Port ExtensionFunctionalTest to desktop Android
  • c9fcc20 Roll Chrome Android ARM64 Orderfile from v3IC1KcqAG0ZzdNmD... to 8qFm9Dy9_yrh3LHEx...
  • 57b5d82 [Actor] Adding getActiveTasksCount method and exposing it to Java.
  • 5dd4ece Roll WebView ARM64 Orderfile from cr52sFqQFAq4rQrpg... to d7HZ4wPGXSLZOkd7a...
  • 3437550 [Gamepad] Fix wrong axes data in gamepadrawinputchanged event
  • 1f01dda WebUI: Use double quotes for id= in templates
  • 5595532 Fix popover size change when expanding out of compact mode
  • 6c14efe Avoid unnecessary animation invalidation from dev tools
  • b484fb6 Reland "Fix DCHECK failure with very short transition retarget"
  • 887af01 Roll Platform Experience Win from 381395d5e5d1 to d6b4b8f8b6a1 (2 revisions)
  • f6e3a86 [iOS] Add initial implementation for ios_cloud_binary_upload_service.
  • a95ac84 Roll vulkan-deps from 002b07f48ec9 to 8fff7d646869 (3 revisions)
  • 078f099 Handle synthetic response interception
  • b28ed43 [gardener] Ignore flaky test on Mac.
  • 28d9a5d Collect study feature names from source files
  • fc6ad72 Have GetTaskFromTab return the task instead of its ID.
  • 8805c19 Add a test case to reproduce a crash in Synthetic Response
  • 9b34469 Remove CSSContainerNameNotTreeScoped runtime flag
  • 193e98d Roll ios_internal from 4cd6cdab4949 to f0f28e17f585
  • 70f6736 [Report-unsafe-site] Add mojo bindings 8/X
  • eb5130d [EnableGlicCleanup] for c/b/renderer_host
  • f74b9e4 Gemini/Spanification: Update tool policies and prompt
  • 04f8971 [a11y] Expose sub-tree for non-atomic text fields on Android.
  • 1f31d62 [ColorPicker] Move to subdirectory
  • 9fe5cf2 Roll Chrome Mac Arm PGO Profile
  • 3adff26 [owners] Remove jianli@chromium.org from chrome/renderer/net/OWNERS
  • 238ad22 Roll WebRTC from c06fbd7aa804 to 012ba18eab91 (4 revisions)
  • 88375f7 Roll Perfetto Trace Processor Win from bb0a61b40921 to ca4508e8f261
  • 29727c6 Roll clusterfuzz-data from 27694da62fb5 to 68ab2e2c813b
  • ebbdb29 Graphite: support deferred submits with CompoundImageBacking
  • db95393 [Save and Fill] Fix suggestion text getting truncated
  • 6b0ad3c Migrate Vector::AppendVector()/Vector::AppendSpan() to append_range()
  • b62e33f Introduce blink::Vector::append_range()
  • 3b037e5 Extend expiration for Memory.Renderer.EvictedLockedResources.{Source} histogram.
  • b4faa12 [CrossDevicePrefTracker] Fix startup traffic spike for default prefs
  • 82d55f3 [tips] Update the segmentation model to include the recent tabs tip
  • c10d1c7 [persistent_cache] Always use a Transaction when inserting
  • 2025966 Delete ShadowPostTask and remaining usages
  • 5409480 [Report-unsafe-site] Add "Report Unsafe Site" to the Help menu on macOS
  • 52eab3b [gardener] Disable flaky ContextSharingBorderView test on Mac.
  • 607ec2f [omnibox] Fix middle clicks for webui popup.
  • 0113779 Enable some vertical tab drag interactive ui tests on Windows
  • c51df6e [A11y] Prevent kComboBoxSelect from exposing children on Android
  • c46c368 SidePanel: Initial implementation of SidePanelContainerCoordinator
  • a6859e8 PrivateAi: Post proxy token fetch as task
  • e79a731 Disallow random() values inside ident() function
  • f8bba03 [Desktop Android] Migrate tabs.onHighlighted / tabs.onHighlightChanged
  • dcddb10 [A11y] Fix DCHECK failure when creating autofill proxy node
  • 4b6f493 [InputVizard] Add trace event to log top controls offset.
  • e6b14bd [GlowUp] Add glass toolbar behind separate flag
  • b373f64 [aimes] Account change tracking, oauth events and cookie fallback improvements.
  • f9112ad [IRM] Add ShowTriggered UMA metric.
  • bfc81f3 Don't parse descriptors with CSSParser::ParseSingleValue()
  • e00c423 Eliminate UNSAFE_TODOs in script_controller.cc
  • 3399198 Roll DevTools Frontend from 71e834d06fed to 889d4d63fdd3 (1 revision)
  • 8afdd50 [Reading Mode] Add word count metric for Readability distillations
  • 63c2b6e Roll WebView ARM64 Orderfile from O_9IH9KktZlmOeCPj... to cr52sFqQFAq4rQrpg...
  • 256ec35 [contextual_tasks] Clear context library UI on new thread
  • d0bbffe flat_hash_map in ProcessMonitor
  • 1e63d89 [SetupList] Reactively track external sign-in events [2/2]
  • 7488706 [sync] Ensure windows are shown in sync integration tests
  • cb8fa70 [contextual_tasks] Enable AimCoBrowseEligibilityCheckEnabled by default
  • c8277fc Roll Chrome Android ARM64 Orderfile from xAw4gpncaOw9QE0th... to v3IC1KcqAG0ZzdNmD...
  • bf90142 PrivateAi: Resolve BasicConnection requests before disconnect
  • 9be9c7a PrivateAi: Ensure requests always time out
  • faf699c Roll androidx from Di9v_vOtvM11yYkWU... to yjDOkdvC492M3KA9E...
  • 6b7ffc5 Roll Perfetto Trace Processor Linux from bb0a61b40921 to ca4508e8f261
  • f4575d5 [Clarity] Add Anchored Message support to Page Actions
  • a1ccd2d [iOS] Implement ScanDecisionHandler for Enterprise
  • 15105be [iOS] Implement CobrowseTabHelper and CobrowseBrowserAgent
  • 3009009 Roll CrOS system_api from 3ba950dd1b1c to 1fb70b2851b2 (1 revision)
  • c8efcd8 [Sync] Add histogram for access token validness
  • e38cfcf Remove unnecessary adapter member in WebSocketHttp3HandshakeStream
  • e4b8aa5 Roll WebRTC from 1e24c9e308e4 to c06fbd7aa804 (1 revision)
  • 6e74391 Roll Chrome Win64 PGO Profile
  • f304f6c [Extensions] Move/rename fetch header tests
  • 073a20d Extend ProcessIncomingPasswordSharingInvitationResult
  • 515f91a [iOS][Assistant] Refine grabber and gesture handling
  • a03603f Remove minimum pending dialog time
  • 150bd48 Modularize //chrome/browser/clipboard
  • fd015cb [composebox] Fix canned image + create images suggest.
  • 6d2f69d Roll Chrome Android ARM32 Orderfile from jQTsTT0kpiUI8YoC3... to Tx-HwJlHVBAozM4rR...
  • 9bf52b0 Roll Media App from jZ3FMaXD38HEGCYuM... to 11_gU7z86sTK3OtwW...
  • c9fa491 Generalize anchor highlights
  • b086735 Support random() value sharing by property inside @function
  • b416853 Roll Chrome Mac PGO Profile
  • 7c989ac [iOS] Extend UMA Histogram SafeBrowsing.V4LocalDatabaseManager.TimeSinceLastUpdateResponse
  • 9e8e23a Remove CSSFallbackContainerQueries runtime flag
  • 5febe46 Roll Help App from 90xgLS2Q0TxA1sZYm... to 4fBP_JMxSawZVf95E...
  • dc693e0 Prevent re-entrancy in AccountChooserDialogView::WindowClosing
  • 8a79626 webapps: Use MockitoJUnit.rule() in PWA bottom sheet tests
  • 06aec66 Roll Dawn from 2628758a215c to a46a70776865 (4 revisions)
  • c8f69e5 Refactor offlineaudiocontext suspend resume test
  • 1120b14 [Connection-Allowlist] Shared Worker support: local and network
  • d87e8a3 Update accessibility labels for entity update bubble
  • d03bcff Roll Perfetto from bb0a61b40921 to ca4508e8f261 (1 revision)
  • 8cd19b3 Revert "Add script for PGO for WebView"
  • 8d89510 build: Change BANNED_KEYS to ALLOWED_KEYS in codesign.py
  • 22c5973 Roll Chrome Win32 PGO Profile
  • 376d167 Roll vulkan-deps from 2d365e2fbc40 to 002b07f48ec9 (1 revision)
  • 15c8534 Updating trunk VERSION from 7708.0 to 7709.0
  • a638d37 Add WebDX use counter for contrast-color()
  • 31f606a Roll src-internal from 8755247c79c3 to cea880cdcf4e (1 revision)
  • 13689d2 Clean up duplicate future_on for OnFileDownloadedEnterpriseConnector policy.
  • fd42cca Roll Skia from ed220c490eea to bd5b8d13e0aa (1 revision)
  • 2b16972 Roll Chrome Mac Arm PGO Profile
  • de90ad6 Roll Chrome Win ARM64 PGO Profile
  • 3974766 Extend UserDataImporter.* histograms
  • f8a326c Record CPU metrics for Utility process subtypes
  • 9055b57 [composebox] Consolidate context upload checks
  • 0c7eb70 [Persist] Separate ScopedStorageBatch creation from Model profile
  • 650feab Update cookie histogram expirations
  • 7f8e304 [AutofillAi - M4] Implement date field error message.
  • 14d90c4 Roll Chrome Android ARM64 Orderfile from MKTlUUjsJdDkJ1ju2... to xAw4gpncaOw9QE0th...
  • bb52b04 [LoginDatabase] Delete ScopedTransaction
  • 7287a60 [tracing] Remove json allowlist
  • 1b68a5d Notify user only when Chrome is no longer default
  • 84ae17f [KP] Automatic update from google3
  • 140dcfc Never use count features and properties in UA style sheets
  • 5e6b8c1 NQE: make NQE::NotifyHeadersReceived async
  • fde889c Add --download-only flag
  • 950ce63 Set ACCESSIBILITY_ANNOTATION as AlwaysPreferredUserTypes
  • c69727a Only add "DO NOT SU/BMIT" warning for stable channel imports.
  • 093cff7 Handle none keywords in clamp() separately from other keywords
  • eb07ded Updating XTBs based on .GRDs from branch main
  • f25f664 Add path to page context reextractor method
  • 364b3e1 [CT] Automatic update from google3
  • 41d50b4 Finish implementation of GeminiThreadSyncBridge
  • d73e5f9 Roll WebView ARM64 Orderfile from TVtpdjjw9pVYZICHs... to O_9IH9KktZlmOeCPj...
  • affada7 Roll src-internal from 6bcdd83d8472 to 8755247c79c3 (2 revisions)
  • 3104c0a Roll ANGLE from 77a1e90bf756 to 03c04057ff99 (1 revision)
  • a784193 Roll Chrome Android ARM32 PGO Profile
  • fcd7bda [iOS][AppBar] Configure New Tab Button for Tab Group Page
  • 8cd0001 [Encrypt Bookmarks] Verify encrypted data when loading bookmarks
  • aba039d Roll DevTools Frontend from 1bbe315ed5e2 to 71e834d06fed (1 revision)
  • 11895cb Reenable xsl-transformed.js blink web test
  • 739e29c Roll Chrome Android Desktop x64 PGO Profile
  • 0251ffa [Autofill] Fix flaky tests for keyboard accessory
  • 14f06d3 Roll clank/internal/apps from a1e758f3faa0 to 419bfcac9523 (1 revision)
  • 6418e24 Roll ios_internal from c3a0d6c06996 to 4cd6cdab4949
  • 0f5868c [iOS][Forms AI] Add a framework to support save entity flow
  • c09ea49 Handle CMD_PROCEED in EnterpriseBlockPage
  • 093e34f [js_sandbox] Add memory budget tracking to MessagePorts.
  • f30eab4 Update field trial config for HandleNonDamagingInputsInScrollJankV4Metric
  • 2094738 LPP: Introduce ObtainContextOrFailImpl to password_factor_editor
  • 16d8531 Refactor the test to cover end to end scenarios
  • 6f0f90c [iOS][Assistant] Adds detent support to Assistant UI
  • bdf01d0 Roll Chrome Mac Arm PGO Profile
  • a7a8497 [ios] Refactor modal dismissal in SceneUrlLoadingService
  • e7a74e6 Roll V8 from be38cd393b81 to 6218e4d40da3 (6 revisions)
  • 0d8e2be Roll WebRTC from aa6e12a248f9 to 1e24c9e308e4 (1 revision)
  • 43913f9 Add script for PGO for WebView
  • 33aec12 [Signin] Use a callback in AccountInfoFetcherGaia
  • 89f9a62 Roll src-internal from 4e6979d9d9aa to 6bcdd83d8472 (1 revision)
  • cbc411c Roll Chrome Win64 PGO Profile
  • 10043dd Clean up dependencies after componentizing serial_chooser_context_unittest.cc
  • 50cbf00 Improve association of sub-slices of ScrollJankV4 trace events
  • 18666be Roll Chrome Win32 PGO Profile
  • 972b43f [indexeddb] Add NoSequenceForLevelDBCleanupTasks to testing config.
  • b2aa93b Roll WebView ARM64 Orderfile from KrqpO8NTG_iJsjzNk... to TVtpdjjw9pVYZICHs...
  • c5ac096 [AutofillAi - M4] Record entity deletion histograms.
  • 4df9eeb [Autofill AI] Implement add/update callbacks
  • 05bb25b [AutofillAi - M4] Implement internationalized labels for the month.
  • 3bbcf09 Fix insertHTML placing inline content outside containing block
  • ede8ba5 Roll Chrome Android ARM64 Orderfile from VF5hC6OH2lFzoAAUk... to MKTlUUjsJdDkJ1ju2...
  • 9de6c1e Remove OriginatingProcess and RendererProcess overloads
  • 449ca1c [CodeHealth] Extend expiration dates for several permissions-related histograms
  • 4aa0557 Fix nomenclature of a few sync-to-signin migration histograms
  • fc60bef Roll DevTools Frontend from 4b4569be87a5 to 1bbe315ed5e2 (1 revision)
  • 4b5ec40 Roll eigen from 3adfa9bd3771 to f64d1e0acc2c (3 revisions)
  • c5c9075 Roll Crossbench from f98e3adcdb36 to 8ba619936676 (2 revisions)
  • c2d6bd8 Roll WebRTC from f5d7e1fa1c74 to aa6e12a248f9 (1 revision)
  • d8da577 Enable HandleNonDamagingInputsInScrollJankV4Metric by default
  • 43705fd Add a feature param to skip ignoring browser-initiated duplicate navigations.
  • a699f03 [headless] Extract utility methods from headless screen manager
  • 952f0da [ios] Deprecate `userInitiated` arg
  • 045ab65 Change the siso binary path
  • 2ceb181 private_ai: Rename Legion in components/private_ai
  • 76709da [UNO] Do not enable bookmarks without explicit sign in
  • fe9b0e9 Roll Projector App from Y7YcQmUdW9sLf4wPp... to zsn-cz9qLDLRn4g1A...
  • 20734da Roll src-internal from 88f9bcf433f3 to 4e6979d9d9aa (1 revision)
  • 59709b1 Roll V8 from 5ecf5e87b9bf to be38cd393b81 (3 revisions)
  • de0627b Site Search: Add Extensions mediator
  • 7fe8a9e Site Search: Extension Coordinator and Adapter
  • 50e28f2 private_ai: Rename Legion in chrome/browser/private_ai
  • 95741bd Add VisitSource documentation
  • 2a4a5f3 Roll Chrome Mac Arm PGO Profile
  • 0312ce3 Roll ios_internal from 46140c9e89c4 to c3a0d6c06996
  • a0b0056 Update meet_effects hash in DEPS file.
  • 97abd85 Roll DevTools Frontend from 310bc023a0da to 4b4569be87a5 (5 revisions)
  • 5182faf Replace DeprecatedEndsWithIgnoringCase in ScriptTypeForStreamingTask
  • 2fc658b Replace DeprecatedStartsWithIgnoringCase in AllowMimeTypeAsScript
  • 76d46af Clean up StoragePartitionImpl bucket data deletion.
  • a6e3f7b Site Search: Init Extensions section
  • 07cd297 Record PageLoad UKM for initial WebUI
  • 10aa24e [Signin][Android][Refactor] inline recordHistorySyncOptIn
  • 3b3bc99 Roll Chrome Android ARM64 Orderfile from UWpnqN5UKrcOY_aky... to VF5hC6OH2lFzoAAUk...
  • f39e3b6 Remove chrome.serial code from WML builds.
  • cd53b3d Roll Crossbench from ee021fc8a7cc to f98e3adcdb36 (1 revision)
  • dc86220 [dns] Fix DCHECK crash in HostResolverManager::InvalidateCaches()
  • 7770862 [Okta SSO] Combine host list lookups in MaybeProxyRequest
  • c4267fa [iOS] Integrate Picture-in-Picture into all Default Browser entry points
  • f9018ec Roll Chrome Win64 PGO Profile
  • f6176d1 Use EqualIgnoringAsciiCase() in core/css/
  • 0340c33 Roll WebView ARM64 Orderfile from sIyn8Y5zrXVswAGHB... to KrqpO8NTG_iJsjzNk...
  • 6d448d1 Extend PasswordManager.StoresUsedForFillingInLast*Days histograms
  • 5246f04 Roll clank/internal/apps from d5b6ba6b8164 to a1e758f3faa0 (1 revision)
  • f997bcc private_ai: Rename Legion to PrivateAI in traffic annotations
  • 7b0d04c [AutofillAi - M4] Move deletion metrics logging to the mediator.
  • 6bec707 WTF: Rename ReverseFind(UChar) of AtomicString and String
  • 413e39c Roll Chrome Win32 PGO Profile
  • 5a5cfbd ELUD: Add ADVANCED_MEMORY_SAFETY_CHECKS to ml::ChromeML
  • b48556d Triage a lone WPT failure.
  • 6733f53 @memory: Provide Autofill data retrieval logic
  • 6ddb3f2 Roll clank/internal/apps from 2cffe37cd8d8 to d5b6ba6b8164 (1 revision)
  • 62973bf Roll Boca Receiver App from G5kAdAQi-MIxwwXNF... to ewkWY5vLV2opHtR3R...
  • 06ea679 Triage failing WPT tests.
  • e0ccb36 [History] Rename filter_chips files to history_filter_chips.
  • 4be68ed Add infrastructure for policy-driven extension activity log filtering
  • ba0f4d3 Roll Perfetto Trace Processor Win from d2c72875ce1d to bb0a61b40921
  • 761810b Roll WebRTC from 12d717eb0cff to f5d7e1fa1c74 (1 revision)
  • 4a0fa31 Roll Chrome Win ARM64 PGO Profile
  • 35f3bc6 Roll Boca App from pPuXZ97Qw0hdSHQSu... to SXqInJgBvQOHSfho4...
  • ae2ef40 Roll ANGLE from 9bc89f63a907 to 77a1e90bf756 (1 revision)
  • 5a110ef [gardener] Disable flaky WebXrVrRuntimelessBrowserTest on Mac
  • 80a074f Roll Chrome Android ARM64 Orderfile from dQWpV7Hj6z-Wv0G4k... to UWpnqN5UKrcOY_aky...
  • 318598f Reorder static-inside-inline-002.html in TestExpectations.
  • 55de901 Roll WebView ARM64 Orderfile from s_gCXruwpppyz1b62... to sIyn8Y5zrXVswAGHB...
  • 886c5e5 Roll Chrome Mac PGO Profile
  • 7eb34d2 [BNPL][PNPL] Remove "Link [issuer name] to pay over time" text
  • a21b0a7 [Document PiP] Dynamically update security icon
  • 1218d30 Revert "[HiC] Switch from placeholder to cached paint record"
  • c51eea3 [gardener] Revert "[PromptAPI] Blink layer changes for 'Tool use' - open-loop pattern"
  • 5b552b9 Update HTMLUserMediaElement to include MediaStream
  • a8a0581 private_ai: Update WATCHLISTS for Legion to PrivateAI rename
  • 2079ad0 Ash: Remove VideoConferenceClientWrapper
  • f5ce052 private-ai: switch to stateless AEAD APIs
  • 42eb0f5 Roll DevTools Frontend from dca04ea74de4 to 310bc023a0da (1 revision)
  • 2f1f6f0 Mark scroll-animation-effect-phases.tentative.html as flaky
  • 9794f78 Call StyleContainerChanged() for InitialData() changes
  • 536c16f [Skills] Order skills by last update time
  • fce9450 [Frameworks roll] Roll to 876092217 piper revision
  • 26c29f1 [zlib] Update to v1.3.2
  • 44a9888 Enable kCancelPendingCallbacksBeforeFetchRestart by default on non-Android platforms.
  • dbb1b4e Roll Dawn from d5692ff2fb57 to 2628758a215c (2 revisions)
  • eef4bcc [glic][onboarding] Profile picker should open FRE in a new tab
  • e82024a Roll Chrome Mac Arm PGO Profile
  • 7b5bd59 [Blink] Remove Canvas2dImageChromium runtime enabled feature
  • a29a5c5 [Blink] Remove usages of ScopedCanvas2dImageChromiumForTest
  • 29f0d4f [Blink] Add wrapper for calls to Canvas2dImageChromiumEnabled()
  • 1aab543 Revert "[iOS][SceneController] Factor InjectNTP into another file"
  • e35707a [//content] Remove kDisableCanvasImage2D command-line switch
  • eb03e3d [Blink] Streamline CanvasRenderingContext2D logic
  • cb8cb06 [Blink] Add NativeMappableSharedImagesSupportedForCanvas2D()
  • 07a04a7 Roll Chrome Android ARM64 Orderfile from 2iTYTS8elnljFAP9H... to dQWpV7Hj6z-Wv0G4k...
  • 62dd091 [Skills] Add basic E2E tests for skills
  • 05748aa Roll WebView ARM64 Orderfile from -oLIuh6x26iptAg9I... to s_gCXruwpppyz1b62...
  • ce0d81f PA: Remove `partition_alloc_buildflags`
  • 5caf0bf [Reader Mode] Fix #in-page links
  • 4a14e55 Roll V8 from b54acbea6b1b to 5ecf5e87b9bf (4 revisions)
  • 30df82b [PermissionsAIP92] Update prediction service READMEs
  • 15d8112 DomStorage: Add DbStatus histograms
  • 9850f1b Update `TestExpectations` with bugs filed for crrev.com/c/7614621
  • 577a0ec [Blink] Flip WebCodecs conditional for clarity
  • b744271 [Blink] Have WebCodecs create snapshot provider explicitly
  • 6acfb56 Roll androidx from NrVbKfvTgaqhQhz-K... to Di9v_vOtvM11yYkWU...
  • 315c5a1 [Blink] Eliminate deprecated CreateImageFromVideoFrame() variant
  • c141bcc [Blink] Have WebCodecs pass SW draw info to create snapshot
  • bf9f8f6 Roll Skia from e2062707b0c0 to ed220c490eea (1 revision)
  • b20737a [crd host][linux] Take advantage of SharedScreenCastStream::SetSharedMemoryFactory
  • 1a21261 Reland "actions revamp: Prevent overlapping popups and context menus"
  • 3d93279 Roll Chrome Android Desktop x64 PGO Profile
  • a363774 Roll ANGLE from 2805c81195a3 to 9bc89f63a907 (1 revision)
  • 6614b42 extensions: Enable ExtensionApiCaptureTest on desktop Android
  • 1780091 Roll WebView ARM64 Orderfile from 6lSk7nbVRS27TszMH... to -oLIuh6x26iptAg9I...
  • fd0c865 login: Pass local state to UserImageManagerImpl
  • a861922 Roll Chrome Win32 PGO Profile
  • b6362fd Roll Chrome Win64 PGO Profile
  • 2da164b Roll Chromium Variations from ieIBj0D-eBwXAPH_5... to x42yCATAtflE3AL8p...
  • c08dbbc [gardener] Disable flaky test on Linux TaskManagerOOPIFBrowserTest.CrossSiteIframeBecomesSameSite
  • 1dc5797 Roll Chrome Mac Arm PGO Profile
  • 0ac861d DevTools: expose JPEG XL support in host config
  • 7d6f99b Roll vulkan-deps from 861a988e9415 to 2d365e2fbc40 (1 revision)
  • 0ed7a70 Roll Perfetto Trace Processor Linux from d2c72875ce1d to bb0a61b40921
  • e6e1836 Roll Skia from e5aa1ab5c59c to e2062707b0c0 (3 revisions)
  • 93289af Import wpt@18f431a0eff9334febc25df3671b418ef72e3071
  • d929e84 [Webium] Add metrics to capture BrowserWindowToReloadButton gap
  • 32afb0c [🌷] Revert "Reland "[Signin][Android] Display button when SigninLevelUpButton flag enabled""
  • e782ecf Roll compiler-rt from ecffa351c7a4 to bc0a39e5b30a (3 revisions)
  • bf618fc Roll Chrome Android ARM64 Orderfile from -aFxJK-MG14ngwyPe... to 2iTYTS8elnljFAP9H...
  • a1898be Roll Updater chromium_win_arm64 from 2@1585011 to 2@1586050
  • 7107364 [simplification] Remove contextual entrypoint and carousel component
  • 60c54cf [gardener] Disable flaky test on MacOS
  • 057e275 Revert "Updater UI: Re-enable UpdaterAppTest#EventListTest"
  • bac282f Revert "Compare anchor target pointer values instead of view pointers."
  • 60dcc93 Roll Updater chromium_win_x86_64 from 2@1585005 to 2@1586041
  • a3554e2 Rename ReloadButtonWebViewPixelBrowserTest from filter file
  • 0efaa76 Roll Manifest Merger from vWr5VRbtPlKQeEMNO... to tjC-RIoLTs8HsZHxe...
  • af916ab [realbox] Move recent tab chip visibility test to searchbox_test.ts
  • 7500ef7 Update comment for WebNavigationParams::origin_to_commit.
  • e0fb1e9 Roll clank/internal/apps from c4101b686828 to 2cffe37cd8d8 (1 revision)
  • 052621f [HiC] Switch from placeholder to cached paint record
  • 2d5e299 Roll Perfetto from d2c72875ce1d to bb0a61b40921 (1 revision)
  • a5d159f legion: Add Prod Server Verification Keys
  • c6605d7 Roll PDFium from e7bc1f3ec660 to 65f4269f6acc (3 revisions)
  • 0782b3d [perf] set experiment to 100% for win-perf-trigger
  • 5f76bbc Componentize chrome/browser/collaboration/
  • 4922be7 Roll ANGLE from 0887107546cf to 2805c81195a3 (4 revisions)
  • 38f78b7 Roll Chrome Android ARM64 Orderfile from K2bh8M4__fqUasChR... to -aFxJK-MG14ngwyPe...
  • 7650af9 Roll Depot Tools from 044f01ae0351 to 3969ba2efbbc (1 revision)
  • f622301 Revert "IDB: SQLite store - report correct error type after disk full error"
  • 1692f1f Roll WebView ARM64 Orderfile from gcHdkvwetAygoKGGj... to 6lSk7nbVRS27TszMH...
  • 5aad9e8 IDB: SQLite - checkpoint and trim memory when the bucket is idle
  • 5970d46 Roll Chrome Mac Arm PGO Profile
  • 7f04f07 Roll vulkan-deps from 8dfc4cee726c to 861a988e9415 (2 revisions)
  • 7368ad1 [TcpConnectJob] Add NetLog entries.
  • fbc2767 Roll Infra from d2df02e3422c to 1959c0f345fc
  • cc19a48 Rename Clank IBAN prompt result to be consistent with Desktop
  • 8c052d6 Revert "[soft navs] Add soft_navigation_slicing_time to records sent to browser."
  • ec5f524 [task] Add high priority thread groups behind a feature
  • 9fb039e Add UMA to Glic country/locale filtering
  • e00480b Roll Chrome Android ARM64 Orderfile from zls7oDL4cf5p4J86e... to K2bh8M4__fqUasChR...
  • dad6307 Reland "Reland "Prevent descendant focus on tab obscure.""
  • d52a7b1 Updating trunk VERSION from 7707.0 to 7708.0
  • 9da9813 PreloadServingMetrics: Remove feature flag
  • 6e3d3e7 Roll Perfetto Trace Processor Win from c3a43cdb80a4 to d2c72875ce1d
  • 9961485 Reland "Webium product: fix view synchronizaiton on macOS"
  • 8bae128 Allow popups to open during attempt login tool usage
  • 51770f9 Roll Dawn from 962fc5f5e4d8 to d5692ff2fb57 (7 revisions)
  • eb4ad04 Roll WebView ARM64 Orderfile from _EGbUVtNiOqiEvNf1... to gcHdkvwetAygoKGGj...
  • 505b222 Roll Chrome Win64 PGO Profile
  • 73d3251 [Autofill] Fix formatting in autofill_types.mojom
  • ae0c326 WebNN: Record the context backend enum histogram
  • 6eeb102 Speculative Slow expectations for WebGLCanvasCaptureTraceTest
  • cf04650 Roll WebRTC from e7ad41ca4a59 to 12d717eb0cff (1 revision)
  • 07ddd81 Fix serialization of negative axis-aligned rotate directions
  • 80cba3b Roll Chrome Mac PGO Profile
  • c73a31c Site search: clear site search chip on omnibox unfocus
  • bd62cdc Add new methods required to determine page context eligibility
  • a6e0482 [🌷] Revert "Implement AndroidProfileBrowserCollectionService."
  • 4612a46 Roll Chrome Linux PGO Profile
  • 91c591d Roll Chrome Win32 PGO Profile
  • 3e0ca65 Part1 – Parse Dolby Vision color space from profile and compatibility ID
  • 5da2567 Roll optimization-guide from 3576eb0b4ddf to c761c8892cb7
  • c32bb6b Remove chrome/common/url_constants.h from system_tray_client_impl.cc
  • 6e825e7 Roll Chrome Mac Arm PGO Profile
  • fb53190 Remove chrome/common/url_constants.h from oobe_ui.cc
  • fb3a955 WebUI: Fix Lit event handler naming convention violations, part 4.
  • d884775 Roll ios_internal from ef4ee789899b to 46140c9e89c4
  • 52eecd4 siso: Add rule for rust clippy step
  • 82c37b9 Roll Perfetto Trace Processor Linux from c3a43cdb80a4 to d2c72875ce1d
  • 6416858 fix NetworkDetailedNetworkViewTest dangling pointer
  • 40e1628 [Contextual Tasks] Update chrome://flags with latest variants
  • 5ed7a23 [Extensions] Display keep icon in menu entry when action is pinned
  • 567a505 fix LaunchAppHelperTest dangling pointer
  • d56215f [event-timing] Early Interaction ID assignment, and less UKM buffering.
  • 4a7e9ed Add AASyncBridge Impl with DataTypeStore
  • afa8f37 fix AcceleratorConfigurationProviderTest dangling pointer
  • 2aeb112 [Extensions] Move MaybeShowIPH() to ExtensionsToolbarDesktop
  • 8f7e698 fix LoginAuthUserViewTestBase dangling pointers
  • c77b371 fix CrosDisplayConfigtest dangling pointer
  • 1b8362e fix PrivacyHubGeolocationTestBase dangling pointer
  • 5d11e76 fix PrivacyScreenFeaturePodControllerTest dangling pointer
  • 7842cb1 fix InactiveUserNotificationBlockerTest dangling pointer
  • 622c70a fix PrivacyHubSpeakOnMuteControllerTest dangling pointer
  • 3d0a0a1 Roll Chrome Win ARM64 PGO Profile
  • 477bb19 Roll Chrome Android ARM64 Orderfile from uIKo_ndkXpWuMG-Nq... to zls7oDL4cf5p4J86e...
  • f3e8071 Roll Skia from 9625e014e929 to e5aa1ab5c59c (1 revision)
  • 51e3bc9 Migrate network components to use base::ScopedObservation
  • 51ec1a4 Roll src-internal from 911f8aa439b1 to 88f9bcf433f3 (1 revision)
  • 5c16bf4 Reland "Task Manager Refresh - Remove feature flag"
  • e1b69fe Ash: Clean up two dead methods in //c/a/c/network
  • 1b39441 Ash: Clean up 5 stale unimplemented method declarations
  • b397d21 Add feature flag NtpSimplification.
  • 3e9e2fb Roll WebView ARM64 Orderfile from s-Ags3TPtTEpxuE2w... to _EGbUVtNiOqiEvNf1...
  • 2711d47 Ash: Clean up two dead util/helper methods in //c/a/c/network
  • c639d4a [Reading mode] Increase the min score for Readability on Desktop
  • dff8582 [glic] Enable drag-and-drop file upload in Glic
  • 09a9bfd Split RequestAssetsFor out of GetSubscriber in ModelBrokerClient.
  • 1c3cd2d Remove the overly restrictive display mode check for IWAs
  • a73e5ad Roll goldctl (win) from iJxKsZ-rNAW1iNpEZ... to 3Ecz5eY47G4EY2pJA...
  • e8f489a [AF] Enable AutofillEnableVcn3dsAuthentication by default
  • 35a89bd Roll eigen from aaca9e5856d2 to 3adfa9bd3771 (2 revisions)
  • abea441 Compare anchor target pointer values instead of view pointers.
  • ad76603 Roll goldctl (mac) from 7eneeRHPfLnTAuPNW... to Z3QAnZnhgJcWz88XP...
  • d3bef7e Roll goldctl (linux) from TEbyFSosIawFAQ0Gw... to vuvDESE5CUUrinq6A...
  • b19b3e9 [DomStorage] Clean up kLocalStorageSessionId
  • 176817d Remove chrome/common/url_constants.h from image_source.cc
  • d1bea84 Roll ANGLE from 780bcd7b1195 to 0887107546cf (2 revisions)
  • 6c112d6 url: Rename EncodeURIComponent() to EncodeUriComponent()
  • 2c7b283 Roll Chrome Android Desktop x64 PGO Profile
  • 2e6478a Roll goldctl (mac arm64) from OitcbHP6RwQc0Jesm... to znKamMrZvGZJujb0A...
  • d7f27be Update title for save/update prompt for national id card
  • ff96c28 Make net::BackoffEntry destructor non-virtual
  • 8f1266c [Vertical Tabs] Implement tab group collapse freezing for vertical
  • ef38291 Roll WebRTC from 4a1f349771de to e7ad41ca4a59 (2 revisions)
  • 065249d Change DCHECK to CHECK in IndexedDB files
  • be046e7 Remove unused LinearHistogram::FactoryGetWithRangeDescription().
  • e66be95 Roll Updater chromium_win_x86 from 2@1585007 to 2@1586013
  • 41525b2 Extend autoplay histogram metrics
  • 3ca7235 [indexeddb] Add feature to run LevelDBScopes cleanup tasks in parallel.
  • aed3d2f Roll V8 from 926abefc9614 to b54acbea6b1b (10 revisions)
  • 3686b27 Revert "[WebAudio] Handle OOM in AudioArray and decodeAudioData"
  • 5991e5e Roll BoringSSL from 1b3db3977eaf to 80053a9bb726 (1 revision)
  • 9d353af Add registry controlled domains data to net unit tests.
  • 60719d7 [VerticalTabs][Glic] Rename GlicActorTaskIcon to TabStripGlicActorTaskIcon.
  • ba25ab8 Roll Updater chromium_linux64 from 2@1585006 to 2@1586005
  • a559f39 Roll Updater chromium_mac_arm64 from 2@1585011 to 2@1586005
  • ca9c854 Roll Updater chromium_mac_amd64 from 2@1585004 to 2@1586007
  • d4529d2 Roll Chrome Mac Arm PGO Profile
  • b966b96 Roll R8 from OdXvkYaHnRN6eudfI... to giX-zHOTxdkwnAiuP...
  • 55ffe03 Roll Enterprise Companion chromium_mac_amd64 from hmC2S_eZ0FUCcRTut... to RZn2Crg9jfGbnDIAv...
  • 886c771 [Webium] Fix Startup.BrowserWindowDisplay for Initial WebUI
  • 66f5c7d Fix name getting cutoff for zero state screen
  • f0fba9e Roll Enterprise Companion chromium_mac_arm64 from IJvxm7HWC2V614xrG... to AeLZvsDB7USfRUWs1...
  • ba68289 Roll optimization-guide from 7452595f747d to 3576eb0b4ddf
  • 2f7cfa0 Roll Chrome Win64 PGO Profile
  • 6dfdc7b [Frameworks roll] Roll to 875819182 piper revision
  • 3c9caa6 Roll Perfetto Trace Processor Win from 60b1eade3b47 to c3a43cdb80a4
  • 77f0bd2 [TabDnD] Replace TrackerToken with //base/../Token
  • 4a9e1fd Roll Enterprise Companion chromium_win_x86 from rfv6YvKlY5-SiyxdL... to eTdQm_6QHi77zrk3C...
  • 4d67296 Roll Enterprise Companion chromium_linux64 from TInCDWz59ZGqeOwgQ... to YDPJktLgY06lBvrOc...
  • ea0ce76 Remove Android.OverscrollFromBottom.BottomControlsStatus histogram
  • b436fb1 Roll Enterprise Companion chromium_win_x86_64 from -_OujuAWhp99JrQVo... to UGLe-qctZJHSGJqLb...
  • 5cf66ee Roll DevTools Frontend from 658ce4b8bea2 to dca04ea74de4 (1 revision)
  • eaf32e2 [mobar] Fix RTL mobar animation
  • 50fff66 Roll Perfetto from c3a43cdb80a4 to d2c72875ce1d (2 revisions)
  • fadcdb1 Typo fix: similer -> similar
  • 68abf80 Remove Android.StyleUtils.FontLoadingOutcome histogram
  • 23278ae Componentize chrome/browser/collaboration/comments/
  • bb48547 [Reading Mode]: Maintain settings menu active row style
  • d5feb91 Ash: Align HotspotAllowedFlagHandler docs with actual behavior
  • e0bf195 Roll ChromeOS Atom AFDO profile from 147-7680.17-1771827236-benchmark-147.0.7697.0_pre1587393-r1 to 147-7680.17-1771827236-benchmark-147.0.7705.0_pre1590396-r1
  • a1895ac Scope down gap decoration invalidation on Flex or Grid changes
  • 6d3bfad [GLIC] Add option to bypass nudge
  • a9003f7 Ash: Fix stale AutoConnectHandler comment for cellular policy handling
  • c9e1951 Ash: Clean up unused test code and helpers in //c/a/c/network
  • 9fd2463 WebUI: Fix Lit event handler naming convention violations, part 3.
  • 637553f Render RTL URLs properly in the PWA page info menu
  • b717f55 UmaHistogramEnumeration: static assert on number of buckets,
  • 05c88f0 Roll vulkan-deps from 9cf7813313c5 to 8dfc4cee726c (5 revisions)
  • 963dd5d AIPageContent: Ensure DOM text strings are valid UTF-8.
  • b1f411c Plumb PaintInfo to EmbeddedContentView::Paint
  • 7705c62 Roll Chrome Win32 PGO Profile
  • b0dcd29 Enable many launched glic features by default
  • 6b0c756 Fix toolbar icon focus outline disappearing on hover
  • 722a69d [Extensions] Remove last reference to ExtensionsMenuViewController
  • 6ada56f Disable failing PDFExtensionContentSettingJSTest on linux-js-code-coverage.
  • b7a6f12 [Actor] Add a snackbar to the ActorOverlay when clicked.
  • 8dc2fb8 [PWA] Adding manual WPT for localized name and short_name
  • 2b49af2 [SEH] Add testing for key-based dialog selection and RTL
  • 4f3a49f Roll Chrome Android ARM64 Orderfile from p9ieIMXHtGPrJ_DCn... to uIKo_ndkXpWuMG-Nq...
  • 1b39eb6 Roll src-internal from 5f18f774a692 to 911f8aa439b1 (1 revision)
  • 197c789 Remove stale DanglingUntriaged from DemuxerManager
  • b0f68b8 Add UKM logging for ContentAnnotator classifier results.
  • faf1fd1 Add base appearance UA-styles for checkbox and radio inputs
  • cfe1e51 [PWA] Adding manual WPT for localized icons & shortcuts
  • edad0ea Fix selection handles hidden when line-height exceeds input height
  • e20a835 Roll WebView ARM64 Orderfile from 9uSyu2971nCI4yPp7... to s-Ags3TPtTEpxuE2w...
  • d884f54 Roll clusterfuzz-data from 2f19e9367f1e to 27694da62fb5
  • 5f6478c spanification: automatically spanify media/gpu/vaapi/test/av1_decoder.cc etc.
  • 004202d base: Prefix Win32 API calls with :: in base/win
  • b004ff2 [Vertical Tabs] Move all features to use VerticalTabStripStateController
  • 46f13cf Roll android_deps from _XSOC5kv65CQIKx5E... to cA8nRMj8uhS3aXj_1...
← Back to all summaries