Chromium Digest: 2025-11-20
Overview
This digest covers 619 commits to the Chromium main branch on November 20th, 2025, with 434 of them being relevant changes to the browser and its APIs. This summary focuses on developer-impacting changes, including numerous breaking changes to the Content, Plugin, and Crypto APIs. The first relevant commit was (c5b75a3) and the last was (e29002c).
Core & Content API
-
⚠️ BREAKING
In a major refactoring, the public classes
content::ResourceContextandcontent::BrowserOrResourceContexthave been removed from thecontent/public/browser/API. TheBrowserContext::GetResourceContext()method is also gone. This simplifies the threading model but will break embedders who relied on these long-standing classes for IO thread operations. (4752211) (954d496) -
⚠️ BREAKING
The obsolete Plugin system API surface has been significantly reduced, resulting in several breaking changes. The methods
PluginService::RefreshPlugins(),PluginService::GetPluginsAsync(), andPluginService::GetPluginInfo(renamed toHasPlugin) have been removed or had their signatures altered. Embedders must migrate to the remaining synchronous methods and new signatures. (ced68fd) (958d69c) (71852ae) (d05a1d9) (7be86a6)
Security & Privacy
-
⚠️ BREAKING
The public enum
safe_browsing::SafeBrowsingSettinghas been removed and merged intosafe_browsing::SafeBrowsingState. This changes the underlying integer values for settings (e.g.,ENHANCEDis now2instead of0), which will break logic in embedders that used the old enum. (17c7873) -
⚠️ BREAKING
The public method
crypto::keypair::PublicKey::ToUncompressedFormhas been renamed toToUncompressedX962Point. Any code calling this core cryptography API will need to be updated. (ad79817) -
⚠️ BREAKING
The
crypto::UnexportableKeyProviderpublic interface has been refactored. TheDeleteSigningKeySlowlymethod was moved to a newcrypto::StatefulUnexportableKeyProvidersub-interface. Embedders must now query for the new interface viaAsStatefulUnexportableKeyProvider()to access this functionality. (0902192) - Work continues on Device-Bound Session Credentials (DBSC), with a new mojo proxy service to allow the sandboxed network process to access the Unexportable Key Service in the browser process. Implementations for key generation, loading, and signing were added. (18b3276) (690d4ed) (49778c4)
-
The
crypto/signlibrary has been updated to support more RSA signature schemes, including PKCS1v1.5-SHA384/512 and PSS-SHA384/512. (08ff852) - Code related to the Privacy Budget/Identifiability Study has been removed, including logic for measuring device memory and various document properties. (6b9704b) (e7395b5)
Blink, Web & DevTools APIs
-
⚠️ BREAKING
Configuration options for the auto dark mode feature have been removed. The
DarkModeInversionAlgorithmenum,forcedark_switches.hheader, and associated feature flags are gone, hardcoding the CIELAB-based inversion method as the only option. (702d984) -
⚠️ BREAKING
The DevTools Protocol has removed the
CSS.CSSFontPaletteValuesRuletype, previously used ingetMatchedStylesForNode. DevTools clients must now use the more genericCSS.CSSAtRuletype instead. (9ea312d) -
The
XRVisibilityMaskChangeEventis now enabled by default, exposing the event to web developers working with WebXR. (e8647ba) -
The
FontFaceconstructor will now correctly quote invalid or unquotedfont-familydescriptors to better align with the CSS Fonts specification. (7593a94) -
As part of a project to enable
:visitedlink styling for 404 pages,HistoryServiceObservers are now documented to potentially receive notifications for these visits, which may impact observers. (e7674d3)
Media & Graphics
-
⚠️ BREAKING
The
[Stable]attribute has been removed from themedia.mojom.OutputProtectionmojo interface. This officially removes its cross-version stability guarantee, which was in place for a now-deprecated integration. (44cd0b8) -
A bug in WebAudio's
AudioFileReaderwas fixed to correctly handle Opus pre-skip padding, ensuring accurate frame counts are reported for Opus files. (af5d9b7) -
The Android WebView Web Performance Metrics API has been updated to support observing
PerformanceMarkevents, allowing apps to monitor custom performance marks from web content. (00307fc) (d739cb1)
UI & UX
- A new chip will now appear in the omnibar to indicate when V8 JavaScript optimizations have been disabled for a site, improving visibility for this debugging feature. (9daf91c)
- A new user-facing error will now be displayed when the sync storage limit for bookmarks is exceeded. (82baf77)
- Work continues on the 'Chrome Next' refresh with the introduction of a new, flag-controlled layout specifically for Progressive Web Apps (PWAs). (a2d3e2d) (1e2d559)
- On Android, several UI refinements were made to the toolbar, including adding a gradient overlay on the NTP to improve icon visibility, fixing color interpolation, and ensuring the animated progress bar is not obscured. (f0dba3f) (4d9f17c) (eb03fa6)
Extensions
-
A new feature flag,
WebRequestPersistFilteredEvents, was introduced to persist filteredwebRequestlisteners inExtensionPrefs. This aims to prevent missed network requests on browser startup before a service worker has fully initialized. (2fdf5bd) (b604380) -
The
sidePanel.onClosedevent is now officially exposed in the API documentation for extension developers. (b2ce95e) -
The
chrome.downloads.setUiOptionsAPI is being implemented for desktop Android, which will allow extensions to suppress download UI notifications. (0f5f726)
Build & Infrastructure
- ⚠️ BREAKING The PartitionAlloc memory allocator now requires C++20 for compilation, dropping support for C++17. This will break builds for any project that uses PartitionAlloc as a standalone library and has not yet migrated. (28c854b)
- The build system was optimized to speed up JUnit test listing by over 15 seconds, improving developer iteration time on Android. (5a395fa)
-
Significant progress was made on
rustmojoto improve Rust interoperability, adding support for parsing, deparsing, and code generation for mojom enums and unions. (c0291be) (1a12bf0) (d302d31) (6a0fed0)
All Commits (619)
- e29002c [Gardener] Disable failing JavascriptOptimizerOmnibarIcon tests
- b7b4346 [Android] Disable some cases in HistoryPaneUnitTest and HistoryUiTest
- ca91194 [contextual_tasks] Rename mojom namespace
- 918f88f Roll androidx from XipgofLbC4KyQo00I... to o9uE24fOpu2jU9v17...
- ddfa9d4 [Read aloud] Handle opening punctuation with TS text segmentation.
- fba60c2 Fix Fusebox Context popup background color.
- 25631dd Ensure the Fusebox Context popup dismisses on touch outside.
- eeec1ae [BrowserControls] Store the capture size and use it for overlay updates
- 3270c07 Grant turboci.graph.reader in try & public realms
- ba4df4c [PDF Ink Signatures] Set the caret blink interval
- c3fb442 [PDF Ink Signatures] Fix caret moving on every renderer pref update
- b608aec Roll Perfetto Trace Processor Linux from b15cc39892fb to f473129dd02f
- 1cc0fa4 [iOS] Rename OnOptimizationGuideDecision to OnContextualCueingDecision for consistency and readability
- b139baa Fix `1 < 11` typo
- 7beb6b3 [gnrt] Gracefully handle `gn format ...` invocation failures.
- c4a67fe Display the origin in WebAppHeader for TWAs
- efafac1 Roll src-internal from bcef811899e6 to 9f27fc5f0d28 (1 revision)
- c0d7f39 Roll Dawn from 925b6df54047 to d318cfca29fb (5 revisions)
- 50df08f Rename IsMultiInstanceMode to IsSidePanelOpen
- 35dc00d [iOS] Use kIOSFirstRunComplete event for triggering Swipe Gesture IPH
- d82e66c boca-receiver: Enable kBocaAudioForKiosk flag by default
- b66852c Reland "[Incognito Windowing] Updates windows shown by 'Open in Other Window'"
- 71f8906 [OpenScreen] [VideoStack] Add videos to persistent CAS storage
- 1ee2dbe [lens][contextual-tasks] Add LensQueryFlowRouter for overlay query requests
- 95428f5 [WebAudio] Add AudioDecoderAudioFileReader fieldtrial, fix tests
- ac86d47 Clean up DOM classification feature and its extractor classes.
- 6fc2c62 Roll WebRTC from b70b78f732de to 67275a529cb4 (1 revision)
- 58be198 Roll vulkan-deps from 93a48c575938 to a85be128b7ec (1 revision)
- bbc8eec remove unused back and reload icons for Windows
- 90e3e09 Update dictionary sync integration test
- 1562394 [Predictable Updates] Integration testing 3/x: CUJ and test generation
- 8caab1f Add --no_archive_certificates to WPR command
- 8b3af00 [GlicMI] Delete GlicInstanceImpl when last embedder unbinds
- 13c80c1 Roll android_deps from X8PonOFVhYxXiOji-... to SVpngG1mZ7pdYeqNZ...
- 50cfc6d Roll DevTools Frontend from 66661c98aff1 to f109dfc43367 (3 revisions)
- 0c350bf Forward declare in search_engine_choice_service.h
- 82f91ac [iOS] Create a shareable MockReportingEventRouter class.
- 2a4182d Roll Perfetto from f473129dd02f to 743955d2b9fd (3 revisions)
- 58af8fd [Reading mode] Only show the omnibox entrypoint after a delay
- 6588bb5 Roll Chrome Mac Arm PGO Profile
- e16fbd5 Reland: Animate compact mode expand/contract
- 9ca2ca6 Clip the glic view's background layer using visible bounds.
- 3521057 Update OWNERS for Contextual Tasks.
- 5d84e3a [Reading mode] Add omnibox chip entrypoint to SidePanelOpenTrigger enums
- a2fc05d Roll clank/internal/apps from 43df3f157b02 to 15009b6f144c (1 revision)
- 0be1883 [chromeperf] remove --no-splash flag from loadline_phone.crossbench
- 97b0b28 Fix parsing of CL descriptions to handle WIP changes correctly.
- e39e270 branch-gardener: mark css-get-styles-for-view-transiton.js flaky
- 07b4d1e [TDR] Remove TODOs linked to issue 258750581.
- 645b310 Disable typed suggest for contextual tasks
- 9f7b0cc Roll optimization-guide from 06b0c5f2f779 to 1d14fad01e71
- 38b157d [Desktop Android] Rename ExtensionInstalledBubble View and Model
- 9895783 [iOS] Remove MVT stack view consumer
- 4c26442 Add deprecation issue for RWS usage in SAA
- de65089 Roll Chrome Android ARM32 Orderfile from ZZvwtoz9I5yEAoY1U... to Wy74nUsYykJ-kG0KC...
- c45f4c3 [iOS] Add option to upload prototype extension log data to MQLS
- 8dd7aaa Optimize IsDecoderConfigSupported for frequent calls
- 3b4cc34 [PDF] Enable kPdfiumPerRequestFontMatching feature on Linux/Chrome OS
- 2af9391 [GlicMI] Enable testPinTabsWithTwoTabs
- 98e30ff Add metrics for infobar prioritization latency and starvation
- 0adb9c4 [ToolbarRefactor] Use refactored animations on NTP scroll
- 4d9f17c [ToolbarRefactor] Fix color interpolation
- 3d99e2a [cic_14] Add failing tests to filter
- 32f011a Report chrome_pdf:: SkiaFontMapper::EnumFonts() timing
- 978b4df net/disk_cache/sql: Avoid unnecessary SQL query on truncation to zero
- eb03fa6 [Animated PB] Position progress bar below hairline
- 3e6fd57 [ozone/wayland] Add ExtractData() support for text/uri-list
- 9ac8898 [Desktop Android] Implement TabListBridge::Ungroup
- 774a80e [Android] Disable 3 MultiInstanceManagerApi31Test in arm64
- 315578b [contextual-tasks] Fix typo in feature parameter name.
- 5c0b60c [aim][popup] Fix restoring context on escape.
- cd16955 [calc-size] Fix flex line-wrapping behaviour.
- f237bff Allow communication with glic client before creating GlicApiHost
- 4ac45a7 Update CBB autorolll for the builds refs
- 17c7873 Merge identical SafeBrowsingSetting and SafeBrowsingState enums
- 9c3955f Remove bloom filter loading on profile startup flag
- 113c98c [Read aloud] Convert final superscript test to TS.
- 8dcce40 [gap-decorations] Binary search for `GetIntersectionGapSegmentState`
- ed5c121 Refactor DlSym to return a typed wrapper in ui/gtk/gtk_compat.cc
- f46d4a7 Roll Perfetto Trace Processor Win from 47ecd91cd700 to b15cc39892fb
- f9811c3 Silently crash when ContextMenuCoordinator is null due to null profile
- b10676a [IOS][AIM] Introduce a metrics recorder for the composeboxs
- 9629a16 [ios] Do a plain base copy of the registrar before ios/web migration
- 2608172 Roll ANGLE from 88cdc6090285 to 95e7d8872eae (1 revision)
- 8369bdb Roll Perfetto from b15cc39892fb to f473129dd02f (1 revision)
- b217b43 Fix use-after-move in GpuHostImpl's InitParams.
- 38f632d [omnibox][keyword] Rm unused `AdjustInputForStarterPackEngines()`
- f470d2a [omnibox][keyword] Fix incorrectly entering keyword with middle space
- dcada13 Roll WebView ARM64 Orderfile from fg_kPnRhhBkUgi9PL... to iQur40sgMxxH-3KI6...
- 96758da [omnibox-next] Fix pdf icon in dark mode
- 93dbe32 Roll clank/internal/apps from e3d4d0cec49a to 43df3f157b02 (1 revision)
- ed5f1b5 Roll Chrome Mac PGO Profile
- d03e452 [spc][metrics] Extend SPC Histograms
- 09572db [Gardener] Partial revert of "Convert to UNSAFE_TODO in chrome"
- d6d08ca Add fuzzy matching of length-valued properties
- 07c7213 Roll V8 from 1cb7e16b8104 to 324a029b9f08 (2 revisions)
- 3fb8ef6 WebUI: Fix @webui-eslint/web-component-missing-deps violations, part 7.
- dbce7b1 [iOS] Passkey creation code for PasskeyTabHelper
- 83047fe Roll clank/internal/apps from a8109d9c5d54 to e3d4d0cec49a (1 revision)
- 88e128a Roll libc++ from 0e3285ac398e to 4cba0fa3571b (1 revision)
- 40df630 gpu_tests: Skip chrome://gpu on all webview configurations
- e9b8a1f [contextual-tasks][lens] Add feature flag for Lens in Contextual Tasks.
- 2f3b61b Roll DevTools Frontend from 4e8b02c85f05 to 66661c98aff1 (1 revision)
- 6e573bc Connect speech_presentation_rules_test
- c643588 [AIM] Add option in cache to store screenshots
- 97e4787 Reland "Consolidate CHROME_VERSION_EXTRA logic to base/nix"
- 76eb7e7 Remove ClenaupLegacyTabState and LegacyTabState deprecation flags
- 94b0882 Add reference to 'License Android Compatible' field and cross-reference the template to the relevant documentation.
- 16eefac updater: log the parent process command line
- a86c626 Roll Open Screen from 39fa0ff22414 to 6eda0c9075d8 (1 revision)
- d60a5bf Roll Chrome Mac Arm PGO Profile
- 3e6d3d5 [Prompt API WPTs] Update JSON schema tests
- 47a25a2 Roll Crossbench from 466ceaf0ebe8 to 540e4cbe6e60 (1 revision)
- 2fca3f9 [contextual_tasks] Separate BUILD target for glow logic
- ce3b1d5 [AIM] Refactor type button text and description.
- 3dfa9e0 Roll Chrome Win ARM64 PGO Profile
- 8b325ec [BNPL][Clank][Part3] Handle user clicking BNPL chip before AE completes
- 4fc6703 Include actor visits in several Chrome sources
- ad79817 crypto/keypair: rename ToUncompressedForm to ToUncompressedX962Point
- 941d510 Deduplicate and improve pre-warming checks.
- 9ff20b8 Roll unrar to v7.20.2
- a1822b1 [Android] Disable flaky #testUpdateCachedEngineNameBeforeFirstRun
- 676fd47 [GlicMI] Add guest url param if multi-instance is enabled
- a402671 [omnibox-next] Fix UI issues in AIM popup
- 16d1a38 [TDR] Remove TODOs linked to issue 229149314.
- 897f93a Roll Chrome Android ARM64 Orderfile from Ta5F8fzkYvfghE_TT... to EEuj9Sw-EwwNZXbeC...
- 2bc8577 Fix build failure by adding out-of-line constructor
- c8f2d65 Roll Chrome Linux PGO Profile
- 4752211 Remove ResourceContext
- 93a5e10 Deprecate RWS enterprise policies
- 692dac1 Roll Amd64 AFDO from 144.0.7532.0_pre1546354_rc-r1-merged to 144.0.7535.0_pre1547597_rc-r1-merged
- d8105fb Include chrome/updater OWNERS as additional owners for libdmg-hfsplus.
- 230340c spanification: automatically spanify ui/base/l10n/formatter.cc etc.
- 0c5367c [iOS] Add IOSModelQualityLogsUploaderService
- 28379c3 Avoid fence duping for OverlayLock based on synchronization type
- f888ef7 Roll Skia from c35d5b7d60e3 to 66bf50e37cc8 (1 revision)
- 954d496 Remove BrowserOrResourceContext.
- b76e258 [contextual_tasks] Decouple controller instantiation
- 1f0c1e0 [TreesInViz] Remove a DCHECK that's no longer valid.
- 7b9fa34 [Android] Disable testSnackbarShown_changeTimePeriod
- cca4f4f [PasskeyUnlockErrorUI] Log the number of passkeys on startup
- 61f09b5 [Extensions] Remove unnecessary title variable in install dialog
- 86dc09f Roll Chrome Android ARM32 PGO Profile
- c6b830b [Desktop Android] Replace browser with web_contents in installed bubble
- 227ff4c Refresh ZPS on Lens Processing complete
- 444795d Update audioparam-default-value.window.js
- 9385a3c [NTP Customization] Refactor list container view
- cc960e0 Roll Chrome Android Desktop x64 PGO Profile
- 7444480 Printing: Add field trial config to align PDF/HTML print settings
- 959f145 [Extensions] Add CreateTitleContainer() in install dialog
- 391f88c Roll Perfetto Trace Processor Linux from f2722c00b96d to b15cc39892fb
- f1917a5 Roll ChromeOS Arm AFDO profile from 144-7499.11-1763349616-benchmark-144.0.7532.0_pre1546354-r1 to 144-7499.11-1763349616-benchmark-144.0.7535.0_pre1547597-r1
- b3e4387 Refactor TransferableResource usage in mojom_traits_unittest.cc
- 1fbc8a6 Disallow access to deprecated fields of TransferableResource
- e9e665b viz: Fix visual artifacts due to resizing root render pass with DComp
- 2acf630 [HFM] Enable the new Ask-before-HTTP dialog UI by default
- 55520c8 Hook up migrated Bookmark page action to the browser
- 5a395fa build: Speed up JUnit test listing
- 37e1ef1 Roll WebView ARM64 Orderfile from sLV56H8cszIix0wUK... to fg_kPnRhhBkUgi9PL...
- 49da3da In wpt test, use performance.getEntriesByType for better precision.
- fa3db80 Roll V8 from 02cc38323090 to 1cb7e16b8104 (3 revisions)
- ac9efdc Forward declare media::AudioBus even more
- 8d2365f WebUI: Fix @webui-eslint/web-component-missing-deps violations, part 6.
- 14d74ab Add more fine-grained error reporting to Rust Pix validator
- 0706838 Roll Chrome Mac Arm PGO Profile
- 909da8a Use IsMultiInstanceEnabled in IsUnifiedFreEnabled.
- 309e2c1 [iOS] Feature flag for Gemini Live
- d4cf81b [GlicMI] Update Glic inactive view card text
- b9662b8 Reland "Remove returned GpuFenceHandle handling from exo::Buffer"
- 601aa9a [BNPL][Clank][Part2] Handle user clicking BNPL chip before AE completes
- ac74a56 [glic] Add ChromeOS to Fieldtrial Config
- fd92cd1 libdmg-hfsplus: Mozilla's DMG packaging tool
- b06c25c ChromeAndroidTask: support PENDING_{CREATE|UPDATE} state for deactivate
- 38c229c [composebox] Reduce the size of the submit icon.
- 75e7c30 Enforce scaling for GPU Snapdragon X Elite
- 0ae8f71 Disable sanitizer in gn instead of passing around an ignorelist
- 87f99ca [Contextual Tasks] Move some URL utils to components
- ea7bb36 pwas: add known-answer test for app shim hashes
- 34a8cd1 [Gardener] Disable GetSavableResourceLinksWithPageHasValidLinks on Windows
- d71562d Revert "Animate compact mode expand/contract"
- a2d3e2d [Chrome Next] Implement PWA layout
- 1e2d559 [Chrome Next] Split out common logic in advance of PWA layout
- 7a78ea6 Fix GlicButtonControllerTest for ChromeOS
- a8d3278 [GlicMI] Adds pin trigger to the context sharing api.
- 2eb1945 [GlicMI] Add context sharing metadata model.
- 7057703 Roll Chrome Android ARM64 Orderfile from DEck3HwQcrVlucduQ... to Ta5F8fzkYvfghE_TT...
- 992891d [ios] Enable kTabGridEmptyThumbnail by default
- 4315644 Roll Perfetto Trace Processor Win from 0bfd4e36cb45 to 47ecd91cd700
- c67e268 Roll Skia from 6284b4f09e14 to c35d5b7d60e3 (3 revisions)
- 2929698 [iOS] Update the tab_helper to use showSnackbarMessageAfterDismissingKeyboard.
- bfe0b1d [iOS] Update What's New instructions title to "Show me how"
- 82f75e3 [PasskeyUnlockErrorUI] Notify observers only if error UI state changes
- aafe2c4 [iOS] Set NTP overscroll colors based on current theme
- 6feca0f Fix primary account handling on ChromeOS.
- 237e009 [task] Cleanup kUseEcoQoSForBackgroundProcess
- da51193 Add structured test ids to reviver and gpu builder groups
- 34909f1 [VL] Make InMemoryHistoryBackend::OnURLVisited() ignore 404s
- a8a468d [PWAs] Fix Navigation Capturing for projector SWA
- 5acaaa2 webnn: let exportTensor wait on coreml
- 5d24153 [iOS][Composebox] Move autocomplete controller to keyed service
- c6d225f Add animation-composition to wpt/css/support/interpolation-testcommon.js
- 241aaff Fix unsafe buffer usage in shell_content_utility_client.cc
- df21a97 Roll vulkan-deps from b3c64fdd5a75 to 93a48c575938 (2 revisions)
- dbb0521 [cc/scheduler] Propagate begin_frame_source_paused_ to proxy_main
- 5ddc5f8 Roll Perfetto from 47ecd91cd700 to b15cc39892fb (4 revisions)
- 8df2ac5 [Read aloud] Disable phrase highlighting tests with TS text segmentation
- d512e06 [Extensions] Add CreateExtensionInfoContainer() in install dialog
- 4c69b27 webium: Use AddCustomEventCallback with element id filter
- c21327d [iOS] Adjust What's New screenshot top offset for iOS 26
- 49778c4 [dbsc] Add Sign in proxy service
- 7e0c5c7 Roll androidx from CSVKeMNJxDHY89IxX... to XipgofLbC4KyQo00I...
- cd33b3a [Pinned Tabs] Remove alpha animation from Pinned tab strip animation
- 4fcc7e8 [iOS] Refactor Content Suggestions Shop Card
- 616ad04 Roll Perfetto Trace Processor Linux from 849737ab5aef to f2722c00b96d
- 248c4a3 [PinnedTabs] Do not record pinned only metric before strip initialization
- 9f36848 fetch_all.py: Retry when license files have HTML
- a84ab17 Make glic flags available on CrOS
- cdda131 [Contextual tasks] Convert side panel cache from vector to map
- 807f0de Fix unsafe buffer usage in remoting/host/host_main.cc
- 732c829 Fix session restore infobar metrics
- 444cda9 Include <features.h> directly in build_config.h on Linux
- c5a534c Roll Catapult from 6fd8bbe72367 to f37cfdb4bf2f (3 revisions)
- e35fe76 Patch upstream XML crate
- 7db4291 Roll V8 from a23e0e576821 to 02cc38323090 (7 revisions)
- 0ab3e65 Register BlingPrototyping with MqlsFeatureRegistry
- 70592de Roll src-internal from 8d17973625f3 to bcef811899e6 (1 revision)
- 319d928 [Force Save to Cloud] Handle FORCE_SAVE_TO_CLOUD case in CheckSavePackageScanningDone
- 365ad02 [Force Save to Cloud] Fix crash on nullptr web_contents
- 6d7a1f7 Automated Commit: LKGM 16489.0.0-1073269 for chromeos.
- 0038c62 [iOS][What's New] Replace Done button with Close button
- 5090974 [Theme] Only observe display changes with customized background image.
- 135a6bf [ios] Add kIOSAutoOpenRemoteTabGroupsSettings to field trial config
- f45092b Roll libc++ from be279eb793eb to 0e3285ac398e (10 revisions)
- 94eee63 [gnrt] `toml_edit_utils::format` is infallible - don't return Result.
- a2226f1 Add Media owners to c/b/android.
- f028ba3 Remove Enterprise.StateDetermination.StepDuration histograms.
- 902096e Move Mode B rollback UI pref out of tracking_protection_prefs
- 3d5f02f Roll ios_internal from 342cef18f756 to d4cfc89249b3
- e8647ba Enable XRVisibilityMaskChangeEvent
- 6a8cd08 Roll WebView ARM64 Orderfile from AImNFffGceRy94SGl... to sLV56H8cszIix0wUK...
- 5e0f6d7 Roll ANGLE from cdf407db5680 to 88cdc6090285 (1 revision)
- 6205598 [FedCM] Make the navigation interceptor use the previous RFH
- 25b37dd [ClapperLoud] Use MessageUI for loud prompts
- b318b95 Make provider session fetching asynchronous
- 7be86a6 Remove out-parameter from PluginService::GetPluginInfo()
- b95d91e [rustmojo] Update mojom_parser readme
- fc3c580 [TDR] Remove TODOs linked to issue 174190121.
- 6a0fed0 [rustmojo] Separate/remove field names from mojom AST
- d748445 [rustmojo] Add tests for mojom unions
- f7571e8 Roll WebRTC from 9d5809a28521 to b70b78f732de (2 revisions)
- d302d31 [rustmojo] Add code generation for mojom unions
- ac1fe67 [TDR] Remove TODOs linked to issue 231535710.
- 1a12bf0 [rustmojo] Add support for mojom unions
- c0291be [rustmojo] Add support for mojom enums
- a8ed06c [iOSPasskeysM3] Access WebAuthnCredentialsDelagete from PasskeyTabHelper
- 87102af Roll DevTools Frontend from e645be49c57d to 4e8b02c85f05 (2 revisions)
- 033e1b0 [ios] Fix unsafe buffers in __sanitizer_cov_trace_pc_guard_init
- 409499b Roll Perfetto from f2722c00b96d to 47ecd91cd700 (3 revisions)
- 7f06425 Roll Perfetto Trace Processor Win from b48ac8a0637e to 0bfd4e36cb45
- af5d25b Actor: CreateActorTab reuses an initiating NTP
- adf371a Roll clank/internal/apps from fc0d2159fce5 to a8109d9c5d54 (1 revision)
- 5ca7352 Update promptfoo cipd tags
- 3048bed Add acondor to gesturenav OWNERS
- 690d4ed [dbsc] Add FromWrappedSigningKey in proxy service
- 18b3276 [dbsc] Add unexportable keys proxy service
- 2db57e3 Request a bitmap screenshot for native pages before Android S
- cae0406 [iOS][AIM] Animate expansion and contraction in input plate
- e250098 [iOS] Add snapshot spinner when the tab is loading
- d902a8a [iOS] Realize tabs and update snapshots on composebox tab's selection
- 310b5c7 Clean up Contextual Task Page Action Chip
- 6d20ce4 Roll Chrome Android ARM64 Orderfile from 0kPkO11jgyhvNP41d... to DEck3HwQcrVlucduQ...
- 5ffe942 Roll Android Lint from KEDgN-Ca357VsIkaq... to B0XssPJ1MaXXsk9g_...
- 926f576 Update DBSC DIR_METADATA
- 00837e2 Roll V8 from d268c90baf48 to a23e0e576821 (4 revisions)
- 2f0f7e2 [tips] Add metrics for notification channel toggles based on channel id
- b4c22a2 Roll Chrome Mac Arm PGO Profile
- 53335d3 Privacy Sandbox: Extend enrollment metric.
- 09eeb94 Add tests for Pointer Lock release conditions.
- 958d69c Remove PluginService::GetPluginsAsync()
- 543593d Roll Platform Experience Win from 54c7a572a3d3 to 09657dcfc480 (1 revision)
- f29d6e6 [AIM] Create typeButton variable in binder.
- 81939ce [AIM] Always use context for colors in fusebox binder.
- bbde025 [AIM] Remove duplicate content description in fusebox.
- d63c208 Fix WebProtect verdict not applied to download large or encrypted files
- 3f3edb9 Roll Perfetto Trace Processor Linux from 0bfd4e36cb45 to 849737ab5aef
- 16ee6f8 Roll vulkan-deps from b7b8946e9bdf to b3c64fdd5a75 (1 revision)
- ccb7aec [iOS] Add voice over strings for search engine dialog
- e9717d2 [SVG] enable fallback to container size
- 08ff852 crypto/sign: support more RSA signature schemes
- fda64c8 [iOS] Move height detent logic to ButtonStackViewController
- 9daf91c Add JS optimization chip to omnibar
- c8502f4 [iOS] Fix instructions for passwords tips
- 6f2cf52 Reland "[tab switch] Avoid unnecessary isolate priority updates"
- a3c80d6 Actor: Add metrics for interaction contentful paints
- cefffe1 Roll WebRTC from d167fe92969a to 9d5809a28521 (4 revisions)
- b78ea43 Roll Perfetto from 849737ab5aef to f2722c00b96d (1 revision)
- 2ecb0b3 [dbsc] Implement asynchronous deletion of all unexportable keys.
- 3a9fef2 Roll DevTools Frontend from e6f7849cc935 to e645be49c57d (3 revisions)
- ba6e63b Android: Suppress androidx roll tracereferences failure
- 681595f iOS plumbing for the `Sync.TrustedVaultAddKeysSuccessfully` metric (3)
- 2a3f744 Actor: Add metrics from start monitoring to page stability signals
- 4bf234a webrtc: clean up launched kWebRtcRequestKeyFrameViaSetParameterOptions feature flag
- a7399ad Roll Help App from iCDEOMKc4CzLbLSas... to j6UQf645m0VTh07q-...
- b5daed5 Roll Media App from 9RgKkXH3aOAlculQK... to khKz9ubpSFlGPj5r2...
- 332a055 cleanup: Remove network_portal_detector refs from chrome/browser/extensions/api/identity
- da8b96d Updating trunk VERSION from 7536.0 to 7537.0
- 3c9eef8 Drop BookmarkModelMatchesFakeServerChecker `is_transport_mode` parameter
- 79bf02d cleanup: Remove network_portal_detector refs from chrome/browser/chromeos/network
- ec357a7 Roll Chrome Win64 PGO Profile
- 665364f Add unit test for Pointer Lock on Android.
- 0205bd3 Roll Dawn from d5803ab29495 to 925b6df54047 (7 revisions)
- 17ef99e [TDR] Remove TODOs linked to issue 315069374.
- b4af6bf android: Use merged manifest for lint targets
- 5946946 Roll Crossbench from 73f466f9f655 to 466ceaf0ebe8 (1 revision)
- c73063a Roll Platform Experience Win from b3f70835c714 to 54c7a572a3d3 (1 revision)
- 5bd5afb Fix nudge browser test
- 693812e Add kjarosz@ as an owner of histograms/metadata/private_metrics
- c6e7da0 cleanup: Remove network_portal_detector refs from chrome/browser/ash/login
- e792a2b [CustomizationV2] Refactor NtpThemeCoordinator and Mediator
- d5b80e2 [iOS] Remove conditional string for old export
- 50e9fb6 [Gardener] Disable GlicApiTestWithOneTab.testGetContextFromTabFailsIfDoesNotExist
- 26278b2 Rename kWindowsSystemProxyResolver to kProxyResolver
- 10247bf [aim][popup] Fix popup opening after adding image/file on linux.
- a3efc86 [Gardener] Set test expectations for flaky webnn tests
- 2a0624d Roll V8 from db652fe202ec to d268c90baf48 (2 revisions)
- 6bd32ae Move failure expectation for page-name-unnamed-trailing-001-print.html
- dfc4ab9 bt-internals: Migrate chrome://bluetooth-internals to TypeScript (7/7)
- 590834f [ios] Add browser management on chrome://management
- b171d2d Roll Chrome Mac PGO Profile
- 1eb010c Enable RBE for one-off ToT builders
- c1a1260 Revert "Convert to UNSAFE_TODO in partition_alloc"
- 00d148b Remove auto-granting for Storage Access from WebView
- 19f15f7 Minior Refactor: Use designated initializers in OneTimeTokenServiceImpl
- 001d9a8 Reland "Reland "[AX Mac] alert announcements may not work in VO""
- 80e77b2 [Omnibox WebUI] Rename SetWidgetContentHeight to SetWidgetBounds
- acdfe7d spanification: automatically spanify .../crypto/encryption_header_parsers_unittest.cc etc.
- 5b3f360 Roll Perfetto Trace Processor Linux from a458b41219c3 to 0bfd4e36cb45
- 28c7cb6 Convert to UNSAFE_TODO in partition_alloc
- 5065066 [iOS] Always add a button for instruction sheets
- 408b9e4 Roll src/chrome/browser/cpu_performance_internal/ 535741498..dfe1ccf3c (1 commit)
- 82baf77 Surface user error when bookmarks limit is exceeded
- 1815794 Roll DevTools Frontend from c031e838c340 to e6f7849cc935 (7 revisions)
- 792a312 [dbsc] Handle key deletion during async operations in UnexportableKeyServiceImpl.
- f7ca4ba spanification: automatically spanify components/language_detection/core/embedding_lookup.cc etc.
- 3098153 Roll Chrome Mac Arm PGO Profile
- f2b8e13 VT: Add an interleaving non-containing clipper test
- 79a75d9 Roll Perfetto from 0bfd4e36cb45 to 849737ab5aef (3 revisions)
- c299de9 updater: mojo connection requires `DialUpdateService` success on Windows
- b9b9508 [ios] Fix #SendingRisksDataRace errors reported by Swift 6.3
- 76d4713 [Persist] Change storage ID to a 128-bit token
- ca3cbf2 Refresh traffic_annotation.
- c601ca5 [KP] Automatic update from google3
- dd4cbaa Fix race conditions in tests
- a77f0d0 Roll Arm AFDO from 144.0.7532.0_pre1546354_rc-r1-merged to 144.0.7535.0_pre1547597_rc-r1-merged
- 2c14761 Remove the WebViewDoNotSendAccessibilityEventsOnGSU flag
- bd2e3b0 Roll Chrome Linux PGO Profile
- 7c4565f Roll Chrome Win32 PGO Profile
- 00c1f25 Roll clank/internal/apps from fa37005cb3ae to fc0d2159fce5 (1 revision)
- 39ac517 [dbsc] Add DeleteAllSigningKeysSlowly to StatefulUnexportableKeyProvider.
- 78b94f3 Add payments_autofill_client() helper in CreditCardSaveManager
- bb55311 Add gpu-fyi-try-mac-intel-asan try job in clang+rust roll
- ff71459 Roll Chrome Win ARM64 PGO Profile
- 0df59e0 Legion: Refactor ModelExecutionFetcher to allow different implementations
- cf5bc05 Move permissions_test_util.cc/.h and site_permissions_helper_unittest.cc to //extensions
- e7674d3 [VL] Document that callers of OnURLsModified may receive 404s
- 932a741 Roll clank/internal/apps from 9800a0bac06a to fa37005cb3ae (1 revision)
- 466a2d2 [dbsc] Implement `GetAllSigningKeysForGarbageCollectionSlowlyAsync` in `UnexportableKeyServiceImpl`.
- a6b9084 [iOS][Composebox] Allow composebox to be 5 line height
- 1945676 Use non-Sigslot interfaces in FilteringNetworkManager
- 7eddab5 [Element Tracker] Support adding custom event callback for specific ID.
- 29981a6 YourSavedInfo: Increase test coverage for entry-points
- 9fb9e10 Roll V8 from b82d2b25e27b to db652fe202ec (17 revisions)
- bdc6606 [dbsc] Add GetAllSigningKeysSlowly to StatefulUnexportableKeyProvider.
- af960c1 [Gardener] Disable GlicApiTestWithOneTabAndPreloading on ChromeOS
- 0902192 [dbsc] Refactor UnexportableKeyProvider to separate stateful operations.
- eb3ef4c Updating XTBs based on .GRDs from branch main
- cd0fc18 Roll Website from 53291bf0602e to 77b138bace45 (1 revision)
- 3ee2d8a Roll Perfetto from a458b41219c3 to 0bfd4e36cb45 (10 revisions)
- 742bee8 Roll DevTools Frontend from b35db1a26117 to c031e838c340 (3 revisions)
- 6b9704b [IdentifiabilityStudy] Remove code for measuring device memory
- e7395b5 [IdentifiabilityStudy] Remove code measuring document
- 99cedec Roll Chromium Variations from 3PbuO1KSDy2vvM2Qz... to U6p5NVwnGltdefU6a...
- a3d6614 [CT] Automatic update from google3
- 68a7878 spanification: automatically spanify chrome/updater/certificate_tag.cc etc.
- be45e32 Roll Kotlin Stdlib from eDgQH6vcE7X7iRSrB... to 0Fhcz3wRL7L4BVYTP...
- 788613c Roll clank/internal/apps from acb06e414e49 to 9800a0bac06a (1 revision)
- a1905a1 Roll ios_internal from bcbdb6b7cd2a to 342cef18f756
- a9c8e65 Roll Chrome Android Desktop x64 PGO Profile
- 9f6935f Roll Manifest Merger from xFZBRBJvCExrX-o8k... to 9Q76MVF7U2PQFjILn...
- 75108e8 Roll Perfetto Trace Processor Linux from b48ac8a0637e to a458b41219c3
- 1746c72 Retire media_capabilities_names
- 83f4fd4 Roll ANGLE from 6abf40dda10f to cdf407db5680 (1 revision)
- 49be091 Roll Chrome Android ARM32 PGO Profile
- 84469f3 [iOS] Add flag for TabGroupColorOnSurface
- 4f15720 Update password change toast when user is not logged in
- 8fd84f3 Roll Error Prone from ieA7yjKAyUzNopKZd... to 2NlHzICEPBy3pqjkW...
- ff746f3 Legion: Use xs model for demo purposes
- 8845aaf Roll Chrome Mac Arm PGO Profile
- bc3c7ce Roll WebRTC from 9af1a88de4f9 to d167fe92969a (5 revisions)
- ce935c1 Roll DevTools Frontend from 365a2cdbb65d to b35db1a26117 (2 revisions)
- ce967e3 Convert to UNSAFE_TODO in chrome
- 7569a6b [ios] Add WebState destruction safeguards to PageContextWrapper
- ff96df4 Roll Perfetto from b48ac8a0637e to a458b41219c3 (2 revisions)
- 6454d5d [ios] Remove unused metric AverageGreySnapshotSize
- af06d70 Roll WebView ARM64 Orderfile from f0OuJZEFE5qpiWftU... to AImNFffGceRy94SGl...
- ba9765e [Growth] Prefill name requirement variation for Profile Creation Friction Reduction Experiment.
- eb9ff91 Roll Perfetto Trace Processor Win from f331a746b1e2 to b48ac8a0637e
- 9ea312d Remove obsolete API for @font-palette-values
- 4befdb6 Roll Chrome Android ARM64 Orderfile from iWJ51gkvbuL_ORIur... to 0kPkO11jgyhvNP41d...
- cd1de07 Tagged PDFs: Move heuristic tree construction to a dedicated class
- d739cb1 WebView Web Performance Metrics API: Add Performance Mark Test
- 444cb8b Roll V8 from 802e662c39e6 to b82d2b25e27b (10 revisions)
- a28ead6 [<geolocation> element] Break web-facing dependency on `<permission>`.
- e3522b7 [Signin][Android] Add tests for seamless sign-in in SigninPromoMediatorTest
- 86ea63c [AutofillAi - M4] Create EntityDataManager.java to forward calls to CC
- fac9192 [TDR] Remove TODOs linked to issue 40117411.
- 820cda3 Avoid storing order in CascadeLayer
- ee3df8e Enable editing of @font-face and @font-feature-values rules.
- 7567995 Convert to UNSAFE_TODO in sandbox
- 4c34088 Roll R8 (D8 copy) from Uc4rt_n8kBmr9cA6K... to a4fVqbIycCDqs1714...
- db3ce05 Roll DevTools Frontend from 03a0d65289a5 to 365a2cdbb65d (1 revision)
- 2b61bca [TDR] Remove TODOs linked to issue 207588508.
- 8023ac3 Automated Commit: LKGM 16488.0.0-1073263 for chromeos.
- 73e2700 Roll ANGLE from a0962979c751 to 6abf40dda10f (1 revision)
- 04610f2 Roll Chrome Mac Arm PGO Profile
- 479b234 [TDR] Remove TODOs linked to issue 361326120.
- c1c337b [TDR] Remove TODOs linked to issue 247948096.
- 873cbe9 [TDR] Remove TODOs linked to issue 326091611.
- 72930c9 [TDR] Remove TODOs linked to issue 319921650.
- 5eabd60 [TDR] Remove TODOs linked to issue 40881091.
- fbe31b5 Roll Chrome Android ARM64 Orderfile from RRzUG97rATQc8S8A-... to iWJ51gkvbuL_ORIur...
- 8defd19 Roll Projector App from AjGJJh0ooYJFQLxqy... to F9QCq-oM2dc-rhHEh...
- df3d944 [TDR] Remove TODOs linked to issue 313505530.
- d76a4c3 Roll Chrome Win32 PGO Profile
- 72bb02a Roll Chrome Win64 PGO Profile
- 55e7b01 [TDR] Remove TODOs linked to issue 40099884.
- 00307fc WebView Web Performance Metrics API: Add Performance Mark
- 1c46eef Censor <number> calc special values
- 7177258 [iOS] Use declarative syntax to support tab helper filtering.
- a80dcf7 [iOS] Add Current default string
- b2ce95e [Extensions] Remove nodoc from sidePanel.onClosed event.
- e4cc96c Update meet_effects hash in DEPS file.
- e3660d6 [TDR] Remove TODOs linked to issue 40384768.
- d03a207 Roll compiler-rt from 57b9b63b69bb to 1f18c887f7f0 (11 revisions)
- fedbc31 Roll Perfetto Trace Processor Linux from f331a746b1e2 to b48ac8a0637e
- 208bc68 Roll DevTools Frontend from 7f74a266b7b9 to 03a0d65289a5 (5 revisions)
- 1b584e8 IDB: Record success metrics for all transaction tasks
- 27a75ad Use non-Sigslot interfaces in sharing IPC
- 648c593 Extend timeout for filling observer if a credit card fetch is ongoing
- 1564241 Add RtcTransport onwritablechange event
- c0e65bc Roll Boca App from mQDFEV2slIKNReznz... to RyhhbDT-s9t9TrqVF...
- 2af1a17 Roll Boca Receiver App from qxTUe-j_3iOpb0wh2... to 0w9jXAXlNCbj3ewlw...
- 61a3356 IDB: Add success metrics for a few more backing store operations
- 28c854b partition_alloc: Move to C++20
- 857f274 Fix test names in highlight-cascade-009.html.
- 30e7d46 Fix StyleVariables logging.
- 6939d1b [DevTools] Remove the `AnimationPlaybackRateChanged` histogram
- b91784e Roll WebView ARM64 Orderfile from vnEt226m_cX5Ceeej... to f0OuJZEFE5qpiWftU...
- 3b65b52 [//media] Fix vaapi_jpeg_decoder_unittest.cc
- 0af569f Apply blink::StrCat() in core/script/
- 3c5f83f Originating element is implicit anchor for pseudo elements
- 9ba5033 Roll Perfetto from f331a746b1e2 to b48ac8a0637e (1 revision)
- e6ca6c4 [AutofillAi - M4] Add override flag to consider user to be opted in
- 72a3c4d Update media element pseudo-class tests to fail fast
- e8a1028 Roll clank/internal/apps from 19a00310460a to acb06e414e49 (1 revision)
- 6061948 Roll Chrome Android ARM64 Orderfile from qXhVsUwh0atT5ulnL... to RRzUG97rATQc8S8A-...
- 44ced7f Roll Chrome Mac PGO Profile
- ed27bb6 [Socket Pool Limit Randomization] (7) Limit AdditionalCapacity to Direct connections
- a73503f cleanup: Remove network_portal_detector refs from chrome/browser/ash/customization
- 25a6e54 Roll DevTools Frontend from b907f0cd3b5b to 7f74a266b7b9 (1 revision)
- 088d91c cleanup: Remove network_portal_detector refs from crosapi
- d07588a [Blink] Eliminate test needing to configure TestSII specially for GMBs
- 6fbf76a [devtools] Fix and reenable web tests
- 350380c legion:Add FEATURE_NAME_CHROME_ZERO_STATE_SUGGESTION to Legion proto
- a49ed1c Roll Chrome Mac Arm PGO Profile
- 70251b0 Roll WebView ARM64 Orderfile from 3qMtn9BQdVv5t18V4... to vnEt226m_cX5Ceeej...
- 5712ae4 Roll Skia from 20632e09f6a2 to 6284b4f09e14 (1 revision)
- e5d206f Roll Dawn from 3df91a3161f8 to d5803ab29495 (1 revision)
- 45ebc4c [Blink] Inline FlushCanvas() in CRPBitmap::DoExternalDrawAndSnapshot()
- 752c466 [Blink] Make ExternalCanvasDrawHelper CRPSI-only
- e3bd7cf [Blink] Call DoExternalDrawAndSnapshot() in video_frame_image_util.cc
- a3f59dd Extension: Enable tests on Android Desktop
- e79c66a IWYU: Fix IWYU as a preparation for crrev.com/c/7171462
- c983916 [Blink] Remove redundant code in WebGPU helper
- 4cfc874 [Blink] Remove unneeded param from WebGPU helper method (2)
- 7ccf6f8 [Blink] Remove unneeded param from WebGPU helper method
- fcccbcd [//ui] Have DRMThread::CreateBuffer() talk SIFormat
- c651c83 [Blink] Fold helper method into CreateImageFromVideoFrame()
- 472bf5f [Blink] Change DrawVideoFrameIntoResourceProvider() to return snapshot
- c93c871 Roll Chrome Android ARM64 Orderfile from 04vLCeCntUzNxt8CZ... to qXhVsUwh0atT5ulnL...
- af5d9b7 [WebAudio] Fix Opus tests for AudioFileReader
- 14f8e7c Roll Chrome Android Desktop x64 PGO Profile
- cd88f7e Use the approval mode for the Chrome debugging server
- 5086bb4 Remove PluginService::GetPluginsAsync() use in DownloadTargetDeterminer
- b019eee Roll WebView ARM64 Orderfile from dGtlk47QQwi0TvPnW... to 3qMtn9BQdVv5t18V4...
- 8d6dca3 Roll Chrome Mac Arm PGO Profile
- 474a084 Roll DevTools Frontend from db5bff7a5c9e to b907f0cd3b5b (2 revisions)
- bae80c0 Roll Skia from 5bdda9a41db9 to 20632e09f6a2 (2 revisions)
- 934b1e1 [Tooltip] Explicitly parent tooltip view to the browser widget
- 35e2575 [MFVEA] Enhance robustness and efficiency for SI-backed video frames
- 97c3212 Roll Chrome Android ARM64 Orderfile from Eo_LBqigT2xURBqJm... to 04vLCeCntUzNxt8CZ...
- d272c62 Roll Chrome Win32 PGO Profile
- 0b46680 Enable passage embeddings by default on desktop
- 9c771d9 Add new items to NTP cards bottom sheet
- 89aadf2 [Caret Browsing] Add configurable flag
- 2239503 [OpenScreen] [VideoStack] Refactor common functions to common.py
- 87c73f4 Roll clank/internal/apps from 9a2c69bdce96 to 19a00310460a (1 revision)
- d934e11 glic: Introduce ash::GlicUserSessionTestHelper
- 9f11dc6 Set up testing factories for AnnotatePageContentRequestTest in more canonical way
- 8d993c5 Roll Skia from 24c28206d912 to 5bdda9a41db9 (2 revisions)
- b70f633 Use UnwrappingCrossThreadHandle in ImageCaptureFrameGrabber
- f647c02 histogram: Update enum for Ash.BrowserContext.UnexpectedGet*
- 8b5697f Fix some minor issues with the run_action benchmark.
- 534336c blink: Stop overriding ScrollbarTheme::ThumbLength()
- 4446b80 Reapply "[tables] Make vertical-align on table-cells safe by default."
- e6d7312 Improve error message for failed open in Landlock
- b077d10 [SVG] Add UseCounter for getBBox when when width or height is zero
- 1c319b7 [HLS] Deduplicate MediaTrack creation
- 96d331a [iframe] Create `CSSValueList` only when there are 2+ values
- 85a77e7 Roll WebView ARM64 Orderfile from kTbbyLcK7DPfMkAjb... to dGtlk47QQwi0TvPnW...
- c9bc7db Roll DevTools Frontend from 703da59c49cb to db5bff7a5c9e (1 revision)
- 7593a94 [Fonts] Quote invalid font-family descriptors in FontFace constructor
- 9c81ccc Roll Chrome Mac Arm PGO Profile
- 008e732 Roll src-internal from 9498db9f2d31 to 8d17973625f3 (1 revision)
- 9afc53a Animate compact mode expand/contract
- cb1d692 [AIM] Expose flags to chrome://flags
- 2889321 Roll Chrome Android ARM64 Orderfile from 2kcJJP9QVumt_Op57... to Eo_LBqigT2xURBqJm...
- ad9aa2e Use a lower threshold for model eviction.
- ced68fd Remove PluginService::RefreshPlugins() and stale plugins list concept
- 003d0f7 Updating trunk VERSION from 7535.0 to 7536.0
- 7ebb4b2 Migrate composebox file upload failure to be a shared histogram
- abe8e42 scalable_iph: Move CustomizableTestEnvBrowserTestBase
- 8c09fc8 scalable_iph: Remove unused constants and update BUILD.gn/DEPS
- d8ee3ee WebNN: Add support for EP blocklist and command line override
- 2968be3 Roll vulkan-deps from a97f139b3eef to b7b8946e9bdf (1 revision)
- 5c32dd7 Roll Chrome Mac PGO Profile
- 38c6079 [iOS Blink] Enable All/DumpAccessibilityTreeTest.AccessibilityMultiSelectable/blink
- 1bca00a [Perf] Add file server path for jetstream_main
- 87ed5ae Roll Skia from ec8f1136ae1a to 24c28206d912 (1 revision)
- acdb3b1 WebGPU: Remove Vulkan Memory Model feature flag and Finch config
- 7a06548 [bedrock] Migrate BrowserList begin/end Part 15.
- efd0d3d [HLS] Switch from raw uint to IdType::Generator
- 0e866a1 Roll Chrome Win ARM64 PGO Profile
- 5611b5c Roll Chrome Win64 PGO Profile
- 5af54ff Enable SharedDictionaryCache by default with 2-entries
- 4203149 Only compute embeddings ambiently if there is an observer present
- b8a0bc0 [x-plat promos] Handle Ok button on Reminder type desktop-to-iOS promos
- f99cbef Roll Perfetto Trace Processor Win from 2529dcb2fbaf to f331a746b1e2
- 70c8804 Roll Chrome Mac Arm PGO Profile
- 38c276e [Task Nudge] Do not activate window when TaskListBubble shows
- 5c510d4 [soft navs] Record soft navs to correct URL in UKM.
- 4e83649 Clean up V3 Clank PS Notice
- 59dd192 [gardener] Disable GlicApiTestWithOneTabAndPreloading on ChromeOS ASAN
- f84c525 Roll WebView ARM64 Orderfile from dKxT2tRnaSBd4ZO41... to kTbbyLcK7DPfMkAjb...
- 70bd031 Roll Perfetto Trace Processor Linux from 2f95be69408f to f331a746b1e2
- c366ad7 Roll Chrome Linux PGO Profile
- f568871 [WaaP] Improve accuracy of `InputTo<Action>` metrics
- 71852ae Remove refresh parameter in PluginRegistry.GetPlugins() Mojo interface
- ca0b85c Roll Chrome Android ARM64 Orderfile from lgJn4UdVM7Fb3tg1w... to 2kcJJP9QVumt_Op57...
- 7404727 Add model score option in chrome://contextual-tasks/internals
- 50646f0 Roll Skia from fd41f3650729 to ec8f1136ae1a (1 revision)
- b6d3d6a Extension: Remove Android specific code
- eaf2766 Only count active Incognito windows for Incognito Chip Menu
- c6f36a5 ash: Make more use of BrowserDelegate in AppShortcutShelfItemController
- 512c719 cros_ml: Extend diagnostic histograms
- 0b6e354 Remove PluginService::GetPluginsAsync() usage in a Download unit test
- 44cd0b8 media: Remove Stable/Extensible annotations from OutputProtection.mojom
- 9b0aed5 Roll Chrome Android Desktop x64 PGO Profile
- e6a1b1e power: Extend diagnostic histograms
- 04ef9c5 Roll Dawn from 0dddef17c0ba to 3df91a3161f8 (7 revisions)
- d05a1d9 Remove add_at_beginning param in PluginService::RegisterInternalPlugin()
- 828d36f Roll vulkan-deps from 4f291467d990 to a97f139b3eef (3 revisions)
- 2f194c0 url: Move StringViewReplacements::SetFooStr() to Replacements
- 73e656d ChromeOS: Add ShelfItemBrowsers to track browser creation order
- a48a777 Refactor GlobalIndexedDB to use ExecutionContext
- 702d984 Remove dark mode DarkModeInversionAlgorithm and force dark switches.
- 2fcd730 Roll Depot Tools from a158a297cef8 to 375fb27dca07 (2 revisions)
- f692cf3 Roll Perfetto from 2f95be69408f to f331a746b1e2 (1 revision)
- ecb021c Roll Chrome Win32 PGO Profile
- 0fc6d02 Roll Chrome Android ARM32 PGO Profile
- b08fe4d Roll Perfetto Trace Processor Linux from 2529dcb2fbaf to 2f95be69408f
- dd583f2 [Settings containment] Add fieldtrial testing config
- 1f9f299 Roll src-internal from d23bba52949e to 9498db9f2d31 (1 revision)
- 956f59c Add Support For Proxy Override Rules in net/proxy_resolution
- b604380 [Extensions] Prevent OTR contexts from persisting webRequest listeners
- 2fdf5bd [Extensions] Introduce WebRequestPersistFilteredEvents feature flag
- e640d3e Add autoconf to install-build-deps.py
- 46e1201 Roll WebView ARM64 Orderfile from -eoFS00rmvLHu2362... to dKxT2tRnaSBd4ZO41...
- 4e5f3dc Roll clank/internal/apps from 99bd0cb68d14 to 9a2c69bdce96 (1 revision)
- 7f172ee Add WaitableScopedTempDir for OneDrive /tmp dir in camera and screen capture
- 38ce11b Roll ANGLE from fe81e1d5542a to a0962979c751 (2 revisions)
- 3915e4d Roll Chrome Mac Arm PGO Profile
- 39e7856 Use more standard enumerator names in supervised_user
- f0dba3f [Theme] Add gradient overlay for toolbar on NTP.
- 2e84c8c Convert to UNSAFE_TODO in storage
- 6ae3431 Roll Skia from dc9d718def16 to fd41f3650729 (1 revision)
- a7e0dd0 [TBHSP] Add ShadowOverlay opacity animation for side panel
- 244eb81 Roll llvm-libc from bb256f487c34 to 8aabeb515924 (3 revisions)
- c98ab1b [Extensions] Use views::Builder to add webstore data in install dialog
- fe2a733 Roll BoringSSL from 14e752507fe9 to a80715d57416 (2 revisions)
- 40bc804 Roll Chromium Variations from BD3LHzHlCryHBnWBr... to 3PbuO1KSDy2vvM2Qz...
- 3d977b0 Reland "[BrowserControls] TabStripTopControlLayers handle tab strip transition"
- a228564 Add event log for the query to chrome://contextual-tasks/internals
- a7aa935 Roll Chrome Android ARM64 Orderfile from dZ3X0t2OVCz1xzKbp... to lgJn4UdVM7Fb3tg1w...
- eaa2620 Add new feature flag AutofillEnableNewFopDisplayAndroidName for new fop UI on Android.
- b2bc34b Roll Perfetto from 2529dcb2fbaf to 2f95be69408f (1 revision)
- 5b039e5 Roll Depot Tools from 778af1e3b8ad to a158a297cef8 (1 revision)
- fb3b5d3 Remove crash key "does_recomputed_site_instance_match."
- a6fbe89 [ios] Fix unsafe buffer in SynthesizedHistoryEntryData
- e2e11de [Start Chrome with Windows] Add StartupLaunchMode enum
- 7aecc79 Roll src-internal from ee7030ff99da to d23bba52949e (2 revisions)
- 47f21a7 Remove superfluous includes for Mojo bindings in various headers
- f19649c Roll optimization-guide from b54a9872b4a4 to 06b0c5f2f779
- 0f5f726 reland: chrome.downloads.setUiOptions API for desktop Android, pt 1
- 2928966 Roll DevTools Frontend from cd885374e464 to 703da59c49cb (1 revision)
- 17290df [tips] Update the inactivity period to ensure that cold startup is met
- 1a1ee9f [tips] Highlight the enhanced safe browsing protection option for tips
- 955472a Glic actor: Apply scheme check to localhost
- c5b75a3 [bedrock] Migrate BrowserList::size() to GetTotalBrowserCount() p5