Chromium Digest: 2026-03-13
Overview
This digest covers 606 commits on the main branch for March 13th, 2026, with 437 commits identified as relevant to developers. The day was marked by a significant number of breaking changes, most notably a large-scale, multi-part refactoring of the
ui::Clipboard API to be fully asynchronous. Other major breaking changes affected Blink string types, ChromeOS crosapi interfaces, and core service constructors. First commit: (1c93014), Last commit: (9bf8133).Breaking Changes
-
⚠️ BREAKING
The
ui::Clipboardand its platform backends (Ozone, X11) have been refactored to be fully asynchronous. This includes replacing the synchronousIsFormatAvailablewith an asyncGetAllAvailableFormats, changing thePlatformClipboard::OfferClipboardDatasignature, and removing blocking calls from the X11 backend. These changes will break most embedder and platform implementations. (54777b8) (9dc355d) (e316366) -
⚠️ BREAKING
In a reversal, a previous change to make
ui::PlatformClipboard::IsSelectionOwnerasynchronous was reverted. The method is now synchronous again, breaking any platform implementations that had already updated to the async version. (f80ba53) -
⚠️ BREAKING
Core Blink string APIs have been modified.
blink::String::Remove()is replaced byerase(), andLowerASCII()is replaced byToAsciiLower(). Additionally, several public ASCII utility functions inwtf/text/ascii_ctype.hwere renamed (e.g.,IsASCIIHexDigittoIsAsciiHexDigit). (f2bc5fe) (fcbc3d1) (2d6b0d5) -
⚠️ BREAKING
Several public service and mojom interfaces have new signatures. This includes the
network::mojom::CookieManager(removal of 3PCD methods),content::ServiceWorkerContextObserverSynchronous(new token parameter),federated_auth_request.mojom(parameter refactor), andsessionsclasses (newOSCryptAsync*constructor parameter). (9bf8133) (aa8f4cd) (1be409c) (ac940ff) -
⚠️ BREAKING
The mojo-based
crosapifor display configuration (CrosDisplayConfigControllerandCrosDisplayConfigObserver) has been removed in favor of a pure C++ interface. Additionally, the publicBrowserProcessPlatformPart::GetAccountManagerFactory()method has been removed. (774ba09) (d98a49d) (0563a98) -
⚠️ BREAKING
Signatures for public virtual methods in the rendering stack have changed.
GLES2Interface::CanCopySharedImageToGLTextureViaTextureCopynow takes aClientSharedImage*, andSchedulerStateMachine::SendBeginMainFrameno longer has a default parameter. This will break custom implementations. (62ecbea) (c182a8f) -
⚠️ BREAKING
Other major breaking changes include the removal of observer management methods from the public
TabStripModelAdapterinterface and the removal ofset/getWebViewNavigationClientfrom the public Android WebView API (though later re-added as deprecated). (c9b4d76) (085da41)
Web Platform
-
The CSS
@supports at-rule()feature is now enabled by default, allowing developers to query for support of specific at-rules directly in their CSS. (8480cfa) -
Scaffolding for ML-KEM support has been added to the WebCrypto API. The
encapsulateKey,encapsulateBits,decapsulateKey, anddecapsulateBitsmethods are now present on theSubtleCryptointerface, though not yet fully implemented. (4e0b148) - Runtime feature flags for several stable CSS Anchor Positioning features have been removed now that the features are stable. (eb959bb) (81b2618) (bfa5e4c)
-
The experimental
DelayStopForMediaElementSourceNodefeature was completely removed from WebAudio to fix a heap-use-after-free bug, restoring stricter lifecycle invariants in the audio pipeline. (7020a2c)
Platforms (Android, Ash, Linux)
- Support for SysV init systems has been removed from Chrome Remote Desktop on Linux. The service now relies exclusively on systemd. (cd7f371)
- On Android, support for Entra SSO was enabled by initializing the necessary platform authentication infrastructure. (a389a49)
-
A large number of ChromeOS-exclusive feature flags and switches were migrated from
chrome/commonandchrome/browserintoash/constantsto improve code separation between Chrome and Ash. (c9c745f) (4502e56) (182b610)
Features & Services
-
The
kAutofillEnableLoyaltyCardsFillingfeature was launched and its flag removed, making loyalty card filling functionality enabled by default. (9d45f2f) -
The public
PrerenderHandleandNavigationHandleinterfaces were updated to exposePrerenderHostId, allowing throttles to more easily identify specific prewarm navigations. (dc14e7f) (f09a40e) -
The legacy
PriceTrackingPageActionControllerand its related UI entry points have been completely removed from the codebase. (e34e396)
Build & Code Health
-
The GRIT tool was updated to use multiprocessing during its output phase, which can significantly speed up builds for projects with large
.grdresource files. (d4c945b) -
The ongoing effort to modularize
//chrome/browsercontinues, withsharing_hub,update_client,memory,unified_consent, andrlzbeing moved into their own component build targets to improve dependency hygiene. (563c9a0) (624946b) (15e29f9) (ae443f5) (f68b476) - A new Critical User Journey (CUJ) framework service and its underlying primitives were added to the codebase to track critical user interaction sequences for metrics and analysis. (8ea46c8) (f6ed313) (74c0235)
-
The build system was updated to support the
-fsanitize=returnClang flag to detect functions that exit without returning a value. (99ba1f5) (9357bfb)
All Commits (606)
- e5a476b Roll optimization-guide from e1ba2c9b51c2 to c8fa502268fc
- 2e10654 Roll ios_internal from 62ac5204b761 to 3b3b19ff6bd7
- 9bf8133 Delete unused tracking_protection_enabled_for_3pcd parameter
- f411a74 [contextual_tasks] Implement Reopen Tabs UI
- fca2872 Add more test cases for ComputeCheckerboardedNeedsRecord.
- eabf119 Add unit tests for PictureLayerImpl::ComputeCheckerboardedNeedsRecord
- 904c8fb [Extensions Cleanup] Simple JS updates in echoPrivate API
- 6b1114d Update blink documentation
- 6a6ad0a Roll Chrome Win64 PGO Profile
- 563c9a0 Modularize chrome/browser/sharing_hub/
- 749eb93 Add udm=50 to /async/folae queries
- 7f27b1b Refactor to use BASE_FEATURE_PARAM macros for feature parameters
- 3e6fae7 Roll src/remoting/internal/ 324177e62..815c01eee (1 commit)
- 43b7126 Add presubmit check to ban IS_FUCHSIA in //chrome
- f5c5914 [Extensions Cleanup] Simple JS updates in cookies API
- 7c5cf61 [iOS] Add JS Error Report Filtering
- a523651 [BottomControls] Create container for app bar
- 2819ad9 [Extensions Cleanup] Simple JS updates in declarative API
- e7ec103 [FRE] Create the new primer UI for arm 3 (landscape mode)
- 3c6eaca [Extensions Cleanup] Simple JS updates in chromeos_info_private
- ebb4e68 Roll Dawn from 2319a695c238 to d9a725700978 (1 revision)
- 0299cee [PDF] Modernize buffer handling in SubmitForm and InstallBuffer
- aa8f4cd [Extensions] Pipe ServiceWorkerToken into OnStoppingSync
- cd7f371 [crd host][linux] Remove sysvint support
- 98c3896 [Extensions Cleanup] Simple JS updates in apitest
- 233163b Add SchemeIs method to SecurityPrincipal interface
- 27a5451 Roll Chrome Mac Arm PGO Profile
- 6b40548 Remove out-dated comment on ToggleUI in GlicKeyedService.
- aa15e4e [Masonry] Move stacking baseline data from GridSet to running positions
- 4f3b7c9 Enable RenderPassRenderArea for Graphite
- b186b37 Revert "[TabOrganization] Remove stale feature flags and parameters."
- 7a06674 [Extensions Cleanup] Simple JS updates in enterprise APIs
- 6171a99 Busybody: Move around deps for former script
- b093781 [Extensions Cleanup] Simple JS updates in debugger API
- 177f98c content: Remove duplicate surface_embed_connector.h from browser_sources
- 739d979 [Android Signals Report] Fix string_vew use-after-free
- cd2b368 Roll V8 from 640a6bd0d827 to a6589c1ba30d (3 revisions)
- 67aadc6 [Setup list] Suppress passive default browser promos while Setup List is active
- a62aa0e Roll src-internal from a6bcffeff37d to c07fe7ee9237 (1 revision)
- fb80ef1 [Frameworks roll] Roll to 883266701 piper revision
- 35db655 [Gardener] Fixes flaky GlicInstanceCoordinatorBrowserTest
- 1be409c FedCM: Refactor ResolveTokenRequest to use unions for parameters
- a90ff22 [iOS] Clean up the dynamicTabGroupAction in the Overflow Menu
- 7bb10a3 Migrate DictationButtonTray to use ImagedTrayIcon
- d1c7c29 Move ScreenshotTaker code to report-unsafe-site specific directory
- 5bc480d [ios][apcv2]Extract Table Names in iOS APC TreeWalker
- 6d59405 Update CBB autoroll for the builds refs
- 5e741e1 [Glic metrics] Add Lint.IfChange to InvocationSource
- a943093 [RWS] Fix possible crash during database read
- 400101b [Immersive] Fix bug where links / images toggles weren't in sync.
- fc3d8eb [searchbox][lens] Add test coverage for lens searchbox
- be804ab Clean up remaining obsolete TrackingProtection metrics
- 29ef7af Auto-format chrome/PRESUBMIT*.py
- 891acc5 [Save to Drive] Add label to status dialog
- 655cb2b Roll Chrome Android ARM64 Orderfile from 0hikingEnuVMIaVM0... to IVDFrVcgQ9NcQsWR8...
- c638790 [Save to Drive] Add position label to radio groups
- 1cde715 Roll Chrome Mac PGO Profile
- 7656f63 Copy cc::PropertyTrees on the main thread for commit
- cadff50 Roll Chrome Win ARM64 PGO Profile
- 94093ff Roll ANGLE from c1ca08028394 to 934bca7d3ecb (1 revision)
- 1077a6d [refactor] Rename ComposeboxFileUploadObserver to ComposeboxContext*.
- 26235ee [code-health] Clean up `policy-promotion-banner-flag` flag
- d33c99f Add flags for CCT page content request.
- 7fbb0bf [ntp-next] Have chips and lines eligibility criteria match
- 8d864dc [cobrowse] Use compact security chip by default.
- 73f9543 Roll Perfetto from 1e165a609707 to 9657154a815d (1 revision)
- fe3dde6 Reorder member variables in ContentAnnotatorService test.
- 8831745 [iOS] Cleanup JS Error Report stacks and messages
- f6ea904 Roll vulkan-deps from 5f5dbaba6cf6 to c62cc268373c (1 revision)
- dfe4bb2 Switch tabs during actor interruptions
- 7c004b4 [MagicStack] Fix a wrong indicator position on tablets.
- 13c341f Roll Chrome Mac Arm PGO Profile
- ffbe71c Make mac_util.h C++-clean
- eb6337f [crd host][linux] Recover desktop session when host restarts
- 40ac162 [composebox] Refactor query submitted metrics recording.
- 320ca56 [x-plat promos] Fix reminder confirmation bubble crash
- 91e03c5 WebUI: Re-enable sanity check test and disable only failing case
- e889f94 Roll Skia from 06106120c6bf to 34ace196b838 (1 revision)
- d7f7f89 [composebox] Refactor Composebox to use a state property
- 57f8776 Fix date for client auth EKU removal.
- c907703 Update sync-to-signin migration flow on Desktop
- ec0b6f4 [Extensions Cleanup] Simple JS updates in context_menus API
- 622603b [Extensions Cleanup] Simple JS updates in canvas_2d
- 0bb59ce HomeCustomization: Fix crash on shutdown due to missing disconnect
- 351f5ef [Extensions Cleanup] Simple JS updates in cross_origin_xhr API
- 9e443ee Roll clank/internal/apps from b6a1c1fd6219 to 47a222b5a082 (1 revision)
- 2f96e3e [OpenScreen] [VideoStack] Dynamically determine device architecture
- 9edce8b Create ActionRegistry
- e64a65e Fix erroneous enum numbering in HtmlFastPathResult
- 358d3ed [Masonry] Move baseline logic to ComputeGridLanesGeometry()
- 610c469 skills: Apply refined icon when skill icon is empty
- 27edbcc Reland "[Persist] Load active tabs pre-native"
- 3b7fbdd [Layout] Remove dead code
- f80ba53 Revert "[X11] Make IsSelectionOwner asynchronous in PlatformClipboard"
- a51b424 Migrate EcheTray to use ImagedTrayIcon
- 060ec53 Roll WebView ARM64 Orderfile from TmS7ncTgbTZIg6swK... to GME6dTNZn4Uzs_XYj...
- 538c7d8 [glic] Add support to SelectionOverlayBaseHandler for multi-region state
- 772e012 [AdTracker] Fix ad_tracker watchlist
- d588671 Reland "[iOS][Signin] Add get method for DeviceManagementError"
- ca7fd1c Migrate FocusModeTray to use ImagedTrayIcon
- f207b91 Migrate VirtualKeyboardTray to use ImagedTrayIcon
- b9c3d07 webauthn: Don't stop state machine if primary account doesn't change
- cb224fe [Split View] A11Y Split View Resize Handle
- 8e6d1cd Roll src-internal from 5d55654c284f to a6bcffeff37d (1 revision)
- 3b42422 [PWA] Move image diffing to happen asynchronously on the thread pool
- ba16c8c [Persist] Add StoreType.UNKNOWN to handle Dirty/Unused window states
- ffa2ace Revert "litert-lm: Log when shutting down the ODMS due to OOM"
- 07b3c69 Add a note about the .gemini/policies folder being ignored
- 0673f06 Clarify the method name in the WebContentsDestroyed presubmit message
- fb62507 Roll Chrome Android ARM64 Orderfile from Veb3_m2sKxEc4BQ_P... to 0hikingEnuVMIaVM0...
- c774400 WebUI: Fix RTL for back/forward buttons
- cdf7bc0 [Actor] Add unit tests for ActorNotificationService.
- a50834c update_client: remove CHECK in ~UpdateClientImpl
- 25a61f3 Roll Perfetto from 9106608ca218 to 1e165a609707 (4 revisions)
- 41a8f03 Revert "Reland "Enable network sandbox by default on Windows""
- f6ed313 [CUJService] Add metrics + e2e test
- 8ea46c8 [CUJService] Add core framework
- b6c12c0 Use macro for spanified inputs in media fuzzers
- 74c0235 [CUJService] Add primitives
- 281e794 Roll clank/internal/apps from 21b8c4c1fa7c to b6a1c1fd6219 (1 revision)
- f4aff9a [projects] Fade the close button when animating the panel on Mac
- bef6282 Kick the can down the road for enforcing shmem invariants in GMBH
- f1effdd [EducationalTip] Remove ripple effect from module layouts
- 94a92fb Roll DevTools Frontend from 8a38b2b1d976 to c98dd4a71702 (1 revision)
- a6c4ccc Roll Updater chromium_win_x86 from 2@1593011 to 2@1594014
- 196a7bd Roll Updater chromium_win_arm64 from 2@1593019 to 2@1594039
- 6f9ca64 Roll Skia from 6c0346103c24 to 06106120c6bf (3 revisions)
- ac940ff Update CommandStorageManager to store an OSCryptAsync.
- 624946b Componentize chrome/browser/update_client/
- 138f51b SlimWebview: test creation and navigation
- 29847b0 Roll Enterprise Companion chromium_mac_arm64 from nQdNPlrkBvct2Oz-n... to T0bhWkZ2WPP2Nhv_B...
- 0d2fb57 Roll V8 from fa2adecc102f to 640a6bd0d827 (2 revisions)
- 5182e86 [Extensions Cleanup] Simple JS updates in clipboard API
- 316ad08 [SplitView] Restore focus to active tab after exiting fullscreen
- 1f87dc1 Roll WebRTC from 5460d74631c9 to cdc36b7fbf44 (2 revisions)
- b998e7c Roll Chrome Android Desktop x64 PGO Profile
- 454feeb [selection] Cancel the capture region handler when the overlay closes
- 47aa010 Read test_cases.json file from the ASSETS_DIR
- a5cef00 [iOS] Remove the constructor that takes the file content data.
- c868227 [Desktop Android] Add zero state view to Extensions Menu
- 409b470 [builtin-ai] don't track classifier model in download progress observer.
- 90dd1ae Roll Updater chromium_mac_amd64 from 2@1593016 to 2@1594028
- 70480ab Roll ANGLE from dea74fe37851 to c1ca08028394 (1 revision)
- 288fcfc Fix LensOverlayQueryController Crash in SendUpdatedPageContent
- 72f6609 Roll Updater chromium_win_x86_64 from 2@1593019 to 2@1594016
- 5720594 [Masonry] BuildGridSizingTree in Grid Lanes
- a0b1f8e [Vertical Tabs] Fix crash when a tab is added to a group being dragged
- 4e0b148 Revert^2 "[WebCrypto] add encapsulate/decapsulate operations"
- 60a7490 Roll Updater chromium_linux64 from 2@1593011 to 2@1594014
- 326032c [TabOrganization] Remove stale feature flags and parameters.
- bcda773 Roll vulkan-deps from da4c54d5c7c5 to 5f5dbaba6cf6 (2 revisions)
- f751948 Update Pixel 2 expectations
- e34e396 Remove legacy price tracking page action controller
- c2233ae [tips] Update the offline reschedule logic to fix a dangling pointers
- 3e6b397 Roll Chrome Win64 PGO Profile
- 4a72433 [Glic] Pass actor task history signal to Clank
- 60428b3 [SVG] (2) Await iframe loads before reading counters
- f7240b3 [PerProfileMetrics] Feature flag to be a kill-switch
- 9a55334 Roll Chrome Mac Arm PGO Profile
- 592a247 Roll Chrome Android ARM64 Orderfile from HNBTeCiWzUz7xvpfX... to Veb3_m2sKxEc4BQ_P...
- cbe37d9 Use macro for spanified inputs in chrome fuzzers
- 5f66d20 Roll Enterprise Companion chromium_win_x86 from XGIfEvTTy0qwP3uiX... to KNdmbMsmXTs32XZ_W...
- 7c043f1 Revert "[AutofillAI - M4] Write render tests for the EntityEditor."
- 7cfa3ac [Vertical Tabs] Fixing Focus Order on Non-Mac
- e540a1e Roll Perfetto from 39802b97ff44 to 9106608ca218 (1 revision)
- 4985170 Remove stale chrome/browser/ui/docs/window-resize.md
- 669c454 Extend expiration date for Robust Window Management Experimental flag.
- 1aa33ee Roll Updater chromium_mac_arm64 from 2@1593007 to 2@1594030
- 9e2ad02 [hub] Add ctrl+shift+a shortcut for tab search
- da86118 [GlowUp] Increase group header font weight
- 8309212 Roll Enterprise Companion chromium_win_x86_64 from 9sTESi5emsEA5nTDJ... to VSQv7u-vLdC_AP9rd...
- 4733ad5 Roll clank/internal/apps from 0bcda96e040f to 21b8c4c1fa7c (1 revision)
- 31762a0 [glic] Gate autopdf on trust first feature
- 9c6a02a [SVG] Remove dead code for UpdateCachedBoundaries()
- 5a9d320 Componentize chrome/browser/v8_compile_hints/
- dff6ce7 Reland "Reland "Add some accessibility/conformance tests for the reload button""
- 72bbb65 Roll Enterprise Companion chromium_mac_amd64 from B0tvS8a1PWD8hFE_X... to 4lmwUzmjaGPmG4zzM...
- 024d285 Remove RecomputeMouseHoverState and rename references
- e1154d7 Don't send synthetic pointer events while dragging
- f639f03 webstore_private: use blocked_message from EIPS
- 4348d1e Re-add sealed hermetic tests for tab strip api
- c9b4d76 Make tab strip service truly platform agnostic
- 7c9a01f [ios_web_view] Expose CWVGlobalState setDumpWithoutCrashingHandler
- 8c51ea8 Minor flag description fix for linux interop
- 4b03fa1 Roll Crossbench from 7b87053903ba to f876da417dd9 (1 revision)
- d9227ed [html-in-canvas] Deflake privacy test timeouts
- a7b5c08 [html-in-canvas] Fire onpaint on canvas child removals
- e796baf Add a new api to record when the performActionResult was sent
- 871c70f Roll DevTools Frontend from 9b7af4bc0141 to 8a38b2b1d976 (1 revision)
- efd6fbb Roll WebView ARM64 Orderfile from aMMQrFNZ2xnpSsUJv... to TmS7ncTgbTZIg6swK...
- caf9cc7 WebUI: Update migration templates script to perform more changes
- 0f76850 Use internal prompt for password change from checkup.
- 9d3b56c Roll Chrome Win32 PGO Profile
- 8480cfa Enable '@supports at-rule()' by default
- 815cb26 [Perf] Pass cpu_power_mode arg to crossbench on Android
- ec639c8 Roll Enterprise Companion chromium_linux64 from s2DtB9zKh7jCfWVKX... to dmWFkgR6d1DBXuUom...
- 1a2ee32 android: Add AVD config files for Android 17 Beta.
- b0ed8da [Extensions Cleanup] Simple JS updates in certificate_provider
- cb04e76 [Immersive Reading Mode]: Fix visible but inactive links
- c06b713 Clean up map emplacement in //content/browser/attribution_reporting
- 97bd26f [FRE] Support `FirstRunDesktopRefresh` in profile creation tests
- ad949c4 Roll V8 from 5e04efcb9048 to fa2adecc102f (12 revisions)
- ecb73ac Revert "Fix invocation of python scripts from within python scripts"
- 45c891a Fix MockAnnotationIndexClient
- f60f140 [Persist] Clear MigrationManager on merging
- 816266e Add ManifestDemuxer to CanPlayThrough condition
- b50bcbb Roll src-internal from 07bdaa16954d to 5d55654c284f (1 revision)
- c19c9e2 litert-lm: Log when shutting down the ODMS due to OOM
- 48ad482 Add unit tests for ScreenshotTaker class
- 5f54626 [Autofill AI - M4] Add flags for testing
- f876e49 [Actor] ActorNotificationFactory to build notifications
- 190e6e1 Add comments to CookieManagerParams regarding scheme lists
- 4261d61 [Cleanup] Remove old *Soon & *Until scheduler signal tests
- edf0093 [Tab Strip Glic Button]: Tint when in Desktop windowing and unfocused
- ccff0a2 Reland "Move Dawn Ozone Image Representation over to Shared Texture Memory"
- c57d842 Migrate projector sandboxed_load_time_data to TS.
- 7f45d5e [BottomControls] More renames in preparation for bottom app bar
- d0dca8d [BottomControls] Make bottom controls more generic
- 1101bad Disable Flakey pageswap-skip-transition.html
- 6fdb465 [Encrypt Bookmarks] Record average size of a bookmark node
- cd78405 LPP: Improve LocalAuthFactorsPolicyController error handling
- 97b3f5d Only preload SwiftShader in GPU sandbox init when allowed
- 8dc8619 [X11] Make IsSelectionOwner asynchronous in PlatformClipboard
- 0fdbaef Add new app-bound validation type for isolated data
- bfffd95 [Actor] Fix ActorForegroundServiceManager initialization.
- 02ee3dd [contextual tasks] Read URL params to set the default model for the composebox if a model param is set.
- fca4065 Fix ActionChipsHandler crash when there is no browser_window_interface
- f9096b6 Fix annotator waterfall bots
- 2695379 Remove UNSAFE_TODO from AudioHandler
- 7020a2c [webaudio] Remove DelayStopForMediaElementSourceNode
- 94bf496 Add darwinyang@ to payment metrics owners
- 4dafb67 [media] Check SharedImage in WrapSharedImage
- de06319 [MagicStack] Support RTL for the cards indicator on magic stack.
- c2a8832 [Grid] Oilpanify GridItems and GridSizingTree
- 9485eba [SVG] (1) Split tests into multiple files
- 6dbdb55 [rust] Add `.dll`, `.wasm`, etc in `rust_indirect_inputs`.
- 5d577fa Roll Skia from 029229d8be91 to 6c0346103c24 (5 revisions)
- 8143ce3 Correct slow LoAF test expectations
- 2ce6bb9 Glic: Add Android-compatible API browser test
- 12ed1d2 Roll ios_internal from 7e4ef0f63aad to 62ac5204b761
- 1fd8f3a Fix ViewEventSinkImpl crash when WebContents is destroyed
- 5a85e36 [ios] show the Gemini icon for explain in edit menu by default
- a633244 Roll WebView ARM64 Orderfile from qvQDkelLyEBWDnGQM... to aMMQrFNZ2xnpSsUJv...
- eeee1c4 [Browser Layout] Fix small error.
- 3068a70 Fix crash in WebUIToolbarUI::BindInterface
- a1cc6e0 Roll Dawn from f5d3ecd87ced to 2319a695c238 (3 revisions)
- d9c284d [ios] Implement AppBar Assistant button states
- 0699931 Roll WebRTC from c6d1a824c269 to 5460d74631c9 (6 revisions)
- 419815a Add myself to LAYOUT_OWNERS
- 6261373 Roll vulkan-deps from ff6eb204a9bc to da4c54d5c7c5 (4 revisions)
- a8d2f40 Roll clank/internal/apps from f52da66cbd68 to 0bcda96e040f (1 revision)
- 0dbf7bc Roll Chrome Mac Arm PGO Profile
- 3ff20d5 [AL] Use 'android-trichrome-chrome-google-64-32-bundle' browser.
- 89842f7 Roll Catapult from ac70fe6a2cd8 to 6ea42cfd29b4 (1 revision)
- 43d2c33 private_ai: Simplify PrivateAiLogger ownership and interface
- 0157979 [Vertical tabs] Close tab group editor bubble if tab strip is scrolled.
- a2728be Roll DevTools Frontend from 915059c2ce26 to 9b7af4bc0141 (3 revisions)
- 27f8c22 Remove AnnotationType.kUserNote and its usage
- 38c6b73 Make dawn validation error trigger context loss
- 74cf84e IWA: Defer entitlement violation logging to navigation commit
- b19c299 IWA: Update key distribution fallback content textproto
- 57c8094 [Composebox] Refactoring tool chips
- a389a49 [Android Entra SSO] Enable platform auth setup for Android Entra SSO
- 41f87e2 WebView Navigation APIs: Fix AndroidX build
- 0f483d6 Migrate projector untrusted_app_comm_factory to TS.
- f6b3191 Roll src-internal from fe862e501315 to 07bdaa16954d (1 revision)
- 7a1b5b7 Roll llvm-libc from 76c8a4be56ba to 5336596e25df (8 revisions)
- 0cfe982 IDB: remove code for handling failed Transaction::Abort
- 912fc7f Revert "[WebCrypto] add encapsulate/decapsulate operations"
- 1453a20 Import necessary protobufs in blob_generator.py.
- a60bca0 Remove bokan@ WATCHLISTS
- 07dd71f Revert "[glic] Add user_input_submitted_while_bound to EmbedderEntry"
- 3975a5b mac: fix spurious mouse cursor reset in fullscreen
- 5f148fb Extract ConnectivityManagerDelegate to it's own file.
- 098a955 [TabData] Remove tab data usage from webui
- 15e29f9 Modularize //chrome/browser/memory
- b85ad72 Add support for security keys in GCPW sign-in flows.
- 54dd42a SQLite: don't allow detaching from sequence while weak pointers exist
- a74c87b Roll clank/internal/apps from aa932a78fa12 to f52da66cbd68 (1 revision)
- 4ab6372 [iOS][Assistant] Notify delegate of initial expand percentage
- 25095b7 [Signin][Android] Remove UnoPhase2FollowUp flag from Android code
- f53de3f EIPS: return message in CanInstallExtension
- 140052a Roll Media App from GGwgjd3STstwiKMDc... to Ll_51ojrpoWCLArY6...
- cb82eb0 [a11y] Cleanup ui/views/accessibility/
- 40066a7 Fix retrieval of VT pseudo properties outside active transition
- a5dea53 Roll clank/internal/apps from 66122c23fc92 to aa932a78fa12 (1 revision)
- dd8a9b5 Cleanup Taiyaki feature flag and add TaiyakiAllSurfaces
- 6490997 [SkillsFnTesting] Add E2E tests for the Skills API
- 9d95438 Combine CSSVariableData bool flags in bitfield mask
- ae443f5 Componentize chrome/browser/unified_consent/
- 8a26827 Map default browser prompt surface to PinAppToTaskbarChannel.
- 64cc1ee Roll Chromium Variations from saDDOHfLYQ_ZzCBRf... to UA0LP5MFHHvTzM_Sw...
- 211b3b3 Add AnnotationIndexClient interface and proto definitions
- fa4db5a Roll Chrome Mac PGO Profile
- b8d64c2 Roll Perfetto from 23f77b8660dd to 39802b97ff44 (7 revisions)
- ade80d1 Roll Help App from ABhIm9hG-o32jrHc1... to YLn_RikM1lGgLYRCl...
- 42b73ce Roll Crossbench from 1ac0ef89e196 to 7b87053903ba (1 revision)
- 98f1938 Fix invocation of python scripts from within python scripts
- cf5e347 [iOS] Update accessibility announcement for DB video instructions
- 149a404 Fix undefined behavior in
- 046626b [iOS][omnibox] Exit fullscreen on CMD+L.
- 7aad1b4 Roll DevTools Frontend from 0e6b4cc51b4f to 915059c2ce26 (1 revision)
- 0da54af Implement GetEntities in DirectServerEntityProvider.
- 8f133b7 [WebCrypto] add encapsulate/decapsulate operations
- 0363196 Roll ANGLE from 8880cff171bb to dea74fe37851 (1 revision)
- 3990cf4 SidePanel: Remove c/b/ui/side_panel/*_unittest.cc from c/test/BUILD.gn
- c48968c Side Panel: Set up SidePanelUIAndroid and its JNI Bridge
- ef1104f Roll Chrome Win ARM64 PGO Profile
- a43ee79 [UNO] Preserve state for users with bookmarks and extensions enabled
- 6aa5deb Roll WebView ARM64 Orderfile from mDj4XvjWpyn9tFxu6... to qvQDkelLyEBWDnGQM...
- db41e34 [FRE Refresh] Add background for Default Browser view.
- f367d3e Side Panel: Compile cross-platform side panel code into c/b/ui
- f9a6ce0 Always restore windows to spaces
- 3050fad [KP] Automatic update from google3
- 7155143 [LNA] WPTs for service worker navigate() calls.
- 1932dba Reland "CaptioningController use UserData"
- 24da478 update guidance for //chrome to not add new build flags
- 1517287 file_enumator: Better document SHOW_SYM_LINKS.
- ee4d985 [FRE] Add 'Don't sign in' button to the native toolbar
- 19d9611 Make the LoAF style/duration OT 3P enabled
- 8a30e4a Add passport icon for showing in suggestions
- 93a404b Roll Chrome Win32 PGO Profile
- 8abcd78 Automated Commit: LKGM 16614.0.0-1075924 for chromeos.
- 671d1b2 Componentize chrome/browser/visited_url_ranking/
- b0d7755 Manual Roll Catapult from b9ddc08533ac to ac70fe6a2cd8 (4 revisions)
- 841af76 [iOS] Ignore workspace eligibility log until the async response arrives
- fa106ce Roll Chrome Win64 PGO Profile
- 7153a13 [CT] Automatic update from google3
- 9bf077d [X11] Remove timeout for selection requests in SelectionRequester
- c6760ef [IA] Add Android Page Info as app menu item flag
- fe5751b [iOS] Remove Expired App Bundle Promo Flag
- 9d45f2f Remove kAutofillEnableLoyaltyCardsFilling feature flag
- 562ead9 Roll Chrome Android ARM64 Orderfile from U1OoS5rLfO3q2xBCh... to HNBTeCiWzUz7xvpfX...
- e8c52cc Revert "Enabled cr_action_menu test for android"
- 7f0b9ba [TreesInViz] Add unit tests for VizLayerContext.
- 9494fd2 [google_apis] Use factory method to create GoogleServiceAuthError
- a35442e [Android] Fulfill native initialization promise after flow is known
- f68b476 Modularize //chrome/browser/rlz
- 5e0b0df Renumber private pass issue and expiry date proto fields
- ce9aacf [media] Set default color space on MailboxVFConverter SharedImage
- ced9629 Roll Chrome Mac Arm PGO Profile
- af69629 [SetupList] Fix NPE in SavePasswordsPromoCoordinator during destruction
- 7a4b405 Update uses of legacy Mock Ganesh API
- a0056c6 Roll clank/internal/apps from be5eaadda199 to 66122c23fc92 (1 revision)
- 0b1fa11 Multi-account device metrics: Add multi-platform metrics
- 545a6f8 Rename OnePResolver files to conform with style guide
- f59caf4 Roll Chrome Linux PGO Profile
- c5ff63d Amend "[Okta SSO] Enable the feature flag by default"
- 18ad10e Roll Perfetto from f421659a3f92 to 23f77b8660dd (2 revisions)
- dde0edf [AutoLogin] Consolidate feature flags for easier launch
- d37ede8 [bookmarks] Migrate bookmark_model_unittest to gMock #2
- 22694ec Updating XTBs based on .GRDs from branch main
- 91df17a Migrate Signin.SigninPending.Resolution histogram to per-profile
- 339f8ea Updating trunk VERSION from 7733.0 to 7734.0
- 7f7c301 [iOS] Remove CPE from Setup List items when IOSExpandedSetupListVariationParamAllExceptCPE is enabled
- 9ddbdec [iOS] SigninAccountCapabilitiesSceneAgent to observe UIBlockers
- 5baede7 Roll ios_internal from dd4728d2e977 to 7e4ef0f63aad
- 085da41 WebView Navigation APIs
- c2163a4 android-a11y: Update AccessibilityNodeInfo#textSelectable property.
- 447abd6 [Memory Coordinator] Introduce kStatefulMemoryPressure feature flag
- 14944e8 [iOS] Add header view for cobrowse
- 48942bd Roll Chrome Android ARM32 PGO Profile
- 5048cb5 Roll src-internal from 6a57baa31e3d to fe862e501315 (1 revision)
- 074e198 [iOS] Fix crash during THEMES_IOS sync controller initialization
- 207f351 Roll Skia from 5a21b25369a0 to 029229d8be91 (1 revision)
- 4a99eb2 Roll Chrome Android Desktop x64 PGO Profile
- 4dd63fc [iOS] Invoke ios/chrome Cobalt provider APIs
- 0bb7212 [Setup List] Refresh Magic Stack on task completion
- 3458515 Roll WebView ARM64 Orderfile from _SLnZgJrdClNDXqPp... to mDj4XvjWpyn9tFxu6...
- c182a8f [cc/scheduler] SendBeginMainFrame no default param
- 50f9dcc Roll Chrome Android ARM64 Orderfile from Vmfb7w2t7qRrVky0g... to U1OoS5rLfO3q2xBCh...
- 71060a7 Fix mypy issues (trivial)
- bedae0e Roll Chrome Mac Arm PGO Profile
- 83b9819 Check actor_login_permission_service_ for nullness in ActorLoginPermissionsManagerImpl.
- f83cf24 [style] Fix will-change:z-index creating a stacking-context unconditionally.
- 318ae7a Use change password form filler in `PasswordChangeFromCheckupDelegate`
- 480c29a [iOS] Update expiration date for FirstRun metrics
- ffbb4e8 Change NaiveDate field order of private pass protos
- 5caa970 Roll DevTools Frontend from b827bd47b8e6 to 0e6b4cc51b4f (10 revisions)
- 895436d Roll clank/internal/apps from 2d108a36c0e1 to be5eaadda199 (1 revision)
- 13526b7 Roll Perfetto from 15e97d25a95a to f421659a3f92 (5 revisions)
- 4c25f07 Roll WebRTC from 9fec18231637 to c6d1a824c269 (4 revisions)
- 5cd974a Roll Chrome Win32 PGO Profile
- f6b154b [AutofillAI - M4] Write render tests for the EntityEditor.
- 568035c Update meet_effects hash in DEPS file.
- c254a0f [iOS[Forms AI] Provide a display name for kVehicleVin
- 91da409 Componentize chrome/browser/ui/frame/
- 58a5349 Roll src-internal from 5eec6893c0fd to 6a57baa31e3d (1 revision)
- 7c3b181 Roll Chrome Android ARM64 Orderfile from RlUawjMpAg76Oas7j... to Vmfb7w2t7qRrVky0g...
- 957095f Roll Chrome Win64 PGO Profile
- 88bd0d4 [iOS][Assistant] Add fullscreen support
- ad10eef [iOS] Use reauth service in credential exchange
- 8d884e3 Roll DevTools Frontend from 24d4cfa157a8 to b827bd47b8e6 (3 revisions)
- 1eaab06 [Signin][Android] Websignin activityless signin awaiting cookie sync
- b558481 [Multistep Filter] Show a toast when a new suggestion is available
- 5904469 Roll WebView ARM64 Orderfile from qv3DPjIInwjmr7E7t... to _SLnZgJrdClNDXqPp...
- d938a80 [MultistepFilter] Fix navigation and lifecycle edge cases in observer
- eca01e8 Roll src/components/vector_icons/google_chrome/ efd7fc5b0..f9f61831a (1 commit)
- 7237ec5 Add a new toast for multistep filter suggestion
- 061eca3 [//media] Have CanCopySIToGLTextureViaSkia() take in is_opaque param
- 3edea0c [//gpu] Change param names in CopySharedImageToGLTextureViaTextureCopy
- e3d1b22 Implement AdvanceUntilNonWhitespace() in terms of SkipWhilePredicate().
- 1a8f8fc [MultistepFilter] Fix filter-initiated navigation edge case
- 729af64 [iOS][Composebox] Add egtest for composebox without contextual service
- 8a29138 [HoT][Autofill] Add Autofill and passwords main settings entry point
- d1edab2 Fall back to local save if wallet import becomes ineligible
- 0a36a4a Roll Chrome Mac Arm PGO Profile
- a663289 Roll Dawn from ccbc9cd90d39 to f5d3ecd87ced (4 revisions)
- 5c87ca0 Use String::ToAsciiLower() in LinkHeader::SetValue()
- dd3e175 Drop/replace DeprecatedLower() in LinkStyle::Process()
- abb2e97 Roll DevTools Frontend from b52bf9aa0e23 to 24d4cfa157a8 (1 revision)
- 794efec Roll Chrome Android ARM32 Orderfile from f4elXrFl7ROboXf2E... to Oe4vkb-vT8PviHgyp...
- f283f9d Add JPEG XL interop-2026 coverage and decoder tests
- 1cc8d27 Roll ANGLE from a6e5978fc7f6 to 8880cff171bb (1 revision)
- 88ecd26 IDB: Log terminal outcome of IDBFactory::Open requests
- 23cca69 Remove apps::State alias.
- ba011c6 Roll Chrome Win32 PGO Profile
- f2bc5fe WTF: Replace String::Remove() with std::string-compatible erase()
- 66823ba [Autofill AI - M4] Only reauth if screenlock is set
- 2d6b0d5 WTF: Rename *ASCIIHex*() to *AsciiHex*()
- c1f36a9 Initialize Mojo Core in webrtc_video_perf fuzzer
- 55a9f62 Roll Chrome Win64 PGO Profile
- d98a49d Reland "ash: Dismantle crosapi's cros_display_config.mojom, part 2"
- 5cff7bd [Gardner] Disable OmniboxViewTest.Paste on Windows
- 774ba09 Reland "ash: Dismantle crosapi's cros_display_config.mojom, part 1"
- c6c6b87 Roll Projector App from A-8Wxf4tLaGdpo0qa... to XZ5aWetd8cxzPF00i...
- fcbc3d1 WTF: Remove LowerASCII() methods of String and AtomicString
- 80da0b0 Roll WebView ARM64 Orderfile from V1iLtwIgaQXdDBuMX... to qv3DPjIInwjmr7E7t...
- 4502e56 Migrate ChromeOS-exclusive switches from chrome/browser to ash/constants
- ae5ec88 login: Pass local state to AuthenticationFlowAutoReloadManager
- 3c287a8 SpellCheckCustomDictionary: introduce the dictionary class.
- 0563a98 Remove BrowserProcessPlatformPart::GetAccountManagerFactory
- 4cbba71 Roll Chrome Mac PGO Profile
- d979993 Roll WebView ARM Orderfile from BeBDE2e5CQXB9-D_k... to Z_JD75ej8O7ib7p0N...
- 6482daf [//gpu] Move CopySharedImageToGLTextureViaTextureCopy to GLES2Interface
- 62ecbea [//gpu] Have CanCopySharedImageToGLTextureViaTextureCopy take ClientSI
- 1490970 [Gardner] Disable SendTextFragment on Windows entirely
- 75f79a8 [iOS] Remove form input reauth module override
- da17541 [//gpu] Make CanCopySharedImageToGLTextureViaTextureCopy() virtual
- 182b610 Move ChromeOS HATS related prefs to ash/constants/ash_pref_names.h
- 284ac57 [Blink] Make helper for check of whether SurfaceControl is enabled
- e1faf26 [refactor] Rename FileUploadStatusObserver to Context*.
- 1767f26 [Blink] Add comments to LowLatencyUsageSupportedForWebGL()
- 53e39b0 [Blink] Split SetWebGLImageChromiumEnabledForTesting() by use case
- 4d3e487 [Blink] Add comments to SharedGpuContext::UseOverlaysForWebGL()
- 2b5a508 Roll Chrome Win ARM64 PGO Profile
- 01ad61f Roll Boca Receiver App from z5eB6n-27VDUw_0_f... to qixYkjCM766utD3-s...
- e363c8e Roll Boca App from tdZP2-CsDHtjFXi0G... to 9rs7bHE694mlEh8bt...
- 1696533 [Gardner] Disable external/wpt/html/dom/partial-updates/tentative/template-for-mutation-records.html
- 8f11ead [Editing] Fix flaky caret blink reftests
- 0c0f4e6 Roll Chrome Mac Arm PGO Profile
- 794d438 Roll DevTools Frontend from 4d06bb659596 to b52bf9aa0e23 (1 revision)
- d21811c Roll Chrome Linux PGO Profile
- 36af25c Add some missing includes of //ui/views/controls/button/label_button.h
- 40fbe1b Add src/gen to NASM include paths.
- 8f28d9a [media] Shard Fuchsia capture targets into video/fuchsia
- c94fd61 Roll vulkan-deps from ad5fa8f123f5 to ff6eb204a9bc (1 revision)
- e256ca7 Make 4 betty sub-builders includable
- 4b09408 [iOS] Only disable AppBar button for Lock if we are in incognito
- ab7a784 Wallet passes: Deep-link private passes from desktop Autofill settings
- fa9ac0b fix MessageStreamLookupImplTest dangling pointer
- bfe8bb0 fix UnifiedBrightnessViewTest dangling pointers
- 5b15b1b fix MinimizeAnimationObserver dangling pointer
- b63e512 fix EventTargetTestDelegate and DragDropControllerTest dangling pointers
- eb959bb Remove AnchorsVisibleInitialValue runtime flag
- 81b2618 Remove PositionAreaXYSelf kill-switch flag
- bfa5e4c Remove OriginatingElementIsImplicitAnchor runtime flag
- 6973beb fix QuickSettingsFooterPixelTest dangling pointer
- 9374926 Roll Chrome Android Desktop x64 PGO Profile
- 8463988 Roll Chrome Android ARM32 PGO Profile
- 09564b8 Roll DevTools Frontend from 1657ab33c050 to 4d06bb659596 (1 revision)
- ee5bd08 Remove ConvertBoolToLaunchResult
- 4389bbc Roll Skia from 391a06dc23a7 to 5a21b25369a0 (3 revisions)
- 15fe4d1 Roll WebView ARM64 Orderfile from P9N9TdG5QlFakWNz3... to V1iLtwIgaQXdDBuMX...
- 1ba011c Roll Chrome Android ARM64 Orderfile from L0PNwMIMKH0DJsD2o... to RlUawjMpAg76Oas7j...
- 2a1dbe0 Roll Chrome Mac Arm PGO Profile
- caa7b81 Automated Commit: LKGM 16614.0.0-1075918 for chromeos.
- f09a40e Throttle redirects in DSEPrewarmNavigationThrottle
- dc14e7f Export PrerenderHostId and use it for DSE prewarm throttling
- f02ad38 Implement DSEPrewarmNavigationThrottle
- b885a1d Roll Chrome Win64 PGO Profile
- 271d462 Remove app_service_proxy_desktop
- c9c745f Migrate ChromeOS-exclusive features from chrome/common to ash/constants
- 36a456f Certificate Manager: Migrate local-certs-section to Lit
- eaf28a7 login: Pass local state PrefService to GetSubOrganizationEmail
- e3b44ae Revert "Enable ServiceWorkerAutoPreload by default."
- 620dad2 Roll vulkan-deps from ab4e8b222daa to ad5fa8f123f5 (1 revision)
- 8373346 Roll Chrome Win32 PGO Profile
- d49128c Roll Chrome Android ARM64 Orderfile from 8eZy4dKWkIrcYBszo... to L0PNwMIMKH0DJsD2o...
- d31647c Require CSP header to store the header for synthetic response
- 838a1a7 Roll src/net/third_party/quiche/src/ 243b50d55..99a5e60cd (8 commits)
- de4aff4 [X11] Rename SelectionRequestor to SelectionRequester
- d644c96 login: Pass local state PrefService to DemoComponents
- 3267125 Migrate LaunchResult::State into LaunchResult.
- 9357bfb [build] Enable -fsanitize=return config
- 6a5482b Cleans up remaining OS related url_constants.
- e316366 [X11] Convert clipboard backend to asynchronous architecture
- 8413745 Roll WebView ARM64 Orderfile from _UQWSkeKmbSeClGLG... to P9N9TdG5QlFakWNz3...
- 2062e5d Revert^2 "[glic] Clear WebContents in Android CoBrowseViews"
- 8aab377 Add @RequiresNonNull to moveToNewWindow and moveToWindow methods
- cf7f975 Roll clank/internal/apps from cccdd2cc6fa8 to 2d108a36c0e1 (1 revision)
- 53873ae gardening: Disable SendTextFragment test on Windows ARM64
- 0550b38 Revert "[glic] Clear WebContents in Android CoBrowseViews"
- 45a2cb2 Roll Chrome Mac Arm PGO Profile
- 1731fd4 Revert "[VerticalTabs][Glic] Implement Glic nudge for toolbar."
- b1794e9 docs/adding_to_third_party: add Skia guide
- 56e1946 Wrap TabHoverCardBubbleView child views
- 61b76e4 Roll Chrome Android ARM64 Orderfile from rH0MRk5DVXeYjN4pq... to 8eZy4dKWkIrcYBszo...
- 9dc355d [Ozone] Remove synchronous clipboard implementation
- 4e0b894 Fix PinInfoBarController crash and lifecycle management
- 32dfd22 Fix default browser promo outcome histogram recording
- 5b65c0e Roll Dawn from 6ec9bf51b095 to ccbc9cd90d39 (12 revisions)
- 993a191 a11y: refactor dumping logic to shared class
- 2a0f4d1 WebUI: Fix CrLitElement file/DOM name pattern violations.
- 6812389 Add feature flags to GlicMediaData study
- 2378987 Roll clank/internal/apps from b91a44d65ee1 to cccdd2cc6fa8 (1 revision)
- d708c62 Update webui docs to deprecate chrome.send
- ed90853 Roll WebView ARM64 Orderfile from BOma9MccuswDgxNLi... to _UQWSkeKmbSeClGLG...
- 3ac1fc7 Webium product: fix broken cmd+L focus on NTP from macOS
- 0ebb347 Revert "Remove the DelayRfhDestructionsOnUnloadAndDetach feature."
- cd860be Roll Depot Tools from b478a061f239 to 6b62257bd9fc (1 revision)
- dd616be Roll Chrome Mac PGO Profile
- 5f74e0f Disable ShiftMultiTabSelection test on macOS.
- 855c28b Roll Chrome Win64 PGO Profile
- a60b443 Revert "Fix test for Null-check GetSettings() for text-scale meta"
- 19b9453 Fix OOM in JustNowProvider.isJustNowItem during sorting
- 7dddae8 Roll Skia from 9be8fdf31ff4 to 391a06dc23a7 (1 revision)
- 1691f3d Fix unsafe buffer usage in CandidateViewTest
- d4c945b grit: Multiprocess the output phase to speed up build
- 1ccb100 Roll Chrome Win32 PGO Profile
- d77e031 [OmniboxPopup] Introduce FCP metrics for native and WebUI omnibox popup
- 765cca5 Improve safety of LazySourceLocation V8 handle management
- 54777b8 [Clipboard] Async GetAllAvailableFormats replaces sync IsFormatAvailable
- c17d52d Updating trunk VERSION from 7732.0 to 7733.0
- 57754c6 Update `TestExpectations` with bugs filed for crrev.com/c/7662909
- b9efaf8 DefaultFaviconHelper provides option to customize icon size
- 0f65aab Roll Perfetto from a3dfed061e6a to 15e97d25a95a (1 revision)
- 0f396c9 Roll WebView ARM64 Orderfile from sj2BHK_YJPRlMydjh... to BOma9MccuswDgxNLi...
- aeb661a Roll Chrome Win ARM64 PGO Profile
- 75c9417 Roll Chrome Mac Arm PGO Profile
- d6d47e1 Roll Chrome Android ARM64 Orderfile from hYTvBnbnSkHWApFPS... to rH0MRk5DVXeYjN4pq...
- 126f36e [GlowUp] Refine contextual sharing glow
- 48fa8f7 WaaP: Update signin test setup to prevent no window shut down
- ecca557 Revert "Make LocalHistoryProvider respect SearchSuggestEnabled policy."
- 655ece7 Roll Chromium Variations from dp2t3gNlqR5GsPHEF... to saDDOHfLYQ_ZzCBRf...
- 16a71c3 WaaP: Wait for browser activation in ProfilePickerViewBrowserTest
- 219e0b6 [BrowserWindow] Default enable on mobile
- 13c7a25 Roll Skia from 6b63e69c6038 to 9be8fdf31ff4 (2 revisions)
- 96fcf51 [Extensions] Update preferences API tests to MV3
- cc0fd3d Fix app menu sign-in chip text invisible on hover in high contrast
- b60a556 Roll optimization-guide from 12422814f8f3 to e1ba2c9b51c2
- 7d4f8a4 [Cleanup] Remove PinnedTabs related feature flags
- a67f272 [contextual tasks] fix typo
- d9dc475 [Save and Fill] Add success funnel metrics
- 57611d0 Handle /E in PDF accessibility structure builder
- a283b30 IsLiveServiceWorkerWithToken should not return true for stopping workers
- 8331566 Roll ANGLE from fc2e9d6218eb to a6e5978fc7f6 (3 revisions)
- 857ccb7 [projects] Prevent panel close icon from changing while closing
- b96bb93 Roll WebRTC from aafe141c9ac3 to 9fec18231637 (2 revisions)
- ce21662 Ash: Modernize quick_insert C++ idioms
- 14efc73 WebNN: Add cross-process traces for Export/ImportTensor
- 99ba1f5 [build] Add -fsanitize=return config
- 7b019bc [context-input] Split pending context decorator to uploaded and submitted
- 0579ab9 Fix test for Null-check GetSettings() for text-scale meta
- ca423f9 Remove the DelayRfhDestructionsOnUnloadAndDetach feature.
- b5d22a5 Implement ActivityLogIngester for the extension telemetry service
- 1fdcc7a Fix memory leak in HttpCacheEarlyInitTest.FileExists
- c58aff6 Roll V8 from 4edf2e74f052 to 5e04efcb9048 (7 revisions)
- 7cdf554 [fedcm] For sign-in users show the chip rather than the anchored message
- 7fe5e32 Fix argument swap in synthetic response header consistency reporting
- d929770 [Extensions Cleanup] Simple JS updates in active_tab_file_urls
- 9355d44 [RWS] Put remaining RWS logic behind feature
- f6618f0 [AdTagging] Plumb AdProvenance when tagging elements as ad-related
- 3e7abd2 Roll WebView ARM64 Orderfile from MvjJ_Vt3ssUPqHAdT... to sj2BHK_YJPRlMydjh...
- a2f86ed Integrate semantic matching classifier into ContentAnnotatorService.
- fb795e4 Roll Chrome Android ARM64 Orderfile from YkiIHVWpevAA0Elxj... to hYTvBnbnSkHWApFPS...
- bdd930c [projects] Implement Resumption Rail UI and IPH triggering (5/5)
- 3aabc79 Roll PDFium from ca0f9d08ee3e to ab5a98e4b1d6 (18 revisions)
- 75cfe10 Roll Chrome Mac Arm PGO Profile
- 76bd6d8 prerender: Fix PrerenderActivationByFormSubmission typo
- 68c74d0 Roll src-internal from 3919be3703b5 to 5eec6893c0fd (1 revision)
- ae9f47c Revert "Reland "Add some accessibility/conformance tests for the reload button""
- 88fcc5c [PeekView] Refactors ActorControlCoordinator and initializes it in
- 65cd139 Roll Chrome Win32 PGO Profile
- 4e8e58d Add Java-side logs when cross-device synced setup info is written
- 7edcf6c [Tab Strip Glic Button]: Set context menu width to match tab width
- 63ad405 [Glic] Implement state-aware toolbar button with "Review" status
- 37013bd Automated Commit: LKGM 16614.0.0-1075912 for chromeos.
- 9f2cd3b Roll Chrome Win64 PGO Profile
- e9a1cad [Bundled Settings] Update Bundle description strings
- 2a80db9 Suppress Pixel 2 DFM flakes
- f2baff1 [Extensions] Update storage API tests to MV3
- bbeaeb6 [tips] Update tips promo detail page item background colors to low tint
- 1b1d6f2 Decouple raw capture limit and kMaxConcurrentChannels
- f445528 Revert "Refactor CativePortalView to use CLIENT_OWNS_WIDGET model."
- a9fdf13 [Extensions] Update pageCapture API tests to MV3
- db16c80 Roll Depot Tools from 27acdb642642 to b478a061f239 (2 revisions)
- 888b065 [AL] Experiment: run `web_tests_cuj.py` with --web-tests-cuj flag.
- de76be1 [BrowserWindow] Handle early incognito tab model destruction
- 0220d0f Roll clank/internal/apps from 8ee05341a32c to b91a44d65ee1 (1 revision)
- c177cad media: Fix OOB read in software encoders when U-stride != V-stride
- f750b4c Orchestrate extension DOM activity logging in browser and renderer
- 27850a7 [Extensions] Update runtime API tests to MV3
- 7a244d4 Centralize activity log filtering & extraction logic in same file
- 691068d Roll WebRTC from 3e0a723522b8 to aafe141c9ac3 (1 revision)
- 1c93014 Site search: Handle UI state for keyword mode