Chromium Daily Digest Logo

Chromium Changes Summarizer

Summary for 2025-11-17 on branch 'main'

Chromium Digest: 2025-11-17

Overview

On November 17, 2025, the Chromium main branch saw 559 commits, with 396 deemed relevant to developers. This day featured the deprecation of several Attribution Reporting APIs, significant ongoing refactoring to remove the `Supplementable` pattern in Blink, and the removal of legacy session storage code on iOS. The first commit was (68efdd4) and the last was (bd9ba8b).

Breaking Changes

  • ⚠️ BREAKING Several opt-in JavaScript APIs and HTML attributes for the Attribution Reporting API have been deprecated. Using them will now trigger console warnings ahead of their future removal. (d6ce47b)
  • ⚠️ BREAKING The large-scale refactoring to remove the legacy Supplementable pattern from core Blink classes like WorkerGlobalScope and ServiceWorkerRegistration continues. This simplifies the codebase but may break downstream patches. (de5182b) (bf47782) (15d74e6) (c8dd4ae)
  • ⚠️ BREAKING On iOS, the obsolete CRWSessionStorage classes have been removed as part of a larger cleanup of session storage and serialization. (3903121) (898d816)
  • ⚠️ BREAKING The legacy RasterImplementationGLES class has been removed from the GPU component, as it is no longer in use. (dc1fd77)
  • ⚠️ BREAKING The PrivacySandboxGetPromptFormNoticeService feature flag has been deleted, and the DisablePrivacySandboxPrompts feature is now enabled by default. (f61f970) (3d6c65d)
  • ⚠️ BREAKING On ChromeOS, a significant amount of unused code related to the Scalable In-Product Help (IPH) feature has been removed. (17bf282) (8b284ca)

Blink & Web APIs

  • Support for column-height:0 in CSS has been finalized, allowing multicolumn rows to correctly have a height of 0. (67449c5)
  • A feature flag (CookieStoreMaxAgeAttribute) has been added for the maxAge attribute in the Cookie Store API. (3b9325e)
  • The code for measuring navigator.plugins and navigator.userAgentData as part of the identifiability study has been removed. (a173fc3) (acfde31)
  • Fixed a bug where the 'first touch move' flag was dropped when coalescing touch events, which could prevent subsequent moves from being processed correctly. (d10286c)
  • Implemented behavior-specific ARIA role inference for items within a focusgroup, improving how accessibility tools interpret these UI elements. (83ea444)

Developer Tools

  • A new DevTools issue will now be reported when the history manipulation intervention is triggered, making it visible to developers when a site's back/forward navigation is being altered by Chrome. (67490d3)
  • Navigation to devtools:// URLs from untrusted DevTools clients is now disallowed to enhance security. (37b8d0b)

Android & WebView

  • The tab persistence storage system was migrated from using strings to byte vectors for more robust data handling. (672936c)
  • The Auto-Picture-in-Picture feature has now been enabled for desktop Android. (11da865)
  • In WebView, code for managing Web Performance Metrics API listeners was consolidated into a new AwNavigationClient class to simplify future additions. (47c1fc6)

iOS

  • Added support for filtering passkeys based on an 'allowed credentials' list during authentication operations. (3c52c3a)
  • Introduced a generic, reusable bottom sheet component for displaying instructions, improving UI consistency. (84c0dd6)
  • Several commits addressed unsafe buffer usage in tests and core components by migrating to safer C++ patterns like base::span. (54c3d23) (907401b)

ChromeOS

  • A major refactoring of the geolocation service introduced a LocationProvider interface and a LocationFetcher component. This decouples logic from low-level communication and lays the groundwork for location caching. (89d2d68) (bb8e10d) (7a9c425)

Performance & Code Health

  • The Blink GC Clang plugin was optimized to not traverse serialized ASTs, reducing CXX action time overhead in offline builds from 20% to 13%. (6a37381)
  • The ongoing 'Bedrock' project to reduce dependencies on Browser and BrowserList continues, with enterprise_signin_service migrated away from BrowserListObserver. (20b7081) (08d979d)
  • The Persistent Cache's Find method was refactored to take a buffer provider from the caller, removing a data copy and enabling future optimizations. (90da961)
  • The default scaling for printing PDFs was changed to kCenterShrinkToFitPaper, aligning it with HTML printing behavior. This shrinks oversized content and centers smaller content to prevent cropping. (8405785) (917461a)
