Chromium Daily Digest Logo

Chromium Changes Summarizer

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

Chromium Digest: 2025-12-04

Overview

This was an exceptionally active day with 612 commits, of which 453 were deemed relevant. The highlight is a massive number of breaking API changes across the entire codebase, headlined by the switch to C++23 as the default language standard. Developers on Chromium-based projects should pay close attention to the breaking changes section, as significant code updates will be required. Other major themes include the shipping of several web platform features like the built-in HLS player and location.origin, and continued refactoring of core components and UI interfaces. First commit: (bf2bcad), Last commit: (1489f15).

Major Breaking Changes

  • ⚠️ BREAKING The default C++ standard has been changed to C++23 (use_cxx23 = true). This is a major toolchain update that will require embedders to use a compatible compiler and may cause build failures due to stricter language rules or updated standard library behavior. (5047a65)
  • ⚠️ BREAKING Multiple virtual methods have been removed from the core content::ContentBrowserClient interface, breaking all embedder implementations. Removed methods include IsUnpartitionedStorageAccessAllowedByUserPreference, GetUserAgentBasedOnPolicy (use GetUserAgent() instead), IsCookieDeprecationLabelAllowed, and IsCookieDeprecationLabelAllowedForContext. (fcea483) (18b17a9) (26c4ae9)
  • ⚠️ BREAKING The public viz::TransferableResource class and its corresponding Mojo interface have been refactored. Several direct member fields (e.g., format, size) have been replaced with a ClientSharedImage object, breaking any code that directly constructs or inspects TransferableResource instances. (bbb801f)
  • ⚠️ BREAKING The public ClientSideDetectionHost::IntelligentScanDelegate interface has been renamed. IsOnDeviceModelAvailable is now IsIntelligentScanAvailable, and InquireOnDeviceModel is now StartIntelligentScan. This signature change will break embedder implementations of this security feature. (6f6d03b)
  • ⚠️ BREAKING On Android, the public Java class org.chromium.base.supplier.UnownedUserDataSupplier has been deleted. Embedders relying on this class will have build failures. (5555698)
  • ⚠️ BREAKING The public class TabStripViewInterface has been renamed to TabStripRegionView. Embedders interacting with the tab strip's view hierarchy will need to update their code. (16f1c19)
  • ⚠️ BREAKING The legacy recovery component and its public header chrome/browser/component_updater/recovery_component_installer.h have been deleted. Public functions like RegisterRecoveryComponent are no longer available. (d060f5d)
  • ⚠️ BREAKING The signature of the public virtual method blink::Platform::DecodeAudioFileData has changed. It now returns a std::unique_ptr<WebAudioBus> instead of using an output parameter, breaking embedder implementations. (f889d4d)
  • ⚠️ BREAKING The hosted_domain member of the public signin::AccountInfo struct has been made private. Embedders must now use the GetHostedDomain() accessor method. (cca5b70)
  • ⚠️ BREAKING Several public methods and classes in views and TabStrip have been removed or made private. This includes TabStripModelDelegate::ShouldDisplayFavicon, views::BubbleDialogDelegate::OnBubbleWidgetPaintAsActiveChanged(), and views::Combobox::ArrowButtonPressed(). (cc15891) (000952e) (abc6da4)
  • ⚠️ BREAKING Core base and component APIs have been changed. An overload of base::File::WriteAtCurrentPosNoBestEffort accepting a const char* was removed. The constructor for enterprise::connectors::ConnectorUploadRequest was also changed. (6a0870c) (0c25403)
  • ⚠️ BREAKING Public header file paths and API signatures in FIDO and Ash have been changed. The cable_discovery_data.h header was moved, and the signature for ash::DeskHelper::Get was altered. (8735bd5) (f257297)

Web Platform & Blink

  • The built-in HLS player is now enabled by default where supported, and its feature flag kBuiltInHlsPlayer has been removed. (f100e37)
  • The location.origin API has been shipped to stable, and its corresponding feature flag has been removed. (d390482)
  • The web-facing Event.pseudoTarget property has been restricted to specific event subclasses (e.g., MouseEvent, KeyboardEvent) instead of being available on the base Event interface. This may break web content that relied on the previous behavior. (1b644c1)
  • The Cookie Store API (cookieStore) now supports the maxAge property, allowing developers to set a cookie's expiration relative to the current time. (516446e)
  • For WebRTC, RtcTransport now supports "Bring Your Own Buffer" (BYOB), which can reduce ArrayBuffer churn and improve garbage collection performance during data channel communication. (6050092)
  • For View Transitions, a completion signal is now sent from Viz to the Browser Process. This allows for the early shutdown of the old renderer process once its visual state is captured, reducing peak memory usage during a transition. (9de04ec)
  • The LayoutShift.sources array in the Performance API is now sorted by impact area, providing a more deterministic and useful result for performance analysis tools. (baee353)

API & Code Health

  • The deprecated AllTabContentsesList class and AllTabContentses() function have been removed. Developers should use ForEachTabInterface() instead. (4fd923f)
  • The LocalNetworkAccessRestrictionsEnabled enterprise policy has been removed. This is a breaking change for administrators who were using this policy. (31ef206)
  • The Media Galleries API, a Chrome Apps feature, has been restricted to only build on ChromeOS, effectively removing it from other platforms. (9a741b7)
  • A new is_blocked state has been implemented on the TabInterface, refactoring how tab blocking is checked in the TabStripModel and related UI components. (1503703)
  • A large-scale automated refactoring has converted many file-level #pragma allow_unsafe_buffers suppressions to more granular UNSAFE_TODO() markers for improved code safety analysis. (50bb666) (298ad89) (8467f0c)

Android

  • A performance feature for hybrid 60/120Hz rendering on capable devices has been enabled by default. (1f5c459)
  • Infobar delegates were updated to support prioritization, allowing the system to better manage the display of critical versus low-priority infobars. (02b3e42)
  • Digital Credentials delegates were refactored to use WindowAndroid instead of a raw Activity, improving integration with the windowing system and multi-window scenarios. (c3980b8)

Security

  • For the Legion secure session service, a new oak_session mojo interface was created to handle cryptographic operations in a separate sandboxed utility process. (4d34d0c)
  • The network service's client certificate cache is now flushed when AUTO_SELECT_CERTIFICATE content settings change, allowing enterprise policy updates to take effect without a browser restart. (5a79971)
  • Support for analyzing obfuscated and nested zip archives has been added via the ObfuscatedZipReaderDelegate, enhancing file analysis capabilities. (2c46902)

Build System

  • The build system now creates separate host targets for each toolchain, which is a foundational change to better support Rust integration. (68bd2ef)
  • The libxml2 library dependency was rolled to version 2.14.6. (8feb36f)
