Chromium Daily Digest Logo

Chromium Changes Summarizer

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

Chromium Digest: 2025-12-05

Overview

This daily summary covers 630 commits on the main branch, with 448 identified as relevant to developers. The changes span from commit (fe808fd) to (0ded692). The day was marked by a significant number of breaking changes across core C++ and Mojom APIs, particularly in the compositor, web authentication, and content layers.

Breaking Changes

  • ⚠️ BREAKING The public webauthn::PasskeyModel interface was refactored. The methods GetPasskeysForRelyingPartyId and GetAllPasskeys have been removed. Embedders must migrate to the new universal GetPasskeys() function. (583d7e5) (2c8021b)
  • ⚠️ BREAKING Multiple core graphics and compositor APIs have changed. std::optional<gfx::HDRMetadata> was replaced with gfx::HDRMetadata in many signatures, the OverlayProcessorInterface::ProcessForOverlays signature was altered, and the cc::ScrollJankV4DecisionQueue::ResultConsumer interface was modified. The ScrollJankV4Result struct was also moved to a new header. (f5c133b) (b8e9638) (ec00ecc) (fba67c7)
  • ⚠️ BREAKING The public content/ API for Back-Track-Mitigation (BTM) was refactored. The header btm_redirect_info.h was renamed to btm_redirect.h, and the BtmRedirectInfo type is now BtmRedirect. (a304461) (068edf8)
  • ⚠️ BREAKING Several public Mojom APIs were changed. The callback for DeviceBoundSessionManager::CreateBoundSessions now returns a struct instead of a bool. In ai_page_content.mojom, the kMouseEvents enum value and is_clickable field were removed. In actor.mojom, ActionResultCode::kError was deprecated and replaced. (75a5406) (028da14) (0a04c16) (299c96b)
  • ⚠️ BREAKING The TabStripModel::Root() method signature was changed, which may break embedders who interact directly with the TabStripModel. (cce3eac)
  • ⚠️ BREAKING Several C-style enums in extensions/renderer, such as ScriptInjector::InjectFailureReason, were converted to enum class, which is a source-breaking change for consumers. (a02b50d)
  • ⚠️ BREAKING The XSLTProcessor web API is now gated by the XSLT feature flag. If this flag is disabled, the API is removed from the global scope, which will break websites that rely on it. (13f370a)
  • ⚠️ BREAKING The public helper functions GetWebKitVersion() and GetChromiumGitRevision() have been removed from components/embedder_support/user_agent_utils.h. Embedders must find alternative methods. (bc02e51)
  • ⚠️ BREAKING In the core media::VideoFrame class, the public method HasMappableGpuBuffer() was renamed to HasMappableSharedImage(). (fdbf02d)
  • ⚠️ BREAKING The legion::Client class was refactored into an abstract base class. Embedders directly instantiating the concrete class must update to the new interface/implementation pattern. (b1021a8)

Web Platform & Blink

  • The behavior of the Origin.from() static method has changed. It will now throw a TypeError when used with <a> or <area> elements that lack an href attribute, whereas it previously returned an opaque origin. This may break existing JavaScript. (8228b77)
  • Support for the CSS Multi-column Layout properties column-height and column-wrap has been enabled for stable release, allowing for more flexible column-based layouts. (a6dd974)
  • The PaintTimingMixin web API has been shipped and is now enabled by default. (0359768)
  • The focusgroup feature now includes a priority attribute for controlling which element within the group receives initial focus. (03107b9)
  • The Canvas2D API's drawElementImage method now accepts source rectangle arguments, giving developers more control over which part of an element is drawn to the canvas. (0392dbd)
  • The Sanitizer API now enforces that parsing occurs in an inert DocumentFragment before sanitization, improving security against script execution during parsing. (ae77388)

Graphics, Media, and Compositor

  • Support for non-composited CSS backdrop-filter has been implemented. This allows the filter to be used in contexts like page previews and when rendering HTML to a <canvas>. (0c7bd85)
  • Application audio sharing for getDisplayMedia on macOS has been relanded and is available behind the ApplicationAudioCaptureMac feature flag. (7703dd1)
  • Display color depth reporting on Windows has been improved to better reflect the physical monitor's capabilities, which may change the values reported by screen.colorDepth. (5889f80)
  • A bug causing over-inflation of nested CSS transforms in the layout slow path has been fixed. (f54624c)

Android & iOS

  • A field trial has been enabled to test desktop-like Incognito windows on Android tablets. (ac5b594)
  • A C++ class was introduced to allow FedCM to connect to native Android apps that are acting as Identity Providers. (e24506a)
  • On iOS, the Reading Mode feature has been enabled by default for non-US regions and updated to support automatic language translation detection. (da536ae) (f700d5f)
  • The android-bottom-toolbar feature and its corresponding flag have been removed as part of a code cleanup. (4ea609b)

Security & Privacy

  • The components/ip_protection directory and its associated code have been deleted, removing a feature that is no longer in active development in this form. (c6fcfae)
  • To better distinguish security principals across different browser contexts (e.g., profiles), the unique ID of the BrowserContext is now part of the SiteInfo comparison key. (b9746f6)
  • The Media Galleries feature is now exclusive to ChromeOS. All related code for other platforms has been removed. (6abe44a)

Performance & Code Health

  • To improve renderer startup time on Windows, secur32.dll, winhttp.dll, winspool.dll, and wintrust.dll are now delay-loaded. (3fc2b00)
  • The enable-tflite-language-detection flag was removed, enabling TFLite-based language detection by default on most platforms and removing the option for embedders to disable it. (3881032)
  • The SessionStorage implementation was refactored to stop caching map iterators, a step towards enabling a swappable SQLite backend. (a87a03d)
  • Widespread refactoring to reduce build times and memory usage was performed, including removing unnecessary <map> includes and replacing full includes with forward declarations in widely used headers. (9c4e959) (f1d6b69) (008a5c4)
