Chromium Daily Digest Logo

Chromium Changes Summarizer

Summary for 2026-01-07 on branch 'main'

Chromium Digest: 2026-01-07

Overview

On 2026-01-07, the Chromium main branch saw 660 commits, with 481 being relevant for this summary. The work spanned from commit (97aafea) to (9576ad7). This was a significant day for API changes, featuring numerous breaking updates across networking, payments, platform integration, and extensions. Notably, the Android "Monochrome" build configuration was completely removed, and several web platform features like the Sanitizer API were enabled by default.

Build System & Platform Integration

  • ⚠️ BREAKING The Android "Monochrome" build configuration has been completely removed. Build targets like monochrome_public_apk and the is_monochrome GN variable are gone, which will break any build relying on this configuration. (763e0f3) (10cf1c5) (5e90c29)
  • ⚠️ BREAKING For Android Cronet embedders, libssl.so and libpki.so are no longer built as separate shared libraries and are now statically linked into libhttpengine.so. The BoringSSL library name has also been stabilized to libcrypto_httpengine.so, breaking builds that linked against the old libraries or used track-specific names. (f559d5d) (e5cc378)
  • ⚠️ BREAKING The Ozone/Wayland API for communicating supported buffer formats has changed. The wl::BufferFormatsWithModifiersMap type alias was replaced, and the underlying key type was changed from gfx::BufferFormat to viz::SharedImageFormat, breaking embedders who interact with this core Linux platform API. (8725e2a)
  • ⚠️ BREAKING The //ui/gfx/ipc/skia component, which provided public IPC parameter traits for Skia types, has been removed entirely. (6ef8408)

Services & Extensions

  • ⚠️ BREAKING The WebHistoryService::QueryHistoryResult struct in components/history has been refactored. The result structure was flattened, and the continuation_token string was replaced with a has_more_results boolean, requiring client code to be updated. (0ec1353) (1006290)
  • ⚠️ BREAKING The tab group extension API has been refactored. The signature of ExtensionTabUtil::GetGroupById has changed, and a new pure virtual method GetTabGroupVisualData was added to the public TabListInterface, breaking existing implementations. (4cfda3d)
  • ⚠️ BREAKING The IncognitoModePolicyHandler class has been renamed to ChromeIncognitoModePolicyHandler. Embedders directly using or subclassing this public class will have a build failure. (917b352)
  • A new skills component was added, providing a foundational structure for in-browser skills. (98f6588)

Networking & Security

  • ⚠️ BREAKING The structure for Device Bound Session Cookies (DBSC) events, net::device_bound_sessions::SessionEvent, and its corresponding Mojo interface have changed. The event_type enum has been replaced with a variant, requiring consumers of this API to update their code. (a6fc0d9)
  • ⚠️ BREAKING Several net:: callback type aliases in net/base/ have been removed from public headers to enforce stricter types. This includes net::Int64CompletionRepeatingCallback, net::CancelableCompletionOnceCallback, and net::CancelableCompletionRepeatingCallback. (4bd48a1) (4522967)
  • To mitigate a potential security risk, the FileChooser interface now explicitly blocks Mode::kSave requests originating from the renderer process. (b709f99)
  • WebAuthn has added support for password-only immediate mediation requests via navigator.credentials.get({mediation: 'immediate', password: true}). (77ae88a) (63304cb)

Blink, Rendering, & Web Platform

  • ⚠️ BREAKING The public CanvasRenderingContext Blink API has changed. AllocatedBufferSize() is now a pure virtual method, which will cause a build break for embedders with custom CanvasRenderingContext implementations. (5c83763)
  • ⚠️ BREAKING Support for the Media Galleries API on macOS via Image Capture (PTP) has been removed. This includes the deletion of public headers (image_capture_device.h, image_capture_device_manager.h) and the StorageInfo::MAC_IMAGE_CAPTURE enum. (8e0605c)
  • ⚠️ BREAKING The public Blink method CanvasResourceProvider::SupportsDirectCompositing() has been removed. (2344244)
  • The Sanitizer API and TrustedTypesHTML features were enabled by default, making them generally available to web developers. (a2adf79) (1b461ee)
  • A new CSS descriptor, page-margin-safety, has been added for @page contexts to help content avoid unprintable areas on paper. (3cc4f62)

UI, Payments, & Features

  • ⚠️ BREAKING The public Java interface PaymentAppFactoryDelegate in components/payments has been modified. The deprecated prefsCanMakePayment method was removed, and several other methods were moved to the PaymentAppFactoryParams interface, requiring embedder updates. (0399b99) (115ff37)
  • ⚠️ BREAKING The public ImmersiveModeController interface was simplified by removing the ShouldHideTopViews() virtual method. Embedders implementing this interface must remove their override. (ab52736)
  • Reading Mode received several updates, including a new Presentation Menu, improved resilience to renderer crashes, and better accessibility integration. (9307ef5) (4b0b5f8) (9e8a9b8)
  • On macOS, a fix was landed to correctly restore focus to the content area when a window is restored from a minimized or hidden state. (4bbc22f) (2b7de65)

Performance & Code Health

  • Multiple components were migrated away from the global MemoryPressureMonitor to the more granular MemoryPressureListener interface to provide more controlled reactions to memory pressure. (ac45357) (13affd1) (292cfab)
  • A large-scale migration from base::Contains() to the C++20 std::ranges::contains() method was performed across many components, including content/ and net/. (d696b12) (f489b48) (d6b736c)
  • On Android, a feature flag (kEnableZeroCopyCameraCapture) was added to enable zero-copy camera capture for improved performance. (b352821)
  • The FontDataService is now enabled by default on Windows to improve page load times. (8a88dd8)
