Chromium Digest: 2026-02-05
Overview
This daily summary covers 556 relevant commits out of a total of 723 on the main branch, from commit (ffcc9cb) to (483644a). The day was marked by an exceptionally high number of breaking changes across core libraries like
base, gin, and viz, as well as a significant behavioral change to the Web Locks API. Developers should carefully review the breaking changes section for required code updates.Breaking Changes
- ⚠️ BREAKING A significant behavioral change was made to the stable Web Locks API. Pages holding a Web Lock are now eligible for the back-forward cache (BFCache), whereas they were previously blocked. If another context requests a lock held by a cached page, the cached page will be evicted to release the lock. Applications relying on the old behavior (that a page holding a lock is always unloaded on navigation) may experience unexpected state. (91c1404)
-
⚠️ BREAKING
The core graphics and rendering interfaces saw multiple breaking changes:
*
viz: The signature ofviz::OverlayProcessorInterface::ProcessForOverlayswas changed. Theprimary_planeparameter is now aconst PrimaryPlaneParams&instead ofstd::optional<OverlayCandidate>&. *viz: The public, exported functionviz::HasEquivalentBufferFormatwas removed. *gfx: The pure virtual functionGetBufferFormatModifier()ingfx::NativePixmapwas renamed toGetFormatModifier(), breaking custom implementations (e.g., in Ozone). *ui/gl: GLES 3.1 function bindings were removed fromui/gl, reducing the public API surface for embedders. (0ebe3d5) (c75850d) (64a8baa) (9fc655a) -
⚠️ BREAKING
The
baselibrary had its public API modified in two key areas: * The signature ofbase::PlatformThread::SetCurrentThreadTypewas changed to remove themay_change_affinityparameter. * Methods onbase::UnixDomainSocket, such asRecvMsg, were updated to usebase::spaninstead of raw pointers and lengths. (d6f9ce8) (99f35a8) -
⚠️ BREAKING
The
ginC++/JS binding library received two breaking changes affecting ArrayBuffer access: * Thev8::Isolate*parameter was removed from the public constructors ofgin::ArrayBufferandgin::ArrayBufferView. * Thebytes()andnum_bytes()methods were removed from these classes and replaced by newspan()methods. (d570054) (e490adb) -
⚠️ BREAKING
Several public Java APIs on Android were broken:
* In
InstanceInfo.java, the public fieldboolean markedForDeletionwas removed. Use the newgetRecentlyClosedInstances()method onMultiInstanceManagerinstead. * InTrustedCdn.java, the nativeinit()method signature was changed, removing the object reference parameter. * TheObservableSupplierImplclass was made package-private. Consumers must now use factory methods likeObservableSuppliers.create(). (4d8e7bc) (475d2d6) (be70d7b) -
⚠️ BREAKING
Public APIs on iOS were broken:
* The public method
BwgService::IsProfileEligibleForBwg()was renamed toIsProfileEligibleForGemini(). * The deprecatedChromeLensControllerDelegateandChromeLensControllerObjective-C protocols were removed from the public API. (f2d772a) (5df706c) -
⚠️ BREAKING
The constructor for
extensions::WorkerIdwas changed to take a strongly-typedcontent::ChildProcessIdinstead of a rawintfor therender_process_id. (e605061) -
⚠️ BREAKING
UI-related base classes were modified, breaking subclasses and consumers:
* Two new pure virtual methods,
IsResultsSidePanelShowing()andRequestSyncClose(), were added toOverlayBaseController, requiring subclasses to implement them. * The public UI classTopContainerBackgroundwas renamed toThemedBackground. (bf95337) (5381ce3) -
⚠️ BREAKING
The public
IsolatedWebAppTrustChecker::IsTrusted()method was removed and replaced with more granular methods:IsOperationAllowedandIsResourceLoadingAllowed. Callers must be updated to use the new, more specific checks. (9848ff1)
Web Platform & Blink
-
The new CSS pseudo-class
:active-optionis being introduced to style the currently active option within a<select>element's dropdown list. (50f5662) -
The WebAudio API is gaining a new
AudioContext.playbackStatsattribute behind a feature flag. This provides a modern, promise-based alternative to the legacy callback-basedplayoutStats. (af530e4) (46ad547) -
A bug was fixed to correctly handle double-clicks on elements with the
touch-actionCSS property applied. (bae1d38) - Accessibility Page Content (APC) was improved to better handle ARIA form controls and readonly states, providing more accurate information to assistive technologies. (db8e1c3) (9bddb0b)
- A crash in IndexedDB that could occur when a prefetch was requested during a transaction commit has been fixed. (5553eae)
UI & UX
-
On Android, the omnibox will now display internal URLs like
chrome://bookmarksorchrome://historyinstead of appearing empty when navigating to them. (6ad24fe) - The vertical tabs feature received several updates to its layout manager and visual state to fix UI bugs and improve behavior. (b8f272c) (6224941) (833745a)
- A fix was implemented for drag-and-drop downloads from PWA windows on macOS by introducing a new Mojo interface to handle the operation across processes. (f36a3d1)
- On ChromeOS, windows are now marked as occluded when the screen is locked, which can improve performance by reducing unnecessary rendering work. (e76d922)
Networking & Services
-
The preloading subsystem was refactored to centralize cookie handling and URL loading logic into the
PrefetchServingHandleclass, improving code structure. (6afe44d) (53f2de6) -
The disk cache backend was refactored to introduce a
CacheEntryHasherinterface. This is a preparatory step towards supporting encrypted cache entry keys. (9e5a48e) - Logic for marking the QUIC protocol as broken has been unified to ensure more consistent network protocol health management across different parts of the networking stack. (6074eef)
Core Internals & Refactoring
-
A large-scale refactoring effort continues, migrating containers from
std::types likestd::setandstd::unordered_mapto more efficientabsl::equivalents. (4d85445) (d26ac35) (47916ea) -
JNI support on Android was improved to handle
base::OnceCallback<void(T)>, allowing for more flexible asynchronous patterns between C++ and Java. (3ee4e2a) - A number of expired feature flags were removed from the codebase, including flags related to Sync OS-level encryption, ChromeOS capture mode, and the New Tab Page realbox. (f1aed8b) (87a2946) (38aea4d)
-
The third-party
unrarlibrary was updated to version 7.20.0. (75a056e)
All Commits (723)
- 483644a [composebox] disable plus button
- fa4a1c2 net/disk_cache/sql: Change EntryWriteBuffer default offset to 0
- 5409b4c extensions: Add ChromeTestExtensionLoaderTest to desktop Android
- 810a294 [composebox] tab spinners
- e015e18 [iOS] Implement ChromeAutofillClientIOS::GetGoogleGroupsManager
- ca7a030 [Extensions] Reenable tests disabled due to a now resolved gin leak
- a200247 [Refactor] Move contextual search type converters to mojom traits
- 872e2a6 [Extensions] Pull history API into a separate GN target
- 63f1218 [DomStorage] Run local_storage_impl_unittest.cc with SQLite
- 9a4e841 Enable DeviceBoundSessionsDevTools by default
- 04140e4 [gardening] Disable flaky ContextualTasksBrowserTest.Composebox test.
- 9b5ec73 [SetupList] Implement Save Passwords instructional bottom sheet
- 5894570 Moved strings resources from ContextualTasksUI to components layer
- aded944 Update skill-card to also support discovery skills and add layout for
- 841715b [context-input] Fix source param missing from NTP text-only queries via AIM button
- d7f7bb9 Roll ANGLE from bcb1df279e98 to 614748e0a03a (1 revision)
- 0ebe3d5 Reland "Reland "Move primary plane creation inside ProcessForOverlays""
- 1f55e83 Roll Chrome Win64 PGO Profile
- 3ebabeb [contextual tasks] Compiles `ui` and `ui_impl` target on
- e1772ce Use StringView in WebrtcCodecNameFromMimeType()
- fec413f [Gap Decorations]: Gap decorations should be applied in 0px grid gaps
- eb7e974 [Theme] Fix the delay of the bottom toolbar progress bar.
- 57a3de8 Roll Chrome Android ARM32 Orderfile from ToZ0x-iJ8c-00461F... to kwyR4CFDbUF4J6WoU...
- 60bf1b6 [context-input] Set sourceid=chrome for all AIM page loads
- 4d8e7bc [RWM][RecentlyClosed] Expose new
- a0efc90 [ChromeOS] Add strings for device authentication on ChromeOS
- cce7d71 Use StringView in ParseRefreshTime() helper
- 65f5373 Add a test for GlicStablePinningDelegatingSharingManager.
- 8257c40 Use AutocompleteInput to setUrlBarText - reduce session complexity
- e9d7aa5 Roll ios_internal from 96f67f1a19ba to 20f5797d5ab9
- 0104a7f Add delay and guard the SEH hats survey
- 8b663a1 Roll Chrome Mac Arm PGO Profile
- af530e4 [WebAudio] Implement AudioContext.playbackStats behind a flag
- 7a43c86 [AIM] Allow current tab when incog.
- 5e6e1df Factor out ChromeContactsPickerDelegate
- 475d2d6 TrustedCdn remove unused ScopedJavaGlobalRef
- 94ff087 [HIC] Add placeholder support to cc::DrawRecordOp
- a657035 Roll Perfetto from dbd6d2ad2e9e to 3050c06baaeb (1 revision)
- 6302de1 Extend components omnibox android owners to more android files.
- 33374cd Allow semantic parsing of clipboard payloads
- c6b981f [builtin ai] Add background download experiments to the fieldtrial testing config.
- b107f7b [composebox] Remove onInputStateChanged listener from searchbox.ts.
- 62884be Additional histograms for manifest download failure.
- f818a75 [SidePanel] Add SideUiContainer interface
- 5f9585f [MIR] Cleanup onMultiInstanceModeStarted() callsites
- 54e277e Roll hmac-sha256: 1.1.12 => 1.1.13 in //third_party/rust.
- 366011b [UIA] Give UIA event waiter ability to watch UIA events directly
- 018bfd8 Add CAMetalDisplayLinkMac to DisplayLinkMac
- 8839d4a Revert "[Skills] Migrate dialog from WebDialogDelegate to View structure."
- ebc52c4 Automated Commit: LKGM 16577.0.0-1075092 for chromeos.
- b8f272c [Vertical Tabs] Fixing Active/Inactive Color for Pinned/Unpinned Divider When Collapsed
- f2d772a [iOS] Add updated Gemini model eligibility check
- e651807 Clean up browser static library when enable_glic is enabled
- dd6a9e3 Remove string copies in tab strip UI utils
- a06d8c1 [Skills] Migrate dialog from WebDialogDelegate to View structure.
- b32e61c Also log MTC metrics if server sends MTC
- a6f5a68 Extend expiration of all SafeBrowsing.HPRT.* histograms
- b4a652c site search: Pass label to AutocompleteEditTextModel
- 82af885 Roll Skia from 079d092f49e6 to 39aa2a70213a (1 revision)
- 8a8d073 chrome://policy/logs: fix alignment
- d2b1a83 [Extensions WebIDL] Convert power to WebIDL
- b27c445 [Reader Mode] Readability Test Extension: Adapt to split dom_distiller_viewer.js
- 63a6759 Prefetch: Add [[nodiscard]] to StartPrefetch methods
- 1964cf6 Improve ergonomy and presentation of chrome://glic/internals
- 4d85445 Replace `std::unordered_map` with `absl::flat_hash_map`.
- 9e92ac1 Restore --glic-side-panel option
- 9753b6c [DeviceLock] Remove ScopedJavaGlobalRef
- 9bfb52d Update CBB autoroll for the builds refs
- 3abf739 [rustmojo] Add bindings for Base::RunLoop
- 3ae875d [Theme] Polish setting height in onToEdgeChange.
- 4383452 Contextual Tasks UI: Change error dialog hide/show logic
- 32a1864 Delete instance of TabBrowserControlsConstraintsHelper
- 5ba2ae1 Roll infra starlark_libs to get flake endorser config
- e8499b6 [iOS][mvt-customization] Earl grey tests (1/2)
- 25e9708 [ios] Create kIOSRemoteTabResumptionKillSwitch
- 831c3b0 Simplify reload button context menu enablment
- 89a8ac1 [crd host][linux] LinuxWorkerProcessLauncherDelegate
- 93578ae Roll WebView ARM Orderfile from OHingkSJjmTT2GIhc... to EFLSEdFKRaRzj1ou7...
- 37c28a1 WebUI: Enable rule-empty-line-before CSS lint check.
- 2f9a422 [Desktop Android] Connect ETVM request access button to Android
- 2f853ca base: remove remaining RandInt() uses
- 7aef637 Use a string_view to avoid needing a no-destructor string.
- daaeb19 [XR]Downgrade ChromeXR dependencies to alpha07.
- 54cadd3 Roll Chrome Mac PGO Profile
- 77f621b Roll glic-test-internal from 3aa991eb5daf to 74a446bfcf19 (1 revision)
- 68d873a [ios][gardener] Mark PasswordManager eg test flaky on device
- 85a0809 [Gardener] Disable NewTabPageTest#testFocusFakebox on Desktop
- d0da810 [Vertical tabs] Conditionally handle close button
- 7f3ac14 Pass more skill details for 1P remixing.
- 38ed6e4 [glic] Add glic_browser_test and use it for GlicInstanceCoordinatorBrowserTest
- 1fd178d Avoid duplicate map lookups.
- 0e7c0ed [Extensions] Finish updating ExtensionsMenuEntryView names (pt 3)
- 867f2de Reland "[Vertical Tabs] Update scrollview gradient to 16px per spec"
- 93c5f35 [soft-navs] Implement HUD support for contentful paints (LCP and ICP).
- 72a3e77 JNI Zero: Improve error message when JNI_ methods are wrong
- 207c599 [webgpu][blink] Don't hold lock when we call ProcessEvents.
- db54870 Roll vulkan-deps from e08b8ae44d29 to f35098cde36e (2 revisions)
- 9e5a48e Introduce CacheEntryHasher interface with implementations
- 03cb962 [cpesuggest] Add CPE prefix for third_party/sentencepiece/README.chromium.
- ae54689 Roll Chrome Mac Arm PGO Profile
- 533d669 [Skills] Cache contextual skills so that they can retrieved.
- 15d84b7 [Extensions] Fix flaky ServiceWorkerLifetimeKeepalive tests
- bf95337 [lens] Move handling of preselection widget to the base class
- 9b6006a Roll Chrome Win ARM64 PGO Profile
- e75af56 Roll ios_internal from 85213da2ba5d to 96f67f1a19ba
- f92f704 Remove obsolete gin leak suppressions
- 2accadb Roll Catapult from d873112964ca to 25df0be83cbb (1 revision)
- 9848ff1 Split IsTrusted() into different methods
- bda6e7c Add proto-based reporting coverage to file transfer delegate
- c62d935 Pin compose to fix doubledown rolls
- ad1704d Roll WebView ARM64 Orderfile from pp9wc2NLapAp_rxno... to KMEenM2sbfdP5pg6C...
- 3760f8c Roll Chrome Android ARM64 Orderfile from hKFhT70Eh6rkMedea... to BVrCCTvgmVEvA-BYQ...
- 5a213aa Roll Dawn from 8c7af65088cf to 28b86033edbc (1 revision)
- dc1697a Add a field trial testing config for non XSLT Rust parsing
- b8b93d2 [CustomizationV2] Disable ItemAnimator in single theme collection to fix crash
- 6224941 [Vertical Tabs] Override preferred size only when animating
- 8cc1b5e [SetupList] Implement Password Checkup promo action
- a671b24 [Signin][Android] Increase background contrast of compact seamless sign-in promo
- 2e89d3b [flags] Use base::span for params in FeatureVariation
- d30967f Rename fieldtrial testing config for Linux CupsIppPrintingBackend
- d17f742 Roll V8 from ee9e780dec45 to 09fc85939e77 (4 revisions)
- 32b2258 EICP: show extension name on chrome://policy
- 2938060 [aim-tools-models] Use `kAimUsePecApi` feature flag for context menu.
- 255e5ab [reader mode] Add blur transition animation when entering and exiting
- d204ca7 Roll ANGLE from 7211767a26c3 to bcb1df279e98 (1 revision)
- 7648ac8 Roll Skia from f3a0ad9bd128 to 079d092f49e6 (1 revision)
- a466c2e [BrowserWindow] Migrate window tracking
- 8156141 [builtin ai] Also download config after downloading foundation model for certain features.
- cf5ff09 [Contextual Tasks] Prevent scrolling on the contextual tasks page.
- 71362dc Roll Crossbench from 8d9fae19d3b9 to 3cd36253cbf2 (2 revisions)
- 71a6e0f Add PaymentsFormDataImporter Skeleton
- bc42d5e [Gardener] Disable ManualFillingIntegrationTest test case
- e36d843 switch off RestrictBigCoreThreadAffinity for ADPF efficiency mode
- 64d64ab Cleanup AndroidHistoryPaneFavicons
- fa5d26b Replace `std::unordered_set` with `absl::flat_hash_set` and `base::EnumSet`.
- bc175df [Vertical Tab][Reland] Notify data changed for all tabs in a split.
- e34ceac [Perf] Reduce web_tests_cuj to run a single benchmark
- c6b6728 Reland "Add edit and remix support."
- 39ff22e Refactor: Move file upload tests to a new test fixture.
- 4686671 [ios][gardener] Mark FileUploadTestPagel egtest as flaky
- 6284613 [Save to Drive] Disable tests for ChromeOS
- ffc2f7c generate_milestone_reports.py: Add M145
- 9fa4ee1 Roll DevTools Frontend from fb31d9f01073 to 424fb55a3e24 (4 revisions)
- e5a1c0c Connect declarative form tools to ActorTask::Pause [10/N]
- bb10636 Add ContentClassifier file for content annotation.
- 094e114 Roll Chrome Android ARM32 PGO Profile
- 895cb14 Roll Chrome Android Desktop x64 PGO Profile
- 4aae06b [GreenDevFloaty]: Add inspect option to trigger the prototype.
- 2cd05ff Reland "Handle metrics upload tasks posted from previous sessions"
- c6b6298 [iOS] Extends fre-sign-in-header-text-update to M151
- 24392ec Add AutofillEnableBottomSheetScanCardAndFill flag
- 622d4dd [cct] Use 'Open in new tab' when opened by Chrome
- 67cac03 Print usage information when pinpoint_ci is run with no args
- e728edc WebUI: Catch missing superclass calls in @webui-eslint/lit-element-structure.
- 5354d20 [Modular Chrome] Pull out history/web_history_service_factory.*
- 1bf7f4a [TabBottomSheet] Remove hardcoded strings
- 69570e8 Roll llvm-libc from bca994192b26 to d99c56d4b9f6 (4 revisions)
- 6157164 Roll Chromium Variations from UjvOV5_TcsRAoo3Ya... to mSynjh5p5_7Fty5mE...
- e1e954b Reland "[installer] Sample install/update failures with DwC"
- e213d50 Add Rust API design guidelines for arguments and return values
- b8bc54d skia: Add prioritized logging mechanism
- 07f3d48 Revert "ADPF: report different actual duration for frames with throttled swaps"
- 97b1fe9 [ios] Refactor how the TabGrid is added to the app container view
- db8e1c3 [APC] Add readonly support to form controls
- 9bddb0b [APC] Add ARIA form control and role handling for APC
- c6cdcfe [Vertical tabs] Remove tabstrip padding when there are no unpinned tabs.
- ab83411 Replace `std::set` with `absl::flat_hash_set`.
- c3bd3e7 Fix wpt translator-locale.https.window.html test flakyness
- 7fb20b7 [iOS] Extends background customization color slider FG
- 8d48487 Infra: Clean up redundant settings.
- 7f6983a Call AllowJavascript() prior to HandleCanChangeFirmware() logic
- c5fc963 [realbox] Hide the "Recent Tab" chip based on allowed input types.
- c1a847f [iOS] Implement ChromeAutofillClientIOS::GetAiPageContent
- bae1d38 Fix double-click not working with touch-action.
- 1c05b59 Infra: Make treesinviz bots more resistant to flaky tests.
- 78bc25b [Contextual tasks] Update close button tooltip text
- 2ea9879 android: Fix SelectFileDialogTest JUnit tests for SDK 36
- 404d89a Fix UNSAFE_TODO in ui/events/gesture_event_details.cc
- 0dbc3db Make webui split tabs button highlighted when menu displayed.
- 0a48ff7 [Read Anything] Update color tokens of RA toolbar.
- d099a09 [iOS] Update docking promo to match new designs
- 10076c5 Make WebAppFilter composite
- 6074eef Unify QUIC brokenness logic in HttpStreamPool.
- c3abe5e [Extensions] OneTimeMessageHandler: Fix UAF in DeliverReplyToOpener
- 5102991 [dbsc] Refactor application tag logic for unexportable keys
- 9450d7c [context-input] Send AddedInputs proto with search queries
- f14bde2 Roll Perfetto from 07909d04be8d to dbd6d2ad2e9e (2 revisions)
- 74ead49 [glic] Add hooks for tab restore data persistence
- 2f3d3b4 Updater UI: Add policy table section element
- d26ac35 Replace `std::unordered_map` with `absl::flat_hash_map`.
- 58c5d12 Update ComputeVSyncParametersMac for CADisplayLink
- 741df1e [lens] Move ViewObserver/WidgetObserver implementation into base
- 2aa7634 [<install> Element] Add WebDx use counter
- 6bb9e10 [Extensions WebIDL] Convert offscreen to WebIDL
- d02f1ef Roll Skia from 8810cff96d09 to f3a0ad9bd128 (2 revisions)
- c59ccde Re-enable CopyBlockedByPolicy test on Windows
- 2dc5f2a [Start Chrome with Windows] Add prefs to track declines
- 5ccb09c [Start Chrome with Windows] Implement Startup Launch Infobar UI
- 1cd69e0 [gardening] Disable GetAccessToken_TransientError_Retries test on Tsan.
- 9e25670 [gardening] Disable EarlyTraceEventsInTrace test on Linux TSan builder.
- b37d620 [<install> Element] Decouple InstallElement from PermissionElement
- fef9f36 [bedrock] Eliminate use of WaitForBrowserToClose() P3
- 47916ea Replace `std::set` with `absl::flat_hash_set`.
- 7f3732e [reader mode] Add option to turn on/off links to a11y settings
- 4f5a9df Roll WebView ARM64 Orderfile from EoS4Z_W-Qxi-nue0a... to pp9wc2NLapAp_rxno...
- 7d5d2e6 Roll DevTools Frontend from dea9116ea444 to fb31d9f01073 (2 revisions)
- c4d3913 Roll Chrome Mac Arm PGO Profile
- a939a92 [Bundled Security Settings] Ignore default action of link navigation in
- 7fb35bf Add metrics and feature flag for page classification experiment.
- 75a056e Roll unrar to v7.20.0
- e76d922 Occlude windows when screen is locked.
- e263f8d Roll V8 from 419b5ea8df9f to ee9e780dec45 (6 revisions)
- 292c874 Move `CreateEntityDataFromEntityInstance` from `valuables_sync_util` to `entity_sync_util`
- aeccccf [GlicSettings] Add Search Index for Glic
- b89d5e0 Refactor navigation confirmlist/allowlist structures
- f9c848f Roll Chrome Android ARM64 Orderfile from M_DsYusUj4vlnGESI... to hKFhT70Eh6rkMedea...
- 12210e2 [Settings Search] Reset the index on accessibility state change
- cca6027 Infra: Switch android-x64-treesinviz-enabled-rel to builderless.
- ede21cb Revert "Add edit and remix support."
- a741396 Remove kEncryptSyncCompat option from OSCryptAsync calls
- 1eeffe6 [bedrock] Eliminate use of WaitForBrowserToClose() P2
- c76b147 Add a fieldtrial testing entry for NewOhttpGateway.
- c35b46d [VerticalTabs][Glic] GlicButtonInterface and basic template class.
- 156e9ad Utilizing <cr-url-item-list> to display context list items
- e0d5e52 MacOS26 intel CI builder readiness
- 27425c6 ui/base/...win.* owners > ui/base/win/OWNERS
- 3837351 Move cli stuff out of OnDeviceTranslation's component_manager
- f314bfe Revert "Handle metrics upload tasks posted from previous sessions"
- 3eb97a3 Remove default_for_enterprise_users for DevicePowerAdaptiveChargingEnabled
- 034a637 [webmcp] Support <select multiple>
- 5ab9e9f Sync feature protos.
- 6254d30 Construct PrefetchNetworkContext's URLLoaderFactory on ctor
- 231729b WebUI: Fix violations of rule-empty-line-before CSS lint check.
- c9dd268 Avoid duplicate map lookups.
- e80ed58 [glic][onboaarding] Add testing config for the Hotkey promo IPH
- 5381ce3 Renaming TopContainerBackground to ThemedBackground
- a6d04bd Add edit and remix support.
- f1aed8b Remove kSyncUseOsCryptAsync feature guard
- 7ce4b5c Include chromeos in fieldtrial testing for GlicButtonAltLabel
- f1931fc Roll Chrome Win32 PGO Profile
- 0cda6f9 [AIM] Adjust all popup property names.
- d53e1dc [AIM] Add param to disable composebox redirect.
- 9bdb977 Replace `std::set` with `absl::flat_hash_set`.
- 971ce92 Roll ANGLE from 3ab51df6e556 to 7211767a26c3 (1 revision)
- d6f9ce8 [task] Use SetThreadTypeOverride for ScopedBoostPriority
- afe24a8 Updater UI: Lift state query to App element
- 61688e0 Roll WebRTC from 33387a2045e4 to 250f248c6e36 (1 revision)
- 67dd166 [SyncTests] Override GetSetupSyncMode() for autofill_sync_perf_test.cc
- f310816 Add proto-based reporting test coverage to enterprise_util
- 61dc3b0 [testing/variations] Add config for CanvasHibernationExperimentsV2
- 8ead986 Add metrics for WebViewChromium constructor and init methods.
- a9f97fc [Clapper Loud] Add histograms for Loud Clapper UI
- d9aae9e Roll vulkan-deps from 5019d2a78945 to e08b8ae44d29 (1 revision)
- ba59767 WebUI: Add missing superclass CrLitElement calls of lifecycle methods.
- a6cc9ca [SyncTests] Modernize BookmarksSyncPerfTest
- 11ba8dd [bedrock] Eliminate use of WaitForBrowserToClose()
- 9201f0e [Contextual Tasks] Add cookies to webview
- 22434fb [Connection-Allowlist] Add wpt for link header preload
- 60c95f7 [fuchsia] Increase gpu test timeout to 20s
- 4ddae62 Add feature for report-unsafe-site dialog 1/X
- 058b657 [iOS][WebAuthn] Add passkey welcome screen coordinator
- caf1996 [Contextual Tasks] Special case allowed hosts when intercepting navigation
- fc87d39 Roll ChromeOS Bigcore AFDO profile from 146-7649.0-1770000930-benchmark-146.0.7667.0_pre1578531-r1 to 146-7649.0-1770000930-benchmark-146.0.7670.0_pre1579686-r1
- 6afe44d Move CopyIsolatedCookie() to PrefetchServingHandle
- 1154171 Reland "Added the description field for skills."
- 997c0de Roll Fuchsia SDK from 30.20251218.4.1 to 31.20260204.7.1
- 81cd3b0 Roll Chrome Win64 PGO Profile
- 3894a97 Introduce PrefetchServingHandle::OnIsolatedCookie*ForTesting()
- a534cf1 Roll Fuchsia Internal Images from 30.20251217.103.1 to 31.20260204.103.1
- 53f2de6 Merge prefetch_url_loader_helper to PrefetchServingHandle [1/n]
- 4c38f27 [Connection-Allowlist] Add wpt for link header prefetch
- 3fc75c7 Roll ios_internal from db86591b5553 to 85213da2ba5d
- 9876413 [Connection-Allowlist] Add wpt for link header modulepreload
- 8ae4d80 Reland "Reland "Sets persistent shell on by default and adds flag to turn off""
- 9a9873c Clean up kGlicActorUiGlobalTaskIndicator
- dc0c1c4 [Skills] Implement UpdateSkill in GlicPageHandler
- cfc3ddf Aggregate synchronous web filtering from two delegates.
- 29e3e43 Aggregate WebFilter configuration from two delegates
- 29511db Roll Skia from 8296b1df7e1f to 8810cff96d09 (3 revisions)
- 7b37c66 Introduce optional file size proto field
- 2568b42 Revert "[Vertical Tab] Notify data changed for all tabs in a split."
- ccd324a [RecentlyClosed][RWM] Filter out window contains only one NTP
- 714f6f8 Decouple keychain migration from background refresh.
- 9374e9d Launch ProbeStylusWritingInBackground for WebView only
- 0b9636c Roll ChromeOS Atom AFDO profile from 146-7649.0-1770008489-benchmark-146.0.7667.0_pre1578531-r1 to 146-7649.0-1770008489-benchmark-146.0.7670.0_pre1579686-r1
- fc8833e WebXR Layers: Fix clearOnAccess
- 9bde05e Roll DevTools Frontend from 739aa0b0dffa to dea9116ea444 (3 revisions)
- 87a2946 [code-health] Clean up `ash-capture-mode-education-bypass-limits` flag
- dfc227f Add chrome/android customtabs owners to chrome/browser customtabs owners
- 334516c [GreenDevFloaty]: Add protocol definition for Floaty prototype.
- 1acc216 [omnibox][composebox] Toggle voice search and smart compose features.
- fb5b2ae Disable FullscreenManagerTest.testFullscreenPageHeight
- a3fdc7f [iOSPasskeysM3] Add strings for incognito interstitial dialog
- d570054 Remove unused parameter from gin::ArrayBuffer(View)
- c243f09 Replace `std::set` with `absl::flat_hash_set`.
- 4dbe4ee Revert "[installer] Sample install/update failures with DwC"
- 84c1b41 Roll V8 from 8d2f5169115a to 419b5ea8df9f (6 revisions)
- a586437 Add a SlimWebView element to glic
- 2df37b4 [iOS]HandleAddAccountRequest checks whether sign-in is allowed
- e490adb Convert gin::ArrayBuffer(View) to return spans
- e1e116c Handle metrics upload tasks posted from previous sessions
- 563f5fc Remove GetDebugString usage; fix unused MultiSteps
- e847ab5 [Persist] Method to save tab group payload in Synchronizer
- 6878fba Remove unnecessary Live Caption pref update.
- 45b2f9b Have static cue use a string that can be localized
- 6e6d71e [code-health] Clean up expired `event-based-log-upload` flag
- b22c7e3 android: Keep SDK 29 overrides for tests failing on SDK 30+
- 8461a4e Extensions: Cleanup: Prefer curly braces after parentheses
- 38aea4d [code-health] Clean up expired `ntp-realbox-match-searchbox-theme` flag
- 9f667f2 [Android][Gardener] Disable testEnterPendingPersistentFullscreen.
- cddb781 Add MIP label name to DlpSensitiveDataEvent
- 5553eae IDB: fix crash when prefetch requested during transaction commit.
- 3b3fd30 Allow recoverable errors for Direct Sockets UDP
- 340e38c Roll WebRTC from a4ea3c2b9c77 to 33387a2045e4 (1 revision)
- 6473f1f feat: Add GeminiPageContextComputationState to replace deprecated naming
- ffcfd60 Extend prefers-default-scrollbar-styles test suite
- 3ee4e2a Android: Add support for @JniType("base::OnceCallback<void(T)>")
- cbacc27 Roll Chrome Mac Arm PGO Profile
- 6e1f56e Cleanup: Use value params in TextInputClientMac tests
- 128090b Replace `std::set/std::unordered_map` with Abseil in /sync_preferences.
- 64a8baa [ozone] Rename GetBufferFormatModifier to GetFormatModifier
- c9db74a [rustmojo] Use `strum` crate to generate MojoError methods.
- 201cf14 Cleanup unused function.
- 093b4ad Roll Chrome Android ARM64 Orderfile from F2a6zIgtv41WqdJIm... to M_DsYusUj4vlnGESI...
- 6c55dbb [Contextual Tasks] Update history icon in side panel to 'notes spark'
- 9f9cb25 [Vertical Tabs] Handle VTS in tab fullscreen
- 5dec505 Add EnableEncryptedMediaOcclusionTracking finch experiment
- 5902ad6 [iOS] Force app restart for Reading Mode EG tests that use BWGService.
- b2fae4c Import third-party `strum` crate
- 3b4a68e nano banana entry point
- bf71fd3 Roll DevTools Frontend from 16d736bf9361 to 739aa0b0dffa (1 revision)
- 4b43876 Migrate more incognito icons
- 72f2dc2 Replace `std::set` with `absl::flat_hash_set`.
- be2861e [UrlOverride] Hide registry details behind UrlOverrideUtils
- f315103 Reland "[Signin][Android] Add SignInPromo#shouldCreatePromo logic to Seamless sign-in"
- 2d4e934 Roll ios_internal from fd8562181f84 to db86591b5553
- 705d7ab [Clapper Loud] Rename Manage to Allow, add secondary menu
- e736886 [ios][gardener] Disable SimpleCacheNegMaxSize on ios device
- 686886f Add JNI to query CrossDevicePrefTracker status
- a703b28 Roll src/third_party/litert/src/ ba80d53cf..320c13c17 (255 commits)
- 265994c Roll WebView ARM64 Orderfile from 9alqR-ethfT8JfMrQ... to EoS4Z_W-Qxi-nue0a...
- 04525c2 Reland "[Reader Mode] Split dom_distiller_viewer.js"
- 4912b6c [Masonry] Update failing orthogonal tests
- 46b4e38 Extend expiry for UMA.UserDemographics.Status.
- aeb6bf7 [Android][Gardener] Disable flaky UrlBarTest
- 6772b49 Disable PageActionsMigrationIntentPicker on ChromeOS.
- e605061 [Extensions] Migrate WorkerId to use RenderProcessHost:GetID().
- db0bf34 spanification: automatically spanify mojo/core/core_ipcz.cc etc.
- 9451810 TabManagementTool: Implement kActivate and kClose actions.
- 14f7e64 Introduce separate typedom_keywords for reification
- fcd6221 [Persist] Save tabs via the synchronizer
- d919e3f Read Anything: Make immersive mode close button keyboard accessible
- 70fb1b6 [iOS] Add kIOSSaveToDriveSignedOut feature flag
- fad74db JNI Zero: Fix parsing of @JniType("String that contains ()s")
- 172fcae [iOS] Add no tab attachment for image generation mode test
- df563b0 [Glic] Add glic/android owners as actor string owner
- 318e8b4 YourSavedInfo: Remove /yourSavedInfo directing
- 331cf07 Roll clank/internal/apps from c4cbefe19894 to b00a5740a696 (1 revision)
- c0dfd19 [iOS] Fix Flaky testShowTabGroupInGridOnStart
- 1515f8b [Passwords] Extend KA.DisabledSavingAccessoryImpressions histogram
- 4da100f ADPF: report different actual duration for frames with throttled swaps
- c035660 Roll Perfetto from 4f536cc7ed67 to 07909d04be8d (1 revision)
- 685d6c8 Updating trunk VERSION from 7671.0 to 7672.0
- 959483b Ban cflags that break the AOSP build
- 141751e Roll Media App from oGzSgxUbMebeizrHl... to 7nVAHcw2p9XR9a3l4...
- efd6381 Convert split tabs button to WebUI.
- 62e8c2e [iOS][AIM] Add correct icon for Canvas tool in input plate
- e57e3ab [iOS][WebAuthn] Integrate keychain provider into passkey client
- 97ce553 Refactor sync integration tests to use store-aware bookmark helpers
- 9fc655a Remove GLES 3.1 bindings.
- c86270c Add unit tests for the new the user installability checks
- 7e469b6 Replace `std::set` with `absl::flat_hash_set`.
- 1f5396c [WebMCP] Add WebMCP testing flag for dev trial
- 6b7de81 Use EntityType instead of EntityTypeName instead EntityTable method
- afc65d2 Add metrics for Gemini image actions & input plate attachment options
- 177a237 Roll WebRTC from e1373fb82147 to a4ea3c2b9c77 (1 revision)
- 9cdc95f [iOS][Omnibox] Fix visible suggestion count
- ea72225 [finds] Add feature flag for Chrome Finds
- cd8837c [ios][composebox] Add omnibox OWNERS for simple changes.
- 406bdfc Android Startup OWNERS
- d1251f7 Add inspect user actions UI to webview shell
- ca64c1a [Extensions] Extend DeclarativeNetRequest histograms
- c523f35 Enable Incompatible TPM Check for Client Cert Provisioning
- 261dfcd Roll WebView ARM Orderfile from fcdf9l4fpY8vmFTz7... to OHingkSJjmTT2GIhc...
- a737c81 Roll DevTools Frontend from 9201041554e4 to 16d736bf9361 (1 revision)
- 75bb751 Make CSSSelector::IsCompound not have a switch() over pseudos.
- 950f23a [VTS] extend third-party-storage-partitioning
- b9c0ca4 Fix some UNSAFE_TODOs in //chrome
- 3e6f686 Roll Help App from mNZ5R7sY_VGJBSAWl... to YAQQrX9DRiAuRRI5W...
- 3316974 Roll Chrome Mac PGO Profile
- 130e123 Roll Chrome Android ARM64 Orderfile from GnMhi0ryhqhkyo4ZJ... to F2a6zIgtv41WqdJIm...
- 0666775 [anchor] Correct chained anchor fallback selection
- 32d3f30 [ios][gardener] Mark ReaderModeTestCase tests as flaky
- 0f30f1d [FedCM] Use enum-based repeating callback for federated login
- d01360c Roll src-internal from d0eea61490cb to df2209be49d2 (1 revision)
- 1663be3 Handle stale token handle in legacy TokenHandleUtil::IsReauthRequired
- 5aa8f31 Roll WebView ARM64 Orderfile from 6hm_srsMV0QoA3_uV... to 9alqR-ethfT8JfMrQ...
- 5b18703 [x-plat promos] Add Price Tracking Cross Platform Prefs
- c5fc7f8 [iOS] Update the detent for the `accountPickerTable` of the share sheet
- 3c75787 Roll Skia from eb11a55609bc to 8296b1df7e1f (1 revision)
- 5df706c [iOS] Cleanup deprecated legacy Lens internal API definition
- ea2a670 [iOS] Fix MagicStack module misalignment during device rotation
- 37718e9 Turn off proto-based reporting for inapplicable tests
- be70d7b Android: Make ObservableSupplierImpl package-private
- 2fce810 Fix stale kAccountNameEmail retention on signout
- e82c30f Roll Chrome Mac Arm PGO Profile
- c67bf35 [Uno-d clean-up] Deprecate kExplicitBrowserSignin
- b47c79d [Persist] Add CollectionSynchronizerObserver and implement
- 0313e57 [cleanup] Simplify StyleDifference.
- 77b3d63 Roll WebRTC from 6962bb029551 to e1373fb82147 (1 revision)
- 282dd0a [Okta SSO] Remove global NSURLSession override in URLSessionURLLoader
- e73490b [Okta SSO] Move URLSessionURLLoader to components
- 7e3d4e5 [gpu] Remove buffer format check from OzoneImageBackingFactory
- 5ca8a6c [iOS] Add autofill AI model factories
- 34f3eeb Roll Perfetto from a62d24795f04 to 4f536cc7ed67 (2 revisions)
- d74f038 Remove GAIA_PASSWORD_REUSE from unlimited trigger quota.
- bdb8b48 Fix crash by checking CanBeReshown in BubbleManager queue
- 4b087c5 Roll Dawn from 4a49be82033f to 8c7af65088cf (3 revisions)
- 2bf2e2d Roll V8 from 8799e8c39b41 to 8d2f5169115a (2 revisions)
- c75850d [gpu] Remove HasEquivalentBufferFormat and its checks
- 49bc72f Move //c/b/o_d_t/service_controller{_manager} to //components
- f39d21f [Vertical tabs] Close group editor bubble before toggling vertical tabs state.
- a91437f Roll DevTools Frontend from 97c41e733f37 to 9201041554e4 (1 revision)
- e7fdf5c Roll Crossbench from d4ea7e7a853c to 8d9fae19d3b9 (1 revision)
- 13b3ec5 Rename `CreateValuableMetadataFromSpecifics` to `CreateEntityMetadataFromSpecifics`
- d5db953 [ios][web_view] Fix use-after-free during shutdown in iOS WebView
- 0e55dc2 Add null check for controller_ in PopupViewViews::Show.
- 9e203ab Roll Chrome Linux PGO Profile
- 8897072 Roll src-internal from 4917a4258729 to d0eea61490cb (1 revision)
- 133c1e7 [iOS] Test multiple tab attachment and the limit
- 991347c Roll Amd64 AFDO from 146.0.7667.0_pre1578531_rc-r1-merged to 146.0.7670.0_pre1579686_rc-r1-merged
- ee66fe0 WebXR Layers: Implement forceMonoPresentation
- db6749d [Fonts] Move font-style clamping from parser to computed value time
- 851a004 [ios] Stricter unique_ptr handling in Swift 6.3
- 0e3a0e6 [Signin][Android] Destroy WebSigninBridge after use
- 1c1e71e Roll Chrome Win32 PGO Profile
- 20b0cbe [Contextual Tasks] Use i18n strings for side panel header tooltips
- 2a22a3c Roll Chrome Win ARM64 PGO Profile
- c4f2d84 Roll Chrome Android ARM32 PGO Profile
- 6a79a74 [iOS] Fix retain cycle in TabGridCoordinator
- 9c21403 Delete //components/cronet/native leftovers
- 959dc89 Roll BoringSSL from eddaea9a812e to 514abb73bb80 (1 revision)
- eda8223 [iOS] Update share sheet
- d80b9b0 [Signin][Android] Expose getAccounts in ProfileDataCache
- e2d6525 [iOS] Fix autofill edit profile presentation
- 83eaae9 Updating XTBs based on .GRDs from branch main
- 1dd134a YourSavedInfo: Add User Action logging for clicks
- dc772d2 Fix "Show password" setting defaulting to no-echo issue
- 99f35a8 [base] Spanify UnixDomainSocket::RecvMsg()
- de1d718 [MtbCct] Enabled the feature by default
- ff13d32 Add neis@ to //chromeos OWNERS
- ed3c7ef [Fonts] Fix Font matching after font-face descriptor updates
- 18fe98f Enable WebViewCacheSizeLimitDerivedFromAppCacheQuota by default
- dbc30d4 [gardener] Disable flaky test in app_test.ts.
- cac9df6 Add masked entity to EDM after successful upsert to Wallet
- 07cc44b Roll WebRTC from ce5c33f52277 to 6962bb029551 (1 revision)
- 54d58af Roll ANGLE from 27b195cc0eb8 to 3ab51df6e556 (1 revision)
- 8d9d47e Roll V8 from 39e5d6f51573 to 8799e8c39b41 (2 revisions)
- 3d39af9 Replace reinterpret_casts in gfx_param_traits.cc
- e52f8fe Roll ios_internal from d9137504efd6 to fd8562181f84
- 59e6286 [IOS] Fix verbatim trailing share button
- 3c461d4 [BrowserWindow] Add GetWeakPtr for Android
- d18fbe3 YourSavedInfo: Rename "Your saved info" page title in routes
- 6d2d1e8 [ios] Add a SceneViewController as the window's rootViewController
- 52455ce Add `PassType` handling to `ValuableMetadataSyncBridge`
- 9219736 Roll Chrome Mac Arm PGO Profile
- 917eb3a Add PageLoad metrics based on ActualNavigationStart
- 6044915 Roll DevTools Frontend from 2341ae98ec62 to 97c41e733f37 (1 revision)
- 515c9bd Add event-driven Windows certificate store monitoring
- 98c665b Layout tree dump crash key: dump relayout roots.
- ddb64a8 Add pass_type to AutofillValuableMetadataSpecifics
- 48a9b00 Passwords: Make AccountChooserDialogView to be a BubbleDialogDelegate
- bc3e1ee Use crash key for dirty layout during painting in LayoutBlock::Paint().
- 2c6a25d Roll Perfetto from fa259aced28b to a62d24795f04 (1 revision)
- 1d00871 Roll Chrome Win64 PGO Profile
- ffed0d0 Enable VariationsHttpHeader browser tests on Android
- 5722b04 Roll WebRTC from 677c4081dbec to ce5c33f52277 (1 revision)
- 1fb3d7f [SyncTests] Modernize SingleClientBookmarksThrottlingSyncTest
- 44d24cb Update meet_effects hash in DEPS file.
- ec49a5e Fix waiting for sync engine startup state before displaying history sync optin
- 8bc2b65 [webmcp] Only allow absolute paths for input type=file
- 0dcc95b Roll V8 from f9c81cb2dfb0 to 39e5d6f51573 (2 revisions)
- 7bc660d [Connection-Allowlist] Add a devtools issue for malformed patterns.
- e15fb79 [Connection-Allowlist] Deliver parsing errors to devtools.
- b4f15a3 Roll DevTools Frontend from 74436a46189c to 2341ae98ec62 (3 revisions)
- 454c557 Forms AI: Stop sending AUTOFILL_AI_ENABLED with crowdsourcing requests
- a7822a9 [webmcp] Refine <label>-based description text
- cb6661e Disallow print for native chrome pages on Android, show the toast if
- ebb3e35 Clean up kFillRecoveryPassword and kShowRecoveryPassword
- 1c09de5 Theme pref migration: Add temporary check if pref is registered
- 2e9ce47 Connect user install wizard to user install allowlist
- 4d6faab Roll ANGLE from 884b838a46cc to 27b195cc0eb8 (2 revisions)
- c1f3eeb Fix the stable importer to find the latest stable
- b5d5bac Roll Projector App from pwtRSVZX-IDlt2h_k... to niFl8ih9q2KJUjlTO...
- d106a2d Roll Perfetto from 19fb18caf946 to fa259aced28b (1 revision)
- 5fd8b36 Roll WebRTC from d93b645bcd5c to 677c4081dbec (13 revisions)
- 970fd43 [Sanitizer] Fix per-element allow list handling.
- e84245d Roll Chrome Mac Arm PGO Profile
- 38cc7cf Interact with EntityDataManager when handling Wallet server response
- ff4f493 Roll clank/internal/apps from 84fe92afc69f to c4cbefe19894 (1 revision)
- 9603153 Revert "[ios] Add -suppress-notes flag to swiftc when Swift's version >= 6.3"
- 389c0cc Roll WebView ARM64 Orderfile from SUs7RyQh7N3SVNl_E... to 6hm_srsMV0QoA3_uV...
- 3432b2d Roll DevTools Frontend from c14cc14f31e3 to 74436a46189c (2 revisions)
- e0a4cfa Improve device timestamp accuracy using Session Sync
- c1ee92b Add OpenTabsUIDelegate::GetForeignSessionTimestamps()
- 8c9912e Roll ios_internal from 20e6a298307b to d9137504efd6
- 2c4011c Clean up kStopLoginCheckOnFailedLogin and kThrottlePasswordChangeDialog
- a1ae05e [Passwords] Add upload to account storage for passwords from manager
- 74320f3 manifest: Remove borderess_url_patterns
- de62f0f [iOS] Fix potential coordinator leak in showDefaultBrowserPromoAfterRemindMeLater
- 59306cc Add new valuable types to AutofillValuableSpecifics
- 9e5919d Roll BoringSSL from f1d8afa23846 to eddaea9a812e (1 revision)
- 4168cbb Roll Boca Receiver App from mf5yU8mLHP7KjOXwF... to i4uUgAAyyci3v_XUR...
- fae20e8 Roll Chrome Android ARM64 Orderfile from hybatdnUHjQsONURs... to GnMhi0ryhqhkyo4ZJ...
- 26b424a [iOS] Add DisableComposeboxFromAIMNTP feature flag
- eaac02c Roll Boca App from Gb3RL3oZuHwC5_9Gk... to LZ2mL6iu0Jb4l3_UJ...
- ca59f1e Reland "[IWA] Rename sub apps feature flag."
- c4b24d4 Roll Chrome Win32 PGO Profile
- e1c7925 Convert touch selection enums into enum classes
- c967763 Roll gn from 7498ca2e5e24 to 304bbef6c7e9
- ef8ec6c Print additional EntityInstance attributes
- 7a51d3f WTF: Add StringToInt()
- f4c2fe9 Roll DevTools Frontend from 54b72d27ba94 to c14cc14f31e3 (1 revision)
- f57d05c Fix typo in EDM test utils
- c43fd85 Roll Chrome Android ARM32 Orderfile from NA852tjducn977wXa... to ToZ0x-iJ8c-00461F...
- eb917e0 [ios] Create a helper function to instantiate HistoryCoordinator
- 4ce1ba5 Roll Chrome Mac PGO Profile
- 0cd3fd9 Migrate Ash volume manager away from base::Pickle::WithUnownedBuffer()
- 72a3631 SVG: Fix a crash in SVGAElement::DefaultEventHandler()
- c3d30d6 [Frameworks roll] Roll to 865781126 piper revision
- ec8753d WTF: Remove ToDouble() and ToFloat() of StringImpl
- fdf08bb Clean up kDisableFillingOnPageLoadForLeakedCredentials
- 119d1a9 Roll ANGLE from e86fc0a186c5 to 884b838a46cc (1 revision)
- c44bf55 [Signin][Android] Fix padding for NTP sign-in promo on tablets
- d6ef614 Wait on GPU instead of CPU in D3D12VideoEncodeAccelerator
- ee0705a Roll BoringSSL from fac94b120f6d to f1d8afa23846 (1 revision)
- 812f782 Add test for Network Efficiency Guardrails chunked responses
- d539eb3 [gardener] Revert "Add field trial config for AutoDownloadTranslateLanguagePacks"
- 58e7be6 Delegates the response body handling to the network service
- 280254c [content] Avoid Undefined Behavior when dealing with Pickle headers
- 8772761 Add test helper for masking an entire EntityInstance
- 6c19257 Correct the name of the save/update bubble in the pixel test filter
- 850dc33 Add input dispatching trace events for Omnibox
- da7244a Roll Chrome Mac Arm PGO Profile
- dbfa3ca Roll Dawn from 8cf2c8876d41 to 4a49be82033f (3 revisions)
- ba69fd5 [RecentlyClosed][RWM] Only trigger UI update once when bulk remove session entries from storage
- fbb23cf [//media] Update GMB reference in vaapi_image_processor_backend.h
- 4fc87d8 [//media] Update GMB refs in D3D12VideoEncodeAccelerator
- bc06e36 Remove unused UploadStoredLog method from WebRTC logging extension API
- 991fa11 Use profile-less checker client to create url filtering delegate
- 6660c4d Roll Chrome Android ARM64 Orderfile from giR3WCgdnCMyjNfdu... to hybatdnUHjQsONURs...
- 3ee8a24 Add kAuxiliaryReasonsForBackdropRoot, fix bugs for backdrop root
- 06dad1b Roll WebGPU CTS from d7f88a13003b to f1db17e4ab8b (1 revision)
- 285f423 Roll DevTools Frontend from b9f98fcdb911 to 54b72d27ba94 (1 revision)
- a86ac47 [Blink] Have CanvasHibernationHandler test create Canvas2D provider
- 4cd205b Use span-based base::File API in fuzzer
- 76cf6f7 [Blink] Update OOP-R reference in canvas_resource_provider_test.cc
- 35a8084 [Blink] Remove CRP::CreateSharedImageProviderForSWCompositor()
- feee151 [Blink] Have ImageBitmapRC create non2D CRPSI for SW compositing
- a3e7b55 Roll optimization-guide from fcda317a5253 to 92ff51eaf94b
- ab0d98e [//cc] Remove OOP raster reference in paint_op.h
- dcc3f5b Roll Chrome Linux PGO Profile
- ae7d05e [Blink] Have WebGL create non2D CRPSI for SW compositing
- 63629c8 [//media] Rename MappableVideoFrameConverter
- cc3ee6a Roll BoringSSL from b252c73971e5 to fac94b120f6d (1 revision)
- 317e009 [Blink] Have tests create non2D CRPSI for software compositing
- 8906129 Parameterize supervised user tests for kSignin consent
- e8c16e7 [Blink] Have OffscreenCanvas2D create Canvas2DCRPSI for SW compositing
- c973bf9 [Blink] Have Canvas2D create Canvas2DCRPSI for SW compositing
- 3e06c4b [Blink] Add ability to create Canvas2DRPSI for SW compositing
- cabbc15 Roll Chrome Win ARM64 PGO Profile
- 3e1b76d Roll WebView ARM64 Orderfile from ZyOA4PknzLsHAhXGT... to SUs7RyQh7N3SVNl_E...
- 3343122 Revert "[WebAudio] Implement AudioContext.playbackStats behind a flag"
- 9fcd8f5 [composebox] Ensure submit button disabled for add tabs
- dd02263 Use span-based File::Read and File::Write in //base
- 0af45a0 [glic] Fix double-prompt bug when prompting user for new navigations
- bb8c3db [CodeHealth] Spanify (de)interleaving in media/audio
- 87240ab [CodeHealth] Spanify AudioOpusEncoder interleaving
- 332b313 Roll DevTools Frontend from c1da69374dcd to b9f98fcdb911 (1 revision)
- 91836ca Roll Chrome Android Desktop x64 PGO Profile
- 87251d8 Automated Commit: LKGM 16576.0.0-1075079 for chromeos.
- 2172386 Roll Chrome Android ARM32 PGO Profile
- 5b93bcd Roll Chrome Win64 PGO Profile
- b41247c Roll Chromium Variations from 2WLb63nIAztqZ879_... to UjvOV5_TcsRAoo3Ya...
- efd6896 Roll Skia from 8543ce512d5c to eb11a55609bc (1 revision)
- ab6b5f8 Roll Chrome Mac Arm PGO Profile
- ab5739a SkColorType: Map Y channels to kR8[16]_unorm_SkColorType
- 0ef041a ServiceWorker: Add feature flags for synthetic response caching
- 18a12c2 Roll V8 from 30ab15cdc5b5 to f9c81cb2dfb0 (3 revisions)
- 3769c0d [BNPL][Clank] Fix for showing VCN on snackbar
- 505b680 build: Set canonicalize_dir in siso config for grit action
- 5241de5 Roll Chrome Android ARM64 Orderfile from kCGUZKwyq1FtdA5KL... to giR3WCgdnCMyjNfdu...
- b135d3a Revert "[E2E] Record Edge-to-Edge eligibility at different stages"
- f7981c9 [PWA internal clean up] Add explicitly type for webapps::ManifestId
- da594d0 Add plumbing for providing a response body stream to URLLoader
- c500d8a Roll WebView ARM64 Orderfile from 4X7Lh5HqXr9n7SVY7... to ZyOA4PknzLsHAhXGT...
- 2d09bb8 Roll optimization-guide from 9c9737466b3c to fcda317a5253
- 46ad547 [WebAudio] Implement AudioContext.playbackStats behind a flag
- ed95127 Remove the `ScriptRunIteratorCombiningMarks` runtime flag
- 13a841c Roll Chrome Win32 PGO Profile
- c7976ee Roll Catapult from 5e8f28ca180b to d873112964ca (1 revision)
- 00501dd [DomStorage] Run AsyncDomStorageDatabaseTest with SQLite
- 7abdd53 Roll Chrome Mac Arm PGO Profile
- bc63170 Roll V8 from eb309b6a224a to 30ab15cdc5b5 (2 revisions)
- 128aca5 Enable FreezeSharedWorker by default in tests
- ff44f6a toolbar: Make extensions toolbar UI an independent build target
- 58254b0 Roll ANGLE from c68158acb870 to e86fc0a186c5 (2 revisions)
- 2bc3772 [DomStorage] Run session_storage_impl_unittest.cc with SQLite
- f680cb9 Updating trunk VERSION from 7670.0 to 7671.0
- b682166 Revert "[Extensions] Populate extensions menu in Desktop Android using ViewModel"
- 38e260c Roll WebView ARM64 Orderfile from pKBhn0GfM7BQ9xacf... to 4X7Lh5HqXr9n7SVY7...
- 2735a85 site search: Propagate site search label to Java model
- 36d9b50 Roll Chrome Android ARM64 Orderfile from bdLWwhDGFVUobEuTY... to kCGUZKwyq1FtdA5KL...
- ade2822 [E2E] Record Edge-to-Edge eligibility at different stages
- 75b34bd Roll Chrome Android ARM32 Orderfile from H_m0heTxkNC-x8kHs... to NA852tjducn977wXa...
- 82b8fad site search: Add GetFullName() in TemplateURL
- 8677f95 [aim-tools-models] Respect allow_all flags for tools and inputs
- b2e455f Fix some UNSAFE_TODOs in //cc
- 6181f03 Remove skuhne@ from a few owners files
- 27bcb46 [aim-tools-models] Refactor SubmissionType metric
- 1939f4d Remove expectations for missing tests in external/wpt/svg
- e112c54 [omnibox-next] Update Omnibox popup to hide entrypoint as needed.
- 891dabb Manual roll PDFium from 051cbf295d73 to b4361c5b1c71 (2 revisions)
- 694aa0a [soft navs] Only create SoftNavigationHeuristics for ordinary pages
- dddde4a Extend Android.BackPress.Backfalsing2
- 89e6da3 [Skills] Add launcher to support opening dialogs in a new window.
- d6df34e Roll Chrome Mac PGO Profile
- b602346 [fedcm] Introduce the <federation> element (Blink Skeleton)
- 96eddd7 [aim-tools-models] Refactor metrics to use mojom enums
- d851b1d Make StickyActivationManager thread-safe for observer callbacks.
- 6daea49 Roll Skia from d3dbc3fb5471 to 8543ce512d5c (2 revisions)
- c310f4f Catch exceptions when querying bluetooth profile connection state.
- 60d5430 Change default fusebox attachment engagement window to 28 days
- 035cda8 [aim-tools-models] Ensure initial active model the first item in allowed models
- ae515b0 [context-input] Send source param with cobrowse toolbar zero state url
- 50d0f4a Roll Catapult from e661c3ccc641 to 5e8f28ca180b (1 revision)
- 7c52717 Remove and migrate internal tests in fast/dom/elementsFromPoint/
- 236a9c3 Roll src/net/third_party/quiche/src/ f2b11b7ea..24430cb41 (10 commits)
- 8513eab [tools-models] Deprecate old tool setting and set tools in controller
- b848ff2 [scoped-registry] Update serialization logic for shadowrootcustomelementregistry attribute
- 499a2e4 Roll optimization-guide from af0a02041368 to 9c9737466b3c
- 7055386 Roll Chrome Mac Arm PGO Profile
- 47c1b1a [Views] Fix Label button icon contrast in Windows High Contrast mode
- 85a112c Searchbox Tests: Add missing method names to browser proxy constructor
- f77525a Remove fixed discard eligilibity policy TODO
- b8833b0 Replace `std::unordered_set` with `absl::flat_hash_set`.
- 883a3d2 Roll vulkan-deps from 51d2bbb0fb3a to 5019d2a78945 (1 revision)
- 6064367 [ChromeVox] Do not dump without crashing when pending key events is unexpectedly empty
- d2d6695 Remove redundant tests in fast/canvas/
- 5fe7aca [code-health] Clean up `launcher-key-shortcut-in-best-match` flag
- aaefbd6 Roll Chrome Android ARM64 Orderfile from CR_KmXPYfKN6AVWiU... to bdLWwhDGFVUobEuTY...
- 80a390e Roll WebView ARM64 Orderfile from 8bJDXULoL0YuU673R... to pKBhn0GfM7BQ9xacf...
- bdf710e Measure before-navigation latency excluding beforeunload dialog
- 0c47dc2 [context-input] Enable sending vit for single context queries
- c73e8b4 Allow initial WebUI -> initial WebUI nav
- 7f386b6 Fixes bug in recordWindowingMode() that prevents cycleStartTime from being recorded.
- 90b0c11 Infra: Update linux-treesinviz-disabled-rel builder set up.
- 2740712 [Extensions] Fix messaging crashes due to v8 context invalidation.
- 8513124 Remove c/b/lifetime browser related deps from c/b/ash.
- 36d0c19 Re-enable /visibility-state-entry.tentative.html on Win10
- 7e62e16 Optimize kAutoDownloadTranslateLanguagePacks parsing
- ed7b050 Roll V8 from 0ca984d408e4 to eb309b6a224a (4 revisions)
- e3f8c27 [Auto-PiP][Clank] Implement auto-pip embargo logic for Document PiP
- af5307b Roll ChromeOS Arm AFDO profile from 146-7649.0-1770002381-benchmark-146.0.7666.0_pre1578132-r1 to 146-7649.0-1770002381-benchmark-146.0.7669.0_pre1579213-r1
- 25a1e33 Fire `toolactivate` after tool activation rather than before [12/N]
- 833745a [GroupFocus] Add vertical tabstrip unfocus button
- 5c4c1db [Vertical Tabs] Fix context menu below NTB
- ad58831 Disable page content daisy chaining during Unified and Trust First FRE Arm2. Trust First Onboarding Arm 1 still daisy chains because the tab sharing drawer is visible to the user.
- 5a1c97a Roll Chrome Linux PGO Profile
- 894232e [projects] Fix closing bug on Mac when clicking inside the panel
- b4d4691 net: Ignore H2 sessions for non-SSL in AttemptManager
- 4fd74d7 Extend QWAC histograms expiration.
- 20e24b0 url: Apply string_view to DoesContainWindowsDriveSpec*()
- d7fc56b [DomStorage] Run Session Storage Helper Unit Tests With SQLite
- e9eb146 Roll Chrome Android Desktop x64 PGO Profile
- 6048204 net/disk_cache/sql: Refactor write buffering memory monitoring
- f460786 Roll Dawn from a4d0c158e95e to 8cf2c8876d41 (10 revisions)
- ddea2b4 Roll ANGLE from 0a41c9b14d26 to c68158acb870 (2 revisions)
- 313e557 [context-input] Update Lens third_party protos from upstream
- b341b05 Roll Chrome Win64 PGO Profile
- 130bcd0 Roll Chrome Android ARM32 PGO Profile
- 081d504 track the percentage of context menu search navigation
- 767da05 net/disk_cache/sql: Improve write buffering logic
- 2162173 Rename toolactivation -> toolactivated [11/N]
- bb03ec8 [contextual-tasks] Only close Lens overlay on contextual query if the overlay is open.
- e22ec6f Ash: Refactor EolNotification to directly use MessageCenter
- 8e6ae68 Fix linux-headless-rel build
- fd1d086 [ntp-next] Chip title expand on hover
- 91c1404 [WebLocks] Allow Web Locks in BFCache and evict on contention
- 8c407ee Extend animated-image-drag-shadow
- 6ad24fe Display internal Chrome URLs in Omnibox instead of clearing them
- 392315b [WebLocks] Add a new BackForwardCacheNotRestoredReason for Web Locks.
- 71dde98 Disable audio remoting for consumer ChromeOS sessions
- b919ba4 Infra: Update linux-chromeos-treesinviz-enabled-rel builder set up.
- 5dfe5f2 Roll Chrome Mac Arm PGO Profile
- fdf7dfe Remove Timeout expectations for geolocation wpt test
- 699bde0 Revert "Don't force select element overflow without ellipsis"
- fb081ee Roll Chrome Win32 PGO Profile
- 191c5eb Roll Chrome Android ARM64 Orderfile from wtEXHesBSoLe0CLtS... to CR_KmXPYfKN6AVWiU...
- c0be22a Roll WebGPU CTS from 319cd9b70c36 to d7f88a13003b (1 revision)
- b9cafe0 [composebox] Update property name in tool click event handler.
- add5f94 [GlicSettings] Add Preference and Permissions Section for Glic
- 1d83965 Roll WebView ARM64 Orderfile from d0xz0G7AhzabtWIvO... to 8bJDXULoL0YuU673R...
- 4d5da04 Replace `std::set` with `absl::flat_hash_set`.
- 7d0564c Cancel running form tools on form reset [9/N]
- 2d6f7ea [Extensions] Populate extensions menu in Desktop Android using ViewModel
- 36f7e07 [Cleanup] FSM cleanup checks wrong thing
- 89320b2 Disable split view drop target when dragging a group
- 50f5662 Add :active-option pseudo-class
- 2fcb38e [Nextbox] Hide Lens button and adjust Mic icon in Deep Search mode
- 69ea1fd [iOS] Add Gemini API To Listen To When Responses Start Streaming
- c64ad2e [ntp-threads] Revert Change tab order behavior for Threads Rail
- 9d1cb33 [Contextual tasks] fix zoom not working
- 7eb6f72 [glic] Relax webview width constraints to prevent auto-resize issues.
- f36a3d1 [Mac] Fix download drag and drop for PWA
- 51351a6 [Actor Overlay] Update DEPS to use updated magic cursor resource
- 897cbf4 Separate IATPatch into two functions
- 8b4193e Decouple IPC from ChildMemoryConsumerRegistry
- afd8230 Reland "[Clank] Fix flag-on by default Wallet branding test"
- e52af7b Add element identifier to settings overridden dialog
- 1145750 Refactor memory coordinator to use one mojo IPC per process.
- ffcc9cb [Settings Search] Add presubmit check for search indexing parity
- f492d22 Roll DevTools Frontend from 52e061383da0 to c1da69374dcd (1 revision)