All Commits (630)
  • 0ded692 Revert "Ensure ProcessManagerObservers don't leave invalidated pointers behind"
  • 3425b9a [contextual_tasks] Add missing WebUI tests for toolbar
  • cdeccef Roll Perfetto from 3d677a3b2b92 to 955549147a0b (3 revisions)
  • 137f02a [TDR] Repoint TODOs linked to issue 300419189.
  • 580c864 [composebox] Fix audio wave background color and initial state
  • 028da14 [APC] Remove kMouseEvents
  • a6c391b [PDF Ink Signatures] Move caret by word boundaries
  • 95871d7 [PDF Ink Signatures] Add util function for word boundary
  • 9bccac4 [PDF Ink Signatures] Remove unused param in PdfCaretTest::SetUpChar()
  • b548e06 Roll Chromium Variations from CZ3-JhcswMgsVALcD... to 33aPNpQubPAgvQFvG...
  • 6db7bae Reland "Start window drag after mouse move on Linux"
  • d627106 Roll WebGPU CTS from eca60d92d485 to f7d27f914236 (1 revision)
  • ad60db4 Import wpt@e9769095d65a4db5149c9fca790ac2524039998e
  • d863261 fix auto spanification for pam_authorization_factory_posix.cc
  • ce008bb [Contextual Tasks] Prevent back navigation on the WebUI WebContents
  • 045ebb1 [composebox] fix transition regression
  • 1fab07e [scoped-registry] Run upgrade during initialize
  • 331b631 [Save and Fill] Update the Save and Fill dialog shown metric
  • b9746f6 Add unique id of browser context to SiteInfo
  • 447c2a4 [GlicMI] Consolidate active embedder checks
  • 0fe6594 [GlicMI] Prevent re-initialization of active embedder
  • caf692a [Media Indicator] Add test for RECORDING
  • 394ca45 [spc] Update the SPC Controller for the UX Refresh
  • d5cf13c Check Glic availability before attempting to show promo IPH
  • 3408a49 Fix config for MemoryCoordinatorLastResortGC
  • 0d796a2 Disable lock top controls on desktop in Minimal UI/Window Controls Overlay TWAs
  • 31e8326 Make calling ScriptPromiseResolver::Resolve() with a pending JS exception non-fatal until M150
  • ae216ff [RWM][RecentlyClosed] Add RecentlyClosedEntriesManager and hook up in RecentTabsManager
  • c7ece2d [rustmojo] Add tests and codegen for mojom nullables
  • 4431012 [rustmojo] Add support for nullable values
  • 291acac Roll src/remoting/internal/ bfba4b358..092c2e8bc (1 commit)
  • ad49537 Roll Chrome Android ARM64 Orderfile from Q5hkbiFnOSgfMnLwt... to GhuXt3iQwnIlXZGWl...
  • 96259f1 glic: use bitmap for favicons
  • bd67897 Roll ios_internal from 9ff06ac623af to 596337e3eed2
  • cdc524b Fix comment about base::UnguessableToken
  • 5ecd2b0 Roll optimization-guide from f7d1c68a44ed to 9fc1433beeae
  • 1ef4766 Remove ChromeAndroidTask-related tests that requires disabling RWM
  • 2255a9b Roll clank/internal/apps from 454e7fb1bc8b to 5637c6de282c (2 revisions)
  • e38ad16 Search for guest frame using GetGuestOrigin
  • c506412 [contextual-tasks] Add pdf eligibility check
  • 75402d1 Roll DevTools Frontend from a1eb6569f4f1 to eaee3669b021 (1 revision)
  • 47aebfc [Icons] Update the download icon vector drawable.
  • 01c3fd2 [WebAudio] Add WebView flag for AudioDecoderAudioFileReader
  • f39c0c5 Revert "cr-tooltip:Reposition tooltip when its size changes after first show"
  • 318d784 Hide the "New window" button for IWAs with *-existing launch handler
  • c4fc636 Introduce FakeIwaRuntimeDataProvider
  • 0f82cea Roll vulkan-deps from ef433db61dc1 to e3a22a3e66fb (2 revisions)
  • 1ef5adb Roll Depot Tools from 80d6ca1b1ac5 to 831334b2460a (1 revision)
  • 3881032 flags: remove enable-tflite-language-detection
  • fc82a2c [Incognito Windowing] Handle opening incognito window in native pages
  • d80a69d Add histogram and user action for interaction with the contextual tasks toolbar button
  • a58485c Add unit test for mirror transformation with tablet panel
  • 03107b9 [focusgroup] Addition of priority attribute.
  • b99375f [Code Health] Clean up stale base::Feature "FastPairSavedDevicesNicknames"
  • 82f7611 Add country/locale filtering for Glic
  • f959f9c [lens] Do not handle overlay hidden events when in the off state.
  • 932c17b [rustmojo] Initial implementation of trap code.
  • 672b440 Roll src-internal from fc838812728f to 0f9239abd545 (1 revision)
  • 49af436 [Web Audio] Add histograms.xml entries
  • 716f965 glic: Reset floaty open time on close to fix double-close metrics
  • 4ea609b [Community Contributions] Clean up android bottom toolbar flags
  • 7bfd360 Update CBB autoroll for the builds refs
  • 61a214a [Contextual Tasks] Fix resume logic
  • bbab059 Remove unnecessary DumpWithoutCrashing
  • 755be2d [Vertical Tabs] Paint top container in Vertical Tabs mode
  • 2752962 Add debugging to diagnose SimulatorNotFoundError
  • 75a5406 Improve CreateBoundSession return values
  • 04a131f Removing the test GetCommandLineTabsCustomScheme(..)
  • 0a04c16 [APC] Remove is_clickable and debug_clickability_reasons
  • 7e35132 [Contextual Tasks] Fix startup crash if restoring a webui tab
  • 158306b Roll optimization-guide from 46a576bc98f3 to f7d1c68a44ed
  • e24506a [fedcm] Introduce a class to connect to IdPs that are Android apps
  • f307822 Reland "Adjust provisioning timer based on ARCVM DLC state for Reven"
  • d34d260 [Persist] Integrate service-level batching
  • 5889f80 [win] Improve display color depth reporting on Windows
  • e94de4e Reland2: "mojo: ChannelLinux: Add explicit locking around Write"
  • cce3eac [API Removal] Remove the rest of the API
  • f7b1784 Roll Chrome Win ARM64 PGO Profile
  • ffcf0c2 Cleanup CompositorView destructor
  • 9b9872b Roll Dawn from afb757e722f6 to de5382a4095f (6 revisions)
  • f754ce9 [Theme] Update Daily refresh timestamp when a new theme color is chosen
  • dca7495 Disable NTP Home test when ComposeboxIOS is enabled
  • abee30d [PWA] Fix uninstall unittest log deletion expectation
  • 5c6fa80 Split error enum for on-device from remote errors.
  • 81850f9 Roll Media App from aGy6sKIubqBuHYLwD... to da7EbXxcr9VbLmH0c...
  • 711d26d Roll Chrome Android ARM32 Orderfile from 4S92IHEgMYbuZ_E5p... to 5tKEGT3RU6dOqLSiD...
  • 24c7d62 Roll Perfetto from bfd6932dfc3d to 3d677a3b2b92 (3 revisions)
  • 32d76c7 Add ADPF setPreferPowerEfficiency mode
  • 2326103 [rust] Use `chromium::import!` to avoid refering to mangled crate names.
  • 9963ee8 Roll DevTools Frontend from 7f8f2c84b5c6 to a1eb6569f4f1 (1 revision)
  • a304461 [BTM] Rename file `btm_redirect_info` to `btm_redirect`
  • ef5518b Add a11y ID to the Composebox cancel button
  • f3f7a31 [tools/android] Add offset support to touch replay
  • 068edf8 [BTM] Remove `Info` from `BtmRedirect` type names
  • 46504cf [Frameworks roll] Roll to 840821115 piper revision
  • 2b1fe85 Roll clank/internal/apps from 11ba6df62aa8 to 454e7fb1bc8b (1 revision)
  • 4f3e594 Reland "[wpt] Lint all files on commit"
  • 3266243 Add missing header breaking the enable_glic=False config
  • 5974af9 Add unit tests for ContextualTasksComposeboxHandler.
  • 51385ce Roll Chrome Mac PGO Profile
  • 50be1e8 [Bundled Security Settings] Fork secure dns files to a v2 version
  • 0312729 Add ByteSize histogram functions since ByteCount is deprecated
  • 12c0245 [Toast] Fix toast not showing in multi instance
  • 573351f Move on-device-translation mojom into its components/ directory
  • 9d1d2c2 Automated Commit: LKGM 16509.0.0-1073604 for chromeos.
  • 203819b [Reading Mode] Follow up: Add new icons and strings to web UI
  • ed5c2e8 [glic] Modify Glic Fieldtrial Config for CrOS
  • e3ce30d Roll Chrome Mac Arm PGO Profile
  • 0beb293 [glic] Expose GlicDefaultTabContextSetting in chrome://flags
  • ca8369e Roll Chrome Win64 PGO Profile
  • 6fd6767 Roll WebView ARM Orderfile from qPsKwA17UU9VEJS6l... to BQcqR_scyH5Qj1Tdn...
  • fab8df6 [Actor] Simplify PerformActions helper script
  • ba2eccf Remove thestig@ from chrome/browser/media_galleries/OWNERS
  • d2cbb20 [GlicMI] Add an options param to pin tabs with client triggers.
  • 13f370a Rearrange the XSLT feature flags
  • 81f05bf Roll Depot Tools from e0a877ed8f3f to 80d6ca1b1ac5 (1 revision)
  • ac46aa9 Reland "[Settings containment] Align texts with header"
  • e3e9a0a Roll Chrome Win32 PGO Profile
  • 8af2644 Roll src-internal from 10067623e5b2 to fc838812728f (1 revision)
  • c80f951 Refactor FeatureParam<Enum> to use raw_span.
  • f8962ba Remove redundant assignment in TabDragData constructor.
  • a2b9c6d [MIR] Move instance lastAccessedTime pref to
  • 6179c62 Reland "[Vertical Tabs] Add API for caption button exclusion zone"
  • f87a027 Roll Chrome Linux PGO Profile
  • 32bf1e1 mojo: Clear delayed messages on Channel::Shutdown
  • dd566f1 Roll Catapult from eda8d2eec9f0 to 0e07ae47d5e6 (1 revision)
  • 0da4ec2 Revert "Kombucha: Pull WebUI wait-then-scroll verb into common code"
  • 24b9134 Remove cc::ScrollJankV4FrameStage::ScrollUpdates::earliest_event
  • b5c4703 Roll Perfetto Trace Processor Linux from 1488a2e8df29 to bfd6932dfc3d
  • bb3c7de Record scroll jank v4 metric results in dedicated trace events
  • a3bfc9c Add PageContentCacheBridgeService to access PageContentCache
  • 802e222 Android: Improve null-correctness of ObservableSupplier & ValueChangedCallback
  • 7b91cea [Gardener] Disable a failing test in ClientSideDetectionHost unittest.
  • 4231132 Roll ANGLE from 91d464283d74 to 974f01c7c63b (2 revisions)
  • 76df39c [NoticeQueue] Onboard ESB notice to the queue
  • 5bb517b [SLAMS] Add ScamDetection feature key to MES.
  • f54624c Fix nested transform inflation in slow path and add regression tests
  • 87628b2 [Persist] Prework for tracking incognito
  • a4e02ae cr-tooltip:Reposition tooltip when its size changes after first show
  • 7a51471 [Contextual Tasks] Navigate contextual tasks panel to search URL
  • d13bec8 blink: De-optionalize gfx::HDRMetadata
  • 2249204 [Gardener] Disable a flaky test on Linux MSan.
  • 4a4f66e [HLS] Rewrite RenditionManager to expose tracks
  • ce3025e Remove unused for_autoscroll parameter from CanScroll
  • f338ecd media-foundation: Limit maximum swap chain size
  • 0e71109 Record existing contextual tasks user actions as histograms
  • 211ef52 [AIM] Add test for allowed selection count.
  • b31e910 [glic][fre] Add a feature flag for Glic Trust First Onboarding.
  • 33d7122 IDB: add SQLite store flag to about:flags
  • 039c510 Blink: Add lifecycle regression test for about:srcdoc iframes
  • 914b543 Roll WebRTC from f1785bbb3d01 to e175a31bf923 (10 revisions)
  • a01f2c7 policy: Support BlockExternalExtensions on desktop Android
  • a02b50d [Extensions] Refactor enums to enum class
  • 0849052 Adds unit tests MultiInstanceManagerApi31#moveTabsToOtherWindow
  • 9326bb4 [Tab] Split out `getActivity` into a logging and log-less form
  • 76336e1 DOM: Activation behavior documentation and light refactor
  • d134c5e [spc] Add header logos and payment instrument details to the spc model
  • c7ef4e8 [a11y] Enable field trial for extended selection.
  • a33176f Remove redundant check suppressing the Send button
  • bf54205 [Extensions c2s] Early return when update extension requesting access
  • 73b7a93 Remove dizhangg from DOM OWNERS
  • 680b6a9 Migrate InputFile::Read to use base::span version of ReadAtCurrentPos
  • ae77388 [Sanitizer] Ensure SanitizerAPI is called before nodes are active.
  • 9ced480 [GlicMI] Print action in contextual menu (behind a flag).
  • 915686e Revert "[Vertical Tabs] Move feature enablement to test mixin"
  • f3393f3 [MDL] Delete masked_domain_list.proto
  • 15201b1 Roll Chrome Android Desktop x64 PGO Profile
  • 0359768 Ship PaintTimingMixn
  • c4fc129 FIXUP: Improper button sizing makes the bubble invisible in the visible area.
  • a378149 [MIR] Move instance shared prefs to MultiInstancePersistentStore
  • 4c2aab7 WebUI: Fix remaining violations of 'default-case' ESLint check, part 1.
  • 53492e8 Revert "Move primary plane creation inside ProcessForOverlays"
  • 57b89be Roll vulkan-deps from f80c9662e711 to ef433db61dc1 (4 revisions)
  • 0a61f53 [EncapsulateAnimations] Fix LB BG on navigate away from NTP
  • 198f9a3 Roll ios_internal from 090f2b785f3c to 9ff06ac623af
  • 19deb6b Roll Chrome Android ARM32 PGO Profile
  • df686d9 Revert "Make light dismiss use click instead of pointerdown/up"
  • 44df580 JNI Zero: Document DEFINE_JNI() requirement in README.md
  • 60511bf Replace memset with value initialization for struct.
  • e10673d [Community Contributions] Clean up mini origin bar
  • 7ffd043 Reland (attempt #2): "Make test APK the default browser app if it has APP_BROWSER category"
  • 28ea33c Android: Remove presubmit check enforcing presence of @param <T>
  • 9878a04 [Gardener] Add Timeout to test expecation of oof-in-cb test
  • 595a8e5 [MenuButton] Fix incorrect highlighting
  • 124fa24 Roll Perfetto from 1488a2e8df29 to bfd6932dfc3d (3 revisions)
  • e8068d6 Roll src-internal from d0f96e734c09 to 10067623e5b2 (1 revision)
  • bd03847 Update refresh rate and refresh interval for DisplayLink on Mac
  • e73feee Remove GetTabCount()
  • 1762452 Fix TabPicker logic using wrong source to determine attachments count.
  • 9af1221 Roll Perfetto Trace Processor Linux from 03b636c73098 to 1488a2e8df29
  • 7ea3555 Add mechanism to keep tinted resources in the ResourceManager cache
  • 1a3f86a [iOS] Cleanup code NonModalSignInPromo experiment
  • db855d5 Roll Chrome Mac Arm PGO Profile
  • 668672b Remove unused TabDragContext::GetScrollView
  • 2c86cba [ios] Do not track CAMatchPropertyAnimation in Earl Grey tests
  • ec7bb15 Add fields to IqStanzaStruct for signaling
  • 727dee3 Roll DevTools Frontend from ebd1c5d71737 to 7f8f2c84b5c6 (1 revision)
  • 0274dee Set System Time for Calendar Instance
  • 2b1e1c1 [TBHSP] Rename a SidePanelAnimationCoordinator Test
  • a9efba3 Remove Aconfig flag check
  • ca7826c [MIR] Move instance tab count prefs to MultiInstancePersistentStore
  • 544116a Roll Depot Tools from f0d44b0b80f8 to e0a877ed8f3f (1 revision)
  • 26fe9de [SxS] Add split view shortcut to ChromeOS settings page
  • 2b2c553 Add GlicIgnoreOfflineState feature
  • b82385e Revert "Enable Desktop-like Incognito Windows for field trial on tablets"
  • e9359bc Revert "Reland "Reland "Manually invalidate XNNPack cache files on build identifier mismatch."""
  • 133eb79 Revert "In wpt test, use performance.getEntriesByType for better precision."
  • 38f3d6d [iOSFidoImportExport] Enable credential export button for passkeys
  • 7675141 Kombucha: Pull WebUI wait-then-scroll verb into common code
  • d6fb2d8 Add switch and placeholder in RemotingMe2MeHost for CorpMessaging
  • c0ef28f [iOS] Early return in TabGrid transition when browser is nil
  • d0a04c0 [Gardener] Disable WebAppEngagementBrowserTest.DefaultApp on Linux.
  • 02931f8 [Browser Frame] switch to ViewTracker
  • a90cbb6 media: Report active display type histograms on hardware-context-reset
  • 3c365b0 [iOS] Log metrics for desktop-to-iOS promos
  • b21244d [IPP] Remove "IP-Protection" request header and IPP's net::features
  • 82ee238 [CVC storage IOS] Change CVC storage test config name on IOS
  • 5308f1d Roll Perfetto Trace Processor Win from 9b7f1abbdedc to 03b636c73098
  • 2c79d33 fix auto spanification for streaming_utf8_validator_unittest.cc
  • 583d7e5 [WebAuthn] Remove GetPasskeysForRelyingPartyID from passkey model
  • 2c8021b [WebAuthn] Remove GetAllPasskeys from passkey model
  • 9735774 Roll src/chrome/installer/mac/internal/ 27b07a5c4..47bf09935 (2 commits)
  • bde5915 rcaps: Document `kPrivateUserMetricsReporting` access request
  • 9cad19d Add study for InitializePoliciesForSignedInUserInNewEntryPoints for the android platform.
  • 559bd43 [Gardener] Mark debugger-eval-on-call-frame-inside-iframe.js as flaky
  • f5c133b cc: De-optionalize gfx::HDRMetadata
  • b2176b9 [Read aloud] Fix race condition when pausing speech at the end of page.
  • 528cad3 [iOS] Add IsChooseFromDriveAvailable function
  • a984a61 Revert "Add a fieldtrial testing entry for StaticStorageQuota and update tests."
  • ff34e5e Remove outdated DoNotBatch for TouchToFillPaymentMethodViewTest.
  • 4f9484e [IOS][AIM] Do not call notifySessionsAbandoned on successful navigation
  • 4ccf6e7 Convert to UNSAFE_TODO in chrome/browser/ash
  • 22755d9 [Code Health] Clean up stale base::Feature "RelatedSearchesExtraction"
  • f9f1202 Memory leak: unregister ComponentCallback in OmniboxDropdownEmbedderImpl
  • 6dc32bc Roll Chrome Android ARM64 Orderfile from Z9pshHySPaghLCN-P... to Q5hkbiFnOSgfMnLwt...
  • 34ecdbb [rustmojo] Add support for mojom strings
  • 8268198 [build] Enable building arm with coverage instrumentation
  • 3a3bb40 Refactor the construction/initialization of the NetworkTimeTracker.
  • 4809422 Add agale@ to //chrome/browser/ui/views/OWNERS
  • 2b59f27 WebUI: Fix remaining violations of 'default-case' ESLint check, part 2.
  • ef56deb Roll Website from d9a0c174b535 to 105a46915f47 (1 revision)
  • 37a61fb Roll Perfetto from 03b636c73098 to 1488a2e8df29 (4 revisions)
  • 91610ed [Theme] Add a missing unit test file in BUILD.gn.
  • 41ecc44 [Extensions] Add SiteSettings struct to extensions menu model
  • b703f49 Roll Skia from a31411879251 to e19670f70406 (1 revision)
  • 023f3cf [animation-trigger] Ensure triggered CSS animations are exposed
  • 1e60ede Move SettingsPromoCardPreference to the xml layout
  • 1fc9459 [AIM] Update request type chip to medium thick text.
  • cee9ea2 [Vertical Tabs] Lay out vertical tab container when not collapsed
  • 808fa79 policy: Add ExtensionUnpublishedAvailability policy to desktop Android
  • 299c96b Deprecate ActionResultCode::kError
  • 62dfaeb Roll Chrome Mac Arm PGO Profile
  • 2378482 [iOS] Add Gemini ZSS to fieldtrial testing config
  • 3ffd85d [iOS][Composebox] Scroll last item in carousel into view
  • b1cfba0 Remove MemoryPressureListener in ThumbnailCache
  • d4fe281 Roll clank/internal/apps from 4e03d7f1d820 to 11ba6df62aa8 (1 revision)
  • 20a5beb [translation_util] Refactor const ref string params to string_view.
  • 9103a83 Replace const refs with `string_view` and `base::span`.
  • bb858f9 Fill `rust_package_version` for rust executables
  • 5f25699 [3PWebAPIRequestFwd] Prevent API call without credential options
  • ac1f072 [rustmojo] Add support for maps to the mojom parser
  • 60a654e [iOS] Use ContentConfiguration instead of SettingsCheckCell
  • 6c15d4a [Chrome Next] Fix incorrect computation in opaque browser frame
  • 4319804 [Contextual Tasks] More side panel toolbar styling
  • 16f6da1 [Reading Mode] Add new icons and strings to web UI
  • 462fe6b Reduce Video Picture-in-Picture title view size
  • 98ed5f3 [TDR] Remove TODOs linked to issue 40232718.
  • 0308af5 Add kbabbitt@ as core/css OWNER
  • 8146cf4 Refactor ContentFiltersObserverBridge to use observer and DI patterns
  • 2913308 [iOS] Automate annotated page context extraction
  • 02dd5b6 Add navigation listeners to ReadAnythingController
  • 1d163a4 Delay background finch seed work until after startup
  • 39f987f [Vertical Tabs] Move feature enablement to test mixin
  • 42184b6 Make light dismiss use click instead of pointerdown/up
  • 7ce48db [IOS][AIM] Record normal search navigation
  • dfae394 [spc] Added new and updated existing output states in PaymentRequest
  • 6e913a9 Fix unsafe buffer usage in shape_result_test.cc
  • 515bd95 [contextual_tasks] Upload tab context snapshot on query submission.
  • 45e843b Restrict number of attachments in single-context variants.
  • 2031a21 Roll Chrome Win32 PGO Profile
  • 213fb77 [iOS] Cleanup code SignInButtonNoAvatar experiment
  • a712b90 Roll ANGLE from 1196966d01b5 to 91d464283d74 (1 revision)
  • 227e674 Roll vulkan-deps from a39d345d38f7 to f80c9662e711 (1 revision)
  • d789a2b Roll Chromite from 9f275ec850a2 to eec00b35328a (1 revision)
  • 813e24c Roll DevTools Frontend from 4d4076e1e451 to ebd1c5d71737 (1 revision)
  • b1b0110 [AutofillAi - M4] Add required java classes for c++ communication
  • 0cd938b Roll Perfetto Trace Processor Linux from 9b7f1abbdedc to 03b636c73098
  • ec7bbcc [Settings Search] Onboard All Prefs
  • 1a48129 Refactor empty state body color logic in Read Anything.
  • 5eb2cde Clarify how to use UMA.ProtoCompressionRatio
  • 88b0dfa [Tabs] Add event for incognito model creation
  • e8b3bd0 [Cookies] Convert two enums to enum class
  • e242cf9 [iOS] Update how voice over activation is done on cell InfoButton
  • b01dcfc Have glic test client trigger interruptActorTask when showing password picker
  • bbe1b10 [reader mode] Add reader-mode-support-new-fonts feature flag
  • 125c7a7 [webauthn] Split credential management mojo
  • 0d9e594 Remove TODO to remove StoreLog()
  • c948c62 Remove ios-manage-account-storage flag
  • ae1face Roll ios_internal from 0e7f5890f35d to 090f2b785f3c
  • 5aa164c Roll Chrome Android ARM64 Orderfile from AHfmVUwPElkCFn737... to Z9pshHySPaghLCN-P...
  • 25ead1b Remove enable-multi-capture-notification-update flag
  • 70176e3 [Default Browser] Add fieldtrial testing entry for a string polish exp.
  • 25e8814 Remove excessive mutable lambda usage in GlicActorUiTest
  • eb4460c [TDR] Remove TODOs linked to issue 260792815.
  • 0cc565f Block View Source when DevTools are disallowed.
  • fa71066 [Signin][Android] Refactor SigninPromoViewBinder#showHeaderWithAvatar
  • 60b8ed5 Updating trunk VERSION from 7564.0 to 7565.0
  • af7857f Roll Help App from k7Davwk9HKUiTUg5a... to Vv77CUih5ahKAxBWR...
  • b1021a8 legion: Refactor legion::Client into an interface and implementation
  • a46a344 Replace `OmniboxText` matcher in ContentSuggestionsTestCase
  • af46535 Fix typo in comment
  • 55879ff Update context menu egtests to use `waitForWebStateVisibleURL`
  • 21263ca Update bookmark egtests to use `waitForWebStateVisibleURL`
  • 6a8c953 [signin] Add getters for CoreAccountInfo fields to AccountInfo
  • 5e1c4b5 Roll Chrome Win64 PGO Profile
  • 4774fd2 Roll R8 from sjuUu6_BDMGSci_jp... to Fq2es0-0bCkqirMbd...
  • 67c9875 [rustmojo] Add support for mojom arrays
  • e01c18d [rustmojo] Separate ordinals from wire types
  • 492bdb5 Add copy_from overload for volatile memory
  • 91a4c1f [iOS][AIM] Adjust color and size of the clear button in Omnibox for AIM
  • 9952644 [I18n] Fallback parsing should be enabled if India model is disabled
  • 7ebb3f2 Convert classification thresholds map to a vector
  • b9c70b0 Roll V8 from 2f5e0e6efcaa to 54df9a2e6ec0 (18 revisions)
  • bb89243 Roll FreeType from f75ae3d06d0d to 30e45abe939d (1 revision)
  • 6f5b53b Roll Chrome Mac PGO Profile
  • 1d342dd Migrate unownedFormElementsAndFieldSetsToFormData fnc from gCrWebLegacy
  • ae4ac66 [Bundled Security Settings] preserve button when opening/closing
  • 037adef Roll WebView ARM Orderfile from bvV91aYJSJEkPtrJy... to qPsKwA17UU9VEJS6l...
  • 86f77d6 Load Gemini dynamic settings
  • da536ae [iOS] Enable Reading Mode feature by default.
  • 36ba4a3 Roll DevTools Frontend from 7d5419e06d09 to 4d4076e1e451 (9 revisions)
  • 829425a [KP] Automatic update from google3
  • 0f2de1d fix: allow scoped blocking for InitializeMediaFoundation
  • 9ec772d WebGL: texSubImage2D/3D should be allowed for opaque textures
  • 1136575 Roll Perfetto from 9b7f1abbdedc to 03b636c73098 (1 revision)
  • 5975363 AvoidDuplicateDelayBeginFrame enable by default
  • 8b32e9b [iOS][AIM] Remove aim availability helper
  • ec00ecc Modify signature of cc::ScrollJankV4DecisionQueue::ResultConsumer
  • 327149c Propagate NONE level in UserLevelMemoryPressureSignalGenerator
  • a6dca8e [Theme] Support Chrome color daily updates.
  • ad31e9a Roll ChromeOS Bigcore AFDO profile from 144-7545.0-1764560377-benchmark-145.0.7562.0_pre1553871-r1 to 144-7545.0-1764560377-benchmark-145.0.7563.0_pre1554250-r1
  • fba67c7 Factor cc::ScrollJankV4Result out of cc::ScrollUpdateEventMetrics
  • e5bfb8a Refactor blink::UserLevelMemoryPressureSignalGenerator
  • 320d1d9 Roll Chrome Mac Arm PGO Profile
  • 1e43acf [iOS] Fix plus menu disabled items not updated on mode change
  • ed5c19f Roll vulkan-deps from 1995d08ee26a to a39d345d38f7 (1 revision)
  • aaf77cd Reland "[Android] Dynamically position Keyboard Accessory"
  • e08271f [iOS] Add more debug information for crashes in ListModel
  • bd0abdf Fix PermissionResult copy assignment operator
  • ac6d224 [Zoom Indicator] Add elevation to the Page Zoom Indicator popup.
  • e17fd60 [TDR] Remove TODOs linked to issue 40189401.
  • b3f6ada [BuilderDocV2] Create a markdown guide for Chromium Builder Naming
  • d1a2522 [TDR] Remove TODOs linked to issue 40127595.
  • cf71678 [HandoffButton] Remove logic to hide button in immersive mode.
  • 1174235 Roll llvm-libc from 3b327fec4331 to 3080c1ec7240 (7 revisions)
  • 633a6c5 Clean up UserLevelMemoryPressureSignal experiments
  • 9e05c49 Fix scroll anchor serialization for text node
  • 7762d99 Roll Chrome Win ARM64 PGO Profile
  • 636ef7f [EVP] Use Google Cloud DNS for TXT records
  • 03db206 field trial: Extend managed_zone_memory to webview
  • 31e766c Roll Dawn from dbe64e426552 to afb757e722f6 (4 revisions)
  • 1b3f850 [Vertical Tabs] Add interactive test mixin
  • f5e9bfc Updating XTBs based on .GRDs from branch main
  • f700d5f [iOS] Support automatic language translation detection in Reading Mode.
  • 321656b Eliminate redundant DOMWindow/WorkerGlobalScopePerformance wrappers
  • c5aeb5b Roll Chrome Android ARM64 Orderfile from xfJaRkGimq3VixkC1... to AHfmVUwPElkCFn737...
  • 5d67f53 Fix C-style casts of size_t to int in EXPECT/ASSERT.
  • 347c20f WebView Web Performance Metrics API: Remove the need for AwContents
  • f6dd880 Introduce a feature to optimize cache updates
  • 217a91d Reset AutofillField members set during rationalization and sectioning
  • 01f9945 Only retrieve available server predictions from the cache
  • 8987173 [CT] Automatic update from google3
  • a52bb10 Add a fieldtrial testing entry for StaticStorageQuota and update tests.
  • fd42275 [animation-trigger] Parse trigger-scope
  • aec9cf7 Fix counter() and counters() in alt content
  • 58d19b0 [TDR] Remove TODOs linked to issue 263416361.
  • c69a062 [DBD] Respond with error if removePasswords API is called
  • 313308e Roll ChromeOS Atom AFDO profile from 144-7545.0-1764562669-benchmark-145.0.7562.0_pre1553871-r1 to 144-7545.0-1764562669-benchmark-145.0.7563.0_pre1554250-r1
  • c995cf1 [TDR] Remove TODOs linked to issue 334375880.
  • 9c4e959 Remove superfluous <map> includes from //content and Blink headers
  • e1171ca Roll ios_internal from 4948e1c4bdb2 to 0e7f5890f35d
  • cbbb8a2 Roll Chrome Win32 PGO Profile
  • e2540ae Roll DevTools Frontend from 8a59f21eb4c8 to 7d5419e06d09 (1 revision)
  • 55f3c37 Roll ANGLE from e2cb822f9195 to 1196966d01b5 (1 revision)
  • bc5fdc0 Roll Chrome Android ARM32 PGO Profile
  • fffbde6 Roll Chrome Android Desktop x64 PGO Profile
  • a5b7e2a rcaps: Update DynamicProfileCountry field trial config
  • b1ca736 Roll clank/internal/apps from 35dfa7664646 to 4e03d7f1d820 (1 revision)
  • 62ffd48 rcaps: Set variations country alongside profile country in tests
  • d50c9ee [TDR] Remove TODOs linked to issue 227985497.
  • a8c652b Remove AutofillStatesComponentInstallerPolicy for the removed Autofill States Component
  • 8f57f0a kiosk: remove-Kiosk.SessionRestart.Reason
  • c6178f5 Roll Chrome Mac Arm PGO Profile
  • 9a9366b Roll Crossbench from 33abcda1e18c to 0a1b5242248f (2 revisions)
  • 619345e [iOS][AIM] Allow usage of compact mode when DSE is not Google
  • a8bf935 [iOS] Update blur visibility when creating the effect and style change
  • 7263330 [identifiability] Remove leftover tracing code in blink
  • b68c16c Roll Chrome Android ARM64 Orderfile from drapp0rge2kxx4mi9... to xfJaRkGimq3VixkC1...
  • bcd7764 [TDR] Remove TODOs linked to issue 266739400.
  • 4114627 Roll Skia from 62e47b82792d to a31411879251 (1 revision)
  • d54290c Roll Perfetto Trace Processor Win from 4c6784a13d9e to 9b7f1abbdedc
  • 7703dd1 Reland "[Mac] Application audio sharing in getDisplayMedia behind a flag."
  • 8228b77 [Origin API] `.from()` should throw on `<a>` and `<area>`.
  • 6d4aeea Roll Perfetto Trace Processor Linux from 4c6784a13d9e to 9b7f1abbdedc
  • 40720bf Roll Crossbench from 1e5a65e6bc50 to 33abcda1e18c (1 revision)
  • 2cf7258 Roll src-internal from 8f3034c74188 to d0f96e734c09 (1 revision)
  • 49bcf32 [TDR] Remove TODOs linked to issue 40176677.
  • 3499a5a [TDR] Remove TODOs linked to issue 266739400.
  • 170b841 [TDR] Remove TODOs linked to issue 40513453.
  • 332f1a1 [TDR] Remove TODOs linked to issue 266739400.
  • 87819ec Roll DevTools Frontend from 4c880be46773 to 8a59f21eb4c8 (1 revision)
  • e9588f3 Roll Projector App from w1iP-nT17-oXZRoot... to j9-cng5NADx99yVvH...
  • 80b5c58 Roll FuzzTest from 2af5c280792c to 056722f64bcc (2 revisions)
  • 16dd665 [TDR] Remove TODOs linked to issue 390637019.
  • e9409f5 [TDR] Remove TODOs linked to issue 266739400.
  • a1cbe30 IDB/LevelDB: remove a couple expired histograms.
  • 938cd91 Deprecate Permissions.API.CreatedPermissionStatusObjects histogram
  • f4858e9 Roll Chromium Variations from cWP92uyUGVBrtYOT-... to CZ3-JhcswMgsVALcD...
  • 480c858 Roll ios_internal from eb757f866bf2 to 4948e1c4bdb2
  • 25d4a22 Roll V8 from 6296d708bb7e to 2f5e0e6efcaa (26 revisions)
  • 2f0d85a Migrate ResourceManagedBuffer to base::HeapArray
  • f352835 iOS rcaps: Auto collapse snippet when needed
  • 43b1531 [perf] Schedule LoadLine 2 benchmark on perf bots
  • 6ffb982 Roll Chrome Mac Arm PGO Profile
  • 8c74ff3 Roll Perfetto from 4c6784a13d9e to 9b7f1abbdedc (3 revisions)
  • f1d6b69 Replace mojom include with forward variant in content_browser_client.h
  • 4617c30 Roll Chrome Win64 PGO Profile
  • 25eac3b Revert "Reland "[Android] Add the Home button as OptionalViewElement in CtaPageStation""
  • 3735488 [perf] Add devtools_frontend benchmark to platform represenatative bots
  • 7150054 Remove modality of Quick Insert feature tour but raise the z-order.
  • 72f6445 IDB: Record durations of transaction tasks
  • 2a9c24c Roll Skia from a590c1c5884b to 62e47b82792d (1 revision)
  • 4a502fe Remove string operator+ usages in Blink production code
  • 275c9f7 Roll Boca Receiver App from OChqqm5FTNq8VjHrf... to gkm9H7zoIniIAetMF...
  • 0a0b1a9 Roll Amd64 AFDO from 145.0.7562.0_pre1553871_rc-r1-merged to 145.0.7563.0_pre1554250_rc-r1-merged
  • 621d86b [Frameworks roll] Roll to 840580287 piper revision
  • 52975dc Roll Chrome Win32 PGO Profile
  • 55bd3e1 Add structural_form_signature to FormDataPredictions mojo.
  • bc02e51 embedder_support: Remove GetWebKitVersion() and GetChromiumGitRevision()
  • 338ab51 IDB: Convert the DCHECK in DidCompletePreemptiveEvent to a CHECK
  • be155a3 Multicol post-layout: avoid destroyed/moved layout objects.
  • 28e522e Update meet_effects hash in DEPS file.
  • a4f10a7 Roll Chrome Mac PGO Profile
  • 62e4014 Roll Chrome Mac Arm PGO Profile
  • b1c5e69 Roll ANGLE from 0c4f9996be15 to e2cb822f9195 (1 revision)
  • ca08b30 Roll Skia from 0113fb0df552 to a590c1c5884b (3 revisions)
  • 8fc6178 Roll Chrome Android ARM64 Orderfile from 2Nrn9HxcpjQjwTmEY... to drapp0rge2kxx4mi9...
  • 19bed50 text-justify: Implement non-auto justification methods
  • de21180 Remove the "CaretPositionFromPointTextareaFix" runtime flag
  • 9b8678d Roll Dawn from a29691860aeb to dbe64e426552 (5 revisions)
  • 8c66670 ash: Eliminate a dependency on browser_finder.h
  • 538b293 [FragmentedOofInCb] Make the straightforward things work.
  • 48a47e5 Remove features::kV8DecommitPooledPages following underlying flag removal from v8
  • d6757a5 [FuzzTest] Roll to HEAD, fix compilation failures.
  • a6d2f4b [Reading Mode] Implement Immersive Mode toolbar redesign
  • 75acda9 Roll Chrome Linux PGO Profile
  • 70a500a [a11y] Add accessibility API for setting extended selection in Android.
  • b4a2cb3 Roll Depot Tools from f2ac99f08256 to f0d44b0b80f8 (1 revision)
  • b0e78e7 Roll Chrome Android Desktop x64 PGO Profile
  • 408eb34 infra/config: Add no clang modules config for CQ/CI perf builders
  • dc24c63 spanification: automatically spanify .../vaapi/test/fake_libva_driver/fake_drv_video.cc etc.
  • 518dca4 spanification: automatically spanify .../vaapi/test/fake_libva_driver/fake_drv_video.cc etc.
  • 33a5264 Extend histograms
  • 1937ca7 Roll Chrome Android ARM32 PGO Profile
  • e042260 Roll Updater chromium_win_x86 from 2@1547012 to 2@1549003
  • afeb0b4 [//media] Remove PCVR CHECKs on Capabilities::gpu_rasterization
  • fc2d53a [//media] Improve comment in video_frame_validator.cc
  • 72f4298 [//gpu] Remove unneeded CHECK of gpu_raster cap in test
  • a5c4045 [Blink] Have WebGLRCBase hold CanvasSnapshotProvider where feasible
  • 92727ca [//media] Improve comment in VideoFrameFileWriter
  • 363099b [//gpu] Remove check of gpu_rasterization cap in test
  • 194e9c7 [Blink] Clean up CanvasSnapshotProvider (part 2)
  • fdbf02d [//media] Rename VideoFrame::HasMappableGpuBuffer()
  • d8a7cc4 [Blink] Clean up CanvasSnapshotProvider interface
  • b9afe72 [Blink] Have VideoFrame hold CanvasSnapshotProvider
  • e505de3 Roll Updater chromium_mac_amd64 from 2@1547005 to 2@1549004
  • a6dd974 Enable MulticolColumnWrapping for stable.
  • a51c13f Roll Updater chrome_mac_universal from 2@143.0.7482.0 to 2@144.0.7547.0
  • 512237d Roll Updater chromium_win_x86_64 from 2@1547012 to 2@1549002
  • 5c161ed Roll Updater chromium_win_arm64 from 2@1547010 to 2@1549003
  • edba339 Roll Updater chrome_win_arm64 from 2@143.0.7482.0 to 2@144.0.7547.0
  • 00559f1 Roll vulkan-deps from 31ed50940e29 to 1995d08ee26a (1 revision)
  • 86bfddc Roll Updater chromium_mac_arm64 from 2@1547010 to 2@1549003
  • e629f3d Roll Updater chrome_win_x86 from 2@143.0.7482.0 to 2@144.0.7547.0
  • 77a69a6 Roll Updater chromium_linux64 from 2@1547006 to 2@1549003
  • 3d50483 Roll DevTools Frontend from b123baa1ee8f to 4c880be46773 (19 revisions)
  • e033778 Roll Chrome Mac Arm PGO Profile
  • bd50833 Roll Updater chrome_linux64 from 2@143.0.7482.0 to 2@144.0.7547.0
  • 38282b6 Roll Chrome Win64 PGO Profile
  • d30990e Roll Depot Tools from e96cff71c91a to f2ac99f08256 (1 revision)
  • bde4de8 Roll Updater chrome_win_x86_64 from 2@143.0.7482.0 to 2@144.0.7547.0
  • 1cec43c Revert "Remove callback_helpers.h include from is_callback.h"
  • fd89575 Roll Kotlin Stdlib from nrNlkfwnssJGD9SLl... to YEknx-9HQNzCcJIKj...
  • 70b0c5b Roll Updater chrome_mac_universal_prod from 2@143.0.7482.0 to 2@144.0.7547.0
  • 11570e1 Roll Skia from e37e1f268158 to 0113fb0df552 (1 revision)
  • c2544dc Roll Android Lint from fzZu__O6lHUNn15lT... to TcGmCDImK70b_0NRH...
  • b089255 [iOS][AGC] Display for Nonconsented Users Who Have Seen The FRE Promo
  • 1c0422d Change "Learn More" button to a link in Quick Insert feature tour.
  • 4a61887 Roll Manifest Merger from GDEO78EYul-SF_vcC... to OBvkh0fbZDeCF-bpv...
  • 09627ec [a11y] Add AccessibilityExtendedSelection feature and flag.
  • 35c52ff Roll Error Prone from QcxY40Xfv3er_kuOu... to u3Ysea5yvF7JG-0gn...
  • 0c4262e WebUI: Fix remaining violations of 'default-case' ESLint check, part 3.
  • 346820f Roll clank/internal/apps from 09bef1d0cceb to 35dfa7664646 (1 revision)
  • 44122b8 [Gardener] Disable AnchorElementInteractionBrowserTest.MouseHoverPrefetch on TSAN bots
  • 396b9d0 Roll Chrome Win32 PGO Profile
  • 4ebdfaa Roll Enterprise Companion chromium_win_x86_64 from NltCbQGxKGfWjGdxH... to 9s5VsYOd47iC-ukYi...
  • 2c29c23 Roll Enterprise Companion chromium_mac_arm64 from n6okUU0EoCb-M-qLP... to RSFh_OJltORnzUqpn...
  • bb29c32 Roll Enterprise Companion chromium_win_x86 from 8L9TsPBHUsBEo6wOu... to OUnYQqW7BDGlQr_lh...
  • dcdceb2 [Editing] Avoid updating selection when scroll does not move content
  • f4c6283 Remove useless AVScanningFileValidator
  • d525d03 Roll Enterprise Companion chromium_mac_amd64 from WzohMKXPVTnDmnDB2... to mwSa7TA9W5jmmRrAI...
  • 789f952 Roll Enterprise Companion chromium_linux64 from NxIkkz9XJclsf2Gpd... to MTgIRLyotAftWb9bm...
  • 4ecde22 [devtools] Disable 3 call stack web tests to unblock roll
  • 224c5a0 [EditContext] Convert local frame bounds to root frame coordinate space
  • 36a5101 Add close button to the top right of the Quick Insert feature tour.
  • 7ccd5c5 Revert "Remove CHROME_FOR_TESTING compiler pre-processing directive for StripGoogleChromeScheme() function"
  • 5db1c5e Roll Kotlin Compiler from dzSoO7s4xA33tSKgO... to CfswLRh__v6WRa5ck...
  • 988937b Update owners and expiry for bluetooth-floss-telephony flag.
  • fab09e0 Remove callback_helpers.h include from is_callback.h
  • 7def371 Move Quick Insert feature tour view to a separate file.
  • 6d0ae40 [Actor] Rename ActorHistogramsTest to ActorMetricsTest
  • cece7c9 [iOS] Fix race condition in Zero State Suggestions URL validation
  • c5bf198 Roll clank/internal/apps from f0756f8872d7 to 09bef1d0cceb (1 revision)
  • 4cf37f8 Fix a missing include in atlcom.h
  • 96c1f9c Roll ChromeOS Bigcore AFDO profile from 144-7545.0-1764560377-benchmark-145.0.7560.0_pre1552648-r2 to 144-7545.0-1764560377-benchmark-145.0.7562.0_pre1553871-r1
  • 90c237d Roll vulkan-deps from a881134f3247 to 31ed50940e29 (1 revision)
  • fbac2b6 Update ChromeOS networking metrics expiry date
  • f3fd822 Automated Commit: LKGM 16508.0.0-1073595 for chromeos.
  • fc2939d Remove service-worker-auto-preload entry from chrome://flags
  • 1799d2f Roll Chrome Mac Arm PGO Profile
  • ea6e39b Add metrics for bundled settings
  • 9410438 Revert "Add a feature param to initialize feature list early for Android"
  • ab3a1a0 [Actor Overlay] Defer UI updates until ActorOverlayHandler is ready
  • 0dfce12 Close Quick Insert Feature Tour on Escape key.
  • c94c941 Roll compiler-rt from 03f50e54e93b to 51217c6cf496 (1 revision)
  • 2f287d9 Roll WebGPU CTS from 9f1f32582e19 to eca60d92d485 (1 revision)
  • bb596af [2/4] Implement AsanRawPtrService V2
  • 1ac1452 Updating trunk VERSION from 7563.0 to 7564.0
  • 9ddf9a9 Revert "[Vertical Tabs] Add API for caption button exclusion zone"
  • 6abe44a Remove platform-specific Media Galleries code
  • 1f9e183 Roll Chrome Mac PGO Profile
  • 1bb3ae3 Fix presubmit warnings
  • f694e1a [iOS][mvt-customization] Add ability to pin site from context menu
  • f4cc7fe shimless: Allow to hide Google SKU ID in dropdown
  • 1755a38 Roll Dawn from d9a86e67b1ae to a29691860aeb (12 revisions)
  • 8b093c4 shimless: Add feature flag of hiding Google SKU
  • 09fc75c IDB Fuzzer: Expand seed corpus (2/N)
  • 0c71491 Roll Skia from f37e6a2cbbfa to e37e1f268158 (1 revision)
  • 33b7318 Reland "[Composebox] Implement aggregate metrics for existing composebox metrics"
  • 55ab89d Roll Chrome Android ARM64 Orderfile from kXc1-uS1GwEwz8fVH... to 2Nrn9HxcpjQjwTmEY...
  • 5259003 Roll Chrome Mac Arm PGO Profile
  • 336f27d Roll vulkan-deps from 45f367962aae to a881134f3247 (1 revision)
  • 2bb405d Fix the issue where the menu does not respond to Shift+F10 on Windows.
  • 84b41aa Remove accidentally introduced experiment from field trial
  • 0392dbd [HIC] Add source rect arguments for Canvas2D drawElementImage
  • f227e44 Add configurable delay to `SkipPagehideInCommitForDSENavigation`
  • 6c28232 [CSS Modules] Fix crash in GetFetchedStyleSheetFromModuleMap
  • 00d09a6 [Mac] Center child window relative to parent instead of screen
  • 9fb1505 [fuchsia] --bp-compression-sort=function in size-optimized
  • 7135dfc PA: Share allocator_shim::IsAlreadyRegistered between 2+ dynlibs
  • 339056a Roll Perfetto Trace Processor Win from 8f7852a554bc to 4c6784a13d9e
  • a87a03d [DomStorage] Stop caching SessionStorageMetadata::NamespaceEntry
  • e008674 Roll Chrome Linux PGO Profile
  • 0c09376 WebUI: Disable redundant python presubmit checks
  • fc3789c [Predictable Updates] Integration testing 5/x: Browser tab updates
  • 11d61e9 Roll ANGLE from 5d71da16c4b1 to 0c4f9996be15 (5 revisions)
  • e78fd62 Roll Chrome Win ARM64 PGO Profile
  • 3da7001 Roll clank/internal/apps from 02242a585c80 to f0756f8872d7 (1 revision)
  • 7812edc Fix mirroring issue with tablet panel
  • 0c57ca1 Roll cxx: 1.0.187 => 1.0.190 in //third_party/rust.
  • db8f23e Remove SCOPED_CRASH_KEY_STRING1024 for crbug.com/463388771
  • b8e9638 Move primary plane creation inside ProcessForOverlays
  • a538ce0 Roll Depot Tools from 4b799c1e8def to e96cff71c91a (1 revision)
  • 3fc2b00 Delayload secur32, winhttp, winspool & wintrust
  • 857e8ca Roll ChromeOS Arm AFDO profile from 144-7545.0-1764558928-benchmark-145.0.7560.0_pre1552648-r2 to 144-7545.0-1764558928-benchmark-145.0.7562.0_pre1553871-r1
  • 5dfdee8 [AIM] Tab picker scroll to the last opened tab
  • 8b43252 Roll Chrome Win64 PGO Profile
  • e9bc293 Fusebox: Allow adding not fully loaded tabs.
  • 38ce741 Roll Skia from aea282ea0bcd to f37e6a2cbbfa (3 revisions)
  • 5430fb0 Roll ChromeOS Atom AFDO profile from 144-7545.0-1764562669-benchmark-145.0.7560.0_pre1552648-r2 to 144-7545.0-1764562669-benchmark-145.0.7562.0_pre1553871-r1
  • 0c7bd85 Support non-composited CSS backdrop-filter
  • 2ee2044 Roll Chrome Android Desktop x64 PGO Profile
  • e601b23 url: Use string_view for an argument of DoesBeginSlashWindowsDriveSpec
  • afb7112 Roll Chrome Android ARM64 Orderfile from zmIyMitIkGR7E-r7Z... to kXc1-uS1GwEwz8fVH...
  • 4bffd1a Remove extern_c from clang modules.
  • 1c7472d blink: Ignore transition when updating scrollbar nodes
  • 2b9b567 Roll clank/internal/apps from d8af05412f3d to 02242a585c80 (1 revision)
  • 473db8f Enable MeetEffects tests on Win/Intel 770
  • 65c0fed [glic] Move and Expose GlicLiveModeOnlyGlow in chrome://flags
  • f72b884 Roll Open Screen from 0c2782221509 to 8a7ae70952b9 (1 revision)
  • d55108c Add histograms to track InputToNavigationStart coverage
  • 91c400a [iOS] extend expiry of confirmation-button-swap-order
  • eef6fb9 [Contextual Tasks] Route Lens interactions to session handle
  • 54c8e37 [Reading mode] Stop timers when the tab is deactivated
  • ac5b594 Enable Desktop-like Incognito Windows for field trial on tablets
  • af59887 [Gardener] Disable ChromeVoxAnnouncesHints test on Debug bots
  • 5ac0ea3 Update copy for the acceptance button on Quick Insert feature tour.
  • 121e9ff Roll Chrome Mac Arm PGO Profile
  • 5e35310 [ios] Extend expiry milestone for mobile-promo-on-desktop flag
  • dffbcdf Enable MeetEffects tests on Win/AMD
  • c171607 Roll Chrome Win32 PGO Profile
  • 38f9c90 [iOS] Gate ProactiveSuggestionsFramework behind PageActionMenu
  • 008a5c4 Forward declare IsolationInfo in navigation_handle.h
  • 27dbb39 Iterate selected indices to gather dragging views
  • bd102d6 [Win] Handle array slice for shared image encode.
  • 7d58290 Record connection timing metrics for a navigation
  • 5d6b5e9 Remove unnecessary debounce on UpdateSolutionProviders
  • 28818ba Roll PDFium from a1229deddf17 to 1aa30337f491 (10 revisions)
  • cdcb3af Roll Perfetto Trace Processor Linux from 9eb51364a23b to 4c6784a13d9e
  • 4b89070 Add progress bar to on-device-internals page
  • 3ee158a Reland "WebNN: Implement context lost handling for ORT dispatch failures"
  • 5b5386d Make indentation consistent within individual files in libdmg-hfsplus.
  • 0ec7442 Roll ios_internal from a89714fdeea9 to eb757f866bf2
  • 1261afb Forward declare {Sequenced,SingleThread}TaskRunner in more files
  • a02f214 [Extensions] Add permission details to install dialog on Desktop Android
  • 51ea104 [Predictable Updates] Integration testing 4/x: Silent icon updates
  • 307466a Retrieve AIM ZPS for the first attached document (pdf or tab).
  • 8680b3c Migrate webFormControlElementToFormField function from gCrWebLegacy
  • 3ccccef Add Bug for Popup Window Bounds Task
  • 5f77b65 Roll vulkan-deps from 85c01c01f6cf to 45f367962aae (3 revisions)
  • 0660dc8 Revert "[wpt] Lint all files on commit"
  • 35a334d [SLAMS] Rename IntelligentScanDelegate methods and variables from "session" to "scan".
  • f7b5c96 [context-input] Fix AI action chip tab upload
  • 2f6a767 Check getClipData() first in processing image picking intent result
  • c6fcfae [IPP] Delete components/ip_protection
  • 25d18fb Roll Depot Tools from f525e4eb3ca9 to 4b799c1e8def (1 revision)
  • 89c16fe [TreesInViz] Keep track of damage in DoUpdateDisplayTree.
  • acc0992 [Contextual Tasks] Fix thinking model opening seperately
  • 8cdea29 Adding new side panel animation performance metrics
  • fe808fd updater: enable the segment heap for Windows
← Back to all summaries