All Commits (660)
  • 9576ad7 [EncapsulateAnimations] Fix NTP scroll animation in rapid succession
  • c8a343a Auto-detect WebView APK
  • 437a428 [Theme] Use the light theme color in the upload image preview dialog.
  • a1bc437 Add chrome://flags entry for MTCs
  • ac45357 Migrate WebUIContentsPreloadManager off MemoryPressureMonitor
  • 93bfff6 [CC Clip Paths] Extend Clip-Path Virtual Suites
  • 050151e Roll ANGLE from 76225b8bd2a5 to b406401e4208 (1 revision)
  • 13affd1 Remove usage of MemoryPressureMonitor in OnDeviceTailModelService
  • 099862c Add myself as safe-browsing metrics OWNER
  • a3e1f77 Roll androidx from 2hm_jTGISpPfr_hMs... to lMolQkw51TntdCw0m...
  • 2095e88 [glic-tab-context-menu] Add recent conversations list (most recent to least) from GlicWindowController to GlicTabSubMenuModel.
  • 292cfab Remove MemoryPressureListener from CompositorGpuThread
  • c60dfcc [Masonry] Deprecate 'grid-lanes-fill' and 'grid-lanes-flow'
  • e99b1c0 Roll Chrome Android ARM64 Orderfile from gQnx-oLc4lLy36Jix... to -TCUTriXRq-JHoee0...
  • 54a30de [Extensions] Simplify load state watching in TabsEventRouter
  • bf9fc89 Fix UNSAFE_TODOs in select_file_dialog_win tests
  • cd463a8 ChromeAndroidTask: Group Activity and WindowAndroid in a private class
  • 28815e9 [EncapsulateAnimations] Fix focus animation for omnibox with fusebox
  • a8dde5e Roll Chromium Variations from E99D5aZpUYP0Py3B8... to ZMWLpk_03jiAHNeBQ...
  • 3a8a5f6 Roll DevTools Frontend from 4ab85c801fa1 to 914daaca13b8 (1 revision)
  • a3027b6 Remove Compositing.Display.HardwareDisplayController.SchedulePageFlipResult
  • e195d61 Roll llvm-libc from 8529e19e048f to 4d1d71696f4c (3 revisions)
  • c321c20 Roll WebRTC from faed192fd76b to fb8372ed0e44 (2 revisions)
  • 3d02463 [Desktop Android] Move PageLiveStateObserver impl to TabsEventRouter
  • c276d53 Roll Amd64 AFDO from 145.0.7604.0_pre1562941_rc-r1-merged to 145.0.7621.0_pre1565493_rc-r1-merged
  • 13b5b6c [Glic] Update GlicEnableMultiInstanceBasedOnTier field trial
  • 2e16212 [LNA] Make old LNA permission policy forward compatible
  • 2984b03 [ios][apcv2] Fork an equivalent of ai_page_content.mojom for ios
  • 6fa4c86 [Immersive] Allow the immersive view to scroll to the bottom.
  • 99f38c5 Roll Dawn from f6964636135d to 7a5c8c988ef6 (5 revisions)
  • 66014b8 [iOS][Gardener] Disable testCustomizeColor on iPhone device
  • c8f437c Remove MemoryPressureListener in PlayerCompositorDelegate
  • 6004c68 Fix AppsNotReportedNextSessionDisabled test failure
  • 624cb05 Roll Chrome Mac Arm PGO Profile
  • 05c2f93 Roll Chrome Win32 PGO Profile
  • cb3ef53 [Linux Printing] Fix duplicate print dialog creation
  • 44bce0b [Omnibox Next] Check if input is empty as well for surfacing Lens chip
  • 353049f Remove redundant Dawn DEPS testing
  • 04cb5b7 Roll WebView ARM64 Orderfile from 1x-AC-9iclfrUeq4K... to GvEAzQlFnmN_gYvdl...
  • 1fc6432 Add 'Task Done' nudge string
  • 3d33bf9 [GlicMI] Clarify and fix hibernation ordering logic.
  • 3d04c6a [soft-navs] Gate SoftNavigationStart trace event behind feature flag.
  • 4e009d1 Roll BoringSSL from 3e13772fded7 to dd0a46a4627d (1 revision)
  • d15b2bb Prepare glic_profile_manager for android build
  • e921590 Rename non-Android *BrowserCollection files.
  • f1c8a74 Use string utils instead of repeated concatenation for string building.
  • e37a325 Add stub Android implementations for *BrowserCollection.
  • bb04ec7 fix auto spanification for render_surface_filters
  • e9baa82 Roll eigen from d90a0534bed2 to 5d9beb81ab81 (1 revision)
  • de14a69 Re-enable Compositing.Display.VizDependencyResolvedToGpuStartedDrawUs
  • 8e0605c Storage Monitor: Delete macOS Image Capture (PTP) code
  • b8bdd5d [iOS] Remove Safety Check Notifications feature flag from Settings
  • 42c3b8f Roll Chrome Android ARM32 Orderfile from MvMkMyTfc8RmEtXyB... to rR2g7Bh9KEKSKy6iS...
  • 97499dd [fuchsia] Increase shard count of content_browsertests on arm64 debug
  • 9b5f226 [cleanup] Remove FontCache::Generation
  • 9307ef5 [Reading Mode]: Implements the Presentation Menu
  • 7502b59 Roll Arm AFDO from 145.0.7603.0_pre1562861_rc-r1-merged to 145.0.7621.0_pre1565493_rc-r1-merged
  • 3d64f46 Record a crash key with the number of IndexedDB connections
  • 78376dc Remove `letter-spacing-ligatures-003` from `TestExpectations`
  • 6f3db6e [crd host][win] Poll cursor image
  • 96ae907 [iOS] Create icb/autofill/form_input_accessory
  • ba70c64 [ios] Remove TestAutofillJavaScriptFeatureContainer
  • 2d8734e Update CBB autoroll for the builds refs
  • e7e3bd0 [iOS] Check for BWGService nullness before using it when opening PAM
  • 6f286aa [CSD] Add ImageEmbeddingMatch histogram variant
  • ba04373 [iOS][CX] Change conflict resolution selected background
  • 5097601 Roll Chrome Android ARM64 Orderfile from kbQ_M48KNRYzqFEMf... to gQnx-oLc4lLy36Jix...
  • 4051f11 Refactor un-shared LaunchIntentDispatcher code
  • eceb425 [iOS] Extend ios-provisional-notification-alert
  • 3722714 Persist incognito selection state
  • 3c137fa extensions: Tab group visual data refactor for desktop Android, part 2
  • 8664a25 [SetupList] Add manual ranking to prioritize Setup list items
  • 90fce64 Import wpt@73beb0dabb0262787f39c87a62ec7180dbd87fb9
  • f289d8e [iOS][CX] Fix left cancel button in import view
  • 4bd48a1 Remove Int64CompletionRepeatingCallback
  • b8118cc [actor] Ensure e2e tests have policy enabled
  • 9d6d945 [gardener] Disable flaky LayerTreeHostPictureTestForceRecalculateScales test
  • d8da505 Remove ack button from SH revocation notification
  • 64f732c Replace `std::unordered_map` with `absl::flat_hash_map`.
  • 8bedbeb [tips] Update uma tracker to only record for known notification types
  • 53626cd Remove the last remaining bits from LazyEmbeds
  • 212b72d [Reading mode] Add line focus flag to chrome://flags
  • 82fdeee Add debug logs to underline triggering code
  • 2dc1161 Roll Website from bd548437e13f to 60c79bec3597 (1 revision)
  • 4522967 Deprecate all the net callback types
  • 5345c12 Revert "[Sheriff] Disable flaky test in FullscreenManagerTest suite."
  • 2afb511 [Extensions] Fix browser.devtools === undefined.
  • 1ccbac5 Add contains() to ui::SelectionFormatMap
  • 8d2fcf2 [AIAE] Make test flag able to cover ai terms generation
  • 6df01db [Reading Mode]: Move Links and Images enabled to SettingsPrefs
  • 9f8e374 Roll Chrome Mac PGO Profile
  • 2f8e4e7 Fix UNSAFE_TODOs in components/storage_monitor
  • d6b3845 [ios] Increase max depth for parsing js call results.
  • 0e6c5bf Avoid duplicate set lookups.
  • c548804 LCP: Add changelog entry for crbug.com/455791378
  • 0986bce Roll SwiftShader from 0a24bb82341e to e5b3afce6d92 (1 revision)
  • 47c7deb [glic] Make OpenGlic to replace OpenGlicWindow
  • 73c71e4 Refactor Viz display tests use of TextureDrawQuad to unnormalized
  • ad98d10 Add extra leak tests
  • 3a8780d Roll WebRTC from 3e0edd0c5e1a to faed192fd76b (1 revision)
  • f190e99 [GlicMI] Split last_active_time_ to activation and deactivation timestamps.
  • 711b290 Enable kOfferPinToTaskbarInFirstRunExperience by default
  • 1701993 Roll ANGLE from 1df9781bfe28 to 76225b8bd2a5 (3 revisions)
  • 98f6588 Added the component for skills.
  • 7ee3958 [context-input] Fix uma metric types for tab click and modality metrics
  • 9e19440 Add a fieldtrial testing entry for GlicGeminiInstructions.
  • fb847b3 Tighten include to be under Android buildflag
  • 4316e0d Roll Chrome Mac Arm PGO Profile
  • adcaadb Fix memory leak in feed
  • 0d7047c Remove Compositing.Display.OverlayProcessorUsingStrategy* metrics.
  • 1100c53 Remove CheckOverlayCapabilitiesSyncOnDrmThreadUs
  • 40d5756 [Zucchini] Fix bad ELF reloc Reference extraction from overlapping sections.
  • 3cc4f62 `page-margin-safety` descriptor for unprintable areas.
  • 22577d9 [BNPL] Launch support for externally linked issuer on Desktop
  • c57625a [BNPL][Clank] Enable logo with message for Accessibility in ToS screen
  • 961e721 Roll vulkan-deps from 86719d10b112 to 8b70b9b3e19e (4 revisions)
  • abde48c [WebGLOnWebGPU] Use glClearDepthf, not glClearDepth
  • 9e4be86 Move XSLT tests into more centralized /xslt/ directories
  • 91c46a4 [Masonry] Add new 'normal' default to 'grid-lanes-direction'
  • 4cc5eb4 [iOS] Remove Safety Check Notifications flag from notifications_egtest
  • 190f8b9 Update AutoRevokeSuspiciousNotification config params
  • 2953623 [BNPL][Clank] Add loading message for Accessibility in progress screen
  • 9511684 Migrate various base::Contains() to contains() in device
  • 4b3e66c Roll V8 from 8bbb235cb96c to 0b8fa5096eb1 (5 revisions)
  • 172969d [Split Button] Style the GlicButton and TaskIcon as a split button
  • 9ca1eac Update the obsolete system infobar for macOS 12 removal
  • 514b45a Remove obsolete NodeRareData::InvalidateAssociatedAnimationEffects
  • 7286adf [RecentlyClosed] Clean up removeTaskId call sites
  • 3458de3 [aim-tools-and-models] Add flag for canvas and model picker
  • be4064e Improve upload info reported in chrome://safe-browsing#tab-deep-scan
  • 1ad885d Roll compiler-rt from 01b1c31bf10f to 36d7c0b3c11b (1 revision)
  • eff1ca7 [iOS] Implement floaty viewState API in Gemini session delegate
  • 1cb797f [iOS] Add top-level icb/autofill and passwords OWNERS files
  • 22d2e5d ChromeAndroidTask: Obtain DesktopWindowStateManager from ChromeActivity
  • b9ee158 android: Enable Robolectric tests on SDK 36
  • 586108e Policy launch guidance for Android Desktop
  • 48d7e3c Remove unnecessary FD duplication in video_frame_mojom_traits.cc
  • 025e7b6 [iOS][CX] Dismiss passkey reauthenticate view
  • 72990f8 [task] Update testing config for JobPriorityBoosting
  • 4bbc22f Reland "Reland "mac: always restore focus on window becoming key""
  • 961e8d6 Hide underlying webpage from accessibility focus when IRM is open.
  • 7ccd28a [DomStorage] Use DomStorageDatabase interface in storage partition test
  • 1b7d458 [CodeHealth] Spanify AAudio (de)interleaving
  • 030b373 Enable GlicNavigateToolUseOpaqueInitiator by default.
  • 91f71bd TabGroupContextMenu Enter handling
  • c3a27df Expose the hasCustomCardArtImage in CWVAutofillSuggestion
  • bfd3aa9 Migrate various base::Contains() to contains() in components
  • 0e74ad1 Roll Chrome Linux PGO Profile
  • f4a7ae9 Roll Chrome Win ARM64 PGO Profile
  • 583095e [SLAMS] Add NoInfoReason for server-side model
  • df089de [Reading mode] Don't update the line focus window bg when theme changes
  • 4551a3e Roll WebView ARM64 Orderfile from wHnXmRnnfTX6a7E8Y... to 1x-AC-9iclfrUeq4K...
  • 5372fc2 Automated Commit: LKGM 16547.0.0-1074394 for chromeos.
  • f31437f Ensure password echo respects the new split settings
  • ba561af Handle GetAllUpdaterEvents on blocking sequence
  • 6afb05f Roll Skia from a950e323ee97 to 1c5edd47ee90 (2 revisions)
  • f3b299d [APC] Avoid traversing display-locked subtrees in actionable mode
  • 30cbe6b [iOS] Remove Safety Check Notifications flag from push_notification/*
  • 6f31a8e Roll Chrome Win64 PGO Profile
  • e7776c9 Add "No inactive windows" item to instance switcher
  • 861df98 Migrate LRURendererCache to support stateful memory pressure signal
  • 61e7e34 [Android][Signin] Temporarily avoid throwing for duplicated activity key
  • 450c038 [ntp-next] Show action chip background when GM2 or CWS theme
  • 3acfe18 Migrate various base::Contains() to contains() in chrome
  • 9979e11 [omnibox] Use StrCat() in OmniboxPopupFileSelector::OnFileDataReady()
  • b4a21e6 webnn: update cos and sin to be within range
  • dd2bace Roll Chrome Android Desktop x64 PGO Profile
  • b67bf08 Flag-guard chrome://updater
  • d8c2fbe Roll clank/internal/apps from 83fd690ace42 to 707d4687ac2d (1 revision)
  • c086233 Avoid duplicate map lookups.
  • 77d8fff Roll Chrome Android ARM32 PGO Profile
  • 4b0b5f8 [Reading mode] Reset reading mode on a renderer timeout
  • f3499e3 android: Prep for SDK 36 in Robolectric tests
  • 1204bd6 [TWA] Move standalone flag logic under origin display experiment
  • 8bd8bf8 [Settings Search] Post the task for resize/device rotation
  • 2630570 Reland "[Actor Overlay] Trigger Click Animation"
  • 8a0b2ff Rename OnBeginFrameThrottleVideo to OnBeginFrameThrottleVideoDesktop
  • c7a4e4d Roll WebRTC from 10eeb88e5c8b to 3e0edd0c5e1a (1 revision)
  • 57f4847 Revert "Reland "mac: always restore focus on window becoming key""
  • 963e085 Roll ios_internal from 856d66139c7f to c5eb85a99dc0
  • 46752c3 Roll Chrome Android ARM64 Orderfile from 3ZFrrXMMi73hVBxJu... to kbQ_M48KNRYzqFEMf...
  • 64b0842 Migrate off legacy MOCK_METHODn macros
  • dfc1626 Migrate base::Contains() to .Contains() and .contains() in blink
  • d24ec6c More gracefully handle OpenXR Controller errors
  • b285ffb Migrate various base::Contains() to contains() in chrome
  • 7ed35e5 Migrate various base::Contains() to contains() in chrome
  • 0399b99 Remove unused method in PaymentAppFactoryDelegate
  • f679d68 Migrate various base::Contains() to contains() in content
  • 8a88dd8 Enable FontDataService by default on Windows
  • da747da Refactor cc slim use of TextureDrawQuad to unnormalized coordinates
  • 4928d97 Deprecate ManagedAccountsSigninRestriction policy
  • 26614de [ntp-next] Fix title for recent chip card to include domain on hover
  • 45f94db Roll DevTools Frontend from 47766edf410b to 4ab85c801fa1 (1 revision)
  • 229e79c Roll captured_sites/autofill from 616af7d2dce9 to 7a64b7ad9051 (1 revision)
  • 4a69bf8 [Extensions] Protocol handler: Remove TODO for directory rerouting.
  • d696b12 Migrate various base::Contains() to contains() in blink
  • 2cfd5a0 Roll Chrome Mac Arm PGO Profile
  • a16dfe8 Remove PrivacySandboxDisableNotices from fieldtrial_testing_config.json
  • e73f26e Migrate various base::Contains() to contains() in chrome
  • 4138aa9 Persist incognito cipher to PersistableBundle
  • 5c5698c [permissions] Update fieldtrial_testing_config for approx geo
  • a3f4964 Refactor compositor frame helpers use of TextureDrawQuad to unnormalized
  • 0f3425c Updater UI: Show timezone when formatting dates
  • 8026743 [exo] Add SharedImageFormat UMA in exo Buffer
  • 30ce320 [TDR] Remove TODOs linked to issue 270623046.
  • c11f6ac Add drag and drop histogram to measure inter-system drags
  • 91dee15 Revert "[BrowserControls] Allows cancel ongoing animations when height changed"
  • 1d9b855 [DBSC] Add Mojo handler for chrome://unexportable-keys-internals
  • 87ac44d [SLAMS] Add NoInfoReason in IntelligentScanResult
  • 52d6995 Roll ANGLE from 9ef9a749eb14 to 1df9781bfe28 (1 revision)
  • e513d3c [Vertical Tabstrip] Add hover behavior for split tabs.
  • 480fae4 [Drag and Drop] UI polishes
  • f3dc8dc Roll vulkan-deps from 102e3b63b7c5 to 86719d10b112 (1 revision)
  • 819e65d Roll V8 from f56a53fb0c12 to 8bbb235cb96c (8 revisions)
  • d81f6b3 Reorder GlicButtonAltLabel field trial testing config
  • 808073d [Desktop Android] Hoist TabEntry to TabsEventRouter
  • cada114 Migrate various base::Contains() to contains() in content
  • 772b024 [Card Benefits] Extend expiry milestone for Curinos benefits
  • 2d4bcd2 Update Safety Hub revocation notification body strings
  • 4cec776 Top 20 VRP leaderboard for 2025
  • 96f26e3 Roll WebView ARM64 Orderfile from HKar46UiXOyxol6mr... to wHnXmRnnfTX6a7E8Y...
  • d1d299a [iOS] Deprecate unused pref kMagicStackSafetyCheckNotificationsShown
  • 43153f3 [iOSFidoImportExport] Implement CSV password export
  • 4748041 [iOS] Remove Safety Check Notifications opt-in from Magic Stack module
  • a177dbd Delay expiry of Attribution Reporting histograms
  • e75cd0e [Extensions] Store host access requests order in menu model
  • 9c9e135 [v8] Enable IsolatesPriorityUseProcessPriority in testing config
  • a27270d [heap] Enable disable_eager_allocation_failures in testing config
  • afcb36b [Omnibox Next] Fix suggestion selected color
  • d6d0abd Fix unsafe buffer usage in cc/test/fake_paint_image_generator.cc
  • a2adf79 [Sanitizer] Enable SanitizerAPI.
  • 41a7db9 [CCSG-2] Simplify structure of FetchCreditCardSuggestionDataSync
  • 01313e9 [Auto-PiP] Add test case for closing tab
  • a3530e3 [Autofill Ai - Reauth] Use pref at filling moment
  • afeaba7 Refactor string param to string_view.
  • d7c82ee NetworkHandler sends device bound session events to DevTools front-end
  • a6fc0d9 Split DBSC event details into separate structs by event type
  • f71f864 Add final Codimite extension IDs to remoteApps allowlist
  • 0d6c81f Roll Chrome Win32 PGO Profile
  • cd2bec3 [CCSG-2] Simplify structure of GenerateCreditCardSuggestionsSync
  • 32145b3 [CCSG-2] Replace 'base::FindOrNull' with 'base::Contains'
  • 7467d85 [Privacy Sandbox] Deprecate FPS enterprise policies
  • 407dbab Don't clear heuristics predictions for small forms in actor mode
  • cd75962 [Media Router] Remove use-network-framework-for-local-discovery
  • 5c83763 [canvas] Simplify CanvasRenderingContext::AllocatedBufferSize()
  • 8740656 [CCSG-2] Add 'std::move' to 'suggestion_data' variables
  • cad1903 [DCSI] Prep to default enable CompoundImageBacking.
  • 013c358 [tracing] Fix wrong sql statement in TraceReportDatabase
  • e83cc00 Extend all Sql.Recovery.* histograms
  • b3188db [ios] Remove expired autofill-isolated-world-ios feature flag
  • c682905 Update FbPreprocessor metrics expiry and owners
  • 48928e2 Revert "IDB: DCHECK->CHECK in EncodeVarInt"
  • 2d2bbb8 Add a fieldtrial testing entry for SmoothBrowserControlsScrollAnimation.
  • 16b7171 Migrate various base::Contains() to contains() in components
  • 2a93d7a Reland "[Android] Add notch to undocked Keyboard Accessory"
  • fed6782 [Okta SSO] Add policy logs
  • 353a1d2 [Okta SSO] Record metrics
  • 84e396f [PWA] Add description localization fields for install info during parsing
  • 37d06e3 Make GlicRegionCaptureController desktop only
  • bcc86e2 [iOS] Add TabGridState to SceneState
  • b4f0c70 Roll clank/internal/apps from 6376660cc9dd to 83fd690ace42 (1 revision)
  • 2b7de65 Reland "mac: always restore focus on window becoming key"
  • e652049 Roll SwiftShader from e391edb818fe to 0a24bb82341e (1 revision)
  • 9ae1115 Migrate various base::Contains() to contains() in base
  • de5e860 [Vertical Tabs] Make ValidateViewFocusOrder an interactive ui test
  • b74c146 [iOS]Replace disabled as flaky for test case in PasswordControllerEGTest
  • 47803d4 Roll src-internal from a34b5ce8941e to e0440edf7581 (1 revision)
  • 29946f0 Roll Skia from c5359a4d720e to a950e323ee97 (2 revisions)
  • c617a63 fix auto spanification for thread_local_storage
  • fe794e5 Import wpt@ded0ee1db69d951e8e36bc288bd2bc7bf985c06c
  • ab52736 Make omnibox always visible in immersive fullscreen mode
  • 9b43274 [Start Chrome with Windows] Change StartupLaunchManager's methods order
  • 7a0ddea Move core FileAnalysisRequest unit tests to the components directory
  • c72725e Roll Chrome Android ARM64 Orderfile from AzWDNOcSjNl4wHZyE... to 3ZFrrXMMi73hVBxJu...
  • 119eefe Migrate various base::Contains() to contains() in pdf
  • e92a250 Roll Chrome Mac Arm PGO Profile
  • 1ad9a9d [url_fixer] Add a default arg to `FixUrl` for the most common use case.
  • e524120 Add @fmalita to `.../blink/.../image-decoders/skia/OWNERS`.
  • 0ba7439 Replace `std::unordered_map` with `absl::flat_hash_map`.
  • 4dadb28 Settings: Improve SettingsEnumsTest by excluding irrelevant code
  • 017cb3a [LNA] override PermissionAllowedByPermissionsPolicy for split permissions
  • 81a9f73 Migrate various base::Contains() to contains() in pdf
  • f559d5d Combine `libssl.so` and `libpki.so` with `libhttpengine.so`
  • 69b4cd4 Fix exit-time destructors in components/variations.
  • 93e5661 Better journal logging from ActorPolicyChecker
  • 2246155 [iOS][Omnibox] Restore missing metrics in suggest
  • e5cbc85 [LNA] Fix getAssociatedControlFor() function for split permissions
  • 1b461ee [Trusted Types] Enable TrustedTypesHTML - Update TT to match spec.
  • 7627532 Ensure 'code generation callback' always has an ExecutionContext.
  • 9cf47d8 Roll FuzzTest from 6e4dee441d2b to f0a421a9d75b (1 revision)
  • 917b352 Rename IncognitoModePolicyHandler
  • d9432f5 Roll Chromite from 75d030da0a0e to 38eaa65b7819 (1 revision)
  • f26920a Roll DevTools Frontend from 0610094d786b to 47766edf410b (1 revision)
  • 0050bd2 Create chrome_scroll_jank_v4_{results,reasons} PerfettoSQL tables
  • b3d1b5f GPU: add DrawToScheduleOverlay UMA metric
  • db469e6 Roll V8 from ca60fd5afe45 to f56a53fb0c12 (5 revisions)
  • 5d148f6 [OOPPD] Don't reinitialize dialog factory in single process mode
  • 72e5402 Migrate various base::Contains() to contains() in leveldb
  • 4e9c6e1 Roll WebView ARM64 Orderfile from 2LJKTfGBUK6L284QV... to HKar46UiXOyxol6mr...
  • fec862e [SxS] Clean up drop target nudge
  • d5b4809 [LNA] Test local_network_access_browsertest.cc with split permissions
  • e25b9e4 [LNA] Migration of LNA content settings prefs to split permission LNA
  • e5cc378 Change `libcrypto` shared library to be static regardless of track
  • 8f7bb25 Fix unsafe buffer usage in media/midi/midi_message_queue_unittest.cc
  • aa60c1e [Vertical tabs] Open group editor bubble on right-click.
  • ed95b00 [iOS][Gardener] Mark testRemoveItemAfterSignInThenRefreshSignin as flaky
  • 8725e2a [ozone] Port wl::BufferFormatsWithModifiersMap to SharedImageFormat
  • f93879c [LNA] enable current enterprise policies to work with split permissions
  • 6ed059c [LNA] add permission query alias for local-network-access
  • f0410a4 Roll WebRTC from 55c2ed214c54 to 10eeb88e5c8b (3 revisions)
  • 5a4a819 [iOS] Support Translate in page action menu when Reader mode active
  • ea68d16 Updater UI: Use Chai wrapper for all tests
  • f3d9e14 IDB: DCHECK->CHECK in EncodeVarInt
  • 5e879ea Roll Dawn from 27b3846a4100 to f6964636135d (7 revisions)
  • c91f575 Align HttpEngine's BoringSSL flags with its corresponding in Chromium
  • bd485b5 Roll captured_sites/autofill from dcdec4faf8e4 to 616af7d2dce9 (1 revision)
  • a42050e Roll ANGLE from 948bc4526869 to 9ef9a749eb14 (1 revision)
  • a26128c [iOS] Disable Reader mode contextual panel chip in Incognito
  • 789b5c4 Add a fieldtrial testing entry for AndroidSwipeToSwitchPane.
  • d6b8483 Convert to UNSAFE_TODO in base 7/9
  • 403959d Revert "[Android] Add notch to undocked Keyboard Accessory"
  • a4d9050 Roll FreeType from 5f524d04b4f8 to b91f75bd02db (1 revision)
  • 8f17600 Remove unused focused browser manager.
  • 93a1dd6 Roll ios_internal from 5ead837b1b18 to 856d66139c7f
  • 915db25 Extend expiry of Media.VideoCapture.CreateDeviceSuccessLatency
  • eb44a4c [iOS][AIM] Adjust button composebox AIM button dark mode background
  • 6cf4980 Add `android_webview` to list of platforms for experimental signatures
  • b82e3e7 Updating trunk VERSION from 7621.0 to 7622.0
  • d417c43 Prepare for ios async clipboard flag cleanup
  • 4a627ba Roll Chrome Android ARM64 Orderfile from KqeOqU8OK8MVht5UK... to AzWDNOcSjNl4wHZyE...
  • 97d5f9d Fix DCHECK crash in ParagraphLineBreaker
  • 4f963a2 [Cache Encryption] Add new feature flag for testing
  • 8c0f3cb WebAuthn: Add missing account info in incognito mode
  • a67b24e [VL] Add 404 integration test to SingleClientHistorySyncTest
  • ebd7239 [carousel] Skip tab focus for nodes inside inactive column tab
  • 24a3101 Multi-account device metrics: DeviceStatisticsTracker, part 1
  • 7b1443d Migrate various base::Contains() to contains() in sql
  • 1f0747d Revert "[ios] Implement containerization of composebox for iPad"
  • 84e65f7 [SxS] Clean up kSideBySideFocusClearing
  • b53c887 [WebView] Add tests for navigator.platform reduction
  • a96b491 Roll Help App from HVAUgGsiZ4_1G_qMR... to L6cbwV8BSPYDFlvBz...
  • f7ad496 Fix building with safe_browsing_mode=0 (12/14)
  • c69e822 [iOS] Remove Safety Check Notifications flag from Magic Stack
  • acdab38 Roll Media App from oYsOOELJrvJltOhOi... to LwMj0MQe1dJ6XqvRf...
  • a198654 Roll androidx from ookmsmGZCNtihsqrV... to 2hm_jTGISpPfr_hMs...
  • 142fe95 Convert to UNSAFE_TODO in base 5/9-base/files
  • 8bac9f6 android: Centralize ShadowLog configuration
  • 5ba7538 Roll DevTools Frontend from cb30ed20ebde to 0610094d786b (3 revisions)
  • 2155ffd [ActorTaskBubble] Add new icon for completed task state
  • c578a0c colabutils: Create memory_usage subdirectory
  • 7609072 Revert "[iOS] Add hidden label to match OmniboxText"
  • 24a8d90 Filter out some PS tests that don't work on iOS
  • e59c879 Enable suppressing input event dispatch while paint-holding.
  • d59e8d8 Remove Compositing.Display.AdpfHintUs histogram
  • 9c89046 [tools/android] Add Python script to plot compression_benchmark results
  • 0ec1353 WebHistoryService: Un-nest results struct
  • 6a4805a Roll Chrome Mac PGO Profile
  • 115ff37 Move methods from PaymentAppFactoryDelegate to PaymentAppFactoryParams
  • 441eae0 [a11y] Prepare live-region code for pre-TalkBack 17.0 experiments
  • 4e687c7 [ios] Remove prefs deprecated on 02/2025
  • 6e24715 [ios blink] Address the issue related to net error conversion
  • 467814d [Sheriff] Disable flaky test in FullscreenManagerTest suite.
  • cac63dd [Signin][iOS] Cleanup kEnableIdentityInAuthError - part 2
  • 4057c6c Remove PopulateFrameBinders 5/8
  • ef78008 [Autofill AI - Reauth] Add settings page toggle
  • b0cd05f Define VerticalDraggedTabsContainer for handling tab dragging
  • bf16ae3 Roll src-internal from a18e4f6e5300 to a34b5ce8941e (1 revision)
  • 7a2b8eb Roll WebView ARM64 Orderfile from KF-AXNb-_xj3owJrz... to 2LJKTfGBUK6L284QV...
  • 6d6216d Fix comments about disabling layer_tree_tests
  • 390b9ee Roll ios_internal from 555eab73886f to 5ead837b1b18
  • fd5836b Move translation_metrics to //components
  • 5f02ecc Roll Chrome Mac Arm PGO Profile
  • b138ef2 Deprecate unused three-bit hashes
  • b858cb9 Rollout /heuristics-json/ and /form-parsing/
  • 6a326d1 [animation-trigger] Update attachments when trigger-scope changes
  • ffca25b Roll Chrome Android ARM64 Orderfile from pohqGjLjbUXo01Pq8... to KqeOqU8OK8MVht5UK...
  • d976b39 [iOS] Remove ui_bundled/ from Content Suggestions
  • 139d30f Use lowercased app ID when communicating with the updater.
  • 24f2914 Add a minimum memory threshold param for DSEPrewarm.
  • 1066a0d Roll V8 from f691a66c9cec to ca60fd5afe45 (9 revisions)
  • aad724c [SVG] Fixed WPT svg/animations/animate-stop-currentcolor-escaped.html
  • b435a66 [Blink] Make CanvasResourceProvider max texture tests more meaningful
  • 5366526 Roll gn from aac7c279c65f to 5550ba0f4053
  • f621ccd Roll Crossbench from 13b03c6ce277 to 2118cbdd8f1b (1 revision)
  • aaf77c9 [KP] Automatic update from google3
  • 40d192e Roll Chrome Win64 PGO Profile
  • 3477d08 [NtpCustomization] Clean up New tab cards on menu.
  • e1fc23a [iOS][AIM] Cleanup carrousel cell when the item is removed
  • 1bbd66e Roll DevTools Frontend from ba998ce315e6 to cb30ed20ebde (4 revisions)
  • a6c72ef [Extensions] Implement CreateActionViewModel in menu delegate android
  • 0fb7ff9 [Extensions] Add ExtensionsMenuBridge
  • b851073 FIXUP: `dragged_node` assertion failure during drag-and-drop
  • ec371c7 Roll WebRTC from cbed3656d60f to 55c2ed214c54 (1 revision)
  • b2ecda1 Reland "[testing/variations] Enable RestrictMainThreadBigCoreAffinity on bots"
  • 763e0f3 Android: remove monochrome build support
  • ab8a3ee [CT] Automatic update from google3
  • e99e6bd Avoid duplicate map lookups.
  • 7ccad99 [ClapperLoud] Add unit tests
  • 77b8ea5 [ios] remove screen time code.
  • ea9a6ae Roll Chrome Linux PGO Profile
  • 890cc5e Import wpt@884ddbc6a04df0d2474c333490a54cc069b50ddc
  • 85ec78c [iOS] Remove kOmniboxMobileParityUpdateV3 as being enabled
  • 6bac550 Roll BoringSSL from 316cb5fdf61b to 3e13772fded7 (7 revisions)
  • 86009bd Roll Chrome Win32 PGO Profile
  • ac07b46 [webview] Add flag for ThrottleMainFrameTo60HzWebview
  • 5db6eac Roll ANGLE from fc8b5668ca1f to 948bc4526869 (2 revisions)
  • 8755d6d [iOS] Show information on address row added to Addresses table.
  • 70973a7 [canvas] Fix GPUCanvasContext external memory overflow
  • 3e99925 Roll Perfetto from 48b9be27b409 to 698c3b289159 (1 revision)
  • 6327503 Automated Commit: LKGM 16546.0.0-1074388 for chromeos.
  • aa7ccab Update expiration date for virtual test suite
  • 5e90c29 Android: rename build variable for native library
  • 7623652 [Media Capture] new picker invoker use delegate impl from clank
  • 10cf1c5 Android: remove more public monochrome targets
  • 8fe9050 Updating XTBs based on .GRDs from branch main
  • 19c3f8c Roll WebRTC from e5e06a4e6b15 to cbed3656d60f (1 revision)
  • 80aa6bb [Android] Adjust fallback menu sheet height on large devices
  • 3c7cf8b Roll Chrome Win ARM64 PGO Profile
  • cd2ff22 Reland "Open help article for bookmark limit exceeded"
  • 271aa4b [Signin][Android] rename onSeamlessSigninAbandoned to onSignInCancel
  • d36dc93 Roll Chrome Android Desktop x64 PGO Profile
  • 5c8a4ed [permissions] Enable kReturnDeniedForNotificationsWhenNoAppLevelSettings
  • d740eb9 Roll ios_internal from d7610d0cb4fb to 555eab73886f
  • 3f090cd [task] Fix ScopedBoostablePriority BoostPriority calls for audio thread
  • 4bf9012 Roll WebView ARM64 Orderfile from bq4x3xOGobLVcPYIU... to KF-AXNb-_xj3owJrz...
  • 8001790 Roll BoringSSL from 3a3675025ff4 to 316cb5fdf61b (1 revision)
  • fe75899 Roll Chrome Mac Arm PGO Profile
  • a23241c Reland "Implement user actions for bookmark limit sync error"
  • 42bb626 Move android parental controls from global features to browser process
  • 2088933 mojo: Spanify port_event_fuzzer.cc
  • 788103a Fix crash when running FALLBACK-only test in AOSP
  • e9f9d0c Roll Perfetto from 508389227d63 to 48b9be27b409 (1 revision)
  • e363225 Roll Chrome Android ARM64 Orderfile from 93SLqBDBCSY4rPlVX... to pohqGjLjbUXo01Pq8...
  • 1566f3a Extract metrics service delegate to a separate unit
  • 24d2600 [iOS][Passwords] Remove unused TestPasswordManagerClient
  • 3fc42d9 Roll src-internal from 4a90d0564df2 to a18e4f6e5300 (1 revision)
  • 441bddc Enable kSyncPreferencesUseSelectedTypes by default
  • 85ff985 Roll Skia from 3971dbb85d45 to c5359a4d720e (1 revision)
  • ca41a53 [HybridInAutofill] kComposeGoToSettings is a Manage item
  • f475e9f Roll DevTools Frontend from e0cedb294884 to ba998ce315e6 (4 revisions)
  • 4ab226e [gardener] Revert "Add crash keys to debug missing local document resource"
  • 1006290 WebHistoryService: Report has_more_results instead of continuation_token
  • c9f6a08 [TDR] Remove TODOs linked to issue 40164720.
  • 63430ea Revert "[iOS][Omnibox] Optimize multiline update without autocomplete"
  • ae16d59 Roll ANGLE from 206604c37588 to fc8b5668ca1f (1 revision)
  • 0c41cb1 [Signin] Update buttons to primary + tonal pairing in sign-in intercepts.
  • ecb6b23 [iOS][LastVisited] Remove absolute TODO
  • 604b5f5 Roll Perfetto from 174d1d43709e to 508389227d63 (1 revision)
  • e615258 DualLayerUserPrefStore: Use kOsPreferences toggle for OS prefs
  • 6c7ffee Reflect that anonymous-tokens now has an autoroller
  • f13cd9d [Signin][Android] Update the bug number in a TODO
  • 07948d6 Support import bookmarks/settings from Snap-/Flatpak-installed Firefox
  • ba57d8a Roll Chrome Android ARM64 Orderfile from nXncqq7LmCESjl2GX... to 93SLqBDBCSY4rPlVX...
  • 6186a02 Move common logic from FileAnalysisRequest to FileAnalysisRequestBase in components directory and enteprise_connectors namespace
  • b3474d3 [Autofill AI - Reauth] Add pref to control whether re-auth is needed
  • b7d6bc9 Rate limit ADPF WakeUp boost
  • 91395c2 Roll Chrome Mac Arm PGO Profile
  • e02cb2e Roll Projector App from -hVLAhDHY8cSIryfN... to W_9qaj6qhAsIqEk1_...
  • 03fc47c Roll DevTools Frontend from ad879ec0cdae to e0cedb294884 (1 revision)
  • 45dcee0 Roll Crossbench from b4676a0dff40 to 13b03c6ce277 (1 revision)
  • c67705e Roll ios_internal from 323ac6ea1be6 to d7610d0cb4fb
  • 63ab5a6 Migrate various base::Contains() to contains() in chrome
  • 2167232 Update meet_effects hash in DEPS file.
  • c68a10c [Android] Add notch to undocked Keyboard Accessory
  • 7c746c3 [Sync] Clean up FCM registration token histograms
  • abf4c7c WebHistoryService: Fix client_id parsing
  • dd6e277 [PasswordManager] Extend passkey latency histogram lifetimes
  • bbf27ad Roll Dawn from 36528b0f7ab8 to 27b3846a4100 (2 revisions)
  • 4e8d1a0 Extend expiry date: V8.UnhandledExceptionCountIn*
  • fdcb519 Extend expiry of Permissions.PredictionService.ConcurrentRequests
  • 3eefd48 [Extensions] Use Promise based language in JSON schemas.
  • 33fdf75 [crypto] Record `Crypto.TPMOperation.Win` uma on select alg errors
  • 4191616 Enable non-affiliated loyalty card suggestions on Desktop.
  • 046a2b6 Roll Chromium Variations from 4atdcFmnsBa2Y-qJU... to E99D5aZpUYP0Py3B8...
  • 07e7c97 Extend expiry of Permissions.{PredictionModel}.RenderedTextAcquireSuccess
  • 1530d75 Fix crash in flex and grid overlays
  • 1f56330 Roll WebView ARM64 Orderfile from lfCDWJRYDb_nsy9nb... to bq4x3xOGobLVcPYIU...
  • 53af055 Roll clank/internal/apps from 3d2bff8759ca to 6376660cc9dd (1 revision)
  • f169e4e Pre-paint: Fragmentainers as OOF containing fragment fix.
  • 7971160 Add trace logs to SW synthetic response
  • efc3acb Migrate various base::Contains() to contains() in chrome
  • fd43335 Roll WebRTC from 29a89f850746 to e5e06a4e6b15 (1 revision)
  • 7912b4e [rust] Fix Clippy warnings: components/user_data_importer
  • 0562a34 Roll Skia from 1e7ad625f6f7 to 3971dbb85d45 (3 revisions)
  • 291bee9 [ios][web] Store in NavigationItemImpl whether it was automatic
  • 764fff1 Remove dead variable
  • 5d894cd Rename loyalty card related bottom sheet functions.
  • e783b29 Roll androidx from Ch5929G5ruLoKekAc... to ookmsmGZCNtihsqrV...
  • a874645 Add HttpStatusCode metrics to GwsPageLoadMetricsObserver
  • 3aadaaf Roll Chrome Win32 PGO Profile
  • 840a77e Roll Chrome Android ARM64 Orderfile from 5muTWI4ro-VaCk9uG... to nXncqq7LmCESjl2GX...
  • 40249ad Add a crash key for :has() selectors.
  • 635b26d [iOS] Rename Toolbar classes to Legacy
  • 1f04c4f Roll Chrome Android ARM32 Orderfile from gbEitjJVTppKRii36... to MvMkMyTfc8RmEtXyB...
  • 92cd55d Replace `std::unordered_map` with `absl::flat_hash_map`.
  • fab1e78 [iOS][Omnibox] Optimize multiline update without autocomplete
  • 26288cb ash: Rename magic boost files to match class names
  • ab78b82 Reland "Stop checking the package name in CronetTestRule"
  • 1cabf68 ash: Drop "Ash" suffix from MagicBoost* class names
  • 710dbd2 [Frameworks roll] Roll to 853110681 piper revision
  • a59f701 Extend text-antialias virtual test suite expiry to "never"
  • b56c9d4 [WebGLOnWebGPU] Disable ANGLE client-side array handling
  • a304f1c Roll Chrome Mac PGO Profile
  • 4f98b9e Roll Chrome Win64 PGO Profile
  • 7feedc9 [rust] Fix Clippy warnings: third_party/blink/renderer/platform
  • 6ef8408 [//ui] Remove //ui/gfx/ipc/skia
  • 1bb725f Block autofill Import UIs on AutofillClient::IsTabInActorMode()
  • 3f85f12 [//content] Remove unneeded include
  • bab29e7 Enable 'EmojiMonochromeRendering' runtime flag
  • 781e0a5 [rust] Fix Clippy warnings: third_party/blink/renderer/core/xml
  • 63304cb [Android][WebAuthn] Support password-only immediate get requests
  • 72ec5d0 Assume non-null URI from Intent to prevent invalid usage
  • 6d9742a Roll Chrome Mac Arm PGO Profile
  • 2344244 [Blink] Remove CanvasResourceProvider::SupportsDirectCompositing()
  • b6e5450 [Blink] Remove CompositingMode from CanvasRC2D test
  • cd6baf1 [Blink] Rework conditional in CanvasRC2D for clarity
  • 4577ece Roll Chrome Win ARM64 PGO Profile
  • 5b74691 Migrate various base::Contains() to contains() in services
  • 0dbd25f Update window open by DOM EG tests
  • 6992b15 Migrate various base::Contains() to contains() in blink
  • 96d6ba9 Roll Chrome Android Desktop x64 PGO Profile
  • 9f62ca5 Roll WebView ARM Orderfile from wHFrbLSNxQvCbxHmW... to odmsuJUVRfOuFCP76...
  • 3582880 [Blink] Update check in WebRTCVideoFrameAdapter
  • d246c22 Support task finishes in Autofill actor mode
  • 51cf731 Roll WebView ARM64 Orderfile from iy9rGcSOcQBvz8SqB... to lfCDWJRYDb_nsy9nb...
  • b709f99 [FileChooser] Block `FileChooserParams::Mode::kSave` in content
  • 1ef8ab1 [//ui] Change FlatlandSysmemBufferCollection method to take in SIFormat
  • 7cd1fdd [//ui] Have WaylandBufferManagerGpu hold SIFormat
  • 9e7739b [//ui] Have WaylandBufferManagerGPU::SupportsFormat() take in SIFormat
  • 5aa82c1 [Blink] Remove CanvasResourceProvider::SupportsDirectCompositing() call
  • 2101adb Roll clank/internal/apps from b69853d1a118 to 3d2bff8759ca (1 revision)
  • 77ae88a WebAuthn: Implement password-only immediate mediation requests
  • 048c96b Roll Chrome Android ARM64 Orderfile from qiScjmOGX3bPhW_Iv... to 5muTWI4ro-VaCk9uG...
  • 369ff7c Roll Website from 326d36d52991 to bd548437e13f (1 revision)
  • 3ef21d3 Extends lifetimes of Media.Audio.Capture.Win.[AbsTimestampDiffMs|FakeTimestamps] UMAs
  • 50bd19a iOS: Switch TS moduleResolution in components/user_data_importer/ios/
  • a98a7fe Roll DevTools Frontend from 19f158770411 to ad879ec0cdae (4 revisions)
  • c983539 Prerender: Simplify PrerenderHandleImpl
  • 0448c22 Roll src-internal from 3fafd3ce72a5 to 4a90d0564df2 (1 revision)
  • 210a05a Roll Chrome Android ARM32 PGO Profile
  • 4e1013f fix TouchUsageMetricsRecorderTest dangling pointer
  • 4f5266f fix QuickSettingsFooterTest dangling pointer
  • bf715ce [launcher] Remove ypitsishin from histograms owners
  • 41cd9ea fix LoginPasswordViewTest dangling pointer
  • dd5886b Roll Chrome Mac Arm PGO Profile
  • e46cf39 Roll DevTools Frontend from 5d4c12362e84 to 19f158770411 (1 revision)
  • d4f1232 Extends NavigationThrottle related metrics
  • 1dea17e Roll Skia from 7fc63228056b to 1e7ad625f6f7 (1 revision)
  • 5822a03 Remove stale pixel expectations
  • a87db89 Roll Chrome Android ARM64 Orderfile from fxg5bc2OTIO07OQCS... to qiScjmOGX3bPhW_Iv...
  • e19160e [base] Allow specifying result type in base::ToVector
  • 716b303 [Contextual Tasks] Expand pixel test coverage
  • 9408056 Roll WebView ARM64 Orderfile from n33Q7seuHbPC_Ycvb... to iy9rGcSOcQBvz8SqB...
  • 4ce8085 Automated Commit: LKGM 16546.0.0-1074382 for chromeos.
  • bda9db2 Roll vulkan-deps from 8671922eb366 to 102e3b63b7c5 (1 revision)
  • 4e388d7 Roll Search Engines Data Internal from 238cd4ef4ac8 to e3663b1ef883 (1 revision)
  • 038048d [actor] Add case to pause/resume an active task
  • 9b6e6c4 [Extensions] Convert SimpleFeature::Location to enum class
  • 3cb7d36 Roll clank/internal/apps from 427c770dab81 to b69853d1a118 (1 revision)
  • 8a40720 Roll Chrome Android ARM64 Orderfile from kxMIPhUKPKrLqjJED... to fxg5bc2OTIO07OQCS...
  • b07a589 Hide Glic nudge when user interacts with omnibox add context menu
  • 8e50e98 Roll Chrome Win32 PGO Profile
  • 70cbb09 Gardener: Disable TopControlsSlideControllerTest.TestToggleChromeVox
  • af95f5a Roll WebView ARM64 Orderfile from bDi9df9vfPma1BME1... to n33Q7seuHbPC_Ycvb...
  • ff2d21c Roll Dawn from c5c38c717eb1 to 36528b0f7ab8 (2 revisions)
  • c74f092 Revert "Rollback the change to use system headers just for Windows."
  • 69560b6 Add a flag to Show download scanning UI on download home
  • cd3cafd Roll Chrome Mac Arm PGO Profile
  • e89c8d9 [omnibox][next] Fix use-after-move crash on Windows
  • a9b9a36 Migrate SpareRenderProcessHostManagerImpl to stateful memory pressure
  • 16007fe extensions: Port tab group API unit tests to browser tests, part 4
  • 375847b Revert "[APC] Trigger screenshot encoding when APC is received"
  • 1066560 [Contextual tasks] Do not disassociate tabs when remove from compose box
  • ffa3eb1 Fix unsafe buffer usage in ui/accessibility/platform
  • f983aaa Track non-bfcached traverse navigation's AFT
  • c2f09b8 CRAS: Update the expiry of the histograms
  • 1a80b5a Revert "[Glic] Fix FRE Escape key handling and metrics"
  • f8793f2 Updating trunk VERSION from 7620.0 to 7621.0
  • 86ec432 Disable tast internal retry on disabled_tast_tests
  • 17edca6 [PWA] Update installability status when manifest link is removed
  • 29e5843 Remove MemoryPressureListener in HistoryBackend
  • ca3fed5 Roll src/third_party/crabbyavif/src/ 640d2758f..cb72c4cc0 (21 commits)
  • 70c5a45 [cleanup] Remove FontCacheMemoryDumpProvider
  • 9414b96 Use IgnoringAsciiCaseHashTraits in layout_locale.cc
  • 817bcaf Roll Chrome Win64 PGO Profile
  • 434f388 [MemoryPressureListenerRegistration] Add `ignore_repeated_notifications`
  • 7fc8435 Roll V8 from 45ec15cafe3f to f691a66c9cec (2 revisions)
  • 08005bc Roll cpuinfo from 315f594e7f4d to 0fea7f5f8824 (1 revision)
  • 5e8ec70 Roll Chrome Mac PGO Profile
  • ca2e864 Update expiry of histograms: `TextWrap*`
  • 692cff7 Use input_root_absolute_path=true for Kythe Win builders.
  • ab00edb [MemoryPressureListener] Add helpers to facilitate migration
  • 5b2e5b7 Roll Chrome Mac Arm PGO Profile
  • 987bbbf Avoid duplicate map lookups.
  • 4acbb20 Update `TestExpectations` with bugs filed for crrev.com/c/7388384
  • 7aad33f WebNN: Replace null characters in operand names for ORT backend
  • aec8c14 Add crash keys to debug missing local document resource
  • 62bb9fe Roll Chrome Linux PGO Profile
  • 0264452 spanification: spanify Vp9Parser.
  • 1ae2e79 Revert "Adding fieldtrial testing config for UpdateInstanceLimitDefinition study."
  • 7b9f986 Fix horizontal scroll direction for touchpads and other inputs
  • 001f08c Fix fd leak in Wayland keyboard and dmabuf handling
  • 69af9fc Remove non-inclusive language from ExternalNavigationHandlerTest
  • d8adaa3 Roll Chrome Win ARM64 PGO Profile
  • 0ac716d Ensure CalculateProposedLayout for Groups can handle null CollectionNode
  • bf52eb0 Roll vulkan-deps from fcbbb47bd89e to 8671922eb366 (1 revision)
  • f489b48 Migrate various base::Contains() to contains() in content
  • 6c7c3bf Add UMA metrics definitions for BindingRequestQueue
  • b352821 media: Add a flag to enable zero-copy camera capture on Android
  • d00f84b [iOS][Passwords] Remove unused SavePasswordsConsumer
  • 5088886 [ios] Implement containerization of composebox for iPad
  • 315a4be Roll cpuinfo from 2846bafc7c78 to 315f594e7f4d (1 revision)
  • 7ef2558 Roll gn from 1a9fc6149393 to aac7c279c65f
  • d6b736c Migrate various base::Contains() to contains() in net
  • e50d0f8 FIXUP: The bookmark side panel gets wrong tab URL when multiple windows are open
  • 5a53380 Fix: Reset kBrowserFollowSystemThemeColors when resetting to default theme
  • 572cb51 Roll Enterprise Companion chromium_win_x86_64 from 1pI0winHFVJz5W0cu... to yWKK_kuUetNahY-y-...
  • 697f0b4 Roll Skia from eec90000a899 to 7fc63228056b (2 revisions)
  • 8453ea4 Notify task icon and nudge when task cancelled by user
  • 3c4e07d Roll clank/internal/apps from a768eadbd227 to 427c770dab81 (1 revision)
  • d3ad83f Fix UNSAFE_TODOs in file_util_win.cc
  • dfe3c35 Revert "mac: always restore focus on window becoming key"
  • e159029 [APC] Trigger screenshot encoding when APC is received
  • c816beb infra: Roll chromium's luci starlark libs
  • 68f2b19 Data Sharing: Disable WebUI in incognito mode
  • 9e8a9b8 [IRM] Use ReadAnythingService with IRM
  • 8864080 Extension: Add arrow back icon test
  • 379b4aa [Vertical Tabs] Migrate LayoutConstant to enum class
  • 062fde4 Roll Chrome Android Desktop x64 PGO Profile
  • a684785 [CodeHealth] Spanify ALSA (de)interleaving
  • 97ca8a0 Roll Chrome Android ARM32 PGO Profile
  • 5be24e8 webnn: Return error if constant buffer fail to write file
  • 65c6727 [iOS] Move Reader mode infobar badge to the front
  • 1fe2316 Roll Chrome Win32 PGO Profile
  • fd43a0b [Reading mode] Fix letter spacing on empty state page
  • b4b631d Roll Chrome Mac Arm PGO Profile
  • 341abbd [iOS] add a cut off limit to the number of suggestions to show in the keyboard accessory view
  • 4a31a7a Roll WebView ARM64 Orderfile from EIqidYK7t26sRaZOV... to bDi9df9vfPma1BME1...
  • 97b1bcd Roll Updater chromium_win_arm64 from 2@1559030 to 2@1560013
  • cc9ea40 Roll Enterprise Companion chromium_mac_arm64 from 3tRb-rXoJjrJtDD8H... to Rx_gXfLo6zMtr1WKw...
  • 201eb71 Roll Updater chromium_win_x86 from 2@1559018 to 2@1560009
  • 316549c Roll ANGLE from 0d753c1e209e to 206604c37588 (3 revisions)
  • cc87745 Updater UI: Change "No Update" description
  • 9d1e3a1 Automated Commit: LKGM 16546.0.0-1074376 for chromeos.
  • cf384cc Remove deprecated tag from AnchoredPopupWindow's Builder class
  • 4cfda3d extensions: Refactor tab group API "visual data" for desktop Android
  • 29ad1e3 [omnibox][next] Always notify with keyword mode state to fix '+' chip UI
  • f913bb5 Roll SwiftShader from 07b52b2bdc96 to e391edb818fe (1 revision)
  • ea720ea Roll Updater chromium_win_x86_64 from 2@1559021 to 2@1560016
  • e4ea55d Roll Updater chromium_mac_arm64 from 2@1559006 to 2@1560005
  • 0f7fbe1 Roll Chrome Android ARM64 Orderfile from kw5kjdSXtUfdqHjWE... to kxMIPhUKPKrLqjJED...
  • b2f6430 Use std::string_view for string consts in autocorrect_prefs.cc.
  • a6857c3 Fix erroneous CHECKs for some accelerator notifications
  • e44e977 Roll Enterprise Companion chromium_mac_amd64 from 581R73xqYJj9_YiZs... to NxWebRLLmeEYaGvE7...
  • cc2fa90 Add metrics actions for cross-device import
  • 6289a9a Roll WebRTC from d1767395b668 to 29a89f850746 (2 revisions)
  • 060cd76 fix UNSAFE_TODO's in trace_logging
  • 60476e8 Roll vulkan-deps from 6ab0c81a88f7 to fcbbb47bd89e (1 revision)
  • 97aafea url: Fix UNSAFE_TODOs in DoParsePort()
  • 6176ba2 Roll androidx from JsmXMSy4fc6xu2x2a... to Ch5929G5ruLoKekAc...
← Back to all summaries