All Commits (612)
  • 1489f15 Remove unused HandleWebviewMessage from ContextualTasksComposeboxHandler.
  • 8735bd5 [webauthn] Split cable_discovery_data.h|cc
  • b6c9db2 [GlicMI] Add pin trigger to BindTab.
  • db505e1 Reland "Add field trial config for InfobarPrioritization"
  • 68bd2ef Create separate host targets per toolchain
  • 948a013 [wpt] Add `DIR_METADATA` for `speech-api/`
  • 89d6f92 Roll Chrome Android ARM64 Orderfile from cVx9ipjMZENzSsFQW... to zmIyMitIkGR7E-r7Z...
  • 4db26f4 [Vertical Tabs] Add API for caption button exclusion zone
  • 9ce8bc6 Roll Skia from 1591b066f49b to aea282ea0bcd (1 revision)
  • ade9ee5 Roll Perfetto from 9eb51364a23b to 4c6784a13d9e (1 revision)
  • ca25e68 [builtin ai api] extend flag for prompt api and (re)writer api until M148
  • e85a915 [MIR] Create MultiInstancePersistentStore
  • 293bb13 Disable flaking test class IncognitoNtpOmniboxAutofocusManagerTest
  • 03d4524 Bump flag expiry for MediaCodecLowDelayMode to M150
  • c70a55c Roll src-internal from 395f083ab264 to 8f3034c74188 (1 revision)
  • 13aeb38 [Extensions] Clear persisted filtered listeners from prefs
  • 0015120 Hide title view when upload is pending
  • 82067d8 Link Send button directly to Fusebox and added content.
  • 59aac1a [iOS] Move page context generation to BwgTabHelper
  • d6180c9 [wpt] Lint all files on commit
  • 6f6d03b [SLAMS] Rename OnDeviceModel to IntelligentScan in ClientSideDetectionHost and Delegates
  • a059cde Implement AndroidBrowserWindow::OpenURL()
  • c776407 Roll Perfetto Trace Processor Linux from 8f7852a554bc to 9eb51364a23b
  • f47c816 Extend LFF flags in development
  • 16f1c19 Rename TabStripViewInterface to TabStripRegionView
  • 88db805 [SxS] Enable split view on ChromeOS on TOT
  • 5724284 [User Education] Remove V2.5 field trial
  • 49b65cc Roll Perfetto Trace Processor Win from 546edda96585 to 8f7852a554bc
  • 5516057 Revert "fake_dmserver: port to Linux"
  • ffb4e04 Roll Chrome Mac Arm PGO Profile
  • 309a6c7 Roll ios_internal from 720359f57b3f to a89714fdeea9
  • eda0ff8 Remove CHROME_FOR_TESTING compiler pre-processing directive for StripGoogleChromeScheme() function
  • d4fbe45 [context-input] Propagate routing info from cluster info response into upload request bodies
  • bed26c2 [Zucchini] Fix missing zucchini headers
  • d8a151f Use optional_ref consistently under chrome/browser/actor.
  • 870129b [Deps] Fixing deps in batch_upload_service.cc
  • 27aab29 [OpenScreen] [VideoStack] Terminate Chrome processes
  • 5603120 Put IA Descriptors in extradata
  • 5555698 Android: Delete UnownedUserDataSupplier
  • 6df73b8 Add TS library for parsing updater history logs
  • d6de4be Make chrome://updater compile for Linux
  • f8457cf Remove superfluous includes from a couple of safe_browsing headers
  • 104dca8 [Contextual Tasks] Refactor OAuth token fetching to be browser-driven.
  • e697503 [MediaCodec] Refuse to call setSurface() with invalid surface
  • 152316e [Extensions] Retry registrations in more cases
  • 9603e7f Remove unsafe buffer usage in about_flags.cc
  • d3fac5e [Vertical Tabs] Create local build rules for vertical tabs tests
  • 3064a5f Introduce ChromeIwaRuntimeDataProvider
  • d0eab27 Roll WebRTC from b01c61b78626 to f1785bbb3d01 (2 revisions)
  • 01c878f Fix scrim background by resetting hover/focus state on button close
  • c8c940f Roll Chrome Android ARM64 Orderfile from IEqb44A3EqWKPHaUv... to cVx9ipjMZENzSsFQW...
  • 1c7ff7f [Contextual Tasks] Update user agent
  • 928343d Automated Commit: LKGM 16507.0.0-1073586 for chromeos.
  • 64ba9c7 Fix regression in side panel focus order and add regression test.
  • 14a557d [Masonry] Update name of disable-css-masonry-layout virtual test suite
  • 1a85be5 [iOS] iOS 16 deprecation code cleanup
  • d9ee6e7 Roll Amd64 AFDO from 145.0.7560.0_pre1552648_rc-r2-merged to 145.0.7562.0_pre1553871_rc-r1-merged
  • c2c4052 Roll Chromium Variations from NPqG29qDPhTaJXD7A... to cWP92uyUGVBrtYOT-...
  • 2651869 Roll Perfetto from 8f7852a554bc to 9eb51364a23b (2 revisions)
  • 8fc0b5d [Uno] Adapt avatar pill promo metrics
  • 6f39d4a Roll llguidance: 1.3.0 => 1.4.0 in //third_party/rust.
  • bb37733 [Uno] Record avatar promo show count on successful action
  • ca39fa8 [Chrome Next] Enable new popup browser layout
  • aa4cdfb Contoured rect: cleanup flags & add comment regarding origin rect
  • 650aa04 [Actor] Adds display origin with actor login credentials.
  • 49a6abe Update field trial config for IOSTabResumptionShopcard
  • 835dd9f [tips] Update magic stack pref for tips promo to finish native init
  • fa6798b [UNO-d] Show history sync optin promo for the GCPW flow
  • 6177034 Move `//chrome/browser/autocomplete:aim_eligibility_service` into the main `deps` list for the `contextual_tasks` target.
  • 888b222 Roll Perfetto Trace Processor Linux from 546edda96585 to 8f7852a554bc
  • 9155dfc [Settings containment] Fix blue flash when displaying default browser promo
  • 46bf557 Change GN2BP's cflags to a denylist
  • 4a0d9b0 [Frameworks roll] Roll to 840340836 piper revision
  • 02b3e42 Assign priorities to specific infobar delegates (Critical/Low) ones
  • 385c185 Roll Chrome Win64 PGO Profile
  • 402b704 [Desktop Zoom] Add fieldtrial testing config
  • c3980b8 [DC] Refactor Digital Credentials delegates to use WindowAndroid
  • f4a3e50 [Bookmarks Bar] Move SceneLayer down in z-axis and observe Scrim changes
  • cf38e74 Fix corner-shape shadow & outline rendering
  • 9de04ec View Transition completion signal to browser process
  • 0fe4867 Roll clank/internal/apps from 7d5a4f0507d9 to d8af05412f3d (1 revision)
  • 38506c6 Roll src-internal from 6dd7240695ca to 395f083ab264 (1 revision)
  • ac41f55 webium: Display Tab Favicon
  • f52a72a Roll Depot Tools from ca8016344f85 to f525e4eb3ca9 (3 revisions)
  • f808e95 Add PartitionAllocLockTuneSpin to WebView's supported flags.
  • fa92b96 Roll Chrome Mac PGO Profile
  • 12e5377 Roll Open Screen from 6ea8f1857716 to 0c2782221509 (1 revision)
  • 048458e Move the fusebox popup, allow it to cover keyboard
  • de412d8 Do not sort ldflags / cflags for GN2BP
  • 1e0db93 Revert "chrome/browser/updater: Create a cleaner public interface"
  • dfaac8e [omnibox-next] Fix bug with incorrect showDropdown value.
  • b382aa8 [TreesInViz] Add deserialization test coverage
  • d060f5d recovery: Delete legacy recovery component.
  • aaa3f83 Android Desktop's CreateBrowserWindow() Supports Off-The-Record Popups
  • 6dbb73d ChromeVox: Speculative fix for empty pending event queue
  • 90473c0 [AIM] Tint send button based on brand scheme.
  • 690fdc4 Fix a CHECK() in WebContentsDevToolsAgentHost::AutoAttacher::UpdateAssociatedPages()
  • 12d289e Roll WebView ARM Orderfile from d9Pe3xaR5XR6jaZQr... to bvV91aYJSJEkPtrJy...
  • c984027 [Extensions] Add restricted accessor test for window.browser non-object
  • a62bad0 Roll WebRTC from b091d4fdf3c1 to b01c61b78626 (3 revisions)
  • 985ee17 Reland "[Android] Add the Home button as OptionalViewElement in CtaPageStation"
  • f62baf0 Roll vulkan-deps from c601b57b98f8 to 85c01c01f6cf (2 revisions)
  • 649e2f9 Roll Arm AFDO from 145.0.7560.0_pre1552648_rc-r2-merged to 145.0.7562.0_pre1553871_rc-r1-merged
  • a3dffb7 Add form factor restriction to tests that run with Incognito windows
  • 186b93b Roll indexmap: 2.12.0 => 2.12.1 in //third_party/rust.
  • 3b3f4ef [sheriff] Disable ManageSyncSettingsTest.testLinkedServicesSettingEea
  • 2e6347a Remove unused HorizontalTabStripRegion includes
  • a99caa1 Roll clap: 4.5.51 => 4.5.53 in //third_party/rust.
  • 30c184b base: Remove Lock invariant checking support
  • 4ba15b5 Roll cc: 1.2.45 => 1.2.48 in //third_party/rust.
  • fa4bb8b Roll toktrie: 1.3.0 => 1.4.0 in //third_party/rust.
  • 5b59fbb [omnibox] Fix zoom page action not showing up when AIM action is active.
  • 1503703 [API removal] Implement is_blocked for TabInterface
  • fe05684 metrics: base/hash/sha1 -> crypto/obsolete/sha1
  • 9a636fe Roll Chrome Mac Arm PGO Profile
  • cf1b673 [ipcz] Roll build/ 0347b4909..3c58005ad (60 commits)
  • 85196f2 [a11y] Add sort direction to Android accessibility nodes
  • 8e19817 Change LogInfo::Init() into ctors
  • ff52bbc Remove leftover privacy_budget reference in DEPS
  • c43c235 [iOS][AIM] Show location indicator leading image if plus menu is missing
  • 30d2935 chrome/browser/updater: Create a cleaner public interface
  • c9762a1 Roll Dawn from 77f89f1efc1a to d9a86e67b1ae (5 revisions)
  • 6a0870c Remove the const char* version of File::WriteAtCurrentPosNoBestEffort
  • 0b614e5 Revert "[Settings containment] Align texts with header"
  • 643f280 Multicol post-layout: subtree force update consistency fix.
  • d0216b2 [Animated PB] Reduce frame rate
  • ffea6d5 Roll Perfetto from 546edda96585 to 8f7852a554bc (4 revisions)
  • ed1c35b [contextual-tasks] Prevent crash if `composeboxShowPdfUpload` is false
  • 00de5a1 Update return value for out-of-range offset in ReadNoBestEffort.
  • a19fcaf cryptohome: Update metrics related to AuthSession
  • 7b94dc4 content: Remove unused mac-only gni includes in content/web_tests/BUILD.gn
  • abc6da4 Undo changes to combobox public API
  • 2248497 Roll libyuv from 4825d9b29eea to 74ea9ed7c9da (1 revision)
  • bad966b [ntp-next] Support deep dive chips using existing components
  • b024a65 [TreesInViz] Remove succeeding tests from the unittest filter.
  • 1ade220 webcodecs: Enable flag to change QP range for VP9 and AV1
  • 04d5e1f Roll Chrome Android ARM64 Orderfile from h8NNXR_3Q8jGB0wqz... to IEqb44A3EqWKPHaUv...
  • 0d99590 finch: enable PauseMutedBackgroundAudio in preparation for launch
  • 64afa31 [Tab Highlighting] stripTabs would turn stale during reorderViewInDirection
  • 2da8d7e Deduplicate inspector-protocol-test.html for Target.exposeDevToolsProtocol tests
  • f69670b Bugfix BaseCustomTabActivity Incognito Popup
  • 4f61b8c Roll Open Screen from 99840ea845d0 to 6ea8f1857716 (1 revision)
  • 85647be Populate [Default] for some extensible enums in services/media_session
  • 917e793 Roll Depot Tools from 413ad24ec44e to ca8016344f85 (1 revision)
  • 320be86 [iOS] Show Page Action Menu in Tab Grid
  • d6e10bb [BNPL] Always show footer for some BNPL screens
  • 04f47b5 Roll syn: 2.0.109 => 2.0.111 in //third_party/rust.
  • d739996 Roll log: 0.4.28 => 0.4.29 in //third_party/rust.
  • c12ecfb Roll Perfetto Trace Processor Win from 1a2a877fe9fc to 546edda96585
  • 3a2c89e Roll libc: 0.2.177 => 0.2.178 in //third_party/rust.
  • 4b8f499 [EVP] Remove the unnecessary fake-nonce string
  • 9cd8859 [CustomizationV2] Fetch and display theme collection cover images for the leading icon.
  • f0d5644 [actor] Add functional test for pause/resume ActorTask APIs
  • fb2cb54 Roll Perfetto Trace Processor Linux from 8fa4e2d59f65 to 546edda96585
  • fd582a9 [actor] Propagate JS errors in tests via base::expected()
  • 776efa4 windows: record memory list sizes in SystemMemoryPressureEvaluator
  • 7cabad2 [scoped-vt] VT pseudos escape overflow clip on the scoped element.
  • c38efd5 Add bookmark_star to fieldtrial testing config
  • 13f36cc Create utility functions to provide NSScreen refresh rate on Mac
  • a506a14 [dbsc] Implement GetAllSigningKeys on Mac
  • d0b9b80 capture mode: close screen capture session upon entering pinned mode.
  • 4556fe1 [iOS] cleanup TailoredNonModalDBPromo
  • c36affc Fix crash in PDF navigation throttle for a RFH with pending deletion
  • a92e63d Revert "[Android] Dynamically position Keyboard Accessory"
  • 21aad06 [views-ax] Notify WidgetAXManager when virtual view is added or removed
  • 1577371 Roll Chrome Android Desktop x64 PGO Profile
  • 6318839 Roll Skia from 77c7ba92aaf8 to 1591b066f49b (1 revision)
  • 936e40b Roll hashbrown: 0.16.0 => 0.16.1 in //third_party/rust.
  • 3613400 [Reading mode] Return early to prevent crash.
  • c84a60b Roll Chrome Android ARM32 PGO Profile
  • 3253cee Roll find-msvc-tools: 0.1.4 => 0.1.5 in //third_party/rust.
  • 5690dd5 [iOS] Clean up remaining TODOs for resolved bug
  • a4ef8c0 [gpu] Add missing lock annotations in //gpu and //base/android
  • d211c30 [OpenScreen] [VideoStack] Poll devices every 60 seconds to prevent ssh
  • 55929f6 Roll bytes: 1.10.1 => 1.11.0 in //third_party/rust.
  • 4fd923f [bedrock] Remove AllTabContentsesList and AllTabContentses() function
  • 3aa5c3c Roll Chrome Win32 PGO Profile
  • 4c5ca73 [Android] Split UrlBarHasFocusCondition
  • 1190cf0 Change update mechanism in net/third_party/mozilla_security_manager/README.chromium
  • 5a79971 Wire AUTO_SELECT_CERTIFICATE content setting changes to client cert cache flush
  • 5057db8 Don't allow user to confirm sensitive blocking download
  • bd2f988 [Reading mode] Move prefs out of side_panel/
  • dab5119 [Signin][Android] Add render tests for Seamless Sign-in promo
  • b6fa1e8 Roll Chrome Mac Arm PGO Profile
  • e9874ee Rename TabStripRegionView to HorizontalTabStripRegionView
  • ad67ca6 Add regression tests for ChromeDriver send_keys long strings
  • 086f844 [iOS] Ensure the Done button is enabled when removing attachments
  • 1d63117 [iOS] Scroll to current active tab when opening tab picker
  • af618bc [glic] Expose features::GlicUnifiedFreScreen in chrome://flags
  • cd4b0eb Clean up some unused or over-general includes in ui/gl
  • c4f9287 Cleanup WebViewSurfaceControlForTV from fieldtrial testing config
  • 8feb0d1 Automated Commit: LKGM 16507.0.0-1073580 for chromeos.
  • 63739ae Update paint properties for backdrop-filter when border-radius changes
  • 5c0b60a [Predictable Updates] Allow updates for installed PWAs in browser tabs
  • 20b3325 Roll clank/internal/apps from 4114c78333e2 to 7d5a4f0507d9 (1 revision)
  • 0818684 Update GPU Win/GTX 1660 exp mixin
  • 91444da Roll libxslt to 1.1.45 / upstream ToT
  • 8fc15c0 Reland "[MinimalUI_MenuButton] Enable 3 dot by default"
  • f889d4d [WebAudio] Cleanup DecodeAudioFileData function signature
  • 57ebe2b [Growth] Add pixel tests for OpenAllProfilesButton experiment.
  • ca1090d [ntp-next] Update context input data accordingly
  • a5c9a60 Fix various IWYU issues
  • 69cba6f Add Dse integrity feature flags
  • fc6f412 [iOS][AIM] Use dedicated PDF icon for documents in input plate items
  • 2363669 Add about:blank#foo test case to IsAboutBlankTest.
  • 1fc5461 [iOS] Add Page Action Menu Entrypoint in Tab Grid when enabled
  • d13a1d6 Roll src-internal from b5dacad80c37 to 6dd7240695ca (1 revision)
  • 33aee77 Roll BoringSSL from 57a57535134f to 098d5baf008f (1 revision)
  • f21c1f9 [Masonry] Update MasonryItemGroup to GridLanesItemGroup
  • 258f8a2 [EVP] Use the supported algorithm indicated by the issuer
  • b55b246 Roll optimization-guide from fda0b362c5d9 to 46a576bc98f3
  • 6af50fc [3pp][infra] Increase timeout of 3pp-linux-amd64-packager CI
  • be19644 Avoid unnecessary casts in base::File methods.
  • 0ad110d Roll Perfetto from 8fa4e2d59f65 to 546edda96585 (3 revisions)
  • 4dcea7f Split base::IsBaseCallback into its own header
  • 3458d95 [infra] Increase reclient-config-deployment-verifier timeout
  • 828e8c7 Roll clank/internal/apps from ddea6a3e05a6 to 4114c78333e2 (1 revision)
  • 7ee4daf [iOS] iOS 16 deprecation code cleanup
  • 000952e FIXUP: remove BubbleDialogDelegate::OnBubbleWidgetPaintAsActiveChanged()
  • 21c64d2 Don't attempt to actuate on nodes disconnected from the DOM
  • e1e97e6 [EVP] Add support for Ed25519 signatures
  • 678512b Roll vulkan-deps from b4f3da97f4d5 to c601b57b98f8 (1 revision)
  • 197ec2a [reading list] Add namespace to android cpp files
  • aa3f605 Add SetFilters method to RenderPassDrawQuadInternal
  • acfc1fe Revert "Roll DevTools Frontend from b123baa1ee8f to cb20e42a229f (6 revisions)"
  • 3c39c0b Add SharedImageExportResult class
  • 3aa6327 [iOS] Rename AskGeminiChip FieldTrial to Include PSF
  • 05135ea [viewport units] Subtract scrollbar gutters from the viewport size
  • a073d61 Roll Depot Tools from 85116f17109b to 413ad24ec44e (1 revision)
  • 4e306c0 [Glic] Add remaining glic strings to translations pipeline
  • 698da09 [base/android] Add location attribution to ThreadUtils methods
  • 78bd02d WebNN: Add helper to schedule tasks with bound context reference
  • 9255297 Relocate ComposeboxHandler to cr_components
  • 3976bd2 [AIAE] Inform Pref user has seen the BNPL suggestion in AIAE
  • 234716b [Tabs] Delete TabGroup
  • a5f3e10 infra: Roll chromium's lucicfg starlark lib to drop build-dir experiment
  • 2fad8e5 [Tabs] Add logs when `getActivity` returns null
  • 9433ac1 iwa: Do not install blocklisted Isolated Web Apps
  • 4757517 Roll Perfetto Trace Processor Linux from 1a2a877fe9fc to 8fa4e2d59f65
  • 01128dd Roll gn from 0eb071f60070 to 5964f4997670
  • 40ed998 Add a feature param to initialize feature list early for Android
  • d8128b9 Fix history sync from interception bubble when uno phase 2 is disabled
  • 3d06d18 [Growth] Add input title and remove placeholder for PrefillNameRequirement experiment.
  • 7ad7e33 [iOS] Fix the order of the New Tab context menu
  • 5b7e089 Remove the OffsetParentNewSpecBehaviorForFixedPosition flag
  • 9dae264 Roll glic-test-internal from ccecb680f2df to fb28a5116677 (1 revision)
  • 2e59808 [composebox] Add Voice + Drag Drop Host Handler Tests
  • ec07054 Remove flag metadata for LegacyTabStateDeprecation / CleanupLegacyTabState
  • 969603f Remove superfluous <map> includes from //chrome headers
  • d2c99a7 [Android] Dynamically position Keyboard Accessory
  • fc58726 Remove field trial config for Chrome Identity HaTS Surveys
  • a792b57 pdf: Add shared PdfTagType to AXRole mapping
  • bbb801f Refactor TransferableResource with ClientSharedImage
  • e62667e [ntp][realbox][next] Contextual search entrypoint IPH configuration
  • 26b8267 kiosk: remove Kiosk.SessionRestart.InternetAccess
  • fcea483 Remove ThirdPartyStoragePartitioningUserBypass feature
  • b43ea59 [Pinned tabs] Update fieldtrial_testing_config.json for AndroidPinnedTabs
  • e324477 [soft nav] largestContentfulPaint::CandidateForSoftNavigation
  • 82ae25b Roll Chrome Mac Arm PGO Profile
  • 084d7bc Roll Skia from e1923478562b to 77c7ba92aaf8 (2 revisions)
  • 564b1f9 [iOS][PRDBD] Creation of the Password Removal DBD feature flag.
  • d53cf68 FIXUP: WinWindow doesn't handle WM_SETCURSOR
  • fdfe8fd Roll clank/internal/apps from 576d6848cd79 to ddea6a3e05a6 (1 revision)
  • d2d81d2 Migrate file I/O to use base::span in reporting util file
  • 30d4d9c Roll ios_internal from f1a71052a574 to 720359f57b3f
  • ceb8eac [iOS][Composebox] Remove pre-edit when restarting autocomplete
  • baee353 layout_shift: Sort LayoutShift.sources by impact area
  • c54f11c Roll Chrome Android ARM64 Orderfile from xV1goHfwHKmczSWvS... to h8NNXR_3Q8jGB0wqz...
  • 1f5c459 [cc] Enable hybrid 60/120Hz rendering on Android by default
  • 2900635 [ContextualTask] Fix an issue that new tabs are wrongly associated with a task
  • aebaa23 [SxS] Update split view drop target params
  • acc78b7 Allow grayscale files in png_fix.py
  • 1188e39 [gap-decorations] Introduce rule-break: auto
  • 6b263db Roll BoringSSL from c953dcc46f15 to 57a57535134f (1 revision)
  • b75cec9 [iOS] Extend expiry of default-browser-promo-ipad-instructions
  • 209856a Add feature flag for persistAcrossReboots
  • c912e8b LPP: Use new LocalPinAndPassword policy within PasswordFactorEditor
  • 476afcf [webaudio-testharness] Migrate retrospective-setValueAtTime.html
  • 0cf0aca Update FreeType comment in freetype.gni
  • fd6aaf7 [iOS] iOS 16 deprecation code cleanup
  • 547f8f8 Remove PopulateFrameBinders 4/8
  • 4b417bb Roll Perfetto Trace Processor Win from 9ea06b5124ed to 1a2a877fe9fc
  • 6b82fc7 Mark Cookie Store API `max-age` tests non-tentative
  • a71e9f4 [iOS] Replacing weither by whether
  • 0584bf0 Set new fop display feature enabled by default on desktop
  • 754c782 [iOS] Add eligibility check for Gemini long-press context menu entry
  • 2bd191e Remove explicit white background from .content-region.
  • 4d699d5 [iOS] Add unit tests for HomeCustomizationBackgroundCell
  • bafa41f [iOS] iOS 16 deprecation code cleanup
  • 673fcaf Add iPad iOS26 EG testing on ios-sim-f-c
  • 1531c83 Fix build breaks when enable_glic=False
  • 038e0bb [iOS] clean up code for GWS variation IDs to user feedback
  • c3bd3e1 Android Desktop Navigate() Browser Tests Should Disable Instance Limit
  • 5d33671 [gap-decorations] Disallow painting decorations behind spanners (multicol)
  • 2a21756 [AutofillAi - M4] Make onActionClicked and onDismissed private.
  • 52373ef [AutofillAI - M4] Pass message controller by ref in test api.
  • f4fa9ca [AutofillAi - M4] Create AutofillMessageController in the client.
  • e2ef4b3 [iOS] Fix Crashes if Refresh in Enterprise URL Filtering Warning Proceed
  • 370fdca [AX] Remove autocomplete deletion confirmation AX announcement.
  • 2535ac7 Roll Chrome Win64 PGO Profile
  • 897a0ff Explicitly set an arch in run_egtests.py
  • 0567e3a Fix unsafe buffer usage in installer_state_unittest.cc
  • 41ca915 [Settings containment] Align texts with header
  • 30b876c Remove final remnants of JavaParamRef
  • d18443e Roll Crossbench from 57faffbd4f1d to 1e5a65e6bc50 (1 revision)
  • 69336a5 [WebAuthn] Remove WebAuthnLargeBlobForGPM feature flag
  • 4e54d59 iOS,rcaps: Create SearchEngineExpandableSnippetView
  • 31ef206 [LNA] Update LNA enterprise policy opt in/out
  • 23ffb6d Roll Chrome Android ARM64 Orderfile from Wfld9Q6HPHwFKxEpg... to xV1goHfwHKmczSWvS...
  • 8c07b9c [HybridInAutofill] FieldTrial entry
  • 298ad89 Convert to UNSAFE_TODO in components [4/4]
  • 38ab7d1 [persistent_cache] Reduce overhead for single-connection databases
  • 3f2dab0 Roll Perfetto from 1a2a877fe9fc to 8fa4e2d59f65 (2 revisions)
  • 73cb48d [AIM] Replace attachments during image gen.
  • 670919a Fix CrOS BrowserContext-less sources for clipboard data protection
  • 57d66dc [iOS][WhatsNew] Update IDS_IOS_OPEN_NEW_TAB
  • dcc39cc Roll Media App from P0MihHUz9BroB6HmH... to aGy6sKIubqBuHYLwD...
  • 2afac7a [3PCD] Clean up references to silent onboarding
  • 8467f0c Convert to UNSAFE_TODO in components [3/4]
  • 5c53f75 Fix missing uses of macro KEYSTONE_NAME
  • 947d305 [Socket Pool Limit Randomization] (9) State for TransportClientSocketPool
  • 38f055e Roll DevTools Frontend from b123baa1ee8f to cb20e42a229f (6 revisions)
  • 3e05ef9 [UNO] Add aria label to batch upload promo string in settings
  • 8771d5b Updating trunk VERSION from 7562.0 to 7563.0
  • a631bc3 FIXUP: `views_examples_with_content` lacks the initialization of ColorProvider
  • 128b091 [iOS] Pass long-press menu image to Gemini as attachment
  • 7beb850 Roll vulkan-deps from ce0be04c81ee to b4f3da97f4d5 (2 revisions)
  • c22af94 Roll ios_internal from 466b725ee3a9 to f1a71052a574
  • 6040f02 Roll CrOS system_api from 5547526a0104 to 23dafcbba81f (1 revision)
  • 9cd9bb2 [tracing] Add v8.memory tracing category
  • 5047a65 [build] Set use_cxx23 to true by default (new features not allowed yet!)
  • b0078ee Revert "[build] Allow other repos to control use_cxx23 with build_overrides"
  • a878963 Fix C++23 build error related to ui/views/
  • f4a1156 Fix IWYU issues for ui/views/metadata/view_factory.h
  • 362ecdf Move BaseViewBuilderT to internal:: namespace
  • bbfa019 blob_generator.py: update documentation for running locally
  • 65f1f0f [iOS] Remove BwgAvailableForWebState check
  • 2738e45 Remove MiniMap Universal links code
  • 0ab0574 [iOS][Composebox] Fix text centering in compact mode
  • 5963c34 [SyncTests] Modernize SyncExponentialBackoffTest
  • 255b2f7 [bedrock] Migrate javascript_tab_modal_dialog_manager_delegate_desktop.h away from BrowserListObserver.
  • 5e1371e Roll ANGLE from 807c748f312e to 5d71da16c4b1 (1 revision)
  • c7c9dce [iOS] Pass the textfield delegate to the helper
  • 9c4e7c5 Roll Chrome Win32 PGO Profile
  • f9542c6 Roll Skia from 55d94a54f453 to e1923478562b (1 revision)
  • 9966780 Update ScanRequestUploadResult values to match newer naming convention
  • a1ee611 Convert to UNSAFE_TODO in components [1/4]
  • 8923414 Allow real_backend mode to use wpr recording.
  • 5098de6 Roll FreeType from 85161d762262 to f75ae3d06d0d (2 revisions)
  • 5a6a5e0 [3PWebAPIRequestFwd] Update expiry milestone for flag
  • 68dc993 [AutofillAi] Obfuscate drivers license number
  • 67249cf Prolong multiple password manager histograms by half a year.
  • a97f275 [LNA] remove PNA block feature flags
  • a92f7aa updater: add integration test for IProcessLauncher::LaunchCmdLine
  • 34be257 [persistent_cache] Include successes when recording file operations
  • 5f7f2ca kiosk: remove Kiosk.SessionRestart.UserActivity histogram
  • a42c1c3 Actor: Use task id in actor log when we have one
  • 37d1fc3 Roll Chrome Android ARM32 Orderfile from khLMz0RidiM5mjkBi... to 4S92IHEgMYbuZ_E5p...
  • f69298b [actor] Report tab went away and page crashed
  • 160e331 Sort names in at_rule_names.json5
  • 4f51271 Don't display the local icon for generated passwords
  • c73e53d iOS: rcaps: Add SnippetSearchEngineTextView
  • a748b3e [iOS][mvt-customization] Update favicon outside of cell update runloop
  • fa71392 Roll Help App from qsMvWsrmie94G0NY-... to k7Davwk9HKUiTUg5a...
  • 2735329 Integrate ReadAnythingUntrustedPageHandler with the ReadAnythingController.
  • a6db644 [cc] Add missing locking annotations in //cc
  • 00b5bc4 Roll Chrome Mac PGO Profile
  • 38b65b6 [base/android] Attribute source code location for AsyncTask
  • 7a6d347 Roll clank/internal/apps from a9a1cb7e6eca to 576d6848cd79 (1 revision)
  • 741a767 Fix should_warm_up serialization in SchedulerStateMachine
  • 40dabd2 [iOS] Configure the CheckItem button action through the item
  • 139b8cd Roll Chrome Mac Arm PGO Profile
  • b63e067 Deprecate `machine_name` in `RegisterBrowserRequest`.
  • 0d9076e Roll WebRTC from 859d6f730e9f to b091d4fdf3c1 (1 revision)
  • b2ca26d [Chrome Next] Merge App Popup with PWA layout
  • 3bdefc4 Roll WebView ARM Orderfile from Cu7BKnUD5ZHUrZhOU... to d9Pe3xaR5XR6jaZQr...
  • 0299c35 Roll DevTools Frontend from c4e25c3707e2 to b123baa1ee8f (4 revisions)
  • 9955778 [iOS]Cleanup primary background blur view
  • f57e1bd Enable vertical tabs state for vertical split view tests.
  • a23f26b [IOS][AIM] Display an error message when apc could not be extracted
  • 4441055 Avoid refills on irrelevant FormFieldData modifications
  • 50bb666 Convert to UNSAFE_TODO in components [2/4]
  • 825578c policy_templates.zip: fix \r\r\n line endings
  • 44a3261 [iOS]Add missing pragma marks
  • 7d3d10b [KP] Automatic update from google3
  • 112ebbc [Settings] Delete unused passphrase strings
  • d5c217b [iOS][Composebox] Don't dismissed composebox if presented
  • 2ce19b6 [Bundled Security Settings] Add Security Keys and Certificates sections
  • 6ee9cfd Roll Chrome Android ARM64 Orderfile from ubUBVOF_GhoIsPE_o... to Wfld9Q6HPHwFKxEpg...
  • 3a098b2 Roll Perfetto Trace Processor Linux from befe1cc57794 to 1a2a877fe9fc
  • 1e26702 Revert "[Android][Mfill] Move, Batch and Update Accessory tests and resource"
  • a8060bf Revert "[iOS][Composebox] Fade input overflow closer to edge"
  • 516446e Implement `maxAge` in the Cookie Store API
  • ed75abc [CT] Automatic update from google3
  • a8e006f Split Sync.SyncablePrefValueChanged by data type
  • 26c4ae9 [3PCD] Delete IsCookieDeprecationLabelAllowed and other unused functions
  • 1ddfd43 [Password Manager] Add SafetyCheckMagicStack to PasswordCheckReferrer
  • 2d199d5 Fix LINT.ThenChange path for BrowserAssistedLoginType in enums.xml
  • 514ac5e [Signin][Android] Fix seamless sign-in promo tests
  • f7968fc [Signin][Android] Implement seamless sign-in loading state UI
  • 29aecf3 Remove stale context_lost expectations
  • 948b620 Roll Dawn from daa4f5790991 to 77f89f1efc1a (33 revisions)
  • 329c69e [metrics][compression_dictionary_transport] 6/n - Add EvictionReason Metric
  • 4ca6630 [iOS] Snackbar shows only when editing bookmarks and changes are made.
  • 4d7c81d [Gardener] Disable flaky RuntimePermissionTests on desktop
  • c657e81 Make Mac/AMD experimental target 16" devices
  • 4d34d0c legion: Create oak_session mojo interface
  • 0e6e9b0 WebView Web Performance Metrics API: Add Largest Contentful Paint Test
  • c0ca0ea [iOS] Hidden image generation button by default
  • 0b56ade Add specific error when captured tab gets destroyed
  • aa900fa Add specific error when request type is invalid
  • e1e2047 Updating XTBs based on .GRDs from branch main
  • 9b29240 Roll Perfetto from befe1cc57794 to 1a2a877fe9fc (1 revision)
  • afd6aa7 [OTP] Map OneTimeTokensBackendErrorCode
  • e3bd097 Roll Chrome Win ARM64 PGO Profile
  • 90885c7 User cleanup: reboot device as needed
  • 727f6a8 Roll Projector App from IaSR-m1QQf1XlNVdK... to w1iP-nT17-oXZRoot...
  • f64528b Explicitly pass an OS version within run_egtests.py
  • d916774 Move the IWA bits init to runtime_init.h
  • 5dc86d9 [identifiability] Remove tracing extension apitest
  • 3387597 Roll Perfetto Trace Processor Linux from 9ea06b5124ed to befe1cc57794
  • 1aab440 Roll Chrome Android ARM64 Orderfile from DscD4OtgPRpSWnixL... to ubUBVOF_GhoIsPE_o...
  • c63f485 Roll Chrome Android Desktop x64 PGO Profile
  • 5a9be00 Roll DevTools Frontend from 620163d61956 to c4e25c3707e2 (11 revisions)
  • 2c46902 Add ObfuscatedZipReaderDelegate
  • aa190ff Roll Perfetto Trace Processor Win from 681c9d0824c7 to 9ea06b5124ed
  • cf34323 Roll llvm-libc from d8edd8a2233a to 3b327fec4331 (1 revision)
  • f8d19e8 Remove kill switch `kSyncLinkTabsAndTabGroupsPolicy`
  • 8ade84b Roll Chrome Android ARM32 PGO Profile
  • 88fa4ca [SyncTests] Modernize SingleClientHistoryDeleteDirectivesSyncTest
  • 5f0738f Roll ANGLE from c82d57813577 to 807c748f312e (1 revision)
  • 422a913 Revert "[FuzzTest] Roll as far as we can without BUILD.gn changes."
  • a25111b [metrics][compression_dictionary_transport] 4/n - Add Document Request
  • f877d6a [iOS][Composebox] Move attachment corner radius to constant
  • 5c5c1d7 Roll ios_internal from db6a9cc3e857 to 466b725ee3a9
  • 0c398c9 [iOS][Composebox] Fade input overflow closer to edge
  • bae20b4 Roll vulkan-deps from d7967c8594a6 to ce0be04c81ee (1 revision)
  • cca5b70 [signin] Make AccountInfo::hosted_domain private
  • 83cde05 Roll Chrome Mac Arm PGO Profile
  • e0af3fe Add keyboard shortcut ESC key to cancel tab drag
  • 9085df6 Roll Crossbench from 5fb360636de7 to 57faffbd4f1d (1 revision)
  • 8a31752 Roll Perfetto from 9ea06b5124ed to befe1cc57794 (1 revision)
  • 33cdf3c Roll Chrome Win64 PGO Profile
  • c1f6e51 [Extensions] WebRequest SecurityInfo in web sockets
  • 13d2ce6 ContainerTiming: add use counters
  • bb0d462 [iOS][AIM] Update send button background and foreground colors
  • 00d42ea Fixing bug where JavaScriptIsolate would crash if using ICU
  • b1e6bf0 Resolve the crash issue when playing sound
  • ce381d7 IDB Fuzzer: Expand seed corpus (1/N)
  • 28532b4 Settings: Add documentation for latest Settings UI architecture.
  • 95a7fd9 Roll Chrome Win32 PGO Profile
  • 9fbbef8 Roll ANGLE from 3130a95ee5f4 to c82d57813577 (1 revision)
  • a049779 Roll WebView ARM Orderfile from GJgiLz12-oWBeph6a... to Cu7BKnUD5ZHUrZhOU...
  • 80a6071 [Uno-D] Revert passphrase setting string
  • 3264932 Roll Perfetto Trace Processor Linux from 681c9d0824c7 to 9ea06b5124ed
  • 47cf18e Automated Commit: LKGM 16506.0.0-1073574 for chromeos.
  • 67f599f Roll DevTools Frontend from cd8e9bacfe2a to 620163d61956 (1 revision)
  • a44fd15 [UNO] Show bookmarks sign in promo in separate bubble
  • b3603d3 [TDR] Remove TODOs linked to issue 233133645.
  • e56d59a [Android][Mfill] Move, Batch and Update Accessory tests and resource
  • 6a80188 Roll Chrome Android ARM64 Orderfile from OE8xXfhAfx4K6RbDQ... to DscD4OtgPRpSWnixL...
  • 9beb34d Roll Chrome Mac Arm PGO Profile
  • 3973bde [TDR] Remove TODOs linked to issue 261614716.
  • 0354f6f Don't copy input vectors to GamepadComparisons
  • cab3dfb [TDR] Remove TODOs linked to issue 434990953.
  • 1fee340 [TDR] Remove TODOs linked to issue 40236167.
  • e90914d [FuzzTest] Roll as far as we can without BUILD.gn changes.
  • 7855a71 Revert "Enable BTI for Linux on Arm targets"
  • 2f926e9 metrics: Record when cached ZPS were suppressed on Incognito NTP.
  • 410dec3 Roll Boca Receiver App from H_XIt4gKPl4-RbQ-l... to OChqqm5FTNq8VjHrf...
  • dc390d8 Enable BTI for Linux on Arm targets
  • 1b644c1 Expose Event.pseudoTarget only on selected event types
  • 6050092 RtcTransport BYOB support
  • 0bfad6e Roll Chrome Linux PGO Profile
  • 87851a2 Apply blink::StrCat() in renderer/core/e*/
  • 10ac345 Roll Perfetto from 681c9d0824c7 to 9ea06b5124ed (2 revisions)
  • b96570a Roll Skia from b8f79d7316c0 to 55d94a54f453 (1 revision)
  • 0c25403 Remove BrowserThreadGuard and use base::SequencedTaskRunner for UI thread checks.
  • a21d0e9 [Growth] Parametrize the threshold limit for contextual signin promos
  • 8088351 Revert "[Settings containment] Update containment after verifying account"
  • d58cc34 [metrics][compression_dictionary_transport] 3/n - Add Dictionary Disk Storage Result Metric
  • 924d464 Roll Chrome Mac PGO Profile
  • e121f83 Update meet_effects hash in DEPS file.
  • fadd54a Add a UseCounter for letter-spacing usage
  • a6c6d4c Roll Chromium Variations from ShUv8jJO5BU-IpCfp... to NPqG29qDPhTaJXD7A...
  • d390482 [Origin API] Mark tests as non-tentative, and ship to stable.
  • c172c75 VideoCaptureController adds captures to PipScreenCaptureCoordinatorImpl
  • ac2c99c Roll Chrome Mac Arm PGO Profile
  • bbcb19c Roll WebRTC from d4f25dba6a5b to 859d6f730e9f (1 revision)
  • 3c24ead Re-enable TabletSplitView test
  • 0644d96 Avoid doing work in unreachable branches in system_permission_settings
  • d761048 Remove leftover privacy_budget reference in audit_non_blink_usage
  • 8323264 Delete unused default ctor; rename ctor for better readability
  • 1b67a22 Use optional_ref consistently in content/browser/permissions
  • 224e55e Remove deleted file from /PRESUBMIT.py
  • 6a9e516 [//cc] Move LTHI away from checking caps
  • f04351d Remove leftover privacy_budget references in fonts
  • 599db56 Roll DevTools Frontend from 3d014e047b9e to cd8e9bacfe2a (4 revisions)
  • c76ae86 Roll Chrome Win64 PGO Profile
  • 7b7b40b [identifiability] Remove leftover code in canvas2d/DEPS
  • 52feb2b [//media] Eliminate VideoFrame::IsMappableSharedImageEnabled()
  • ebb52e1 [//media] Eliminate VideoFrame::is_mappable_si_enabled_
  • 8feb36f Roll libxml2 to 2.14.6
  • d2403ad [//cc] Update TiV cc_unittests filter
  • af2bb1c [//cc] Dedupe {Picture, TileDisplay}LayerImpl logic for skipping tiles
  • 9e17122 Roll Fuchsia SDK from 30.20251126.3.1 to 30.20251204.1.1
  • caa34bb [//cc] Do minor reordering of PictureLayerImpl code
  • f2d16c9 Reenable ParentalHandoffScreenChildBrowserTest.ChildUserLogin
  • 32cb2e5 [//device] Add blundell@ to //device/OWNERS
  • b07c039 [//media] Eliminate VideoFrame::is_mappable_si_enabled()
  • 65dc174 [//media] Update VideoTestHelpers comment
  • 1cd260b [Blink] Introduce CanvasSnapshotProvider
  • 1b5f444 [//media] Update VideoFrameFileWriter comment
  • baad9f9 [//media] Mark VideoFrame::ScopedMapping constructor explicit
  • a6e046a Change a pointer to a ref in `InlineNode::ShapeText`
  • 5ca1be5 [//cc] Have MsaaIsSlow GPU raster test set gpu raster in GpuFeatureInfo
  • e6c53ee [//cc] Have LTHPicture GPU raster test set gpu raster in GpuFeatureInfo
  • c791bbd [//cc] Have LTHI GPU raster w/MSAA test set gpu raster in GpuFeatureInfo
  • 0b31590 Roll Skia from ce19122e3982 to b8f79d7316c0 (3 revisions)
  • 0f08f8e Use HttpRequestHeaders::NetLogParams() for CORS preflight request netlog
  • 7a5f833 Roll Chrome Android ARM64 Orderfile from Rj8ExW_oalxChjTqw... to OE8xXfhAfx4K6RbDQ...
  • f257297 ash: Remove window parameter from DeskHelper::Get
  • 818259a Remove dead code from PaintOpBuffer
  • d5c4536 Roll Chrome Android ARM32 PGO Profile
  • f480e77 Roll Chrome Android Desktop x64 PGO Profile
  • fe30426 Roll DevTools Frontend from d5256c3d100b to 3d014e047b9e (1 revision)
  • 4751ca5 Roll Chrome Mac Arm PGO Profile
  • 93b602c Gardener: Disable flaky test Subresource_FetchHandler_PassThrough on Linux TSan
  • 66ef615 Roll Chrome Android ARM64 Orderfile from BpIxO5LL8tPeEf3QG... to Rj8ExW_oalxChjTqw...
  • 7a241d5 Roll Chrome Win32 PGO Profile
  • 21cabae Roll ANGLE from a6060e434d80 to 3130a95ee5f4 (2 revisions)
  • 8dc5656 text-justify: Pass a TextJustify value to ShapeResultSpacing::ComputeExpansion
  • 18b17a9 [User Agent Reduction] Remove GetUserAgentBasedOnPolicy()
  • 1e21e33 Avoid size_t to int casting in EXPECT/ASSERT/CHECK macros
  • f8ad970 [Contextual Tasks] show page action when associated to tab
  • 59e4ffd Revert "[Composebox] Implement aggregate metrics for existing composebox metrics"
  • d4ca936 Roll clank/internal/apps from 703907e070b2 to a9a1cb7e6eca (1 revision)
  • 823153c Fixed several potential dangling pointer issues.
  • b65c43a Remove the "AbortByPlaceholderLayout" runtime flag
  • aefc5b2 layout: Fix a null pointer dereference in SetupItemJustificationOpportunity
  • 8ff3bc6 webview: add Android Media Insertion flag into webview flag UI
  • 2656f2e Create D3D12VideoDecoderTask
  • b1e0281 Roll DevTools Frontend from a0f298323655 to d5256c3d100b (1 revision)
  • cc15891 [API Removal] Remove ShouldDisplayFavicon from TabStripModelDelegate
  • 8e2433b Revert "Add TokenFetcher implementation for Legion."
  • 1d17313 Tab Organization: Remove per-organization feedback logic
  • 18cc184 Roll Skia from 7967487a70f7 to ce19122e3982 (2 revisions)
  • 84ea39b Roll Chrome Mac Arm PGO Profile
  • 1b7a795 Roll vulkan-deps from 8416cc00fe5e to d7967c8594a6 (1 revision)
  • 726e481 Enable Actor Tools to execute on rendering-hidden elements
  • ba63a21 Suppress ScreenshotSync tests on Win 11 GTX 1660
  • 3a7ed49 WebXR: Add WPT tests for XRLayer creation and validation
  • 8024c40 [Win] Add protection on shared image encoding failure
  • aed452d Updating trunk VERSION from 7561.0 to 7562.0
  • 8e69d7e Roll Chrome Win ARM64 PGO Profile
  • 09f8644 Roll Chrome Android ARM64 Orderfile from Oi7zuipcjCQGia3_T... to BpIxO5LL8tPeEf3QG...
  • 6625d2e Roll Chrome Win64 PGO Profile
  • 0f9850a Forward declare NetworkIsolationKey in more headers
  • 3c8bb34 Roll Chrome Mac PGO Profile
  • f100e37 [HLS] Remove flags & features for HLS post launch
  • cbdaa38 [composebox] Pass session handle from first query to webui web contents.
  • 20ef93a Roll ANGLE from 2cae326549da to a6060e434d80 (1 revision)
  • e23e85f Roll Depot Tools from 315ff3b4ecfb to 85116f17109b (1 revision)
  • b564ecc extensions: Clean up unsupported extensions browser test
  • 0f25573 Roll Chrome Mac Arm PGO Profile
  • bfae699 [CustomizationV2] Implement Daily Update Logic (Part 3)
  • 065d9f5 Roll WebView ARM Orderfile from LrwB3kwGrm6HjqhNn... to GJgiLz12-oWBeph6a...
  • 0f6232d media/gpu/vaapi: Fix H264 frame_num calculation
  • c203fcc media/gpu/h264VaapiVEA: Set gaps_in_frame_num_value_allowed_flag to true
  • 8388f3a media/gpu/test: Add H264 prefix NALU validation
  • 6d5a251 media/gpu/H264VaapiVED: Produce Prefix NALU in temporal layer encoding
  • d7b6ed6 fix in glic test client tree reversal
  • 39b8d0e Roll Chrome Android ARM64 Orderfile from 3E7fqbkEXIpOlHQ3s... to Oi7zuipcjCQGia3_T...
  • 1514709 Roll clank/internal/apps from 0535b61c98bb to 703907e070b2 (1 revision)
  • 8de2c4c Roll Chrome Win32 PGO Profile
  • 2b58698 Roll Skia from a04a1004b08b to 7967487a70f7 (1 revision)
  • 4b60d71 Roll Chrome Linux PGO Profile
  • cf88143 Roll vulkan-deps from c70401ee850b to 8416cc00fe5e (2 revisions)
  • d8021ef infra: Add siso_output_local_strategy to RBE test builders
  • 303c526 Roll V8 from a978014aea47 to 6296d708bb7e (2 revisions)
  • cbf1ff0 Enable AvoidTrustedparamsCopies by default
  • 8022489 glic: Re-enable disabled GlicProfileManagerBrowserTest on ChromeOS
  • 2220c71 Roll Depot Tools from de2b9aa7a6cd to 315ff3b4ecfb (1 revision)
  • a353820 Roll Chrome Android Desktop x64 PGO Profile
  • 5139609 [fuchsia] update the # of shards of fuchsia-code-coverage
  • 64b8a88 FIXUP: DCHECK failed: memory == base::bits::AlignUp(memory, alignment) in Windows views_examples
  • 30e2ff6 Roll clank/internal/apps from 4adb6171d3e6 to 0535b61c98bb (1 revision)
  • 56ff959 Add Region to AdditionalContext types.
  • 2888762 Roll Chrome Android ARM32 PGO Profile
  • 6228613 Disable transcription when the page, or its pip page, uses microphone
  • d5f5bc7 extensions: Port more desktopCapture API tests to desktop Android
  • 7afa4d0 Add some missing includes of {sequenced,single_thread}_task_runner.h
  • c71efba Roll Chrome Android ARM64 Orderfile from FexDKeUHtbC8Ezm0Q... to 3E7fqbkEXIpOlHQ3s...
  • 537f12d url: Use string_views for arguments of AreSchemaEqual()
  • 5c0a551 Unexpire AppShim UpdateSignatureResult histogram
  • 88a9aff [AIM] Limit gallery image count when creating images.
  • 602bb37 gardener: disable flaky LensSidePanelTest.Composebox
  • e0b5180 Gardener: Mark clip-path-inline-003.html as flaky
  • ac0c001 Do not show glic contextual cue if contextual tasks side panel is open
  • 413a859 Roll Chrome Mac Arm PGO Profile
  • 34c3a29 [bedrock] migrate BrowserList::IsOffTheRecordBrowserActive to use ForEachCurrentBrowserWindowInterfaceOrderedByActivation
  • a57122d Fix crash when chrome.metricsPrivate does not exist
  • 0865bde extensions: Add one desktopCapture API test to desktop Android
  • c04a3a4 Roll ChromeOS Arm AFDO profile from 144-7545.0-1764558928-benchmark-144.0.7558.0_pre1552116-r1 to 144-7545.0-1764558928-benchmark-145.0.7560.0_pre1552648-r2
  • 9a741b7 Only build Media Galleries code on Chrome OS
  • 6bf41ff Tidy includes in browser_prefs.cc
  • a05a00f Bump interactive_ui_tests shard count on linux-wayland-weston-rel
  • 8479192 [PDF Ink Signatures] Remove TODO for no-text caret position and size
  • 572d3ff [bedrock] Migrate BrowserList begin/end Part 13.
  • 5a59fec ash: Clean up two Ash.Birch histograms
  • 8f5d9e1 [BNPL][Clank] Adding refresh before showing VCN on snackbar
  • bf2bcad Remove unnecessary ActorUiTabControllerFactory
← Back to all summaries