All Commits (559)
  • bd9ba8b Remove superfluous includes for Mojo bindings in //content headers
  • 46d01de Introduce a feature flag for LiteRT-LM backend.
  • 0d1478e [WebAudio] Cleanup AudioFileReader, add test coverage
  • 805bc99 blink: Remove Scrollbar::ElasticOverscroll()
  • 6a37381 Fix the blink gc plugin to not traverse serialized ASTs
  • cf02013 Roll Amd64 AFDO from 144.0.7522.0_pre1542738_rc-r1-merged to 144.0.7530.0_pre1545745_rc-r1-merged
  • df57b07 [AIM] Observe when all tab model initialized
  • 9fca659 Roll Dawn from 0c868bb228e4 to a20f3e9ab32f (13 revisions)
  • 08802a4 Convert WebString::FromUTF8 to String::FromUTF8 where possible
  • f00eeb4 lib{aom,vpx}/README.chromium: rm b: prefix in bug ref
  • f9c3c87 Roll Chrome Android ARM64 PGO Profile
  • 1397e92 [glic] Update glic flags in run_cros.sh
  • 83ea444 [focusgroup] aria role inference for focusgroup items.
  • fa90312 [iOS][gardener] Mark flaky BringAndroidTabsConfirmationAlertTestCases
  • 6434c43 Add alias to catch NOTREACHED crashes in GetRoleDescription on Android.
  • 8814d73 WebUI: Fix @webui-eslint/web-component-missing-deps violations, part 5.
  • c3a89b2 Roll ios_internal from ba4aaccfff0b to d2b178530506
  • b823563 Boca: Redo audio stream error handling
  • 78ee751 Boca: Add audio capturer error metric
  • 68dff60 Update tab positions in sync bridge data when tab in group is closed
  • f90afdf Remove superfluous callback.h includes from Blink headers
  • f397d6a Roll Chrome Mac Arm PGO Profile
  • bc1c182 Update Affirm selection dialog text
  • f1f0e7c [glic] Add new feature flag to control if widget creates NonClientView
  • 88c053c docs: Update ReAuth guide
  • 7727831 [AIM] Add JNI layer to the tab window manager observation
  • ad237f1 Do not show side panel on pin when floaty is open
  • 9067348 extensions: Port tabCapture API to desktop Android, part 1
  • 1226a83 Roll V8 from bf5b83c93c2c to 81e17eeb3dd9 (2 revisions)
  • 60d4f08 Glic actor: Handle interrupt state during acting
  • 4b80612 [omnibox-next] Update flags so tools and models show up
  • 59cde41 Roll Perfetto Trace Processor Win from d5d71fe4f3d7 to db2bc10622b4
  • 3ffe63c Disable OmniboxContextMenuControllerBrowserTest.ExecuteCommand on Win ASAN.
  • afcc7b4 Remove marker tools from Stylus pod.
  • c16eda0 Use more standard enumerator names in media_galleries, browsertest
  • efc3470 Reland "[WebAudio] Update LegacyAudioFileReader to output F32 for Opus"
  • 92328e1 Doc fix: Correct anchor syntax in heading.
  • d759751 Add getIncognitoInstanceCount to decouple IW & RWM
  • 2572550 Roll llvm-libc from de889ccf11d9 to 74b25173cba7 (2 revisions)
  • fc28094 Fenced frames: Extend reporting metrics.
  • 9976cd7 Forward declare base::OnceCallback in callback_function_base.h
  • 0d83b48 ChromeAndroidTask: convert State from enum to @IntDef
  • 9cf8e95 [Histograms] Extended Expiration Date
  • 12e4c0d Revert "Add WebGL/WebGL2 conformance test failures for Fuchsia QEMU."
  • 3954174 Send tab context for GlicShareImage
  • 34fc126 Show "send" button when wrapping or in image gen mode
  • 731d4df Updating floating loading state height to 80 instead of 252
  • 938909b Run the boca page handler callbacks on presenters dtor.
  • ede0f50 Roll Depot Tools from a98a592d702b to dac161882fea (1 revision)
  • 67449c5 Finalize column-height:0 support.
  • 2f18e07 Remove most base/trace_event/trace_event_impl.h usage outside of //base
  • cabdad3 Revert "Deactivate perf tests for system_health.common_desktop due to persistent failures"
  • d2020d9 Disable `AttemptLoginToolInteractiveUITest.HandleReauth` on Wayland.
  • ecfe972 [Fixit] Fix TabSwitcherTabletTest due to desktop-like incognito window
  • eb3cfde Update CBB autorolll for the builds refs
  • 08d979d [bedrock] Migrate BrowserList::size() to GetTotalBrowserCount() p4
  • 93a8a33 test: exclude FormControlsBrowserTest.Checkbox
  • feee7f7 Add test for column balancing and row wrapping.
  • db63d98 Remove LegacyTabState field trial config
  • 5db6b93 fwupd: Handle unknown device ID in FirmwareUpdateManager
  • 78bc4fb Roll ANGLE from 423dcd41a567 to 0d2467866e0b (1 revision)
  • 289686a Enable field trial testing for infobar refresh
  • c138f7c [Growth] Introduce Signin Promo Limits Experiment.
  • 7a17964 [Declutter] Update archived tabs auto-delete promo title height.
  • b4639c0 Enable remoteexec for ToT Android builders
  • dd78ae1 [Omnibox Next] Fix smart compose alignment
  • 4edd33d Implement user resizing start and end events to WidgetObserver for CrOS
  • 81f6a60 Add koretadaniel as DefaultBrowser metrics reviewer
  • 664470b [Frameworks roll] Roll to 833433708 piper revision
  • 7f063ff [Android] Update AppMenu Facilities expectations in incognito pages
  • 31988ed Update Enterprise.IdleTimeoutPolicies.* histogram expiry
  • 5c1f10a [glic] Update the clipping mask when the view bounds change
  • 987e309 Roll androidx from Kl1U0j0wCdkylc55a... to FThFnYvPgNHpefOY5...
  • fa58cb4 Extend expiration for Download.Android.WarningBypassDialog.Events
  • e25ef1b Roll Skia from 84c83c0dfb4a to 47fd0d9b1044 (4 revisions)
  • 20b7081 [bedrock] Migrate enterprise_signin_service.cc away from BrowserListObserver.
  • 820f267 [omnibox] Enables aim server eligibility by default
  • b30e71d [iOS][gardener] Disable AdaptiveToolbarBottomOmniboxTestCases
  • 1f0e6ef Roll Chrome Mac PGO Profile
  • 62fea85 Roll src-internal from 00f99fb4d774 to f3a06436609d (1 revision)
  • 6472c6f test: don't read /proc/self/environ
  • 31886cb Remove superfluous includes for Mojo bindings in Blink headers
  • 642346c Add missing constexpr keyword to various POD "constants"
  • 4972f39 Roll Chrome Win ARM64 PGO Profile
  • f9f4d4f Roll Perfetto from 30ff80036231 to db2bc10622b4 (2 revisions)
  • 1710dfb Fix metadata for JNIPP in OpenXR
  • eb4370b Update policy count check for NTP footer badging.
  • 0724258 [TabIndicator] Switch to static tab icon when WaitingOnUser
  • d27958c Use more standard enumerator names in extensions
  • d9bd098 [Code Health] Clean up stale base::Feature "OobeLazyLoading"
  • df3da29 [FPF] Delete component files instead of registering the component
  • 679a129 [Duplicate Tabs] Add menu item
  • b32d767 [iOS] Use GpmWillDoUserVerification to replace equivalent logic
  • 11a2f18 Revert "[MediaCodec] Synchronously lock out FillInputBuffer() on error"
  • 4445c27 Roll Chrome Mac Arm PGO Profile
  • ba72d4c Roll V8 from 24cd164307f4 to bf5b83c93c2c (6 revisions)
  • 04a9acb Roll Depot Tools from 039035332b4c to a98a592d702b (1 revision)
  • d44d87c Android: spy() -> ContextWrapper to fix AndroidX roll
  • 9ad48b1 Switch std::map to absl::flat_hash_map in FontDataService
  • 2c7645e [iOS] Remove SafetyCheckItemLayoutType
  • 21b5393 Reland "Reland "[persistent_cache]: Open database in read only mode when needed""
  • 0a79d10 [TBHSP] Add animation coordinator for side panel
  • fb74775 Roll WebView ARM64 Orderfile from RZBgl1xiip7ynPiFx... to TX-h1NbX8g4NAswKh...
  • be168c3 Roll Chrome Android ARM64 Orderfile from X2zrQGiXBSEK-naJg... to i1Uu0iL9AAKqjL0ca...
  • 86384c3 [Pinned Tabs] Hide tab selection editor after pinning/unpinning tabs
  • 7cbb867 [tab switch] Fold SetRendererHidden into SetAllRenderWidgetsHidden
  • 9cb669c [aim][popup] Switch composebox match's to mousedown.
  • 9f3e469 Apply different drawable tint for request type in fusebox
  • b93d44f Roll Platform Experience Win from eb207565d508 to d5b8c0ecd547 (1 revision)
  • f6cc69e Move connector_data_pipe_getter to the shared sub-directory
  • 08f1660 Roll Chromium Variations from o6EvAPvAnwx0X2QOh... to FBm6v6_nd0kDhUc2c...
  • acf262d Added feature flag to enable SecurityInfo in WebRequest API for controlled frames.
  • def717f Roll FreeType from fc9cc5038e05 to 6d4977d66033 (1 revision)
  • 318f17e Default disable kGlicEnableMultiInstanceBasedOnTier
  • 95a3760 [Android][Settings] Hide title breadcrumb
  • cf65deb Roll clang+rust llvmorg-22-init-12326-g8a5f1533-2 : llvmorg-22-init-14273-gea10026b-1 / ab925646fae038b02bd462cd328ae9eef1639236-1 : 11339a0ef5ed586bb7ea4f85a9b7287880caac3a-1
  • 263d96e Reland "Reland "[iOS] Clean up New Overflow Menu feature flag on trunk""
  • f61f970 Delete PrivacySandboxGetPromptFormNoticeService feature
  • 86f5ddc Add tab selection mode as an option to use in chrome://contextual-tasks/internals
  • 796322a Silently exit BTM WPTs when third-party cookies are not blocked
  • dc5089f [Desktop Zoom] Add additional FeatureParam for external monitors
  • 7bb276c Roll Skia from d877de9fc23e to 84c83c0dfb4a (3 revisions)
  • ddfc326 Reland "[composebox][omnnibox] Add page classifications for omnibox composebox."
  • 33c7e6e Extends multiple metrics.
  • ad91f71 IDB: more hardening of indexeddb.mojom - verify Open() version
  • 5bc1dfe [TreesInViz] Set anchor_position_scroll_data_id to -1 in viz.
  • 672936c [Persist] Migrate from strings to byte vectors
  • 3b9325e Feature for Cookie Store API `maxAge` attribute
  • 34c8952 [Default Browser Promo] Handle uninitialized Feature Engagement Tracker (Version 2)
  • 06009c9 Roll Perfetto Trace Processor Linux from d5d71fe4f3d7 to 30ff80036231
  • d04063c Update allowlisted uses of kIgnoreCertificateErrors in PRESUBMIT.py
  • dbede83 win: Move RegistryWatcher to its own source set
  • 7e8e316 extensions: Split up WindowsUpdateFunction::Run()
  • 472f191 Roll Chrome Android Desktop x64 PGO Profile
  • 2efa45b [AIM] Disable Done when 0 Tabs Selected and Fix Styling
  • 6b9682d Roll src-internal from 2d690a5df3b9 to 00f99fb4d774 (1 revision)
  • 0a9b967 Remove superfluous includes for Mojo bindings in //components headers
  • 11da865 [Auto-PiP] Enable AutoPictureInPictureAndroid feature on desktop Android
  • af602f1 Roll Chrome Android ARM64 PGO Profile
  • 54c3d23 [ios] Fix unsafe buffer in CommonJsTest
  • 96f8c8a Roll WebView ARM64 Orderfile from 21zooVtlC9icLOPGz... to RZBgl1xiip7ynPiFx...
  • c9660b5 Roll Crossbench from e5c5788d3629 to 69e6e1d7900c (1 revision)
  • 4f54939 [ios] Fix unsafe buffer in NavigationManagerImpl
  • c29945b WebUI: Fix @webui-eslint/web-component-missing-deps violations, part 1.
  • 7f746f3 Update crossbench_result_converter to handle TraceProcessorProbe
  • ce33aea [OTP] Show password form clientside prediction
  • 3903121 [ios] Fix unsafe buffer in CRWWebController
  • c705e04 Deflake anchored-transition-display-none-001.html
  • 2533b82 [perf] Add devtools_frontend benchmark to the linux-perf-fyi bot
  • 5a22e42 [gDM] Check audio toggle for application capture by default
  • cbbe05b [Default Browser] Add Manager and Controller implementation
  • adeed33 Gradient Scrim Fixes Lens Composebox
  • 8fc6c7d History: Remove lazy loading, not worth it as currently used.
  • c588f44 [Default Browser] Add DefaultBrowserSetter and existing implementation
  • 3c0c4a0 [iOS][autofill] getFormElementFromIdentifier as util function
  • 0cd5c4a Fix layout of infobar when exiting immersive full screen
  • 9ef5b2c [Android][Settings] Add a metric for help center icon click
  • d10286c [blink] Retain first touch move flag when coalescing touch events
  • d6122ee glic: Disable ContextSharingBorderViewUiTest tests on ChromeOS.
  • a58b3e2 Remove kIgnoreCertificateErrors in chrome/browser/android/customtabs
  • 70214b2 Remove uses of BodyAsStringCallbackDeprecated (ash-related paths)
  • 3963a76 Roll Chrome Mac Arm PGO Profile
  • 0ef1c49 Roll V8 from 8a409af400b4 to 24cd164307f4 (8 revisions)
  • 7199bc9 YourSavedInfo: Track navigation from Filling flow dropdown
  • 67490d3 Report issue to DevTools for History Manipulation Intervention
  • 1245991 YourSavedInfo: Reduce clickable area of category card
  • 95d5e78 [iOS] Add configuration for a single Lottie animation in TipsPromo
  • ffa4180 glic: Disable ShouldPreloadForProfile_NotSupportedProfile
  • c5ff447 Extend expiration date for AmbientLightSensorDisabledCause histogram.
  • 9160403 Reland "Glic actor: Handle reauth task focusing"
  • a89f8d9 Extend SafeBrowsing.V8Optimizer.* UMA metrics
  • 9cf3bca glic: Disable WebUIWebViewBrowserTests on ChromeOS.
  • bb11da5 Add chrome://flags entry for MigrateSyncingUserToSignedIn
  • 80d26d1 safe_browsing: remove GetCertificateAllowlistStrings
  • 4badf7f [TreesInViz] Split LayerTreeHostImpl tests into multiple files
  • eda3992 [CodeHealth] Remove stale base::Feature ImeKoreanModeSwitchDebug
  • 9f0962a Roll Chrome Android ARM64 Orderfile from 4Ke0jNHoSqlggH-oM... to X2zrQGiXBSEK-naJg...
  • e492757 glic: Disable ToctouCheckFailWhenCrossOriginTargetFrameChange on ChromeOS
  • b5655e0 [persistent_cache]: Skip perf tests on non-monitored configurations
  • c5065e2 Revert "build: set vars/flags to appease ChromeOS checks"
  • d3503ba Tagged PDFs: Link images to structure tree elements
  • 5ddeb76 Bump some tab switcher related histogram expiry dates
  • 52dabd2 Roll Perfetto from d5d71fe4f3d7 to 30ff80036231 (8 revisions)
  • 2065a34 CreateFontPlatformDataForCharacter crashes FCI
  • 1012202 [Declutter] Default duplicate tab declutter to false on LFF
  • 615a1b1 [Fixit] Enable ANDROID_OPEN_INCOGNITO_AS_WINDOW in TabGroupListBottomSheetTest
  • f27d43e glic: Disable TabStripActionContainerTest on ChromeOS
  • 17a28e8 [Android] Fix BookmarkOpenerTest with AndroidOpenIncognitoAsWindow
  • 70268a4 Roll Crossbench from b8c7faf73c7a to e5c5788d3629 (1 revision)
  • b7ce83e [TWA] Use web app header on standalone mode
  • 0a313a2 glic: Disable GlicLabelEnablementFollowsWindowActivation on ChromeOS.
  • 375043e Roll src-internal from d22fa33d574f to 2d690a5df3b9 (1 revision)
  • 7aca72c Update ChromeScreenAI's license metadata.
  • d9da765 glic: Add strings to chromeos
  • b8aedb6 glic: Disable GlicWithMultipleProfilesTest on chromeos
  • 58915be glic: Disable GlicWindowControllerUiTests on ChromeOS
  • cc21ec1 Introduce CCAM::Observer::OnCreditCardAccessManagerDestroyed
  • abfdcc3 Remove search_engine's unused java feature map
  • 78d34bd [iOS] Replace custom enum with device::UserVerificationRequirement
  • 43971a3 Move GpmWillDoUserVerification to components
  • 3bfd1a8 [AIM] Adjust tab favicon in input menu based on disabled state.
  • a95e2d0 Add some missing <vector> and base/files/file_path.h includes
  • 52d0ad9 [ios] Fix unsafe buffer in SnapshotTestCase
  • 127885d [iOS] Fix Non-Modal Sign-In Promo not launching sign-in sheet.
  • 8276245 Roll SwiftShader from f474b0ce14a6 to d7bc95730bdd (1 revision)
  • 9789e22 Roll Depot Tools from 926832f6db8a to 039035332b4c (1 revision)
  • b0679bc Roll DevTools Frontend from 68d638c640e5 to 905490e42fee (1 revision)
  • 27e4948 [PinnedTabs] Fix animation of search bar when pinned tabs is enabled
  • d04281e Close toolbar height side panel when content height is opened and vice versa.
  • 683514a glic: Disable some GlicUserStatusBrowserTests on ChromeOS.
  • 0877c97 Fix unsafe buffer usage in chromecast/base/hash_util.cc
  • ff2f481 glic: Disable InvalidatedAccountSignInOnGlicFreOpenFlow on ChromeOS.
  • ff71ada [tips] Null check the activity when initializing the opt in promo
  • ab5142e Uprev ChromeScreenAI CIPD to 140.12
  • 448cdbd glic: Disable GlicSidePanelCoordinatorTest tests
  • 4eeaceb [iOS] Fix home customization dismissal crash during Chromium shutdown
  • d8011cd [ios] Remove obsolete class CRWSessionStorage
  • e10a0b4 Roll V8 from b6beb9702b86 to 8a409af400b4 (7 revisions)
  • 6d725ad glic: Disable ContextualCueingHelperResponseCodeTest on ChromeOS.
  • d15796d [aim][popup] Make context non-optional.
  • 6e8c6d6 [IOS][AIM] Display aim suggestions when AIM is enabled
  • 9f66e05 Roll vulkan-deps from 1012b9b17dd1 to 14e2627bfd23 (2 revisions)
  • 21aea0c [ios] Fix feature check for x-platform promo feature
  • 3d07d16 [ios] CrossPlatformPromosService promo triggering
  • f3c5f18 Revert "[flaky] Disable several LinkToTextMenuObserver tests on Windows"
  • d3c6a08 [iOS] Call completion block in FakeUIViewController
  • 228b03f Roll Chrome Android ARM64 PGO Profile
  • 4f5146d Add HttpEngineNativeProvider implementation for new proxy APIs
  • bf0ebed Graphite: add a feature param to disable MSAA on newer Intel
  • 2cf991c glic: Disable GlicButtonControllerTest on ChromeOS.
  • 4bf73a4 [TreesInViz] Turn on the feature for Linux in fieldtrial.
  • 9df5150 Roll ANGLE from 896fa45969e0 to 423dcd41a567 (1 revision)
  • ee2a623 [tips] Add metrics for promo events for opt in and feature tips
  • cb22904 Revert "[iOS][Fusebox] Add feature flag"
  • 4b739ee [Perf] Add tester configs for linux-perf
  • db91921 [Media Indicator] Add SHARING UI signal logic
  • eaaaee1 Add ChromeOS device login screen CryptographyCompliance policies
  • 736daee Roll WebView ARM64 Orderfile from cHJDOwbdLAJn7hZgg... to 21zooVtlC9icLOPGz...
  • 0f70691 Remove E2E_ENABLED for UninstallOnWML test
  • 4f3fa11 Move interactive ui test functionality into shared class
  • 2f740d7 Roll Chrome Mac Arm PGO Profile
  • 9c34517 Roll Chrome Android ARM64 Orderfile from dHCzvYiqYH5ySI9wS... to 4Ke0jNHoSqlggH-oM...
  • 068477b Roll libc++ from ddfdbbc1ab10 to 454a561737fb (7 revisions)
  • a32e1b1 Uplift patch to handle "completely contained within" timezone rule
  • e970722 Roll Chromite from 8f96b36a0b5d to 26bd7b666f12 (2 revisions)
  • eb253af Stop using SingleClientBookmarksSyncTest as a base class
  • ba850f7 [x-plat promos] Create backend for iOS reminder triggering
  • 1f632dd Roll Help App from xmr-8AIhAVTYHfbQy... to Nk9qLorJs2SLJSbQq...
  • d483a5e Reland #2 "Move composebox handler to searchbox directory."
  • 51a1a33 Roll DevTools Frontend from e091b51318c7 to 68d638c640e5 (1 revision)
  • 1c5379e Updating XTBs based on .GRDs from branch main
  • 443bd4c glic: Disable GlicApiTests on ChromeOS.
  • b22229c [cleanup] Rename handler_ -> omnibox_handler_.
  • 49b8c45 glic: Disable GlicStatusIconUiTest on ChromeOS.
  • 04988e3 Remove kIgnoreCertificateErrors in chrome/browser/browsing_data
  • aa9cd4c [iOS] Add an action to log taps on the new TabGroup button
  • 51f19a1 glicmi: Fix trailing punctuation in settings
  • 4b01f19 Pass WebContents in AddToHomescreenMediator C++ ctor from Java
  • c6925dc Add top padding to empty state view.
  • 4de5a5d [ios] Remove WebState::CreateWithStorageSession(...)
  • 3d6c65d Enable DisablePrivacySandboxPrompts by default
  • 0cd1adf [iOS][Multiline] Fix crash when enabled without omnibox evolution
  • f3f586e Define BookmarkPageActionController for the page actions migration
  • 2a64dec Update the "search" string and icon to "filter"
  • cb3309d [VL] Add response_code_category to NotifyURLVisited to pass to observers
  • cf93b14 Roll Chrome Android ARM32 Orderfile from mFhUQ2JSvQ0VIkbV7... to ZZvwtoz9I5yEAoY1U...
  • 2b351ef [anchor] Make position-anchor use StylePositionAnchor.
  • f4b2e12 Roll Media App from oZ59r8CAmHMbhfXqv... to T2fx_c0Yfy9PR0iec...
  • 87860e4 [aim][popup] Avoid duplicate OnClose() calls.
  • 56dc28f glic: Disable GlicProfileManagerBrowserTest tests
  • 78e5983 Revert "[tab switch] Avoid unnecessary isolate priority updates"
  • e469603 Enable Identity HaTS surveys by default (profile menu switch/dismiss)
  • 5653d33 [iOS][SyncedSetUp] Fix Crash Comparing GURL with String
  • a9cd0d6 [SH] Remove SafetyHub Android HaTS survey trigger
  • a173fc3 [IdentifiabilityStudy] Remove code measuring plugins
  • 199e802 camera: Correct the VideoCaptureControlSupport in File VCD
  • 6ba3059 Roll Skia from 5fb44352b232 to d877de9fc23e (1 revision)
  • e3edc62 Extend expired histograms
  • acfde31 [IdentifiabilityStudy] Remove code measuring navigator.userAgentData
  • fa82929 [NTP Theme] Update metrics for user engagement.
  • d6839a0 Fix unit test for detecting CSSKeywordValue crashes
  • 6ab1dd4 [iOS Blink] Implement missing virtual functions in RenderWidgetHostViewIOS
  • dcb914f Roll Chrome Android ARM64 Orderfile from 41n7ibWtGkQdA9oM0... to dHCzvYiqYH5ySI9wS...
  • 77fe924 Extend Autofill.Ai.Deduplication histograms.
  • b5e5669 [Document PiP] Handle PIP disposition on Android
  • 59bdbc4 Roll Chrome Android ARM64 PGO Profile
  • 5969841 Roll V8 from 0dda9e90b74d to b6beb9702b86 (8 revisions)
  • a2bebf5 glic: Disable TabUnderlineViewUiTest.SmokeTest
  • 7624312 Roll DevTools Frontend from fbc6024176a6 to e091b51318c7 (1 revision)
  • aa1ec3a [iOS][AIM] Rework the overflow actions menu in the input plate
  • 90da961 [persistent_cache] Refactor Find
  • 450698e glic: Enable kOnDeviceSpeechRecognition for GlicMediaIntegrationTest.
  • 39d3ac7 Roll BoringSSL from b28d2e8fa0be to 6c7729b88a69 (1 revision)
  • 71a0be7 Revert "Enable `SyncEnablePasswordsSyncErrorMessageAlternative` by default"
  • 547bc57 [iOS] Match IOSReaderMode experiment with Finch config.
  • fae93f1 Roll WebView ARM64 Orderfile from NwoPxtNhhInMs9GHT... to cHJDOwbdLAJn7hZgg...
  • aecbc60 [rust png] Configure skia rust common targets
  • 6feb284 Roll Chrome Mac PGO Profile
  • 697c918 [iOS][AIM] Have refine suggestions arrow point in the right direction
  • 8da2bd8 Updating trunk VERSION from 7530.0 to 7531.0
  • b5947b9 Roll ios_internal from 20ea0b32a670 to ba4aaccfff0b
  • 9f0247c Fix DanglingUntriaged in PaymentsSuggestionBottomSheetMediator
  • 5e0385b [IdentifiabilityStudy] Remove code measuring keyboard layout
  • f49a73e Roll Chrome Linux PGO Profile
  • 8804102 [RSG] Check if the field type is supported by ASG before fetching
  • 578ae19 Add TODO to BubbleControllerBase
  • 7cb6d54 Remove unused WorkerClients ex-Supplementable members.
  • 31387d4 Make WorkerClients not Supplementable.
  • 578a5b3 Add blob URL partitioning self-fetch test and refactor helper functions
  • 31ab45b Roll Chrome Mac Arm PGO Profile
  • 8948d00 Convert to UNSAFE_TODO in services
  • 81e63b5 Fix DanglingUntriaged in AutofillBottomSheetTabHelper
  • f2334ac Fix DanglingUntriaged in SaveCardBottomSheetMediatorTest
  • 73946d9 Remove DanglingUntriaged in IOSChromePaymentsAutofillClientTest
  • 55b232b Fix DanglingUntriaged in SaveCardBottomSheetModelTest
  • 4e40ae9 [scoped-vt] Fix hit-testing
  • 28b6dd2 [iOS] Prepare to use one version of Lottie animation for light and dark
  • d6ce47b Deprecate opt-in Attribution Reporting API surfaces
  • 575fa46 [signin] Add public accessors to AccountInfo
  • 9f290ac Stop showing 'Fetch interval' field for machine policy when push is on
  • d7fe793 Roll WebView ARM Orderfile from z-5sIUXitBXvQtKB3... to CQwbwp-M1EqVqWflj...
  • 3c52c3a [iOS] Add passkey filtering to PasskeyTabHelper
  • de5182b Convert to UNSAFE_TODO in third_party/blink
  • 2ea2339 Roll src-internal from a23c35120a59 to d22fa33d574f (1 revision)
  • fa8949a Roll DevTools Frontend from b8e5412c6f50 to fbc6024176a6 (1 revision)
  • 6e002da Add UMA for macOS audio capture permission interactions
  • 793531e Clean up ScopedAutofillManagersObservation unit test
  • 1645948 Roll Dawn from f872a119cc10 to 0c868bb228e4 (6 revisions)
  • 6161c1a Revert "Reland "[STG] Enabling Join only feature flag by default.""
  • 6341d8c De-flake ProfileWindowCountBrowserTest.DevToolsWindowsNotCounted
  • f91d5d9 Roll Chrome Win64 PGO Profile
  • b74ddb3 Roll ios_internal from b50f5765f071 to 20ea0b32a670
  • d6ea339 Add testing config and WebView flag for WebRtcPqcForDtls
  • b7c3968 Prevent metadata updates from triggering redundant Wallet API requests
  • d8a2849 Roll Chrome Android ARM64 PGO Profile
  • bf47782 Remove unused WorkerGlobalScope ex-Supplementable members.
  • 57892d7 [iOS]Replace DCHECK by not fatal check
  • 15d74e6 Make WorkerGlobalScope not Supplementable.
  • c8dd4ae Make GlobalIndexedDBImpl not a Supplement.
  • 8562e54 [iOS][Gardener] Disable flaky test LocationBarEditStateTestCase/testSelection
  • b588bdf [IOS][AIM] Refrain from minimizing the aim button
  • 8dd72f6 [CT] Automatic update from google3
  • 21ad484 Display the bookmarks limit in chrome://sync-internals.
  • 898d816 [ios] Remove WebState::BuildSessionStorage()
  • d9f9ffd Roll Chrome Win ARM64 PGO Profile
  • 7e71b3b [iOS] Do not snapshot the toolbar view if it is no longer available.
  • 252f196 Roll Chrome Android Desktop x64 PGO Profile
  • 8aecf58 Roll Chrome Android ARM32 PGO Profile
  • 3e1b5ac Roll Perfetto Trace Processor Win from 0603493636b0 to d5d71fe4f3d7
  • 907401b [ios] Fix unsafe buffer in ImageFileManagerTest
  • 1c38d76 [RSG] Check if the field is fillable by autofill ai in AAiSG::Fetch()
  • e65b8eb Roll DevTools Frontend from ce2ae8d10080 to b8e5412c6f50 (5 revisions)
  • c7128ea [gardener] Revert "Glic actor: Handle reauth task focusing"
  • 28b6a68 [content][ios] Add missing include
  • f429ee6 Roll Crossbench from d62d1a0ceeac to b8c7faf73c7a (1 revision)
  • bcc57a7 Automated Commit: LKGM 16486.0.0-1073193 for chromeos.
  • baed687 Roll ANGLE from 127a84404b88 to 896fa45969e0 (2 revisions)
  • 7226e79 Reland "[headless] Improve headless mode Chrome dock/menu hiding on Mac"
  • 76f1087 Roll Chrome Mac Arm PGO Profile
  • 43a6715 Make GlobalPerformanceImpl not a Supplement.
  • b4704a4 Make GlobalCookieStoreImpl not a Supplement.
  • eba21e5 Make GlobalCacheStorageImpl not a Supplement.
  • 704b026 Make GlobalFetchImpl not a Supplement.
  • db18b53 Roll gn from 748c9571f3d1 to c5a0003bcc2a
  • 3bfc737 Roll Chrome Android ARM64 Orderfile from Al2C-ZJyr3rzb734j... to 41n7ibWtGkQdA9oM0...
  • 727ed59 [Frameworks roll] Roll to 832402849 piper revision
  • a45b7d6 Remove unused ServiceWorkerRegistration ex-Supplementable members.
  • 10873fd Roll WebView ARM64 Orderfile from od-cUPvKxDfwUHW15... to NwoPxtNhhInMs9GHT...
  • 8405785 [Print] Align PDF default print scale to HTML print
  • b005e5f [UNO] Show extensions promo in sign in pending state
  • 6af3406 [iOS] Use Optimization Guide hint for Reading Mode page eligibility.
  • 1a8e173 [IOS][AIM] Update the input item views to match mocks
  • b1288a5 Roll DevTools Frontend from 215999b7c3b5 to ce2ae8d10080 (1 revision)
  • 326eafc Add Error suffix to two Autofill DevTools issues
  • 08d6d98 Legion: Move feature name to inference call
  • e21d7b7 Remove outdated comment in ScopedAutofillManagersObservation
  • 89d2d68 cros-geo-caching: Introduce LocationProvider interface
  • bb8e10d cros-geo-caching: Extract network layer from SystemLocationProvider
  • 5e44928 Remove sentinel values in std::arrays in trace_event_args_allowlist.cc
  • abc1272 Handle existing Incognito NTPs when IncognitoNtpOmniboxAutofocusManager is initialized.
  • 1641d8f Roll Perfetto Trace Processor Linux from 0603493636b0 to d5d71fe4f3d7
  • 0bd416d preloading: Prevent common search provider urls in NewTabPage triggers
  • 2eddf56 Roll Catapult from fbc29ad44b7e to c5f115ecb541 (1 revision)
  • b2533bd Roll ios_internal from c797c68a94c8 to b50f5765f071
  • d7e138f Roll Skia from 5340dda1b038 to 5fb44352b232 (3 revisions)
  • f20f43e Unsubscribe EmptyNetworkManager from socket at destruction
  • 33aa592 [TDR] Remove TODOs linked to issue 271601288.
  • f55fa36 preloading: Prevent common search provider urls in BookmarkBar triggers
  • b915d82 Make ServiceWorkerRegistration not Supplementable.
  • 2d48548 Deactivate perf tests for power.desktop due to persistent failures
  • 84c0dd6 [iOS] Adds instructionsBottomSheet to chrome/common
  • 11929c0 Remove unused Page ex-Supplementable members.
  • 6420912 Add ddac@ and mlbipin@ as an OWNER of components/supervised_user
  • b8bfee8 [iOS][Gardener] Disable flaky test SharedTabGroupsTestCase/testRecentActivity
  • 78714de YourSavedInfo: Add data types filtering in sync-status-changed listener
  • 538d6cf Deactivate perf tests for system_health.common_mobile due to persistent failures
  • 60edb9b Deactivate perf tests for v8.browsing_mobile due to persistent failures
  • 17bf282 scalable_iph: Remove scalable iph view classes and tests
  • 1aab445 Replace `std::map` with `absl::flat_hash_map` in `DataTypeStatusTable`
  • db6c84e [JP] Fix saving/updating alternative names
  • 1e149f1 Roll Chrome Android ARM64 PGO Profile
  • 0f569b8 [install-build-deps] Move autoconf outside of NacL section
  • f73e01b Roll Chrome Android ARM64 Orderfile from 6Yln9Yu8jZtKlN1Pj... to Al2C-ZJyr3rzb734j...
  • 144190a Roll Perfetto from 0603493636b0 to d5d71fe4f3d7 (1 revision)
  • bc9f20d Deactivate perf tests for system_health.common_desktop due to persistent failures
  • 917461a [Print] Add support for kCenterShrinkToFitPaper option to PDF printing
  • 0c7e092 Roll WebView ARM64 Orderfile from AYU5LwaS9HQ_SxNTD... to od-cUPvKxDfwUHW15...
  • 56bffb6 Enable `SyncEnablePasswordsSyncErrorMessageAlternative` by default
  • 3eef8bc Reland "[StatisticsProvider] Fix typo"
  • e08d1c2 popup-ui: Add a feature flag for new CCT UI mode
  • 39b8fd5 [Signin][Android]Add metrics for Android account fetching
  • 8728064 Roll Projector App from t5IoTJ2hZA3GG0FKm... to tT09TmqiKfiQXXRBE...
  • 208744c Roll DevTools Frontend from d941c61131cc to 215999b7c3b5 (1 revision)
  • 9ef1b4f Roll Chrome Mac Arm PGO Profile
  • 85dce51 Add more indexes to `autocomplete_table_label_sensitive`
  • ed2023f Revert "Introduce ScopedAutofillDriverOwneeObservation"
  • dc1fd77 [//gpu] Remove RasterImplementationGLES
  • 016aa6e Update meet_effects hash in DEPS file.
  • 7a9c425 cros-geo-caching: Rename geolocation_handler to geolocation_handler_impl
  • 2070d2a Make contextual popups work in incognito contexts
  • 8b8721a [Fonts] Fix fallback font selection for Devanagari chars
  • 5ac285c [iOS][Gardener] Disable flaky test ReaderModeTestCase/testSideSwipeReaderMode
  • fd95430 Fix dangling pointer in CardUnmaskPromptControllerImpl unittest
  • dd57901 [iOS] Replace TabsFromAndroidItem by TableViewURLItems
  • 85ca1b5 Update title of FRE benefit card
  • 4db6540 [Blink] Remove FlushReason::kTesting
  • 684edd1 [iOS][Gardener] Disable flaky test ManageAccountsTableTestCase/testRemoveAccountSeveralTime
  • 55134c1 [Blink] Remove FlushReason::kNone
  • 51dde5a Roll ios_internal from 4f1e2ed8d4f0 to c797c68a94c8
  • 08f6968 WebNN: re-implement TransposeEliminationTransformer
  • 47c1fc6 WebView Web Performance Metrics API: Consolidate listener/notification code
  • f2006ea [//gpu] Rename TestSII method post-GMB elimination
  • 4d622b0 Add delete button style to signout confirmation
  • 8af304c [//cc] Add cc::Tile::draw_mode()
  • 6025e1d extensions: Move InstallPromptPermissions to extensions/browser
  • 0001459 Roll Chrome Android ARM64 PGO Profile
  • b6dd4cd [iOS] Fixes buttonStackHeight computation
  • bdf7e6b [//cc] Refactor TileDisplayLayerImpl's debug border quad appending logic
  • 3a0390e [TDR] Remove TODOs linked to issue 306272008.
  • 51f981b YourSavedInfo: Update icon in Settings Menu html
  • b4b4b5d [TDR] Remove TODOs linked to issue 286931547.
  • c9c9d78 [Blink] Inline Snapshot() impl into CRPBitmap::DoExternalDrawAndSnapshot
  • 440cc71 Roll WebRTC from 2585d74ee3cc to 4d864f22e092 (1 revision)
  • fe72adf [iOS][CX] Skip fetching passkey secret when not necessary
  • aafccb9 [//cc] Remove RBP perftest's usage of RasterImplGLES
  • 7f4fc18 [Viz] Rename TestContextProvider::Create() to CreateGLES()
  • 2a93480 Roll Depot Tools from ca5576a48f5c to 926832f6db8a (1 revision)
  • 622c1ba [TDR] Remove TODOs linked to issue 323585997.
  • 1e50113 [TDR] Remove TODOs linked to issue 216523790.
  • 76cc2a9 [TDR] Remove TODOs linked to issue 323585997.
  • 497d254 Measure the duration of ScopedServiceBindingBatch on the main thread
  • 37b8d0b Disallow navigation to `devtools://` URLs from untrusted DevTools clients.
  • 5813919 Roll Chrome Mac PGO Profile
  • fe3ff99 WebUI: Fix @webui-eslint/web-component-missing-deps violations, part 3.
  • 72567f9 [Blink] Remove FlushReason::kNon2DCanvas
  • af48fa2 [Blink] Remove FlushReason::kOffscreenCanvasPushFrame
  • a308ad0 Roll Chrome Win64 PGO Profile
  • 32889ed Roll Chrome Mac Arm PGO Profile
  • 9344912 [//ui] Have Wayland's CreateNativePixmapFromHandle() talk SIF
  • 5c31ff0 [Viz] Remove dead TestContextProvider::Create(gl)
  • 62bb5b8 [Signin][Android] Add strings to seamless sign-in promo with no accounts
  • 47a6bd4 Roll WebView ARM Orderfile from E_Up38W2JSyRr1l3i... to z-5sIUXitBXvQtKB3...
  • a9f33a5 //ui: Have WaylandSurfaceFactory::CreateNativePixmap talk SIF internally
  • 17def22 Roll WebView ARM64 Orderfile from rHeApMNv1tko_fHDj... to AYU5LwaS9HQ_SxNTD...
  • 5c73952 [Autofill] Remove BAM::GetMetricsState()
  • e6de566 Roll Chrome Android ARM64 Orderfile from txKYZtX4vS1OK2QtI... to 6Yln9Yu8jZtKlN1Pj...
  • 0950125 Roll WebRTC from aa53e85630b4 to 2585d74ee3cc (1 revision)
  • a880e65 [ClientSocketPool] Consolidate ProxyChain argument
  • 16ba1da [Socket Pool Limit Randomization] (6) Refactor sockets_in_use
  • 5430ec8 Roll ios_internal from 87b77e4bc6dd to 4f1e2ed8d4f0
  • 8f60624 Roll Skia from c5b23c2c191a to 5340dda1b038 (1 revision)
  • 2b27b28 Fix metadata for gemmlowp
  • 0440c7e Roll Chrome Linux PGO Profile
  • 7cd4234 Mark various arrays as constexpr
  • 1ee3ef7 Roll V8 from a192cf38f13f to 0dda9e90b74d (2 revisions)
  • 798c3d7 Roll Chrome Android ARM64 PGO Profile
  • b94311d Roll Chromium Variations from _-a8k3BzqJHbSvoSw... to o6EvAPvAnwx0X2QOh...
  • 27157b4 Roll WebView ARM64 Orderfile from Ako2SywMOztxCpABj... to rHeApMNv1tko_fHDj...
  • 5e3f231 Roll Chrome Win ARM64 PGO Profile
  • 2587b63 Roll Chrome Android ARM64 Orderfile from Mmj8KYL19g2kYko5u... to txKYZtX4vS1OK2QtI...
  • 44f2a6c Roll Chrome Android Desktop x64 PGO Profile
  • b9fde7c Roll Chrome Android ARM32 PGO Profile
  • 4f1b21d Fix metadata for FXDiv
  • d6b5dba Roll compiler-rt from 685e57aca7c9 to f92367dad65c (2 revisions)
  • a564688 Roll Depot Tools from c527a62fe0c3 to ca5576a48f5c (2 revisions)
  • 9b1d221 Roll ios_internal from 6f59f6c41e5f to 87b77e4bc6dd
  • fb230f3 Roll Skia from aad0515710a9 to c5b23c2c191a (5 revisions)
  • 81b8c35 Roll Chrome Mac Arm PGO Profile
  • ec1cf0c Set -fmodules-disable-diagnostic-validation
  • a172207 [bedrock] Migrate BrowserList::size() to GetTotalBrowserCount() p3
  • d651a4c Add a TODO to BookmarkBarPreloadPipelineManager
  • 36eae58 [cleanup] Remove feature kV8IncrementalMarkingStartUserVisible
  • cbe66af Roll WebView ARM64 Orderfile from 2_2TG36Dc1d7r2WAc... to Ako2SywMOztxCpABj...
  • cfbb567 Roll clank/internal/apps from af25f0bbd1c1 to a13d93da5b8a (1 revision)
  • 7ee58c5 Roll PDFium from c2e74df913f0 to d632d58a616a (2 revisions)
  • 90c5a06 Roll DevTools Frontend from bb82faf6ad6e to d941c61131cc (1 revision)
  • 5dd6b85 Fix metadata for cldr
  • 853b1c4 Fix metadata for CRC32C
  • 25d38b9 Roll Chrome Android ARM64 Orderfile from Mq5pUlskSfQK4BAiV... to Mmj8KYL19g2kYko5u...
  • c0bee31 Fix metadata for cpu_features
  • 8b284ca scalable_iph: Remove scalable iph classes and unit tests
  • 1834c01 Roll Chrome Android ARM64 PGO Profile
  • 2759994 Fix metadata for libipp
  • 1b1f7d8 Fix metadata for Google Toolbox for Mac
  • 3ee4598 Fix metadata for dom-distiller-js
  • 3a1cf3f Roll clank/internal/apps from 8bc67280f19c to af25f0bbd1c1 (2 revisions)
  • c765e28 Roll Skia from 761e1fe67e15 to aad0515710a9 (1 revision)
  • 506139e [text-spacing-trim] Fix fallback + `chws` case
  • caa07f2 spellcheck: add a force-refresh variable to bypass the logic to use spell check cache
  • ea0ff9d Roll WebView ARM64 Orderfile from 3V1jFPbhFcXKg0mPT... to 2_2TG36Dc1d7r2WAc...
  • bb32920 Roll Chrome Android ARM64 Orderfile from X2mYAADqs4ohSdxeY... to Mq5pUlskSfQK4BAiV...
  • 2cdd064 Roll Chrome Mac Arm PGO Profile
  • a5da655 Roll Chrome Android ARM64 PGO Profile
  • 929762e Roll WebView ARM Orderfile from XRLxO_F_Ugl7sRXxc... to E_Up38W2JSyRr1l3i...
  • 31ff64e [bedrock] Migrate BrowserList::size() to GetTotalBrowserCount() P2
  • a898f98 Roll src/net/third_party/quiche/src/ 8c511ae5b..901d0a7b4 (3 commits)
  • 87743b0 Fix metadata for UKey2
  • 4a0b5d8 Hides profile_ and service_ in ExtensionServiceTestBase under private.
  • 01732b3 Fix metadata for simdutf unicode transcoder
  • 7b577bc Fix metadata for OTS
  • fb175e3 Roll Crossbench from d14ec57516bb to d62d1a0ceeac (1 revision)
  • 85f1cdc Fix metadata for Nearby Connections Library
  • 9a1e835 Roll Depot Tools from 23ad8839bff8 to c527a62fe0c3 (1 revision)
  • 9d10c80 Fix metadata for plasma-wayland-protocols
  • 4c4b9cc Roll optimization-guide from e9c35da7ce98 to 41ab339735f8
  • 655d8e7 Roll Chrome Android ARM64 PGO Profile
  • 1ff6a95 Roll WebView ARM64 Orderfile from OZuP3qg1DdfByzEJc... to 3V1jFPbhFcXKg0mPT...
  • 0adfc42 Roll Chrome Android ARM64 Orderfile from oI-5sKqTnpeqgvSJg... to X2mYAADqs4ohSdxeY...
  • 0204b01 Disable `AttemptLoginToolInteractiveUITest.HandleReauth` on Wayland.
  • b3dc301 [gardener] disable OmniboxContextMenuControllerBrowserTest.ExecuteCommand on ChromeOS asan lsan
  • ee4cd28 Roll Chrome Mac PGO Profile
  • 632c3d4 [ios] Fix unsafe buffer in WebViewTrustedVaultClient
  • 6e6ab13 Roll Crossbench from d58dc7a8d5f1 to d14ec57516bb (1 revision)
  • d10a8d6 Roll WebView ARM64 Orderfile from eMaZzZZdoWrUZT3Tj... to OZuP3qg1DdfByzEJc...
  • 453b90a Roll Chrome Android ARM64 Orderfile from L4yPEaVzlPezeinRF... to oI-5sKqTnpeqgvSJg...
  • e50ef69 Do IWYU for navigation_controller_delegate.h
  • 1a15052 Roll Chrome Mac Arm PGO Profile
  • 786e5f6 url: Use string_view for a FindQueryAndRefParts() argument
  • e69c25d Roll Chrome Android ARM64 PGO Profile
  • e927991 Fix DeveloperToolsPolicyHandler::GetEffectiveAvailability
  • f2728a7 siso: update to version 1.4.18
  • b9686f4 Replace heavy include with forward decl version in simple_url_loader.h
  • 09b3023 Roll Chrome Linux PGO Profile
  • 49293b2 Correct the opaqueness hint of the layer of ShelfTooltipBubble
  • 2846bea Roll Chrome Android ARM64 PGO Profile
  • db62e23 Update fieldtrial config for WebViewPrefetchHighestPrefetchPriority
  • 307571f Roll Chrome Android ARM64 Orderfile from BHtGz8PKsquyYgWSW... to L4yPEaVzlPezeinRF...
  • 001b643 Implement ETC1 block metadata parsing
  • c1ed471 Roll WebView ARM64 Orderfile from GfppsyjdD84HfOd7g... to eMaZzZZdoWrUZT3Tj...
  • 0ff53de Automated Commit: LKGM 16485.0.0-1073187 for chromeos.
  • 118b3c8 Roll Chrome Android ARM32 PGO Profile
  • 40fb44f Roll Chrome Android Desktop x64 PGO Profile
  • 9a0ef8d Roll Chrome Android ARM64 PGO Profile
  • 9e2cdba Roll Chrome Mac Arm PGO Profile
  • 5b068b6 Remove dead emoji suggestions metrics and related logic [8/N]
  • 811690e Roll WebView ARM64 Orderfile from ZLXTbvKNMIVyIdGWT... to GfppsyjdD84HfOd7g...
  • 026e91b Roll Dawn from adabd78d585c to f872a119cc10 (1 revision)
  • ea4820a Roll Chrome Android ARM64 Orderfile from lTVxLe7EQGk3_JJW4... to BHtGz8PKsquyYgWSW...
  • 68efdd4 Revert "[Incognito Windowing] Updates windows shown by 'Open in Other Window'"
← Back to all summaries