Chromium Daily Digest Logo

Chromium Changes Summarizer

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

Chromium Digest: 2025-11-28

Overview

This summary covers 412 commits on the main branch from (ff6fedb)" target="_blank" rel="noopener noreferrer" class="text-sky-500 hover:text-sky-300 font-mono">((ff6fedb)) to (47df5b2)" target="_blank" rel="noopener noreferrer" class="text-sky-500 hover:text-sky-300 font-mono">((47df5b2)), with 270 identified as relevant to developers. The day was marked by a significant number of breaking changes across Android, C++ core, and graphics APIs, requiring action from embedders and administrators.

API & Core Interfaces (Breaking Changes)

  • ⚠️ BREAKING Android/Java: The public constructors for the org.chromium.chrome.browser.touch_to_fill.data.Credential class have been removed. Embedders must now use the new Builder pattern to instantiate this class. (c76ff03)
  • ⚠️ BREAKING Android/Java: The method signature for onBackgroundColorChanged in the public NtpCustomizationConfigManager.HomepageStateListener interface has changed, now requiring an NtpThemeColorInfo parameter. Implementers of this interface must update their code. (629170f)
  • ⚠️ BREAKING WebAuthn: The C++ method signature for MakeCredential in the core public interface content::public::browser::AuthenticatorCommon has been updated to include payment-related options. Embedders using this interface for WebAuthn will need to update their calls. (5d55cd3)
  • ⚠️ BREAKING Graphics/Linux: The GpuMemoryBufferSupportX11 class API has been refactored. The supported_configs() method was removed, and CanCreateNativePixmapForFormat() was renamed to CanCreateBufferForFormat(). The class itself was also renamed to GBMSupportX11. (03c575a) (5ef5636) (0795324)
  • ⚠️ BREAKING Graphics/Blink: The canvas resource provider class CanvasResourceProviderBitmap has been renamed to Canvas2DResourceProviderBitmap, and its factory method CreateBitmapProvider has been simplified to Create. Direct usage of this class will result in build failures. (5db494c) (94d3989)
  • ⚠️ BREAKING Cronet: The native Cronet API has been fully removed. The exported Cronet_* entry points are no longer available from the shared library. (89965a4)
  • ⚠️ BREAKING Enterprise Policy: savedTabGroups is no longer a valid value for the SyncTypesListDisabled policy. Administrative scripts and configurations must be updated to use tabs as the unified value. (1746a94)

Android

  • WebView: Media permission requests denied by the embedder will now return a more specific PERMISSION_DENIED_BY_EMBEDDER_CONTEXT error instead of the generic PERMISSION_DENIED. (93ce5da)
  • The state of the Exclusive Access Manager (used for fullscreen and pointer lock) is now correctly restored during activity recreation, fixing potential state loss. (c7095f2)
  • UI updates include enabling the composited progress bar on tablets and adding a new "load complete" animation. (8798032) (80dafa7)
  • The Monochrome APK checker was removed, as the feature is now deprecated. (823a3c8)

iOS

  • The file upload panel was enhanced with a UIDocumentPickerViewController to allow both file and directory selection. (247b23f)
  • Significant refactoring and feature work occurred across Autofill, Passkeys, and the Composebox. (1931c20) (b7514ab) (aa5d19e)
  • The gCrWeb API wrapper, an integration point for embedders, was updated for bottom sheets and password controllers. (288fbe8) (9203d1d)

Security & Identity

  • A new DNS-over-HTTPS (DoH) provider, "DNS4EU", was added for users in the European Union. (84aec82)
  • The SigninClient interface was updated to support Device Bound Session Credentials (DBSC) with the OAuth Multi-Login flow. The changes were made in a backward-compatible way to avoid breaking embedders. (f88d63c)
  • For improved privacy, the enclave authenticator now redacts more fields from logs. (d25c476)

Web Platform & Graphics

  • The WebGPU setImmediates API implementation was completed to align with the specification, including validation and integration with the Dawn backend. (ead5281)
  • The expired enable-aria-element-reflection feature flag was removed from about:flags. (ef626d4)
  • Visibility check logic for prerendering was adjusted to better handle activation in new tabs, and the Prerender2AllowActivationInBackground flag was removed. (0119fe9)

Infrastructure & Build System

  • A large-scale, automated refactoring replaced coarse-grained #pragma allow_unsafe_buffers with more granular UNSAFE_TODO() markers throughout the gpu/ directory to improve memory safety analysis. (319e918) (b8be193) (224caf1)
  • The libc++ dependency was rolled, which may introduce subtle behavioral changes in standard library algorithms and adds [[nodiscard]] attributes to more functions. (c969367)
  • The base::expected type was updated to better align with C++ standard library working group fixes. (ff793e8)
  • Several changes were reverted due to test failures, crashes, or performance regressions, including changes to Android TabModelSelector nullability and "border-shape hit testing". (55ce3b4) (3887163) (1e0909d)
