Chromium Digest: 2025-11-11
Overview
This summary covers 406 relevant commits out of 576 total, from commit 96bff48d29d12cab7f5d380a5cc5a35a65e9a750 to 089db6cd18f69288a49ebb1fc988c0d1d2976c19. Key changes include a significant performance-improving refactor of Blink's `Supplementable` system, continued progress on Project Bedrock to decouple core components, API changes in Autofill and Linux UI, and the removal of the ARC ADB Sideloading feature on ChromeOS.
Breaking Changes
-
⚠️ BREAKING
**Project Bedrock**: Multiple observers in
session_service_base,idle_service,browser_conditions, andProfileManagementDisclaimerServicewere migrated away from observing the globalBrowserListto a per-profile model. Downstream code using these observers will need to be updated. (0e5b5d1) (1f82c9e) (643ce22) (2c22a9a) -
⚠️ BREAKING
**Autofill**: The
AutofillDriver::ExtractForm()method signature was changed toExtractFormWithField(). It now usesFieldGlobalIdinstead of renderer-specific form and field IDs, simplifying the API but requiring updates for all call sites. (5063b6a) -
⚠️ BREAKING
**ChromeOS**: The UI and Mojom interfaces for
ArcAdbSideloadinghave been removed from Settings. The deprecatedScalableIphFactoryand its related tests were also removed. (6f1bec5) (53c14f6) -
⚠️ BREAKING
**Linux**: An overload for
LinuxUiDelegateWayland::ExportWindowHandlewas removed as part of a refactor. Code interacting with this delegate on Wayland may need to be updated. (089db6c) -
⚠️ BREAKING
**WebRTC**: To align with W3C specifications, the
totalSamplesDurationstatistic inRTCAudioPlayoutStatsnow correctly includes the duration of audio glitches. This may affect applications that rely on the previous calculation. (c30f598) -
⚠️ BREAKING
**UI**: The
kWebUITabStripfeature flag has been disabled by default. Projects that relied on this feature being enabled will need to adjust their configurations. (c5524b1) -
⚠️ BREAKING
**Networking**: The deprecated
BodyAsStringCallbackDeprecatedfunction has been removed from use, indicating its upcoming removal from the API. (f80181e)
Blink & Web APIs
-
The Blink
Supplementablesystem was refactored from a hash-table to a more performant array-based model. As part of this,HTMLVideoElementwas made non-Supplementable, improving its performance by avoiding hash table lookups. (a0c6dba) (cdd031f) -
**FedCM**: The
FedCmErrorAttributefeature has been enabled by default, moving past its warning phase. (bf364e8) -
**CSS**: Fixed an issue where scroll bubbling was not correctly respecting the
overscroll-behaviorproperty. Additionally, thecaret-shapeproperty now correctly defaults to a bar shape during IME composition. (22f6dfc) (f12518b) -
**View Transitions**: View transition names are now properly escaped when creating dynamic styles like
@keyframes, preventing potential rendering issues. (2b043e2)
Performance
-
**Networking**:
net::IsolationInfo,NetworkIsolationKey, andNetworkAnonymizationKeyobjects are now cheaper to copy due to the use of ref-counted data members, improving performance in areas like subresource loading. (d9614f9) - **Cronet**: The NEON instruction set is now enabled for Cronet ARM builds, which should provide a performance boost on supported devices. (7c196de)
-
**Memory**: The PartitionAlloc memory allocator was refactored to use a new
SlotStarttype instead of raw pointers, improving type safety and maintainability without impacting performance. (2b12f09) -
**GPU**: Fixed a potential race condition when clearing corrupted shader caches by giving the
PersistentCacheits own dedicated root directory, separate from the legacyDiskCache. (69c0a1a)
UI & UX
-
**Android**: Users can now open a link in a new window by pressing
Shift+Enterin the omnibox when in desktop mode. (f03805d) - **Android**: The extension installation dialog now displays the list of requested permissions to the user. (9ad9658)
- **Omnibox**: Drag-and-drop support for files and images was added to the New Tab Page realbox. The Answer-in-Omnibox (AIM) compose widget now properly hides on focus loss. (29a75ee) (f3dfc63)
- **Tab Groups**: The "Convert to bookmark" button in the Tab Group Editor is now correctly hidden if bookmark editing is disabled by enterprise policy. (be82931)
Code Health & Refactoring
-
**Testing**: A large number of browser tests were updated to use a proper HTTPS test server setup instead of the
--ignore-certificate-errorscommand-line flag, improving test reliability and security posture. (55032fa) (8f56585) (ce0ad21) -
**IndexedDB**: The backend was simplified by removing the obsolete
FactoryClientwrapper class and legacylist_setcontainers, improving maintainability. (bbdd400) (2f221dd) -
**C++ Modernization**: Code was updated to use modern C++ practices, including replacing manual
newwithstd::make_uniqueand usingstd::string_viewfor URL parsing function arguments. (970641e) (b32bcb9) -
**Dependencies**: Numerous third-party libraries were updated, including Rust crates (clap, zerovec, syn),
libxml,quiche, and font libraries likeread-fontsandskrifa. (a47c17c) (f2441dc) (81d8361)
All Commits (576)
- 089db6c Remove overloaded LinuxUiDelegateWayland::ExportWindowHandle
- ec2abc3 [Android] Disable testIncognitoAllMenuItems on Desktop
- ba88756 Roll androidx from AqzaHt-0dA5LN3Ubr... to kQ4c66e9ROkevLFvn...
- 47ae931 [bookmark] Fix dangling pointer in file dialog listener callbacks
- 9dc0c83 Revert "Remove returned GpuFenceHandle handling from exo::Buffer"
- 55032fa Remove kIgnoreCertificateErrors in chrome/browser/ui/views/file_system_access
- b32bcb9 url: Use string_view for ParsePath*() arguments
- 9ad9658 [Extensions UI] Add permissions to install dialog on Android
- 814d945 Roll src-internal from 1f1729f2dd5f to c4f1489ad303 (1 revision)
- 12f1fd9 TabbedAppMenuPTTest: support the app menu item to open incognito window
- 0612bfb [remoting] Add logo image to the Debian package.
- 8f56585 Remove kIgnoreCertificateErrors in ['chrome/browser/geolocation', 'chrome/browser/idle']
- c5cf711 Roll llvm-libc from 364a79c95d07 to 10a4a01f40b8 (7 revisions)
- 0958a48 [glic] Refactor AppPlatformMetricsServiceTestBase
- a4571f7 Roll Skia from a32353e15e57 to cb627fb20e06 (1 revision)
- 7e5078e [AIM] Move any image mimetype to MimeTypeUtils.java.
- ca4b75e [AIM] Restrict file picker to PDFs.
- 3cccb03 [AIM] Minor clean up in NavigationAttachments coordinator/mediator.
- bb742de [STG] Enabling Join only feature flag by default.
- 75b3835 [PWA] PendingUpdateInfo icon deserialization fixes
- 074a009 [GlicMI] Add SidePanelEntryHideReason::kBackgrounded
- 7a8645f [Global shortcuts] Fix conditions to show dialog
- 970641e [Code Health] Modernize unique_ptr creation in extensions/browser/api
- ce0ad21 Remove kIgnoreCertificateErrors in ['chrome/browser', 'chrome/renderer']
- a5e2a6c [cleanup] Fix typo in `WaitForTaskTabForeground` function name
- 59f6448 Remove kIgnoreCertificateErrors in chrome/browser/metrics
- 1f406a3 [AIM] Minor refactor to NavigationAttachments*UnitTest files.
- cdd031f Make HTMLVideoElement not Supplementable.
- 798cbae Remove kIgnoreCertificateErrors in chrome/browser/site_isolation
- 63fe4fd Revert "Adds page action chip to toggle the toolbar height side panel"
- cbd0aa3 NodeToDebugSring() -> NodeToDebugString()
- e8411d7 Extend expiration for PageLoad.Experimental.PageVisitFinalStatus.
- 5cc1dce [GlicMI] [multi-tab] More multi-tab metrics.
- 56b1829 Remove kIgnoreCertificateErrors in chrome/browser/lookalikes
- 901e21a Roll Perfetto from c45e0f2db7d3 to e412367ef25d (1 revision)
- 290a6e6 [AIM] Added @AutocompleteRequestType to property type.
- f51c0e4 Roll Chrome Win32 PGO Profile
- 28aecf0 Migrate ServiceWorker histograms from suffixes to tokens.
- d839647 Roll android_deps from XAfxUMRHlrNG--1Kr... to yX6hnO9mYIDjZHF4_...
- 6b84245 Roll Perfetto Trace Processor Win from 2a38e41f8103 to ebe40aa3593d
- 151e2fd Call setUseDesktopUserAgent() on webContent#NavigationController to set viewport_meta_enabled to false for ephemeral tabs.
- 6ae3e21 Add Structured test ids to builder groups
- 589885e [composebox] add error when max file limit reached
- 3f19089 [iOS Blink] Build fix in secure_payment_confirmation_app_factory.cc
- 463fc9b Roll clank/internal/apps from eae3381d49f0 to 90b7f4c8ec58 (1 revision)
- e9ee6e2 Roll WebView ARM64 Orderfile from 5exZ_VwFIo9n35Mon... to B2fmI7iPjzxYku9Vx...
- 34dc91d Roll Perfetto Trace Processor Linux from ebe40aa3593d to c45e0f2db7d3
- df661e2 Roll Chrome Android ARM64 Orderfile from F28q-VV_r-Bl_piEh... to wKCpU9t64u06CqhA1...
- ddab737 [CVC storage IOS] Add delay to snackbar presentation when VoiceOver is running
- 87439ac [Persist] Update CollectionStorageObserver to use Position arg
- 7432195 Add Former Parent Handle to TabCollectionObserver#OnChildrenRemoved
- 8fef4c7 Add silent printing unit test for PrintPreviewHandler
- 4ed186b [omnibox-next] Set `SearchboxContextData` when tab is added
- 883f0b2 Revert "[Android] Enable render tests on Android 12L"
- e3d64b2 [composebox] Add error state for voice permission disabled.
- 53102e1 [Android] Create Bookmarks Stations
- c5f16ca Navigate() Handles WindowOpenDisposition::OFF_THE_RECORD
- 1c7c205 Synchronous Navigate() Handles WindowOpenDisposition::OFF_THE_RECORD
- f625195 Roll Chrome Mac Arm PGO Profile
- 6876485 Add a histogram for ShouldPin/DoPin to taskbar varying by channel.
- e04198c Add methods to return both Stations from Journeys
- 64cd06b [TreesInViz] Fix FluentOverlayScroll and TreesInViz interaction.
- 6f59c99 Roll ios_internal from b14e43280037 to 098c2722c06c
- ebba531 [AIM] Returns to Previous Activity on Back/Done Click
- ce136b0 Revert "Add new builder to build Chromium History-RAG for Linux."
- 4ba8f79 Roll androidx from woBoSS1xll9LQeRMN... to AqzaHt-0dA5LN3Ubr...
- 97fe1ce Update the loading states for Post FRE and FRE ZSS to one
- 2d6cf3f [persistent_cache]: Open database in read only mode when needed
- afb75f5 [ntp][realbox][next] Support different default placeholders
- f80181e Remove uses of BodyAsStringCallbackDeprecated (c/b/ pt. 1)
- 8a064f1 Partially remove check for global handlers in plugin mime_type code
- 77fa9d1 a11y: update aria modal pruning when a11y focus changes
- 9005722 Update CBB autorolll for the builds refs
- c7c62d6 Migrate PrerenderSource suffixes to an inline token.
- 285a137 Change PreserveDropEffect runtime config to test
- f945caf Disable ToolbarTabletTest
- 0661611 [Android] Re-enable 4 test cases in ReaderModeTest
- bbc9547 Adds page action chip to toggle the toolbar height side panel
- b8cca30 Roll src/third_party/crabbyavif/src/ 3ba05863e..640d2758f (47 commits)
- f0e106c Make sure headers aren't too big in AreHeadersEncrypted
- 113e061 Fix DBSC net logging bugs
- 843ead1 Roll PDFium from a4c4d0ad1404 to 1861f24ae2b4 (6 revisions)
- 2aeac4a Remove no-longer needed OsAdditionalSecurityPermissionKillSwitch flag
- ed55ed6 Roll Perfetto Trace Processor Linux from 6dd7e4b80b12 to ebe40aa3593d
- c4e7c25 [glic] Migrate kGlicActivateTabApi to mojo RuntimeFeature
- d6f821c Actor: Cleanup Glic tab/window conversion helpers
- 5bf69ec Reland "[metrics] Log UserAction when task tab is activated via glic"
- 97a6f12 [omnibox-next] Update ToolMode for deep search and create images
- 67deaf7 Enable event history logging in UpdaterMain
- 8b83f6c Remove module_scheme from components_perftests
- fc1a353 Automated Commit: LKGM 16480.0.0-1073067 for chromeos.
- 58217a2 Roll icu_pattern: 0.4.0 => 0.4.1 in //third_party/rust.
- c71661e [Vertical Tabs] Creating SessionServiceBaseObserver
- ef9f712 Roll clank/internal/apps from 4fd74faa90d6 to eae3381d49f0 (1 revision)
- a6aa543 Forward declare OSExchangeData in more headers
- 881aec6 Add POLICY_LOAD history event type
- eca9f0a Re-enable kGlicActorInternalPopups in ActorUiTabControllerTest
- a2b2fad Add token field and getAttachmentTokens methods
- f1004d2 [Frameworks roll] Roll to 831009484 piper revision
- 706619d [iOS][gardener] Disable testIncognitoReauth on simulator
- 20a692e Roll Chrome Mac PGO Profile
- 30740be Revert "Gestures: Construct a proper fragment tree for the overscroll pseudos."
- 68aff27 Roll Perfetto from ebe40aa3593d to c45e0f2db7d3 (1 revision)
- 62c794b Roll fixed_decimal: 0.7.0 => 0.7.1 in //third_party/rust.
- 82a39c3 Roll Skia from ba57e906a8f6 to a32353e15e57 (2 revisions)
- fd84d2a Roll Dawn from 02199bfef3ea to 2a92c03519fa (6 revisions)
- 86174e3 [PhishGuard] Improve IsPingingEnabled Documentation
- 573b858 roll third_party/cloud_authenticator
- 7ff4cca Revert "Cleanup data_controls related code."
- add9c7f [LNA] remove unused PNA constants
- f3dfc63 [Omnibox AIM] Compose widget will hide on widget focus loss
- 2c22a9a [bedrock] Migrate profile_management_disclaimer_service.cc away from BrowserListObserver.
- 40fbbee Revert "[Bookmark Manager] Update the move icon"
- e87ffa9 Roll Catapult from 5a9469b58c1c to c35dba03f06c (1 revision)
- 257cd35 [iOS][gardener] Disable testContextMenuActionCamera on device
- 9780fdf [temporal] Uplift float64-representable integer patch
- 8fadad8 Roll Chrome Mac Arm PGO Profile
- d41267a [Test] Fix Hub Layout tests failing due to open incognito as window feature
- 481bd68 Roll Perfetto Trace Processor Linux from 2a38e41f8103 to 6dd7e4b80b12
- 786735e Hook up WCO toggle button to tints from ThemeColorProvider to ensure good contrast
- aa6b1b3 Add metrics across explicitly chosen v implicitly chosen set of tabs
- 9fb5412 Roll Perfetto from 6dd7e4b80b12 to ebe40aa3593d (2 revisions)
- 024faef [TreesInViz] Add deserialization test coverage
- d92e8bb [LNA] Update links to URL patterns documentation
- 19fff80 Add blink_perf.webgpu_compat for testing of OpenGL ES backend
- a9560c0 [Reader Mode] Add huangs@ to //third_party/readability/OWNER.
- 7ecc2d1 Add to OWNERS for Infobar
- 7ae25fc Revert "Overscroll: Set the proper property tree topology for overscroll areas"
- c3653c5 [iOS] Removes Blue Background For Placeholder View
- 88913e8 Revert "Actor: Update default timeouts for page stability monitor"
- d40975d Add new builder to build Chromium History-RAG for Linux.
- 3448b81 Roll WebView ARM64 Orderfile from 2zWbd_iWx0raJH3Qc... to 5exZ_VwFIo9n35Mon...
- ac2910b Roll Chrome Android ARM64 Orderfile from TRgz6wFYV5hYjNe7B... to F28q-VV_r-Bl_piEh...
- 9747d86 Add feature flag for cross-platform synced setup
- 74b54db Reduce number of copies needed for WriteBuffer
- 60aa1d7 [Gardening] Disable images/color-profile-reflection.html for Win11-arm64
- 597582c bluetooth-internals: Partly migrate chrome://bluetooth-internals to TypeScript (1/N)
- c16371c Roll Chrome Linux PGO Profile
- c0101a8 [persistent_cache]: Flesh out perf tests.
- 08c1bd0 [ntp-realbox] Don't store the File object in the ComposeboxFile
- 1b504b7 [iOS] Extend App Bundle Promo Flag Expiry
- afdee52 android_deps: fix testonly
- 5898dd7 Roll Error Prone from kry2CHb61PolJGv6-... to _RZL5CNywt1M1qWuk...
- 4b7ef2a Update to the NSPR 4.38.2 release
- dae8b6a Roll V8 from 61b9bcb06d83 to b77854898cee (4 revisions)
- bff6859 InputVizard: Improve Transferred Back Sequence Detection
- 8c4195a Cleanup data_controls related code.
- f394c3b [Chrome Next] Paint corners separately with theme background
- 31f9b81 Roll Perfetto from 2a38e41f8103 to 6dd7e4b80b12 (2 revisions)
- 4e74432 [iOS] Add TabGroupSyncService to unit tests
- ae95ccb Migrate matchLabelsAndFields function from gCrWebLegacy
- a0c6dba Make Supplementable array-based.
- 8be504e Refactor Power.Mac histograms to use tokens for sampling times.
- 3412b1f add feature to make origin gating site-based
- 996eac0 Migrate getFrameUrlOrOrigin function from gCrWebLegacy
- 91c3174 Move FindLastObservedNodeForActionTarget to command location.
- c26cd53 Roll Perfetto Trace Processor Win from de982323d306 to 2a38e41f8103
- ab120c5 [Android] Enable render tests on Android 12L
- ec0fbdf Roll Chrome Android Desktop x64 PGO Profile
- 003b355 Replace LOG with DLOG in navigation_transitions/physics_model
- e03b800 Remove SQLITE_OMIT_AUTORESET flag
- 3c72c0e Roll ChromeOS Arm AFDO profile from 144-7499.6-1762139358-benchmark-144.0.7514.0_pre1541398-r1 to 144-7499.11-1762745527-benchmark-144.0.7522.0_pre1542924-r1
- b803317 [gap-decorations] Split CrossGap and MainGap impls into .cc files
- 25d85ce Revert "[metrics] Log UserAction when task tab is activated via glic"
- 7792a6f Roll Skia from 501af2edb232 to ba57e906a8f6 (1 revision)
- 154f95a [Partitioned Popins Removal] IPC
- 84784bf Implement AIM glif animation
- 842a422 Suppress toolbar scene layer during keyboard animations
- 137e3e7 [flex] Remove code duplication in LineFlexer.
- b7944bd [opener_heuristic_browsertest] Fixup some unused MAYBE_
- 45d455b Refactor map lookups in rule.cc
- e4f9362 [ContextualTask] Attach task to webcontents before inserting a tab
- 97f3472 [metrics_internals] Show content for Private Metrics tab
- 04b4f33 Add support for module_scheme in generate_buildbot_json
- 741f517 actor: Fix openInBackground param for createActorTab
- efb9f42 Revert "Cache back-buffer on resize to mitigate gutter"
- 8a4c2f4 WebUI: Include generated .html.ts files in build_webui() ESLint checks.
- 72c6792 [iOS] Prevent customization startup activity when flag is disabled
- 942af19 Add LOWER_IS_BETTER improvement direction to webview startup latency metrics
- 36b62f5 Roll Chrome Mac Arm PGO Profile
- 7e16c5d Roll clank/internal/apps from 3e41b70bd9b2 to 4fd74faa90d6 (1 revision)
- f1b0c60 [commerce] Extend histograms
- acfd191 [Cleanup] Add default methods to SceneOverlay
- 3144288 [iOS] Enable page context anchor tags by default
- 9f32932 Roll Updater chromium_win_x86_64 from 2@1537009 to 2@1538024
- 339da1c Migrating usage of getInstanceCount() to getInstanceCountWithFallback().
- 5feb697 build_rust.py: Fix the branch name in GetLatestRustCommit()
- a9d8746 Fix content centering to the infobar container
- 9a437d8 [realbox] Fix crash in webui-browser('expandedSearchboxShowVoiceSearch')
- 2bb48a5 Don't render Window Controls Overlay header in as an overlay if the window is too narrow
- c9ca7ab [iOS] Remove should_allow_share related APIs from CRWWebView(2/n).
- 4310ce8 Enable empty linux platform version by default
- 36b5c4e [omnibox] Fix colors for WebUi Omnibox popup.
- 042ab71 Roll src-internal from aa99d52b32d7 to 1f1729f2dd5f (1 revision)
- f008dd0 Add more unittests for autocommit issue on Transaction::Commit
- 16f7104 Extend NewTabPage.Footer.ContextMenuClicked expiry
- 54f8d91 Roll clank/internal/apps from 01917ba176f4 to 3e41b70bd9b2 (1 revision)
- 29a75ee [ntp-realbox] Add drag/drop functionality in realbox.
- cddf34a [iOS] Enable kSuggestStrongPasswordInAddPassword in unit tests
- a685f66 Roll Updater chromium_win_arm64 from 2@1537046 to 2@1538066
- 406b136 Add structured test id to findit
- 9395726 Roll Perfetto Trace Processor Linux from e6190a389668 to 2a38e41f8103
- 268dbd8 [CodeHealth] Remove stale base::Feature HistoryClustersKeywordFiltering
- 4011872 Roll Updater chromium_mac_amd64 from 2@1537037 to 2@1538037
- f118ef3 Roll Chrome Win64 PGO Profile
- 1422002 [MemoryConsumer] Add a way to disable a correctness assert
- bbcbc25 [iOS] Add smart tab grouping request proto wrapper
- cf46dd6 Drop Wallet icon from loyalty card manage suggestion.
- 039bbe5 [ntp-next] Fix MVT reflow layout issue with Expandable tiles
- 65c26f4 [MediaIndicators] Null-check tab strip #onMediaStateChanged
- fc8e749 Roll Help App from SHffW-6xrPu2Ctg8p... to VU9bdIGQoNEIvXywf...
- b1df1f4 [Force Save to Cloud] Add UI changes for Force Save to GDrive
- cec4d70 [tips] Add a field trial testing config for the tips experiment
- fc5edb2 [composebox] Determine file type on a per-file basis for uploads
- dd047c9 Code for passing a model file handle for the Neural Residual Echo Estimator from the browser process to the audio service.
- 937004d [omnibox] Refactors Omnibox Popup State Management
- fce349c [Default Browser] Update strings on chrome://settings/defaultBrowser
- 8402f73 [TBHSP] Add new Tween type for ToolbarHeightSidePanel
- 1fa8062 [Contextual Tasks] Use EmbedderContextData to retrieve Browser
- 0346a8c [AIM] Hide input/tool entries based on AIM eligibility service.
- cca8e43 Revert "[Autofill] Turn ExtractForm() into ExtractFormWithField()"
- a8bf7aa Roll clank/internal/apps from dfbdb8bfe3c4 to 01917ba176f4 (1 revision)
- 22540d6 Fix unsafe buffer usage in components/exo/wayland/clients/globals.cc
- dc445b1 Roll Chromium Variations from 0miAoisDsZWBQ07aX... to itLjUseehdQqGWGFy...
- 955ff1d Roll Skia from 8ba782178517 to 501af2edb232 (1 revision)
- 84ea804 Roll Catapult from c7d4be8bd748 to 5a9469b58c1c (1 revision)
- a2cd70a Navigate() Handles WindowOpenDisposition::NEW_WINDOW
- ac01504 [iOS] Always scroll to the custom color slider when the custom color cell is tapped
- b483cb3 Make supports_android a better supported option in android_deps
- 663637c [Print] Add a Finch flag to control the default printing scale to PDF
- 963a4d9 Roll BoringSSL from ab6994097a15 to 109650a4fef9 (1 revision)
- acfeebc [Omnibox Next] Open views context menu in AI mode
- 9ac556b [bedrock] Fix test expectations in SnapGroupBrowserTest
- 22f6dfc Respect overscroll-behavior when determining scroll bubbling
- 2738a30 [heap] Remove V8Flag_memory_reducer_favors_memory from testing config
- 8a452d6 [PinnedTabs] Add partially obscured tabs to pinned bar upon certain threshold
- cb985e2 [Settings containment] [Android][Settings] Fix NPEs in LanguageSettingsTest
- 87cace8 [metrics] Log UserAction when task tab is activated via glic
- 6f81246 Add PdfXfaFormsEnabled policy
- 0ea0dce Enable field visibility check flag by default
- ccea140 android-a11y: deprecate usage of ANI.CollectionItemInfo.setHeading
- c42f2e1 Don't attempt to activate AI Mode from NTP on tablets
- 8bb1aaf Roll Perfetto from e6190a389668 to 2a38e41f8103 (1 revision)
- e289aa0 [Extensions] Add serialization for webRequest's RequestFilter
- f93f6bd [actor] ensure actuation isn't possible from both user-control states
- 41a7416 [iOS][Data import] Rename strings to drop Safari
- 43df327 Reland "[GlicMI] Bind without show for foreground daisy chaining when detached"
- 363694e Roll Chrome Mac Arm PGO Profile
- 4ba3f78 [iOS] Execute BWG page-loaded callback (re-add removed code)
- 3476726 Add SustainedMPUrgentDiscarding + InfiniteTabsFreezing to testing config.
- 8ad2c5d Roll Perfetto Trace Processor Linux from de982323d306 to e6190a389668
- 48b8507 [SyncTests] Modernize SingleClientPollingSyncTest.*
- 302ec4e Roll src-internal from 039b05faf8fb to aa99d52b32d7 (1 revision)
- 5cc2799 Revert "scalable_iph: Remove ScalableIphFactory usages"
- 98994af GpuPersistentCache: crash and clear files upon permanent error.
- 9895946 [Settings containment] Apply containment to Search Engine settings
- 9725827 NavigationController: Fix view-source prefix loss on error pages and consecutive reloads
- 4a48a30 Optimize gfx::Transform's mojo.
- 3ccbd85 actor: Ensure all callers use MakeResult for errors
- fc88067 [KA] Increase padding around credit card and IBAN icons.
- 4309aba actor: Fix stabilization requirement for login tool
- bada479 Extend FallbackFont histograms
- e143a28 update using proto export to latest internal
- 430b80a Roll Android Lint from 7LpbK-QwQxOOn7upe... to uDABYl04zxpaJdY-F...
- d36bf35 Roll Chrome Android ARM64 Orderfile from ikWtnWrQSKW4bF8rC... to TRgz6wFYV5hYjNe7B...
- fde6894 [Autofill] Use BASE[_DECLARE]_FEATURE_PARAM in autofill_features.{h,cc}
- e787205 [History] Deduplicate actor visits separately on the history client side
- b3c312d Update filter_out_empty_updates to skip 0 GSUs entirely
- be20e09 Roll Perfetto Trace Processor Win from 2068ddde7c3c to de982323d306
- 1f6573a Roll Media App from trWR0yAa0ibFF0IvB... to lQTVJSbGgBjc8dQ1C...
- ce388c0 Enable Google TTS in manifest v3
- e1151a5 Updating trunk VERSION from 7523.0 to 7524.0
- 3201900 Add ActorLoginQualityLogger base class to record MQLS
- 770bff2 Roll WebView ARM64 Orderfile from pbI2IomKQRBO3YCYv... to 2zWbd_iWx0raJH3Qc...
- 761391e Repackage Cronet's JNI Zero to `android.net.http.internal`
- 9517895 [iOS] iOS 16 deprecation code cleanup
- df75188 [Contextual Tasks] Add browser tests for WebUI
- 29a698d Roll Perfetto from de982323d306 to e6190a389668 (2 revisions)
- 8d17015 [Persist] Store global ref of StorageLoadedData
- 630b228 [iOS][autofill] inferLabelForElement as util function
- 9dbf12b [iOS][autofill] inferLabelFromDefinitionList as util function
- bbdd0d9 Roll Dawn from 429d5938c874 to 02199bfef3ea (4 revisions)
- 73b9887 Add UseCounter for HttpAuthCache
- 8da313f Roll Chrome Android ARM32 Orderfile from zcjSu4CkT3gzb2QJ7... to SK6bAJHYBaiL0mGok...
- 24f4b57 Implement GlobalBrowserCollection.
- ba1f5ad Prevent UI state reset for passwords on tab changes
- ba0aeaf Roll Perfetto Trace Processor Linux from 9eee2ee36a43 to de982323d306
- ab07285 Use existing error kEmptySessionConfig
- 27b3b25 Roll androidx from 67Lf0EkMyYycszWcq... to woBoSS1xll9LQeRMN...
- 5b64843 Delay Actor UI view bounds updates to end of UI message loop
- 6ed10dd Roll ChromeOS Bigcore AFDO profile from 144-7489.0-1762139896-benchmark-144.0.7513.0_pre1541206-r1 to 144-7499.11-1762742359-benchmark-144.0.7522.0_pre1542738-r1
- 8fa01f2 Add comment to country_codes::GetCurrentCountryID()
- fbb8385 [flex] Avoid overflow of flexbox with non-zero flex-factors.
- d64596d Add UseTerminationStatusMemoryExhaustion to testing config.
- d778ef5 [DevTools] Extend V8.DebugPauseToPausedEventMilliSeconds.
- fa3b387 Make the omnibox popup presenter resilient to out-of-band widget destructions.
- b1a5c42 Roll Chrome Mac PGO Profile
- 574bb05 [ios] Clear cross-platform promo data with browsing history
- 6fd7a62 Use ChipView::setIconWithTint in AllPasswordsBottomSheet.
- b638db3 Roll V8 from d35c2154dc13 to 61b9bcb06d83 (4 revisions)
- 41a908a Use ChipView::setIconWithTint in AddressAccessorySheet.
- 3f1684e Use ChipView::setIconWithTint in PasswordAccessorySheet.
- fac7bd8 viz: Remove useless SetViewportSize() calls
- 055463d [Autofill] Remove function declaration without definition
- cf0360a Roll Chrome Android ARM64 Orderfile from jbFpdELgiqkxAspwa... to ikWtnWrQSKW4bF8rC...
- d09c747 Roll DevTools Frontend from 0179e94b7d9a to ca3114dcc808 (5 revisions)
- 48039c4 [presubmit] Ban org.junit.Assert.assertThat
- b3a62a9 Roll Chrome Mac Arm PGO Profile
- e86fb30 animation-trigger-timeline-subject-removed.tentative.html still flaky
- 93076b1 Prefetch: Trace asynchronous calls using perfetto::Flow
- e33809f Roll WebView ARM64 Orderfile from p63XkliBp6b67TnEG... to pbI2IomKQRBO3YCYv...
- 5698d15 Replace AwaitSyncSetupCompletion() with AwaitSyncTransportActive()
- 4dd0907 Roll ChromeOS Atom AFDO profile from 144-7499.6-1762145121-benchmark-144.0.7513.0_pre1541206-r1 to 144-7499.11-1762745895-benchmark-144.0.7522.0_pre1542738-r1
- 157d91a Legion: Check feature in client factory
- c23f354 Roll Chrome Win ARM64 PGO Profile
- 5e82198 Disable tests for a devtools CL
- e07a5d5 Roll Arm AFDO from 144.0.7514.0_pre1541398_rc-r1-merged to 144.0.7522.0_pre1542924_rc-r1-merged
- b86893b Roll Chrome Win64 PGO Profile
- dfc54ea Remove unnecessary feature parameter for AutofillAi
- 045ae31 Roll Perfetto from 9eee2ee36a43 to de982323d306 (3 revisions)
- 7e5a077 [ACT] Clean up User Bypass UX and kActiveTp/kPausedTp
- e26fe79 Roll Chrome Linux PGO Profile
- ac9c9f1 Updating XTBs based on .GRDs from branch main
- 3082fa3 legion: Add request_id for request-response mapping in Client
- e5a966a Roll Chrome Win32 PGO Profile
- 2f117ee [KP] Automatic update from google3
- 92f5d25 Make IdentityManager creation CHECK fatal
- a06fb81 Prefetch: Add UMA for debugging OnDeterminedHead()
- 177100e Roll DevTools Frontend from 7b239cd3e5c8 to 0179e94b7d9a (1 revision)
- dff40e5 Revert "[PA] Refactor to use a typed SlotStart to replace uintptr_t"
- 83097af Roll V8 from 651375e9e5b7 to d35c2154dc13 (6 revisions)
- f12518b Caret-shape: handling IME case.
- c2d1bb1 [CT] Automatic update from google3
- 4a99319 Roll clank/internal/apps from 6f4a8d22c0b3 to dfbdb8bfe3c4 (1 revision)
- 23168fe Upstream AOSP-only Cronet library name variation
- 12fc9d7 Remove survey flags from field trial config.
- f777488 Remove uses of BodyAsStringCallbackDeprecated (c/b/ash pt. 1)
- c575f3e Automated Commit: LKGM 16480.0.0-1073060 for chromeos.
- 3860b00 Roll Perfetto Trace Processor Linux from 2068ddde7c3c to 9eee2ee36a43
- f586dcd [Sheriff] Disable testTopLevelNavigationShouldBeIntercepted test.
- fa3f5fb Add BrowserAutofillManager::UpdateCache()
- 8bad34f Roll Chrome Android Desktop x64 PGO Profile
- 8e998e4 Roll Chrome Android ARM64 Orderfile from vw0oelsWbiqcePdK5... to jbFpdELgiqkxAspwa...
- 40e1a2a Roll Chrome Android ARM32 PGO Profile
- 5102c53 Roll ios_internal from e26afe946eac to b14e43280037
- 91f5389 Roll Chrome Mac Arm PGO Profile
- e2d20b1 Roll WebView ARM64 Orderfile from on6zPmMewUO2umKnW... to p63XkliBp6b67TnEG...
- b1104b4 Roll DevTools Frontend from 21cedb80678a to 7b239cd3e5c8 (3 revisions)
- c30f598 Add glitch duration to total_samples_duration_
- 21c57a6 Roll Enterprise Companion chromium_win_x86_64 from f_8YcbeOZtS3LiZ9c... to rg0sG6AdBOAZeLEh-...
- 3d86660 Roll Updater chromium_win_x86 from 2@1537032 to 2@1538012
- 5392863 Roll Enterprise Companion chromium_mac_amd64 from LG5hu5uwys9ro5LSt... to ZOsef3BDwtfnKxou6...
- e075b77 Roll Skia from 525d1470b766 to 8ba782178517 (1 revision)
- 53c14f6 scalable_iph: Remove ScalableIphFactory usages
- fc61dd0 Roll Perfetto from 2068ddde7c3c to 9eee2ee36a43 (3 revisions)
- a3effb7 Roll Enterprise Companion chromium_win_x86 from _elusORF-cGPSU9vg... to Dl3po5deteBxicZWa...
- 3ea6238 Roll Updater chromium_mac_arm64 from 2@1537009 to 2@1538018
- d6a8226 Roll Enterprise Companion chromium_mac_arm64 from 0g7xwW-X-b7WFpc-j... to n5gzg3JR1NJEaz4tg...
- e27bc43 [SH] Remove Safety Hub Hats surveys in Android
- 359de0f Roll Updater chromium_linux64 from 2@1537009 to 2@1538007
- 7e3be55 Roll Enterprise Companion chromium_linux64 from DqX9vbJMQVfV9eq78... to KnQgL6aqZRykuBNZq...
- 7e6c511 Extension: support chrome-extension scheme in custom site setting
- 2daa2ba Roll Crossbench from be84bb82daa6 to f28194c41e04 (1 revision)
- 356d96a [TDR] Remove TODOs linked to issue 297317408.
- f8b78d3 clank-input: remove unnecessary `ImeAdapterImpl.this` param
- 33addf3 Roll libunwind from 9d33a5cf9537 to d3f5542ab9b3 (1 revision)
- 7c196de Stop disabling Neon on Cronet ARM builds
- 2559017 Roll Amd64 AFDO from 144.0.7513.0_pre1541206_rc-r1-merged to 144.0.7522.0_pre1542738_rc-r1-merged
- 2157273 Roll Chrome Android ARM64 Orderfile from kVpJ8mOdW-GxXCyEQ... to vw0oelsWbiqcePdK5...
- 6bec3c5 Update content setting pattern format documentation URL.
- f4f60a6 Remove unused spellcheck::IsValidRegion
- 9dd4d4a Roll Projector App from BeMLEpqZvpvq0a3fB... to tEeJN58kt4b-FQ7hr...
- a47c17c Roll read-fonts: 0.35.0 => 0.36.0, skrifa: 0.37.0 => 0.39.0
- 281b9cc Roll Chrome Mac Arm PGO Profile
- 86817e4 fake_dmserver: Improve local policy testing tools
- 69c0a1a gpu: Use a dedicated folder for PersistentCache
- 969ff6e Roll ios_internal from 72962da19cbf to e26afe946eac
- acddd3a [TDR] Remove TODOs linked to issue 172879638.
- 5d235b9 [TDR] Remove TODOs linked to issue 289342383.
- 3a2826d [TDR] Remove TODOs linked to issue 172881094.
- 5063b6a [Autofill] Turn ExtractForm() into ExtractFormWithField()
- c85265d Roll Boca App from Sn6c9DmUUhGmtw_tv... to mFqYLo29eyRsSob6p...
- 2b12f09 [PA] Refactor to use a typed SlotStart to replace uintptr_t
- 457a4ac Roll DevTools Frontend from 0117805c961f to 21cedb80678a (1 revision)
- c4f9862 Remove IsToolbarPinningEnabled declaration
- ac274ed Roll Boca Receiver App from 4dvRNJcG_uk8BhoOd... to tVnYaDGzg1fGOR8Kt...
- ac91e0a Roll BoringSSL from baaf868e6e8f to ab6994097a15 (1 revision)
- 8c3c775 Roll Dawn from 498fbf7cc39e to 429d5938c874 (3 revisions)
- 156f774 Roll Skia from a951a8e291c0 to 525d1470b766 (1 revision)
- 63934fd Revert "Mark ReceiveFramesFromFakeCaptureDevice test flaky for Android"
- b6772a4 Delay expiry of frequently used histograms.
- 23facf4 Add LINT.IfChange/ThenChange for PasswordSpecificsData trimming
- f8321f8 Roll Chrome Android ARM64 Orderfile from 3c0lKcs3cwAq2hbPD... to kVpJ8mOdW-GxXCyEQ...
- 4176b5a Fix menuitem-activate failures [5/4]
- 04914a7 Refactor menu elements to have a common MenuOwnerElement base [4/4]
- 1accf53 Expose LOCK_PROFILE in loginState API documentation.
- deaf518 [Frameworks roll] Roll to 830774146 piper revision
- a352613 Introduce a switch to skip the selector for data to be filled.
- 44cb968 [SyncTests] Modernize SingleClientSharedTabGroupDataSyncTest
- 43df992 Roll Chrome Mac PGO Profile
- 2d67629 Roll Depot Tools from ee1cf5869193 to 32a8dcc84245 (1 revision)
- f552752 Delay expiry of histograms causing alerts.
- a1654c0 Roll WebView ARM64 Orderfile from VnEqOCgV_N_TznVzY... to on6zPmMewUO2umKnW...
- 45fe2d1 Field trial config for autofill ai m3.1
- 0240c64 Roll DevTools Frontend from 3e89f9310d0e to 0117805c961f (3 revisions)
- 393bf7f Roll Chrome Mac Arm PGO Profile
- ded7017 [ClapperLoud] Add a feature flag
- ec5f5a5 Roll Skia from 1edf0545ba45 to a951a8e291c0 (1 revision)
- e337722 Sync: Extend SyncToSigninMigration histograms
- 725c6dc [WebUI][CodeHealth]: Import loadTimeData from settings.js
- d50a63b Roll androidx from S-YbNwe6NuYdZtR52... to 67Lf0EkMyYycszWcq...
- 6ba90a4 Roll Chrome Android ARM64 Orderfile from eBv1q_FGsPEgmNPsI... to 3c0lKcs3cwAq2hbPD...
- 7c1cea6 Roll Chrome Win64 PGO Profile
- 3461a42 Roll Chrome Linux PGO Profile
- d0f4980 Roll Chrome Win32 PGO Profile
- ad41d06 Follow-up crash fix in AnchorElementInteractionTracker::ViewportIntersectionUpdate()
- 9cf42cc [Gardening] Disable virtual/gpu-rasterization/images/color-profile-reflection.html for Win
- 3bf5e30 Roll DevTools Frontend from 8fbcba57ed30 to 3e89f9310d0e (1 revision)
- 8a2e886 WebUI: Fix more violations of upcoming eslint-plugin-lit checks.
- d2e42be Roll Chrome Win ARM64 PGO Profile
- fed76e1 Roll Skia from 5adb6d44c029 to 1edf0545ba45 (1 revision)
- 7df7d23 [Fuzzing] Fix FFmpegAudioDecoder channel crash
- 8e7f7fc Use ChipView::setIconWithTint in ContextMenuChipController.
- be7fe0c Use ChipView::setIconWithTint in WebFeedMainMenuItem.
- fe81819 Roll Chrome Android Desktop x64 PGO Profile
- bf364e8 [FedCM] Enable FedCmErrorAttribute flag
- 9f41a96 Avoid copies in callers of GetFullCard and its variations
- 6ba3284 Roll Chrome Android ARM64 Orderfile from t8RqiDaBcDmhausSp... to eBv1q_FGsPEgmNPsI...
- c2b2f0b Add runtime feature for HstsTopLevelNavigationsOnly
- 85c3fe0 Add a couple of getters to OtpAuthenticator
- 924dee9 Introduce NavigatorContentUtils mixin for custom handlers
- 75e4767 Add network interface getter to CreditCardRiskBasedAuthenticator
- 95766a4 Roll Chrome Mac Arm PGO Profile
- 2d256d1 Avoid copies in FullCardRequest
- 7dba2da Roll WebView ARM64 Orderfile from BJVHf_0-jY-6wFhoH... to VnEqOCgV_N_TznVzY...
- edfe886 Roll DevTools Frontend from a6f48f760645 to 8fbcba57ed30 (3 revisions)
- f2441dc Roll src/net/third_party/quiche/src/ 810b9a7bc..2897364a0 (16 commits)
- 653ce2d Roll Skia from 9249bd48ba21 to 5adb6d44c029 (1 revision)
- 953aea7 Roll Catapult from 59a9ecc61d13 to c7d4be8bd748 (1 revision)
- 653854d webnn: prevent device loss when creating invalid exportable tensor
- 0fa561c Clean up SplitCacheByCrossSiteMainFrameNavigationBoolean feature flag
- 50b01eb [Sheriff] Disable external/wpt/storage-access-api/requestStorageAccess-cross-origin-iframe-navigation.sub.https.window.html
- 1779c4c webnn: fix coreml dimension validation
- bcb9628 Overscroll: Set the proper property tree topology for overscroll areas
- 94bac29 Roll DevTools Frontend from 19763d33b40c to a6f48f760645 (1 revision)
- 3c0b0d6 Set default 1500ms to readability delay launch value.
- 2077cd0 [bedrock] Replace AllTabContentses() with tabs::ForEachTabInterface()
- 8f3effa [Sheriff] Disable TransientKeepAlivePolicyTest.EvictsOldestProcessWhenLimitExceeded
- 1bf9f61 Format files related to site search
- 3e8c3dd Remove kill switch and histograms for postMessage optimization.
- 7b3b645 Roll Catapult from f41a2ead7b78 to 59a9ecc61d13 (1 revision)
- af8cfd3 spellcheck: rename suggestions_for_word into SuggestionsForWords
- 3c1e534 Roll Dawn from 46ad15d62e15 to 498fbf7cc39e (78 revisions)
- c9d8d4d Roll Chrome Mac Arm PGO Profile
- 16ad9d0 extensions: Port downloads API tests to desktop Android, part 13
- 3e149f7 Roll Skia from 3df2decadc3e to 9249bd48ba21 (1 revision)
- 6a22580 Roll Chromium Variations from _2FoqJ9MuKCUoIL-H... to 0miAoisDsZWBQ07aX...
- a95f29f Fix layer violations generated by the IDL compiler
- 489c988 [Sheriff] Disable virtual/gpu-rasterization/images/color-profile-reflection.html
- 8bf5b00 [gnrt] Use `spdx` to parse license strings.
- e0c7504 Roll WebGPU CTS from f5977ec8bd7a to e75b600c7f83 (1 revision)
- d8075e7 Updating trunk VERSION from 7522.0 to 7523.0
- 405cd56 [iOS] Add Metrics For Location Bar Badge
- 95884b0 [gnrt] Use `strum` to derive `Display` for `LicenseKind`.
- 3066f71 [gnrt] Add license-related unit tests.
- 482fffd Roll Open Screen from 5c27e943aa30 to d58c1e73e473 (1 revision)
- 81d8361 Roll libxml from 0e145ae4 to d23960a1
- 36dd308 Roll DevTools Frontend from 7787f61f6b00 to 19763d33b40c (1 revision)
- a34ca6d hid: Check all device info entries for product name
- b19fe24 Roll clap: 4.5.50 => 4.5.51 in //third_party/rust.
- 405d691 Roll zoneinfo64: 0.2.0 => 0.2.1 in //third_party/rust.
- 2a52d8b Roll zerovec: 0.11.4 => 0.11.5 in //third_party/rust.
- c5524b1 Disable kWebUITabStrip
- 8386868 Roll zerovec-derive: 0.11.1 => 0.11.2 in //third_party/rust.
- b46b88f Roll Chrome Win32 PGO Profile
- c27fed3 Roll Chrome Mac PGO Profile
- b4642e3 [tips] Add a new feature flag for testing tips notifications features
- facfee3 Ensure that NotifyMemoryPressure is called on the main thread
- 63cd88c hid: Request unnumbered feature report with exact length on macOS
- 73b31fd Roll Fuchsia Internal Images from 30.20251101.102.1 to 30.20251110.103.1
- 402d523 Glic actor: Don't wait for visual update from non-captured background tab
- 13edc5c Roll yoke: 0.8.0 => 0.8.1 in //third_party/rust.
- 2fe3b6d Roll yoke-derive: 0.8.0 => 0.8.1 in //third_party/rust.
- 82235cb Align XR hub layout with common hub layout
- 3ab9215 Roll Chrome Win ARM64 PGO Profile
- 2f221dd IDB: remove custom container class `list_set`
- 5270546 Roll unicode-ident: 1.0.20 => 1.0.22 in //third_party/rust.
- 6929a7b Roll syn: 2.0.108 => 2.0.109 in //third_party/rust.
- cdf9644 Roll resb: 0.1.0 => 0.1.1 in //third_party/rust.
- 048f749 Roll quote: 1.0.41 => 1.0.42 in //third_party/rust.
- b41df49 Roll V8 from 28998b771821 to 651375e9e5b7 (3 revisions)
- bffc9a3 Roll potential_utf: 0.1.3 => 0.1.4 in //third_party/rust.
- 49c4824 Roll Chrome Mac Arm PGO Profile
- 3ac6614 Roll litemap: 0.8.0 => 0.8.1 in //third_party/rust.
- 743b993 Roll font-types: 0.10.0 => 0.10.1 in //third_party/rust.
- e6be62c [iOS] Connecting BadgeMediator to LocationBarBadge
- d40b5af siso: update to version 1.4.17
- 3068c6c Move tab observing logic out of MediaCapturePickerDialog
- 2b043e2 VT: Escape view transition names when creating dynamic styles.
- f8f5c56 Replace individual properties with ATTACHMENT property
- 1119867 Plumb additional media sharing parameters.
- 09fe883 IDB: remove sketchy use of raw pointer.
- bbdd400 IDB: delete FactoryClient (wrapper of IDBFactoryClient)
- 0b3a814 Roll Open Screen from f70aad57fb6d to 5c27e943aa30 (1 revision)
- 8007c04 Roll Chrome Linux PGO Profile
- d0eef8f Update usb.ids to version 2025.09.15
- 6eb0bb5 Roll BoringSSL from 0f9f945bf061 to baaf868e6e8f (1 revision)
- 0db8492 Create FuseboxAttachment and retire AttachmentDetails
- 80a87dc Roll cc: 1.2.43 => 1.2.45 in //third_party/rust.
- be82931 Do not create convert to bookmark button when bookmark edit is disabled
- 21f535a [composebox] Ensure the correct client is used for composebox suggestions
- a8620d9 [glic] Round the glic window on ChromeOS
- 6f1bec5 Ash: Remove obsolete ArcAdbSideloading UI and Mojom (CL 2/N)
- 3d6d152 [Test] Fix BookmarkOpenerTest failure due to open incognito as window feature
- de67757 Roll cpuinfo from f7b233b27552 to 9a05d3998a51 (1 revision)
- 8dc1152 Roll clank/internal/apps from 5e740b45a5e2 to 6f4a8d22c0b3 (1 revision)
- b5f9b53 webnn: Fix libFuzzer crash when the value of gemm beta is 0
- 2ed341c [Perf] Reduce logging verbosity on perf waterfall
- fa00d17 spanification: spanify Mp2tStreamParser.
- e496130 [Autofill] Add AutofillDriver::IsEmbedded()
- f276f74 Disable UseSharedImageInOOPVDProcess by default
- 9f60bb7 [Read aloud] Attempt to fix flaky tests.
- 823fa87 [IdentifiabilityStudy] Remove code measuring media devices
- 6329596 Gestures: Construct a proper fragment tree for the overscroll pseudos.
- 921bf0d Roll Chrome Android Desktop x64 PGO Profile
- 0e5b5d1 [bedrock] Migrate session_service_base.cc away from BrowserListObserver.
- f75587b [SidePanel] Move IsSidePanelEntryShowing to SidePanelUI
- dd3469a Roll Chrome Android ARM32 PGO Profile
- 882891a Roll Skia from a9a14c4a4184 to 3df2decadc3e (1 revision)
- a01db56 Suppress brya WebCodecs failures
- 783686d Roll BoringSSL from eb2deafb04a4 to 0f9f945bf061 (1 revision)
- 6337afa url: Use string_view for a DoIsOpaqueNonSpecial() argument
- c934d09 Fix "DCHECK failed: initialized_" of webcrypto_testing_fuzzer_WebCryptoFuzzer_ImportKeyFuzzer_fuzzer.
- 0bd0971 Fixes a re-entrancy race condition in `ReadDataOrArmWatcher'
- 330b87e Roll compiler-rt from b380dc147f44 to 80621e0e61ea (1 revision)
- ccaeb89 [CodeHealth] Remove stale base::Feature DiscountConsentV2
- e9f61b8 [audio] Fix DTS support
- 9a0b71e Disable incognito windowing for TabSwitcherPanePublicTransitTest
- 0e16524 Set 'Static' Update Mechanism for superfasthash
- bd8adb1 extensions: Port downloads API tests to desktop Android, part 12
- 09985ef extensions: Port downloads API tests to desktop Android, part 11
- 200cd43 Disable `kLinkHoverStatusBar` on Clank by default.
- b3c4838 [Wallet] Add pref for walletable pass detection opt-in status
- c970a4f [Export Tagged PDFs] Expose only kGroup as Div
- 6b72ce4 Reformat session_service_base.cc and app_session_service.cc.
- d03b4dd Roll Chrome Mac Arm PGO Profile
- d477fcf Sync feature protos.
- 1f82c9e [bedrock] Migrate idle_service.cc away from BrowserListObserver.
- 643ce22 [bedrock] Migrate browser_conditions.cc away from BrowserListObserver.
- d9614f9 Make net::IsolationInfo/NIK/NAK cheap to copy
- 09fa79c [lensoverlay] Always include visual search interaction data in queries
- b2f7d73 [flex] Avoid saturation of "used_space"
- 1fe9b94 Roll Depot Tools from 67741248cfa6 to ee1cf5869193 (1 revision)
- e9f091c [policy] Migrate some JUnit Assert.assertThat usages to Truth
- 57696ad webauthn: store opportunistically retrieved keys if GPM PIN is available
- 4be9006 [gap-decorations] Rule `inset` properties implementation
- 16f9ddb Extend SBClientDownload.ServerRequestsDeepScanningPrompt
- ce341c4 docs: browser memory corruption has to be web-reachable for Sev-0
- 99179c1 [gardener] Disable AddContextButtonVisibilityAndClick
- bb2de05 Patch out File::IsDevice in unrar
- 1222c18 Revert "[GlicMI] Bind without show for foreground daisy chaining when detached"
- 3666ea4 Mark chrome_public_test_apk on Android Desktop as non-experimental
- fdca1ce Roll V8 from 9a5716428390 to 28998b771821 (2 revisions)
- 42d1c01 [PWA] Add database serialization histograms
- 378547e [ntp-next] Make changes about TabInfo in ActionChipsHandler
- afa4f01 [TreesInViz] Add deserialization test coverage
- ac4dcee [ui] Migrate some JUnit Assert.assertThat usages to Truth
- 57e64c3 Fix crash in GtkUi::GetIconForContentType
- 5d10466 [GlicMI] Bind without show for foreground daisy chaining when detached
- 52cce8a Extend ProcessingAudioFifo.* UMAs
- b7c2029 Fix crash in HFS iterator
- f03805d [KeyboardShortcuts] Shift + enter to load link in new window
- 78ac042 Roll src-internal from 11a55cecd70d to 039b05faf8fb (1 revision)
- d7bb4f9 Don't use soft-deprecated API
- 7d6cadb Set containment background in Privacy Guide pages.
- 96bff48 Add GalaxyXR input profile plumbing