All Commits (412)
  • 47df5b2 [ios][What's New] Add "Open New Tab" primary action
  • c76ff03 [TTF] Replace Credential constructors with Builder pattern
  • 433760b Roll Chrome Android ARM64 Orderfile from bDyUpLAWuL9bhjNpl... to ZAhgHv1TxiUfpzQ_1...
  • d2e76ad [Android] Add OptionalViewElement for lazily-checked Views in PT
  • ccc1c1b [iOS] Add unit tests for Coordinator stop behavior with SnackbarCommands dispatching
  • a135bdc [task] Boost priority in Jobs
  • 5c67c85 Use CXXBridge from Chromium
  • 3f30eff [CustomizationV2] Implement Daily Update Logic (Part 2)
  • 0520fc3 Use nullopt instead of empty TransferableResource
  • ca8fc43 Roll WebRTC from 2b966b7714aa to baa2059a2a70 (2 revisions)
  • b35ab2c Roll Perfetto Trace Processor Win from c22396d845a4 to a8060b7bea06
  • 804f415 Roll Chrome Win32 PGO Profile
  • 038cd85 Roll Chrome Mac Arm PGO Profile
  • 9c46944 Roll ChromeOS Arm AFDO profile from 144-7531.0-1763955694-benchmark-144.0.7547.0_pre1550212-r1 to 144-7531.0-1763955694-benchmark-144.0.7551.0_pre1551226-r1
  • 3e73a2e Roll ChromeOS Bigcore AFDO profile from 144-7531.0-1763956029-benchmark-144.0.7547.0_pre1550017-r2 to 144-7531.0-1763956029-benchmark-144.0.7551.0_pre1551226-r1
  • e9cc760 Correct the histogram name of chrome color clicks metric.
  • 4521c2f fix: Prevent TerminationTargetPolicy from running in single-process mode
  • 5e3f2fc Fix math markup in WPT's canvas test generator readme
  • ee18208 Optimize LockFreeAddressHashSet's bloom filter [1/2]
  • a9409e5 Record async check details in MQLS logs for parsed forms.
  • dfb7a64 Roll Chrome Android ARM64 Orderfile from CIsehz5E38AgcjyPr... to bDyUpLAWuL9bhjNpl...
  • 29a83b8 Roll Catapult from ccdc7385a8e9 to 4646f4c0fa1f (1 revision)
  • 80dafa7 [Animated PB] Add BC25 load complete animation
  • 8eb8af4 puma: Wire PumaService into IOSChromeMetricsServiceClient
  • ee8d21b Roll Chrome Win64 PGO Profile
  • 05237bb puma: Wire PumaService into MetricsServiceClient
  • 4162fa8 puma: Implement PumaService for sending PUMA metrics
  • d32fa78 Remove superfluous </div> in generated canvas grid test
  • 5424557 Roll Chrome Mac PGO Profile
  • fc63184 [tips] Update the strings on the tips magic stack card
  • 6cc6864 Roll vulkan-deps from 3edf2ad6224f to 80212f928cae (1 revision)
  • b84d0d2 [Omnibox][AIM] Observe WebUI popup visibility and reset if made invisible
  • 8aca0fa Roll Perfetto Trace Processor Linux from d0f72aa69da3 to a8060b7bea06
  • a3e3627 Do not add DEFINE_JNI macros for generate_jar_jni
  • 10124b6 Use span-based file API in firmware_update_manager.cc
  • ca013e4 [Animated PB] Update state when toolbar position changes while load
  • e066655 Resynchronize generated WPT canvas test with the YAML definition
  • 8798032 [Animated PB] Enable composited progress bar on tablets
  • fe5a648 Roll ChromeOS Atom AFDO profile from 144-7531.0-1763955623-benchmark-144.0.7544.0_pre1549076-r1 to 144-7531.0-1763955623-benchmark-144.0.7551.0_pre1551226-r1
  • a697ea9 Roll Chrome Mac Arm PGO Profile
  • 629170f [Theme] Refactor HomepageStateListener#onBackgroundColorChanged API.
  • 3e51d76 Revert "[reader mode] Disable heuristic triggering in testing config"
  • 9a60f45 Roll Perfetto from d0f72aa69da3 to a8060b7bea06 (1 revision)
  • 2ef56fc Roll Perfetto Trace Processor Linux from c22396d845a4 to d0f72aa69da3
  • deee64f Roll Chrome Linux PGO Profile
  • 48a2be7 [iOS] Address instanceof issues in passkey controller code
  • 72bc185 Set the canvas size in WPT's generated canvas grid tests
  • dd23e31 [Tabs] Create a DST for tabs
  • 8ab7592 Roll Perfetto Trace Processor Win from 1080b685279e to c22396d845a4
  • fd199c4 [NTP Theme] Add a metric for chrome color daily refresh.
  • 74b6130 Roll Chrome Win ARM64 PGO Profile
  • 7d92c9a [tips] Add a scroll view for the main page promo and update images
  • b6242fa Avoid using //base internal headers outside of //base
  • 641db9f Roll Perfetto from c22396d845a4 to d0f72aa69da3 (2 revisions)
  • 414c109 Roll Chrome Android ARM64 Orderfile from W3IJJSIKqzbbiV6Sd... to CIsehz5E38AgcjyPr...
  • 8b26d60 Roll compiler-rt from a8d369844a9b to 76bee45cd32a (3 revisions)
  • 7b83977 Roll Chrome Android Desktop x64 PGO Profile
  • a4cebf2 [ios] Introduce config in PageContextWrapper
  • 9355a60 Add DEFINE_JNI macro to the end of every file (part 4)
  • c70828e Roll WebGPU CTS from a4a4a2bc7dbd to c1281de6a9da (1 revision)
  • ff93d66 Add DEFINE_JNI macro to the end of every file (part 3)
  • fd37896 Add DEFINE_JNI macro to the end of every file (part 2)
  • 80f3361 Roll Perfetto Trace Processor Linux from 3e7f0a5c355f to c22396d845a4
  • ea7604e Roll V8 from d21af5e0c179 to 80acc26727d5 (2 revisions)
  • 0980aba Roll Chrome Mac Arm PGO Profile
  • e8bcd64 fix auto spanification for bytes_formatting.cc
  • 55ce3b4 Revert "Android: Adjust nullable annotations in TabModelSelector*"
  • c629159 [NTP Theme] Implement chrome color daily refresh part 2.
  • dc34f2b [Gardening] Revert "rcaps: Add histograms to monitor the outcome of pending display data"
  • 79965c3 Roll Chrome Android ARM64 Orderfile from VElHu48vpdJeRdKqA... to W3IJJSIKqzbbiV6Sd...
  • 2ce275d Use origin's last visited URL when the fallback page URL is a redirect
  • da1823b [History] Add feature enablement check for actor history integration M1
  • aa5d19e Sort protocol definitions per their declared order
  • b8fe801 Roll ANGLE from fedc778676eb to 871a8eed7188 (1 revision)
  • 288fbe8 [iOS][gCrWeb] Update bottomSheet to use the new gCrWeb API
  • 9203d1d [iOS][gCrWeb] Wrap password_controller.ts with the new gCrWeb API
  • 1931c20 [iOS][autofill] getFieldIdentifier as util function
  • bcb8e83 Roll vulkan-deps from 605d0a8d23f8 to 3edf2ad6224f (2 revisions)
  • 2c084ee Roll llvm-libc from c959effd96e5 to f950018bf8a8 (3 revisions)
  • 84b9234 Roll Chrome Win32 PGO Profile
  • 823a3c8 android: Remove monochrome_public_apk_checker
  • 6aa12a6 Roll Arm AFDO from 144.0.7547.0_pre1550212_rc-r1-merged to 144.0.7551.0_pre1551226_rc-r1-merged
  • aa6ba6b Roll Perfetto from 3e7f0a5c355f to c22396d845a4 (2 revisions)
  • b7514ab [iOS] Add registration and assertion request maps to PasskeyTabHelper
  • cdf1afd Move shell_integration_win.h into :shell_integration target's sources
  • d48e258 Roll Perfetto Trace Processor Linux from 1080b685279e to 3e7f0a5c355f
  • c9ff50d Roll Amd64 AFDO from 144.0.7550.0_pre1551093_rc-r1-merged to 144.0.7551.0_pre1551226_rc-r1-merged
  • 47b7f6f Roll Chrome Win64 PGO Profile
  • adcde34 Replace kSync with kSignin in c/b/enterprise
  • e7788ff [Growth] Record reprompt/signin count at which signin happened.
  • dd29927 Roll V8 from 344c17c26972 to d21af5e0c179 (4 revisions)
  • a939ca6 Roll WebRTC from 160d29b72882 to 2b966b7714aa (5 revisions)
  • 1d1a795 [iOS]Ensure add-account ends if user is signed-in
  • 14f123a Extends lifetime of Media.Audio.Capture.Win.AbsTimestampDiffMs UMA
  • e488fa9 spanification: automatically spanify gpu/vulkan/vulkan_surface.cc etc.
  • b776968 Roll src-internal from edc1c7c4a0ab to fb452e591a6e (1 revision)
  • d99a441 [DBSC] Make youtube domain not supported for OAML cookie binding
  • b0a8f06 Roll Perfetto Trace Processor Win from 0bc4b20e0f37 to 1080b685279e
  • 93ce5da Use only a single error reason when permission rejected by WebView
  • 9ea7ade [iOS][AIM] Adjust layout constants and colors in the input plate
  • bd82f79 Roll Perfetto from 1080b685279e to 3e7f0a5c355f (3 revisions)
  • acbe9c1 Show snackbar when max # of attachments is exceeded
  • 5d55cd3 [spc][bbk] Add payment_options to the MakeCredential call
  • 8c302ef Roll Chrome Mac Arm PGO Profile
  • 660ebf7 Roll ios_internal from b900f92a41e4 to 85e3f55e580b
  • 659bbd1 Revert "[signin] Stop using AccountInfo::hosted_domain"
  • 9349fdf Enable whole_program_vtable for HttpEngine
  • b7a2e05 [iOS] Remove custom toolbar for password protection
  • f0b3904 [SyncTest] Override GetSetupSyncMode() for TwoClientExtensionAppsSync.*
  • 6c4a4af [Signin][Android] Alternative FRE dismiss sing in button text.
  • 7abcdee Android: Have failed ThreadChecker messages show creation stack
  • 3887163 Revert "Offer History Sync Optin Interception FRE dialog"
  • c8221f3 Roll Media App from EkYnCmNxF-frVG0g9... to gyyvAnsyuj-2RqPlR...
  • ccc064f [Gardener] Disable flaky ToolbarTest
  • 4d3f7c9 Roll V8 from f932acb1eb6c to 344c17c26972 (4 revisions)
  • 044aa6a Roll Chromium Variations from kYa70pdln9jyORwvh... to OAiVYLF0xVzNr0_iQ...
  • c4389ca Roll CrOS system_api from ed44935144f1 to 5f1ffac5e855 (1 revision)
  • b4ed72c Actor: Plumb error reason out of GetAIPageContent
  • dfd51dd [TDR] Remove TODOs linked to issue 307591058.
  • 5e58f34 Extension: Port DeveloperPrivateEventRouter
  • bdb10a7 Roll vulkan-deps from 184772f25efa to 605d0a8d23f8 (1 revision)
  • bbb8358 Roll R8 from sjuUu6_BDMGSci_jp... to zz88LYVGjeSDKwtTv...
  • 319e918 Convert to UNSAFE_TODO in gpu/command_buffer/client
  • efdf264 Updating trunk VERSION from 7552.0 to 7553.0
  • 229911a [oobe] Disallow offline login during GAIA reauth for child DO
  • 4a69def [iOS][Gardener] Mark CredentialProviderServiceTest#AddPasskeys flaky on device
  • c6f7195 Make geolocation per-URL policies support GEOLOCATION_WITH_OPTIONS.
  • d8d0bc9 Add logging for Autofill actor
  • a1547cd [SyncTests] Modernize TwoClientPasswordsSyncTest
  • d7b21d0 [Persist] Implement immediate restore methods
  • 247b23f [iOS] Add file picker to file upload panel
  • b3d745a Roll Help App from vJ4baK_IMyZ-d2aRE... to GpG_JtwYojCtFCsVY...
  • 5173e4b TextFragments: Use ASCII lower case when considering unique fragments.
  • 4703169 [TDR] Remove TODOs linked to issue 40098612.
  • 3c2de67 Add more WebAuthn immediate mediation UI tests.
  • 3178401 Revert "[iOS] Fix Landing on a grouped NTP after 4+ hours"
  • 4e669ba [Persist] Move restore methods over to TabRestorer from TabStateStore
  • 9c9a757 Roll Perfetto Trace Processor Linux from 2edcd21b1e21 to 1080b685279e
  • 84aec82 [DoH] Add DNS4EU as a new DoH provider.
  • 89965a4 Don't export Cronet native entry points
  • 3a7a26e Clean up kAllowPasswordlessSetup feature
  • ab2f820 [TDR] Remove TODOs linked to issue 260014420.
  • 681183f [TDR] Remove TODOs linked to issue 268196299.
  • b8be193 Convert to UNSAFE_TODO in gpu/command_buffer/service
  • 5a31f87 [persistent_cache] Handle unexpected calls to GetPendingBackend
  • d25c476 [WebAuthn] Redact more fields from logged enclave transactions
  • a39c5f2 Remove uses of BodyAsStringCallbackDeprecated (remaining ios/)
  • 749f915 Make views::PropertyEffects an enum class
  • a608731 iwa: Improve KeyDistributionComponent test infrastructure
  • 2bef07d Made PipScreenCaptureCoordinator::AddCapture and RemoveCapture static
  • 185710c [iOS] Remove BottomSheet from AutofillEditProfile classes
  • 6131f67 Roll Chrome Win ARM64 PGO Profile
  • 2630bea Roll ios_internal from 78a1ed9c4636 to b900f92a41e4
  • 62acc61 [identifiability] Remove dead code in platform/fonts
  • 4d75c73 Roll Crossbench from 02cc3869a2a1 to d1cb6571c2b8 (1 revision)
  • f81e55c Roll Chrome Mac PGO Profile
  • 617d530 Add a fieldtrial testing entry for PasskeyUnlockManager.
  • 4b233a0 Roll DevTools Frontend from 346408aa5c17 to 2cf03052d6c6 (1 revision)
  • 1408e9f [iOS] Add image generation placeholder string
  • 07a67bc Add logs about filling failures to MQLS
  • 7942f66 Update change form classification logic
  • a75cbf5 [Theme] Update NTP's background color when a color theme is selected.
  • 49eea9f Clean-up outdated sectioning comments
  • 54ef7b3 [iOS][Composebox] Enable/Disable menu element depending on state
  • 0588276 [iOS][NTP] Fix test with composebox enabled
  • c8d00a2 Roll Chrome Linux PGO Profile
  • 237b415 [iOS Blink] Fix nodiscard build error in PermissionPromptIOSTest
  • d23da92 Roll Perfetto Trace Processor Linux from 0bc4b20e0f37 to 2edcd21b1e21
  • 53329aa Roll Chrome Mac Arm PGO Profile
  • a8b153d [iOS] Extract Save Card infobar button to container
  • 69165e0 Android: Adjust nullable annotations in TabModelSelector*
  • 186a38f [iOS] Remove custom inset in bookmarks
  • c4097a7 Roll Perfetto from 2edcd21b1e21 to 1080b685279e (2 revisions)
  • ff51659 [Android][Settings] Show title breadcrumb in detail pane for search
  • bc5370c [iOS] Add failed to load tab error management in tab picker
  • 8e41ee2 Improvements to new BodyAsStringCallback implementations
  • 011f1b0 legion: Add UMA histograms for Legion client request and response sizes
  • 78317db [PasskeyUnlockErrorUI] Refine the priority of Passkey Unlock UI
  • c13eb84 legion: Add UMA histogram for Legion client error codes
  • 371e9bb legion: Add UMA metrics for SecureChannel establishment latency
  • 4422998 [iOS] Add container for password infobar modal
  • a75f9ea [UNO] Add strings for bookmarks and batch upload promo
  • 7c5e069 [identifiability] Remove unused include
  • ff3c7d5 [identifiability] Remove leftover code in WorkerGlobalScope
  • 86aa0ab [SyncTests] Add strict CHECKs for helper API to pause sync
  • f830d35 VisitDatabase: Reformat
  • 829bd0b [KP] Automatic update from google3
  • 1d6b99e WebContentA11yImpl: Fix race condition leak of broadcast receiver
  • 321fb25 Roll Chrome Win32 PGO Profile
  • c7f1e89 Roll DevTools Frontend from fda58afb2ac3 to 346408aa5c17 (3 revisions)
  • d6ede45 Record time spent in JsCommunicationHost::RenderFrameCreated.
  • 443095b Roll Chrome Android Desktop x64 PGO Profile
  • e4b6f0c Support unresolved calc() values in Canvas 2D color parsing
  • bd4cc2e rcaps: Add histograms to monitor the outcome of pending display data
  • 8c763c3 rcaps: Refactor display state histogram tests
  • e5f0c13 password_manager: Replace base::Time() sentinel with base::Time::Max()
  • befca31 Reland "[iOS]Replace DCHECK by CHECK in settings"
  • dbd3328 Updating XTBs based on .GRDs from branch main
  • 983b639 Roll Crossbench from 2f0009142496 to 02cc3869a2a1 (1 revision)
  • 232b1e5 [Gardener] Disable flaky test
  • 057880e Roll Dawn from abc5871ef220 to 53afdd197744 (1 revision)
  • 190e90b [CT] Automatic update from google3
  • c5cac05 Fix create feature flag script not generating features.h
  • 7082241 Add an UMA histogram to track Sqlite error codes unhandled by Raze
  • df28329 [iOS][LocationBar] Fix test with composebox enabled
  • 4e2b39b Roll V8 from 764c33ed7bd0 to f932acb1eb6c (2 revisions)
  • 9bf22c7 Roll ANGLE from 8b523981892c to fedc778676eb (1 revision)
  • 188c085 Disable ContactInfoSyncTest.Passphrase on Mac ASan.
  • 8dbabdb Offer History Sync Optin Interception FRE dialog
  • bd68923 Roll Perfetto from 0bc4b20e0f37 to 2edcd21b1e21 (3 revisions)
  • e80f3e4 Move font_data from content/renderer to content/child
  • 665fe8d Roll DevTools Frontend from 0314309c1be5 to fda58afb2ac3 (3 revisions)
  • 8a0570a Use span-based file API in cronet_prefs_manager.cc
  • cdfda5c Roll Projector App from IL8yFCmQBSitnRUEw... to x8EkgiG6v3esZAn3e...
  • f1a42c6 Ignore keyboard height for toolbar positioning on Incognito NTP with omnibox autofocus.
  • 365e32a Check if `response_callback_` is valid before calling it
  • e81365c [Extensions] WebRequest SecurityInfo adding in URLLoader
  • 6288b62 [identifiability] Remove unused headers
  • 4d59444 Update Manage Sync pedal strings for kUnoPhase2FollowUp
  • 224caf1 Convert to UNSAFE_TODO in gpu/command_buffer/service
  • 478ad76 Convert to UNSAFE_TODO in gpu/command_buffer/tests
  • 58847e3 Roll Chrome Mac Arm PGO Profile
  • ab8c619 PipScreenCaptureCoordinatorProxyImpl: Send state to new observers
  • b6f9da0 [TDR] Remove TODOs linked to issue 260277007.
  • 93ebde8 Roll src-internal from 29ec81e8b261 to edc1c7c4a0ab (1 revision)
  • c7095f2 Exclusive access manager state is restored during activity recreation
  • 1746a94 Remove public appearances of `savedTabGroups`
  • 0ab3a24 Roll Chrome Win64 PGO Profile
  • e97d19d Add not supported error when picker cannot be created
  • 654db18 Roll vulkan-deps from 5d1166fc161f to 184772f25efa (2 revisions)
  • 20f89c1 [TDR] Remove TODOs linked to issue 40214220.
  • ce1dd29 [TDR] Remove TODOs linked to issue 343402671.
  • 4786cc8 [TDR] Remove TODOs linked to issue 339061151.
  • 8ce21fe [TDR] Remove TODOs linked to issue 394162784.
  • 6533e01 [IOS][AIM] Ensure aim suggestions consistency
  • ead5281 Complete immediate data implementation with Dawn integration
  • d89098e [TDR] Remove TODOs linked to issue 40720989.
  • fc2eab8 [TDR] Remove TODOs linked to issue 40133937.
  • 9ec74c3 Automated Commit: LKGM 16497.0.0-1073443 for chromeos.
  • 3a3b990 [Gardener] Disable flaky test
  • 3997212 [TDR] Remove TODOs linked to issue 40225372.
  • 04fed9c Roll DevTools Frontend from 15b0ad57f9ea to 0314309c1be5 (1 revision)
  • 4010f1a [TDR] Remove TODOs linked to issue 65861628.
  • 719d27a Roll Website from fde3a1c70c88 to d9a0c174b535 (1 revision)
  • 8a357f0 [TDR] Remove TODOs linked to issue 258278176.
  • 0cdbaf9 [TDR] Remove TODOs linked to issue 40755190.
  • 5842d47 Merge permissions flag with the general actor login flag
  • f9bea27 Replace profile_ member with GetProfile() method in PWM client
  • c75d5e2 [TDR] Remove TODOs linked to issue 41431683.
  • a35f0a6 [TDR] Remove TODOs linked to issue 40243989.
  • 315554f [TDR] Remove TODOs linked to issue 260012672.
  • 5ce0845 [TDR] Remove TODOs linked to issue 420635510.
  • c0ed0bc Reshow walletable pass bubble after opening links in the bubble
  • 46a4c47 [TDR] Remove TODOs linked to issue 40753805.
  • 5d79576 [CCSG] Changes in interface to make testing possible
  • 0478b9c [SyncTests] Modernize TwoClientThemesSyncTest
  • 74c4cc6 Roll ANGLE from 438f42b75420 to 8b523981892c (1 revision)
  • fc34633 Roll V8 from 854235149065 to 764c33ed7bd0 (2 revisions)
  • c4d1543 [TDR] Remove TODOs linked to issue 40635309.
  • 1c12616 Update histogram logged to AccessoryActionSelected2.
  • 8ed2a51 Use safe credit card number fields as trigger fields for actor
  • 1b50d94 [TDR] Remove TODOs linked to issue 217276960.
  • 60d55a7 [iOS][AIM] Add defocus input plate morphing animation
  • 028fcac Roll Chrome Mac Arm PGO Profile
  • 8c26479 [TDR] Remove TODOs linked to issue 343738665.
  • 32ec52f [TDR] Remove TODOs linked to issue 40758890.
  • d40303e Roll Chrome Android ARM64 Orderfile from m3ddR3S-R8hvl_ThM... to VElHu48vpdJeRdKqA...
  • dd28dc6 [UNO-FF] Make history sync promo body strings translatable
  • 6ff13c4 History sync optin handler completion callback refactoring
  • f3b6de1 Roll ios_internal from b90161435416 to 78a1ed9c4636
  • e8afd74 [TDR] Remove TODOs linked to issue 260010143.
  • 4611ebe [TDR] Remove TODOs linked to issue 414662842.
  • ff793e8 [base] Update expected template defaults.
  • 799e8a6 Convert to UNSAFE_TODO in gpu/command_buffer/service/shared_image
  • fce7ae5 [iOS][Composebox] Fix toolbar test with composebox enabled
  • 3c77850 Roll DevTools Frontend from 1f97bedb1569 to 15b0ad57f9ea (2 revisions)
  • 03b0176 Update feature composition for AutomatedPasswordChangeStudyV3/V4
  • e11fa28 Roll Skia from 456c944fd820 to b003281bb2e2 (1 revision)
  • 39305d1 Convert to UNSAFE_TODO in gpu
  • 1e0909d Revert "Implement border-shape hit testing"
  • 3ac427c [iOS] Rename AutofillProfileEditTableViewController
  • cae74a0 Roll vulkan-deps from 3b4aee771321 to 5d1166fc161f (1 revision)
  • 1a010e4 Roll libc++ from 9fcc9571e6c2 to 878734a6161d (2 revisions)
  • 180651a [iOS] Refactor ShareExtensionSheet
  • 6e11c6a CodeHealth: Clean up stale base::Feature DriveFsShowCSEFiles
  • 86116e1 Roll Boca App from BkrClNZv5oTmk7h8P... to jIFQ0_THqJapDw19J...
  • 57915c9 Make Hispanic name parsing take precedence over last name prefixes
  • 3dc78eb Roll Chrome Android ARM64 Orderfile from rYG_ND9VD3eixMp1t... to m3ddR3S-R8hvl_ThM...
  • b80bb59 Drop UnexportableKeyServiceImpl callbacks after service destruction
  • ef626d4 Remove enable-aria-element-reflection feature flag
  • f6c77d1 [Frameworks roll] Roll to 837733138 piper revision
  • bcd35ce Move numberOfSuggestions into JpPrefDefaults IfChange-ThenChange block.
  • 43ff906 [DBSC] Make `FakeGaia` OAML bound session response spec compliant
  • e816fd2 [Viz] Remove obsolete TODO
  • bb7de66 Use affiliation service favicons for actor login permissions
  • 646228c Apply blink::StrCat() in renderer/core/t*/
  • f88d63c [DBSC] Add OAML integration with DBSC standard
  • f80c467 [TDR] Remove TODOs linked to issue 40703888.
  • 6487588 [TDR] Remove TODOs linked to issue 40703888.
  • a1e4113 [iOS]Check for identity before showing identity snackbar
  • 3b186da [SyncTests] Modernize TwoClientWalletCredentialSyncTest
  • 7c186c5 Roll WebRTC from 5ecb76943ccf to 160d29b72882 (1 revision)
  • bc84ac4 Revert "[iOS]Replace DCHECK by CHECK in settings"
  • 4208985 [TDR] Remove TODOs linked to issue 40703888.
  • 62d1f9c Forward declare PartitionRoot in scheduler_loop_quarantine_support.h
  • e3a041c [TDR] Remove TODOs linked to issue 40205142.
  • 8230178 Roll Chrome Win32 PGO Profile
  • f7a9256 [permissions] Enhance permission AI to preselect geolocation accuracy
  • 3e7a4ad Roll DevTools Frontend from 70442233aca2 to 1f97bedb1569 (3 revisions)
  • f54d0cf Remove obsolete includes from c/b/nearby_sharing
  • fcd050c Roll Chrome Mac PGO Profile
  • f0e2cb0 Roll Chrome Mac Arm PGO Profile
  • b463673 [iOS] Reduce usage of TableViewTextEditCell
  • 3ad40b7 Use DomainInfo in ActorLoginPermissions
  • f97fa04 Roll WebView ARM Orderfile from vXtD9zj0ndJsUdu0C... to _cJX5vjh1Caulz41s...
  • 2323f07 ash: Add IsVisible to BrowserDelegate
  • c617105 Do IWYU for base/functional/callback_helpers.h in //ios
  • 1ef67d5 Roll Chrome Win64 PGO Profile
  • c969367 Roll libc++ from 13cfd0942dfd to 9fcc9571e6c2 (16 revisions)
  • 3d39466 Roll Skia from 35cdff69b653 to 456c944fd820 (2 revisions)
  • f4516e1 [TDR] Remove TODOs linked to issue 260015147.
  • df4e388 Roll Chrome Linux PGO Profile
  • 0119fe9 Prerender: Remove Prerender2AllowActivationInBackground flag
  • 91a85fb Roll DevTools Frontend from 54f8b837db84 to 70442233aca2 (2 revisions)
  • 8da46be Make proxy override rules available in M144
  • e865b05 Revert "Remove ProfileManager::Get{Active,Primary}UserProfile from keyboard use"
  • 5a865e7 Do IWYU for base/functional/callback_helpers.h in ash / chromeos dirs
  • 0795324 [//ui] Rename GpuMemoryBufferSupportX11 to GBMSupportX11
  • 2cf599a [ClapperQuiet] Add the clapper quiet feature flag
  • 03c575a [//ui] Remove GpuMemoryBufferSupportX11::supported_configs()
  • 5ef5636 [//ui] Rename GpuMemoryBufferSupportX11 method for clarity
  • 9424e4d [//ui] Minimize usage of BufferFormat in GpuMemoryBufferSupportX11
  • 30fbf8c [//media] Remove BufferFormat ref in vaapi_jpeg_encode_accelerator.cc
  • 5d92bed Roll Chrome Win ARM64 PGO Profile
  • 1d6b6e9 Gardener: Disable flaky ProfileBubbleInteractiveUiTest.InterceptionBubbleFocus
  • a7c38db [//media] Remove VaapiJpegDecoder test usage of BufferFormat
  • add328e [//gpu] Remove TestGLES2Interface::set_gpu_rasterization()
  • 5db494c [Blink] Rename CanvasResourceProviderBitmap now that's 2D-specific
  • 94d3989 [Blink] Rename CanvasResourceProviderBitmap::CreateBitmapProvider
  • eaae800 [Blink] Make CRPExternalBitmap::Snapshot() NOTREACHED
  • 049038d Fix crash in password manager promo cards due to translation errors. #2
  • 868534b Roll vulkan-deps from ba09f6fee167 to 3b4aee771321 (2 revisions)
  • 4832daf Roll Open Screen from 8af5e085b87d to 734877394201 (1 revision)
  • 1e5d601 Roll Chrome Android ARM64 Orderfile from qoHaWN2_hLUXnSNcs... to rYG_ND9VD3eixMp1t...
  • ff7117b Remove Worker_ClientAdded UKM metrics
  • 340c690 Revert "[Android] Configure GBoard in Android 15 to disable stylus"
  • 70a7842 Extensions: Add CHECKs to debug multiple OnReceiveResponse calls
  • 21548d6 Roll Chrome Android ARM32 PGO Profile
  • 775da34 Roll Chrome Android Desktop x64 PGO Profile
  • 2717353 Roll Dawn from c6be13e04161 to abc5871ef220 (1 revision)
  • 6187256 Roll DevTools Frontend from bc7311e7a430 to 54f8b837db84 (1 revision)
  • 64d19a7 [ukm] Remove support for UkmEntryFilter
  • 4d6eb82 Enable individual request throttling by default
  • 90dcef1 Roll Chrome Mac Arm PGO Profile
  • 2061d8f Roll Skia from 73014c8c564c to 35cdff69b653 (1 revision)
  • cfe8782 Gardener: Disable flaky wpt_internal/code-cache/code-cache-after-304.window.html
  • 816c485 Revert "Reland "Update fieldtrial_testing_config for multi column mode.""
  • 548e0b4 [identifiability] Remove Identifiability UKM metrics
  • 5afa865 Roll Amd64 AFDO from 144.0.7547.0_pre1550017_rc-r2-merged to 144.0.7550.0_pre1551093_rc-r1-merged
  • 5f3e637 Roll Chrome Android ARM64 Orderfile from Ul0z2UdCqcmEiFdyl... to qoHaWN2_hLUXnSNcs...
  • a244d78 legion: Add explicit session establishment to Legion Client
  • 83d2fa7 Gardener: Disable flaky virtual/wasm-code-caching/http/tests/wasm/caching/code-cache.html
  • 426ee27 [CustomizationV2] Implement Daily Update Logic (Part 1)
  • f497e8c Roll vulkan-deps from 107427f8f4dd to ba09f6fee167 (2 revisions)
  • bcdbd26 Roll DevTools Frontend from 7d7e34d6aab9 to bc7311e7a430 (1 revision)
  • a19f517 Remove uses of BodyAsStringCallbackDeprecated (remaining chromeos / ash)
  • d7e17f2 Roll Chrome Android ARM64 Orderfile from O_M4LLScUNPh4ZoD0... to Ul0z2UdCqcmEiFdyl...
  • eac51b5 ThrottlingURLLoader: Add CHECK to debug multiple OnReceiveResponse calls
  • fa0521b Roll ANGLE from f7a1ff6bcd66 to 438f42b75420 (1 revision)
  • 2a71747 Exclude internal-use & obsolete Japanese IME settings from private API.
  • 34c7606 Roll Chrome Win64 PGO Profile
  • 5d81b8a Roll Chrome Mac Arm PGO Profile
  • 6dc0e53 SWRaceNetwork: Add CHECK to debug multiple OnReceiveResponse calls
  • 9a62f21 Temporary fix for help me write UI bug.
  • 4cd986f [TDR] Remove TODOs linked to issue 40214220.
  • 58e47dd Roll Chrome Win32 PGO Profile
  • e9111e4 CorsURLLoader: Add CHECKs to debug multiple OnReceiveResponse calls
  • a0ebe3d [TDR] Remove TODOs linked to issue 40234240.
  • 4423960 Updating trunk VERSION from 7551.0 to 7552.0
  • 2d10b65 [Wallet] Move WalletBarcode types to core/browser
  • db87e66 Roll Perfetto Trace Processor Win from d61fcf4cf6b9 to 0bc4b20e0f37
  • 9927271 Roll Chrome Mac PGO Profile
  • ae49694 Roll vulkan-deps from 9210bd1e37ba to 107427f8f4dd (1 revision)
  • 0a9c697 Roll Chrome Win ARM64 PGO Profile
  • 4ed1f75 Reland "Update fieldtrial_testing_config for multi column mode."
  • a0f2406 [QuickDelete] Clean up QD and CBD HaTs surveys
  • a5e9a23 Roll Chromium Variations from fioeeVZFK6F25ZmbQ... to kYa70pdln9jyORwvh...
  • 1536022 Roll clank/internal/apps from 76206aabb8de to 84105f24fd11 (1 revision)
  • 25a4e73 Roll Chrome Mac Arm PGO Profile
  • 781b153 Check the eligibility first for walletable pass detection feature
  • 65aa7b4 plugin_vm: Use ash::NewWindowDelegate to open support link
  • c81f75c Revert "Roll clank/internal/apps from 76206aabb8de to 84105f24fd11 (1 revision)"
  • f96e343 Roll Chrome Android Desktop x64 PGO Profile
  • 83cb7f7 power: Extend diagnostic histograms
  • 04b4653 Roll Chrome Android ARM64 Orderfile from mKW7kgBEPTyFbiq4B... to O_M4LLScUNPh4ZoD0...
  • 04bf755 Launch SubframePriorityContribution to Android
  • 043b404 Launch SubframePriorityContribution to desktop platforms
  • 41b0c68 Roll Dawn from bc9fe85a7058 to c6be13e04161 (3 revisions)
  • 775f32e Roll Perfetto Trace Processor Linux from d61fcf4cf6b9 to 0bc4b20e0f37
  • eac5ef9 Roll clank/internal/apps from 76206aabb8de to 84105f24fd11 (1 revision)
  • dd27095 url: Mark Component::maybe_as_string_view_on() unsafe
  • 8733581 grammar: filters out results containing bad words
  • e0e6c80 Roll Chrome Mac Arm PGO Profile
  • 6e9d9a8 Roll Perfetto from d61fcf4cf6b9 to 0bc4b20e0f37 (1 revision)
  • f90c94d search_engine_preconnector: Defer receiver reset to avoid crash
  • f38ccf4 [bindings] Limit inclusions of runtime_enabled_features.h for [Exposed]
  • c61f489 Roll Perfetto Trace Processor Win from e9ed51bd2622 to d61fcf4cf6b9
  • d98511f Replace heavy include with forward decl in random_caching_key.h
  • a4f7842 Roll Chrome Win64 PGO Profile
  • 907958d Roll optimization-guide from 1bdf758d26fc to fb463d9b6404
  • e8ad6ca Roll Chrome Android ARM64 Orderfile from L-_9y_NJXpajwF9IH... to mKW7kgBEPTyFbiq4B...
  • ff6fedb Migrate ActorWindowManagementToolBrowserTest away from BrowserListObserver
← Back to all summaries