Chromium Daily Digest Logo

Chromium Changes Summarizer

Summary for 2026-03-20 on branch 'main'

Chromium Digest: 2026-03-20

Overview

This summary covers 583 commits on the main branch from March 20, 2026, with 431 deemed relevant to developers. The day saw an unusually high number of breaking changes across core internals, JNI, platform APIs, and extensions. The first commit of the day was (0939042) and the last was (f08dfd5).

Build System & Core Internals

  • ⚠️ BREAKING The bundled xdg-mime and xdg-settings utilities have been removed. Production Linux builds must now ensure the host system has a sufficiently modern version of xdg-utils installed, changing a long-standing dependency assumption. (4258ce4)
  • ⚠️ BREAKING The Windows message pump observer API in base has been significantly altered. MessagePumpForUI::Observer is renamed to NativeEventObserver, the registration model now only supports a single observer, and method signatures have changed (e.g., from const MSG& to uintptr_t). (6be9b03) (fe915f0)
  • ⚠️ BREAKING The core blink::Platform::InitializeBlink() method signature has changed to accept an optional cppgc::StackStartMarker. Embedders that implement or call this platform initialization function directly must update their code. (3a44bcf)
  • ⚠️ BREAKING The public static methods Time::ResetHighResolutionTimerUsage() and Time::GetHighResolutionTimerUsage() have been removed from base/time/time.h. (2cf132b)
  • Several browser components have been modularized into their own build targets to improve build times and dependency hygiene, including //chrome/browser/taskbar, //chrome/browser/readaloud, and //chrome/browser/guest_view. (ee6b0f0) (ed17521) (59597bd)

JNI (Java Native Interface)

  • ⚠️ BREAKING The JNI generator's naming convention for calling static Java methods from C++ has changed. The J prefix on the JNI struct is removed, so calls like JMyClassJni::foo() must be updated to MyClassJni::foo(). (fa5d1a7)
  • ⚠️ BREAKING JNI-generated constants and field accessors have been moved into their respective mirror types. Native code must be updated to access them via the new pattern, e.g., JMotionEventJni::CONSTANT instead of JNI_MotionEvent::CONSTANT. (62719ab)

Web Platform & Rendering

  • ⚠️ BREAKING The compositor API cc::TrackedElementFeature has been converted from a standard enum to an enum class. Client code must be updated to use scoped enumerators (e.g., cc::TrackedElementFeature::kAIHighlight) and can no longer treat it as an integer. (faaa9c8) (28294a2)
  • ⚠️ BREAKING Following the removal of the kSynchronizedScrolling feature, the public method cc::Scheduler::SetTreePrioritiesAndScrollState has changed its signature. The ScrollHandlerState enum and its corresponding parameter have been removed. (65b5613)
  • A new experimental feature, 'Platform-provided behaviors' for Custom Elements, was introduced. It allows elements to opt into platform capabilities like form association via attachInternals(). (458af53)
  • The CSS Color 5 alpha() function has been implemented, available behind the CSSAlphaColorFunction runtime feature flag. (38994fc)
  • To align with spec updates, user action pseudo-classes like :hover and :active now stop propagating at the top layer boundary. This behavior is controlled by the UserActionPseudosStopAtTopLayer flag. (9a341b9)
  • The Rust-based JPEG parser is now enabled by default. In Web Audio, support was added for 5.1.4 and 7.1.4 channel layouts, while the experimental kWebAudioAllowDenormalInProcessing feature was removed. (5c98c56) (6587cd7) (e8aacdb)

Security & Networking

  • ⚠️ BREAKING The public interface method SecurityPrincipal::IsWebUI() now returns true for chrome-search:// URLs. Embedders relying on this method for security or UI logic may need to update their code to account for this behavioral change. (2ba6492)
  • ⚠️ BREAKING The recently added public API google_apis::GetCdmCertificate() has been removed via a revert. (2172bc8)
  • Chrome's Certificate Transparency (CT) policy evaluation will now ignore Signed Certificate Timestamps (SCTs) delivered via OCSP-stapled responses. This change is enabled by default. (4d1a2f7)
  • DoH (DNS-over-HTTPS) requests now use an empty IsolationInfo to allow Alt-Svc information to be cached across network changes, enabling faster QUIC connections on startup. (6ca275c)

Extensions

  • ⚠️ BREAKING Nine methods have been removed from the chrome.passwordsPrivate extension API as part of a migration to Mojo. Extensions using methods like isAccountStorageActive(), showAddShortcutDialog(), or deleteAllPasswordManagerData() will break. (17f18ce)
  • On Android, a site permissions button and toggle have been added to the extensions menu, giving users a direct entry point to manage site access for an extension. (4221f3c) (9510ca7)

Autofill & Payments

  • ⚠️ BREAKING IbanManager has been refactored from a per-profile KeyedService to a per-tab object. The associated IbanManagerFactory has been deleted, breaking the previous public API for accessing the manager. (9ef7381)
  • The kAutofillFewerTrivialRefills and AutofillAndPasswordsInSameSurface feature flags and related code have been removed, as the features are now stable and enabled by default. (8fb02ab) (5ef709d) (9ec10ed)

Platform-Specific Changes

  • ⚠️ BREAKING In the public iOS OmniboxFocusDelegate protocol, the omniboxDidResignFirstResponder delegate method has been renamed to omniboxDidEndEditing. Implementors of this delegate must update their method name. (178f648)
  • The READ_MEDIA_VIDEO and READ_MEDIA_IMAGES permissions were removed from the Android Manifest, as the code paths requiring them were found to be unreachable on modern Android versions. (0939042)
  • The extensions downloads danger prompt has been enabled on desktop Android, unifying the user experience with other desktop platforms. (f08dfd5)

UI & Feature Removals

  • The 'Recent Tab Chip' feature has been removed from the New Tab Page Realbox. (c32c00e)
  • The deprecated AddressBubblesIconView and related migration code have been cleaned up and removed. (d1b607f)
All Commits (583)
  • f08dfd5 extensions: Enable danger prompt for downloads API on desktop Android
  • 95b33ce [Default Browser Promo] Record Default Browser promo click metrics for promos on Messages, Setting page and Educational tip.
  • 90fd510 [PDF Ink Signatures] Block add/remove same IDs in PdfInkUndoRedoModel
  • 1fa5077 [PDF Ink Signatures] Add undo/redo tests for combined Add/Remove logic
  • ee6b0f0 Modularize //chrome/browser/taskbar
  • 9a341b9 Implement user action pseudo-class propagation boundary for top layer
  • ab36894 [iOS] PageContext config and bytesize metrics
  • caa339d Roll src/third_party/dav1d/libdav1d/ 241a6b236..d69235dd8 (7 commits)
  • 35c37fe Roll src/third_party/libaom/source/libaom/ 34f25197c..4a29b0193 (5 commits)
  • fb0d1a7 [contextual-tasks] Clear compose box on zero state changes.
  • f11378f [WebNN] Add FlatBuffer size checks in TFLite graph builder
  • 2ba6492 Use GetWebUISchemes in SiteInfo::IsWebUI
  • 86c03e5 [BackButton] Adds three dot menu back button feature engagement
  • 58844e1 Roll DevTools Frontend from 0130091731a0 to 8027c6ed2ca1 (1 revision)
  • b59224e [Extensions Cleanup] Simple JS updates in media_galleries API
  • a87bef7 Certificate Manager: Migrate crs-section to Lit
  • 9e01f67 Roll eigen from 821ab7d3e656 to 30128de0e3a6 (2 revisions)
  • 40de9cf Update ENABLE_EXTENSIONS build flag in ChromeExtensionsMetricsHelper
  • 40afefb Roll Chrome Android ARM64 Orderfile from WhZja5-LIX31gLFRL... to Ml6tS2bXUpt2JAvCx...
  • 8eb66fe Roll Chrome Mac Arm PGO Profile
  • a10bc42 Extend expiration dates for ChromeOS.Settings.Device.*
  • b8127c9 Display frozen update notifications
  • 55e0d96 Replace UNSAFE_TODO in ReverbInputBuffer with safe operations
  • 43eb976 Roll ANGLE from 8715c233439f to b3e2ed202878 (7 revisions)
  • 83c5829 Fix infinite recursion in Zipper::ZipEnd::operator==
  • b419d87 Clean up build flags in ChromeContentBrowserClientExtensionsPart
  • 2f8a3ef [Memory] Destroy FeedActionDelegateImpl properly.
  • d050cef Extend expiration dates for ChromeOS.Inputs.*
  • 2ecc4bf Add unsigned int query to Pixel Local Storage extension.
  • 414f345 [contexutal-tasks] Update feature eligibility to include cobrowse status
  • c503dfa CrOS WebUI: Refactor chrome/test/data/webui/chromeos:build_ts target.
  • ed17521 Finish modularizing c/b/readaloud
  • 13d3505 [MIR] Remove UnownedUserData for MultiInstanceManager
  • 6e69ba3 [glic] Activate the window at start of api browsertests
  • 61b6bcd [Connection-Allowlist] Log UMA histogram for Connection-Allowlist usage.
  • a2244d8 Roll Chrome Mac Arm PGO Profile
  • 657285e Fix dangling pointers in ash/quick_pair/scanning/scanner_broker_impl_unittest.cc
  • 9ae37b5 Add mediapipe patch to fix com_google_audio_tools build
  • 3cb1e37 Fix telemetry logging for scripts adding button elements in DOM
  • a7c9720 Fix ScriptInjection URL handling and sanitization
  • 214584f [projects] Disable projects panel when tab groups are not available
  • b5b9b61 RequireCTDelegate::CheckCTRequirements: require CT if delegate is null
  • 4a8d1d0 Revert "Request focus on the immersive web view when shown."
  • 245ab2e [webgpu] Fix use-after-free in WebGPUImplementation during teardown
  • ff3a1d6 Move Crashpad and crash-related histograms to stability sub-dir.
  • d04bf7d [Animated pb] M144 bisect cl 6
  • 2a4fcb1 [Masonry] Add baseline shim for multi-span items
  • ea2fbef [App rating] Implement user lifetime tracking preference
  • b7ccc72 [Reading mode] Fix omnibox flaky tests
  • 95034b3 [iOS] Block Save Image By Long Pressing If EnterpriseConnector Enabled
  • 0fa01f7 Roll vulkan-deps from ac3b76d72372 to 654cab9f7688 (6 revisions)
  • 29a4450 Roll V8 from 33e9c15f2a26 to a0bdb939948f (3 revisions)
  • 9761c52 Revert "Use tool_mode.proto in favor of old ToolMode enum in searchbox.mojom"
  • 623defb WebNN: remove GenVerifiedSyncToken
  • 406a5ec Enable WebMCP to support an Origin Trial
  • 79edad1 Avoid use-after-move in GenerateActionChipsFromNewEndpoint
  • edd7fc7 [NTP-Real-Box]: Composebox caret scroll lag fix
  • c2e7025 Fix some comment typos.
  • c32c00e [composebox] Remove Recent Tab Chip feature from Realbox.
  • e8aacdb Remove feature kWebAudioAllowDenormalInProcessing
  • a74a338 Add frozen update notifications class
  • 47da58a [Extensions Cleanup] Simple JS updates in various api_test dirs
  • f44d0d3 Roll ios_internal from ef823a51a66f to 267ebb3bf495
  • 5724b00 Revert "Roll BoringSSL from 6453bd80a9fe to ba3de4d9b419 (1 revision)"
  • 2720d5b [CompositeClipPathAnimation] Fix clip-path animation with fractional paint offsets
  • 4b3d31c chrome://accessibility: Don't AllowJavascript() in async calls
  • 426a5b5 [DCSI]: Add UseDynamicBackingAllocations to WebView.
  • 091fae7 Side Panel: Add UnownedUserData to SidePanelCoordinatorAndroid (SPCA)
  • e2c43da Side Panel: Make SidePanelCoordinatorAndroid a ChromeAndroidTaskFeature
  • 33295e1 webauthn: Publish opportunistic retrieval failure metrics
  • 30d2009 [Extensions] Convert automation to WebIDL
  • 4b85d35 Roll WebGPU CTS from 857b158c374a to 74a150396a48 (1 revision)
  • c75f63d [webnn] Validate output channels are a multiple of groups in Conv2d.
  • d64d25d Roll Chrome Android ARM64 Orderfile from Jmw9-TE7JwHqRLW8N... to WhZja5-LIX31gLFRL...
  • 49f3a53 ai-overlay-dialog: Use JSON file for audio injection
  • 8fb02ab Remove feature kAutofillFewerTrivialRefills
  • f7ae74e Revert "[webauthn] Fix UV key consideration"
  • 44f9727 [RWM] Cleanup instance restoration message shown post instance limit
  • 27e29a9 [PWA/App Migration] Flakiness fix for RemoveInfoBarWhenMigrationIsGone
  • fe7789f [Memory Coordinator] Reorder MemoryConsumerTraits fields and enums.
  • 875d36a [GlicZoom] Update supported zoom factors for glic webview
  • ea19905 extensions: Add an ExtensionPreferenceApiTest to desktop Android
  • 22c3bb6 extensions: Add some ContentVerifierTest to desktop Android
  • f58be32 [a11y] Restore indeterminate description for progress indicator
  • 4cda849 Default enable WebViewStopBrowserStartupInIsMultiProcessEnabled experiment
  • 39cee40 Clean up tracking of cc::LayerImpl by cc::LayerTreeImpl
  • 12f3124 WebUI: Migrate inline-login-app from Polymer to Lit
  • 5742143 [Extensions Cleanup] Simple JS updates in management API
  • cea79ac Certificate Manager: Migrate certificate-provisioning-details-dialog to Lit
  • 5823239 Roll clank/internal/apps from 0866e4d3a520 to 1645ea35f95c (1 revision)
  • 2b27bd4 JNI Zero: Update README to reflect that JMyClassJni became MyClassJni
  • 78e9c43 Roll Perfetto from b041e4517670 to bf1d72c840d8 (1 revision)
  • a7df8b8 [a11y] Optimize string handling in AXImageStopwords and AXImageAnnotator
  • d4e968b [Setup list] Defer eligibility check to fix Educational Tip visibility
  • 19f458b Fix time to first query metric reporting
  • 2cd8d6e [SB] Show scanning animation while waiting for content check
  • e9e43d6 Fix SplitPotentiallyMultipleActivities and add FuzzTest
  • 82a9cb7 [Extensions Cleanup] Simple JS updates in native_bindings
  • b734695 Sync feature protos.
  • 17a0a31 [iOS] Enable one EG test from CardUnmaskAuthenticationSelectionEgtest
  • f200ba1 [Session Restore] Adding Session Restore Function to BWI
  • 08b0304 [Snackbar] Add destroy() method
  • 63f4b8a [Desktop Android] Port some more tabs API tests
  • 1d35b7a [iOS] Enable testDismissInputViaSwipe eg test
  • def68b7 spanification: automatically spanify remoting/codec/audio_encoder_opus_unittest.cc etc.
  • 5d8efbb Roll src/third_party/expat/src/ 6154446fc..f31adfd58 (10 commits)
  • 59646e6 Have actor login trigger click tool on federated sign in button
  • 3168fcb Roll Chrome Android Desktop x64 PGO Profile
  • 4bbbef1 Disable TabAlertControllerInteractiveUiTest
  • 8c5d12f Roll Depot Tools from 315fe9236154 to 145eee02011c (1 revision)
  • 8c4c85c [LRURendererCache] Stateful memory pressure behavior behind feature
  • f3860e0 [ios] Observe CRWWebViewScrollViewProxy in FullscreenMediator
  • f4dd575 [ios] Observe active WebState in FullscreenMediator
  • 450f1d3 Fix "for to" typos in //chrome
  • 4df4dd1 Add APC team as OWNERS of feature protos.
  • e432800 Remove EvalJs::IsOk matcher in favor of ExecJs
  • 661302b [ios] Implement initial FullscreenBrowserAgent
  • d2fdfe5 [gardener] Update test expectations for flaky blink tests.
  • 4153360 Remove stale TODO in pgo.gni
  • fbdd6b7 [CCT] Allow transparency while page is loading
  • 0920eb7 Roll WebView ARM64 Orderfile from 5YJmxizbO-CvqwTuI... to MPoW1k9GyIONR2ZM6...
  • c4338c9 [TabStrip API] Update TabCloseType and minor cleanup
  • 8d6b0a3 Add metrics for actuation
  • 6ca275c Use an empty (non-transient) IsolationInfo for DoH requests
  • 6919042 Update patchfile for image crate.
  • 3ce7f78 Extend expiration dates for ChromeOS.Settings.Keyboard.Modifiers.*
  • 4258ce4 Linux: Remove bundled xdg-mime and xdg-settings
  • 2784efb Roll V8 from 059afd46aae0 to 33e9c15f2a26 (12 revisions)
  • 3ec60a7 Demote `not_site_per_process_blink_wpt_tests` on `linux-rel` from CQ.
  • 35d924e [projects] Add missing projects_position field to proto visitors
  • 12f243e [Wayland] Fix flaky FullscreenAndRestoreWindowWithApi
  • cac756b [code-health] Clean up `sys-ui-holdback-task-management` flag
  • 5848520 [code-health] Clean up `sys-ui-holdback-drive-integration` flag
  • 43740ad Reset the last_request_type_ variable on new page change
  • 3a0a6d8 [Extensions] Clean up automation API schema file
  • 607c4cb Revert "PaintTiming: Cache LCP details in PerformanceTimingForReporting"
  • 435273c [Flags] Add chrome://flags entry for WebCryptoPQC
  • dbbaa25 Roll Chrome Android ARM64 Orderfile from 9WAChtWKh6uoAdd4T... to Jmw9-TE7JwHqRLW8N...
  • 0fb39dc Replace UNSAFE_TODO in ReverbAccumulationBuffer with safe operations
  • fad6363 Roll eigen from 3578883bb361 to 821ab7d3e656 (1 revision)
  • 28294a2 Forward declare cc::TrackedElementFeature in Blink headers
  • e024973 [iOS] Fix flakiness in Home Background Customization EG test
  • 23f8b28 Fix skill dialog instructions input gradient
  • 965558a Fix bad tablet capture on NTP with keyboard
  • d4690e6 Update DisplayLink TRACE EVENT on Mac
  • 36f4a7a [Hagrid ChromeOS] Change the title of authentication dialog
  • 30f87e5 [iOS] Add accessibility custom action for bubble view next
  • 41c8ff6 [crd host][linux][multi-process] Daemon restart logic
  • 9d42fcd Roll vulkan-deps from 7f399ec60670 to ac3b76d72372 (3 revisions)
  • faaa9c8 Change TrackedElementFeature to be an enum class
  • 0a5b01f Roll DevTools Frontend from c9853f7b8763 to 0130091731a0 (1 revision)
  • d1b607f Remove legacy AddressBubblesIconView and associated migration code
  • aa99973 Roll Chrome Win32 PGO Profile
  • c62492e Automated Commit: LKGM 16622.0.0-1076099 for chromeos.
  • 6f729da Roll Chrome Win64 PGO Profile
  • 5fd50d1 updater: add WebView2 to third_party
  • 8ab40a4 Close IndigoOnboardingDialog when web content calls window.close().
  • 55eeeb2 Fix dangling pointers in ash/quick_pair/fast_pair_handshake/fast_pair_handshake_impl_unittest.cc
  • 9daa3d4 [Memory] Destroy FeedSurfaceCoordinator properly.
  • 83da0af Fix missing member move in Thread::Options::operator=
  • 0b4a5b1 base: Validate UTF-8 keys in DictValue and enhance fuzztest support
  • e3b3a4a IDB: work around LevelDB Slice bug
  • 4221f3c [Extensions] Add site permissions button to Android menu items
  • 8747c5a Roll compiler-rt from 59066a662511 to 84bfdcd752cb (1 revision)
  • 92b75a3 Update ContentAnnotator field trial config.
  • 6587cd7 Add support for 5.1.4 and 7.1.4 audio channel layouts
  • 458af53 [Platform-provided behaviors] Introduce behaviors for CE
  • 5554ebc Site Search: Add PreferenceListRecyclerView with custom divider
  • 067f984 artemis: Log successful enqueues to the syslog temporarily
  • cfe3c12 tabs.move on Android: Fix PWA window not closing when moving its last tab
  • aeef171 ChromeAndroidTask: enable custom_tab window type on CCT
  • 16ee335 Add kBrowserLaunchMetadataReporting feature flag.
  • 0c4dc28 Remoting: Sort Depends entry for the Linux deb package
  • 4c12bdd [PWA] Use views::Builder pattern for dialog views
  • 8abbd55 Retrieve accessibility annotations of query from OneP service
  • e3401b0 [webauthn] Fix UV key consideration
  • d12af40 Split actor form filling tests
  • a52b165 Optimize flat container usage and refactor vector construction
  • 981546a [iOS] Update tab group entry points field trial config
  • 45a3637 Support empty II/NIK/NAK with non-default NetworkIsolationPartition
  • 5841228 Use VOPRF crypto in PST unit tests
  • 1892104 accessibility_annotator: Refactor DirectServerEntityProvider and tests
  • 2172bc8 Revert "Add a CDM certificate as a new entry in google_apis."
  • 7c373c4 Request focus on the immersive web view when shown.
  • 24a1850 [Vertical Tabs] Adding Pref for Most Recently Used VT State
  • d6ea995 Fix dangling pointers in ash/quick_pair/keyed_service/quick_pair_metrics_logger_unittest.cc
  • 3173720 [Contextual tasks] Support forward button open side panel
  • 697909f [Wayland] Fix timeout flake in MaximizeAndRestoreWindowWithApi
  • d9b172d Site Search: Extensions Menu Delegate
  • 408dec7 a11y: Fix bug where focus_position was checked twice instead of anchor_position
  • ec12ba8 Use tool_mode.proto in favor of old ToolMode enum in searchbox.mojom
  • 52e8139 Move AccessibilityAnnotationSyncBridge to full downloads.
  • 60fbaa3 a11y-android: Refactor UpdateTextPositionForSelection to accept AXPosition.
  • 1490298 [ntp-next] Add icon for personalized prompt chip
  • e7f650f [Extensions Cleanup] Simple JS updates in messaging API tests
  • 5ef709d Remove AutofillAndPasswordsInSameSurface and related renderer logic
  • 003d7ed Reland "Refactor TabbedNavigationBarColorController tests for edge-to-edge"
  • ce264fa [Skills] Fix a bug where contextual skills do not show up after navigation.
  • fa5d1a7 JNI Zero: Expose statics on mirrors as FooJni:: rather than JFooJni::
  • 0c50373 Roll src/chrome/services/speech/internal/ 6d89c858b..b655c0165 (1 commit)
  • e6e7a82 Roll llvm-libc from a96728b9a94a to 9b08b4a339fc (5 revisions)
  • 1337277 Add Autofill.FormEvents.Iban metrics
  • 529f282 Roll Perfetto from cb566a4d8b3a to b041e4517670 (1 revision)
  • 3dc90ed Replace UNSAFE_TODO in fft_frame_mac.cc with safe operations
  • 0b9b781 Convert UNSAFE_TODO in fft_frame_pffft.cc to safe operations
  • e3d18e5 Updater UI: Fix flaky history loading tests
  • de69d00 Roll TFLite/LiteRT to Next Green Version
  • 5b6c0d0 [Reading mode] Log the decision about whether to show the omnibox
  • 9d2f77d Roll DevTools Frontend from e3e7255e97ba to c9853f7b8763 (1 revision)
  • e2ff768 Add test for duplicate ScopedJavaGlobalRef
  • aba400a Add glic API_OWNERS to glic internals page.
  • 71e9d4e [iOS] Extend IOS.DefaultBrowserPromo.* histograms
  • 9e98bc6 Roll BoringSSL from 6453bd80a9fe to ba3de4d9b419 (1 revision)
  • 68541eb [input_mode] Fix logic for computing from performance_scenario
  • aba71aa Unpack direct-sockets-private to local-network and loopback-network
  • f5421db Roll Chrome Mac Arm PGO Profile
  • fe915f0 Refactor: Use uintptr_t for opaque event/task identifiers
  • 3aab55a [AdTracker] Identify attribute script created by ad script
  • dfb825b Roll clank/internal/apps from 00274982f124 to 0866e4d3a520 (1 revision)
  • 62719ab JNI Zero: Move field accessors & constants to mirror types
  • 5531d5c Roll Chrome Android ARM64 Orderfile from NgZRZke4OejpU21m7... to 9WAChtWKh6uoAdd4T...
  • 72a8540 [CUJService] Update histograms to record units instead of an enum
  • 7dcb224 LiteRT LM: Add async Tracing for Prefill and Decode in ODMS
  • cdfc611 [CUJService] Remove unused comment
  • 59597bd Modularize //chrome/browser/guest_view
  • 2cf132b Remove expired Windows.HighResolutionTimerUsage metrics
  • 7abc3a5 [soft navs] Style improvements to soft_navigation_metrics_browsertest.
  • 5517a01 Add fieldtrial testing entry for GlicClientZoomControl
  • 29a58b7 Allow ContextualTasksService creation for sync features
  • 84e62db [Autofill AI - M4] Make enterprise policy available to new all platforms
  • dca71ee [iOS] Add accessibility identifier for save button
  • 65b5613 cc: Remove Synchronized Scrolling feature
  • e812124 Remove EvalJs::IsError in favor of ExecJs
  • 1b60733 Adjust split view drag and drop thresholds and drop target widths.
  • f92b2f0 [PWA/App Migration] Policy installed apps show infobar on launch
  • 137681c [FRE] Update FRE interactive ui tests to cover refreshed views
  • 1506033 base: Avoid redundant string copy in FeatureList::RegisterOverride
  • 4af903c Skip empty rects.
  • a2a7383 Clean up browser_prefs deprecated local state prefs
  • 451d6dd Reland "[iOS] Move IOSAccountSettingServiceFactory to account_settings"
  • 35ec3e9 [iOS][Assistant] refactor the grabber into a button
  • df66b36 [iOS][Assistant] Add AssistantSidePanel feature flag
  • 3e13ea4 Introduce `FilterSuggestionCandidate`
  • 178f648 [iOS] Rename `omniboxDidResignFirstResponder` to `omniboxDidEndEditing`
  • 6ac5332 Implement global variants.xml support and migrate ProfileIndex variants
  • d66a11d Roll Chrome Android ARM32 Orderfile from brFsDc26rlRVvVzAg... to T1rabmpnN1gCgTvKd...
  • 7abb30c [Profiles] Fix chrome://profile-internals
  • 8f184f3 [Actor Login M2] Remove the delete by origin method
  • bb92468 Add experimental setting for Cobrowse GWS URL
  • 1c4b485 Don't always request DawnLoadResolveTexture
  • b830f68 Roll vulkan-deps from 0d2e0efef5f2 to 7f399ec60670 (2 revisions)
  • b95882d Create common MockOpenTabsUIDelegate
  • fbc8b28 ai-overlay-dialog: Shrink overlay dialog
  • 91cc2e9 Roll clank/internal/apps from d507352a730c to 00274982f124 (1 revision)
  • 3511a40 [PDF Ink Signatures] Remove What's New module for Ink2
  • 90dfe5d [composebox] Refactor composebox input into a new component [part 2]
  • b82d8f9 Introduce OccludedWidgetInputProtector to track always-on-top widgets
  • 9849c5d Make IndigoOnboardingDialog handle new tabs (user- and page-requested)
  • 25aa6f5 [contextual tasks] Replace DetachWebContentsAtForInsertion usage.
  • 1661186 [iOS][AIM] Remove plus button and icon from input plate in cobrowse
  • 1f9d881 Add a CDM certificate as a new entry in google_apis.
  • 375183b Revert "Add some tests for back, forward, and home buttons"
  • 92e6e24 Roll Perfetto from 775599347e40 to cb566a4d8b3a (1 revision)
  • 9c56e34 [iOS][apcv2] Autofill information in APC v2
  • 4ec6b3f Roll ios_internal from 6bc9e3502a30 to ef823a51a66f
  • 624a2ac Roll Help App from b6u-5r_CoKZPPW9rl... to DescYf00MYbZ7QnKi...
  • 389f616 Fix typos in fluent scrollbar test comments
  • 5fc05fd [iOS] Remove ntp-mia-entrypoint flag and simplify logic
  • e614ea8 [media] Avoid resource reuse in RenderableMappableSIVFPool if lost
  • 4e56659 [ios] Do not use incognitoViewFallback on ipad composebox
  • 9ef7381 Update IbanManager from per profile to per tab
  • e7b9a73 [rust] Set `enable_rust_clippy = true` on `linux-chromeos-rel` bot.
  • bd93d17 Roll DevTools Frontend from 95d287cc7c6d to e3e7255e97ba (1 revision)
  • 44c555c [glic] Port GlicNudgeController to Android
  • 56f2a47 Roll Chromium Variations from JzKwGfXF_zx260rb_... to InkaNoq0cQZ9mqslb...
  • 9e853e4 Roll Media App from gKrrfsoAAzIf56hZl... to GNJ0Mi4ZrzKe4EDwh...
  • af9abc2 [IWA] Add subapps permission sharing explanations in site details.
  • 17fd203 [animation-trigger] Fix search for abspos source with LayoutView parent
  • caf0e8c [iOS] Update the interactive lens FRE to stop zooming out on the image
  • ba3df84 [ios] Add AppBarAssistantButtonState::kAIM
  • 626292c [TreesInViz] Initialize LayerTreeImpl page scale limits to 1.f
  • e3a64d1 Roll Chrome Android ARM64 Orderfile from AbxK88mI0lzIJqHE0... to NgZRZke4OejpU21m7...
  • e7160cf Add fallback to google api for un-supported langs
  • 16196ed [1/n] Move metrics incremention to where they used.
  • 1f49113 [HoT][Android] Add summary strings
  • d55ea3d Audioprocess ML model observation: trigger on recent audio input stream
  • 6be9b03 Rename MessagePumpForUI::Observer to NativeEventObserver and make it a single observer.
  • 67bdafb [composebox] Remove TallTopContext layout mode.
  • f339d11 Adds ContentAnnotationValidator to sanitize and validate model output.
  • fab1824 [google_apis] Use factory method to create GoogleServiceAuthError.
  • eafa49e Roll Chrome Mac PGO Profile
  • a550d17 [media] Check for VideoFrame creation before setting color space
  • a9cb1bb Roll Chrome Win64 PGO Profile
  • c8f1a03 Roll androidx from wzjBTMka_ZRUOzMri... to 2cwc39P1Nuw60SuLS...
  • 41db228 [iOS] Ignore WKErrorJavaScriptResultTypeIsUnsupported error when the WebState/WebFrame has been released.
  • cacc3e8 Roll V8 from 10ddc7198960 to 059afd46aae0 (5 revisions)
  • ab4fb3a Add an image field to the skills proto and associated structs
  • a2e115c [viz] Optimize SharedImageFormat set usage in Flatland and GL utils
  • c816777 Revert "Gardening: disable tests in devtools"
  • 6c2836d Roll WebView ARM Orderfile from T0JzkLGsR-l0fmL-Y... to R6jnu34ve0i9PdKql...
  • 00f941f [TabBottomSheet] Hide sheet when in tab switcher
  • efe414d [CT] Automatic update from google3
  • 7b6181b Initialize GLicMediaIntegration after GlicKeyedService construction
  • ee58dda Revert "LPP: Add remove local auth factors screen"
  • c1d3dc8 spanify: Rewrite rewrite_multiple_platforms script in Python
  • 0df865b Revert "Override credential selection for actor login on password change tasks"
  • e3e610d Roll Chrome Win32 PGO Profile
  • fba620c [Connection-Allowlist] Add test for no-cors resources
  • a6502b1 Add SaasUsage variant in EnterpriseReportingEventType enum
  • 5ceb873 Revert "Enforce file access restrictions for view-source:file:// URLs in DevTools."
  • babc7a4 Roll Chrome Win ARM64 PGO Profile
  • 5baa43b [blink][xr] Pass vector of XRLayerUpdate into FrameSubmit
  • cc674aa [android-a11y] Catch IllformedLocaleException when fetching captioning locale
  • f7b6cb9 [Search] Add `GetCategorizedTemplateURLs()` linking to browser proxy
  • 834e912 Roll Chrome Mac Arm PGO Profile
  • d67c7b6 Updater UI: Plumb error messages to UI
  • 611235f [spc][cleanup] Clean up SPC Fallback feature flag
  • 64f1570 ai-overlay-dialog: Add page context
  • 51478f9 [NTP-Real-Box]: Correct the searchbox focus test
  • be7bd5b Roll Perfetto from d2aaedff4b9e to 775599347e40 (5 revisions)
  • d932d27 [AutofillAi - M4] Create AutofillDialogController.
  • a4d393f [Sync] Pass sync metadata changes on write batch creation
  • ba95526 [Connection-Allowlist] Change flag to also override origin trial
  • 9ec10ed Remove AutofillAndPasswordsInSameSurface from tests
  • 2d6c812 [google_apis] Use factory method to create GoogleServiceAuthError
  • a0cf77f [iOS] Refactor iOS Save Entity UI to use a container view controller
  • 38994fc Implement CSS Color 5 alpha() function
  • 6284216 Roll ios_internal from 312ccd459040 to 6bc9e3502a30
  • f2c0de9 Add section on Rust to //base/README.md
  • dd30ff1 Show infobars when restoring browser asynchronously
  • 526c662 [Persist] Add ClearAllWindowsExcept methods to TabStateStorageService
  • 2892db6 Gardening: disable sharedworker fetch api tests
  • 5a660d5 Cleanup: Delete SingleClientSecondaryAccountSyncTest
  • 31f689c Autofill: Implement asynchronous search results API
  • 99981b0 Roll DevTools Frontend from c46eb27afb0d to 95d287cc7c6d (2 revisions)
  • c7ddf19 [Search] Use ID instead of table model index for accessing TemplateURLs
  • 47463a1 SpellCheckCustomDictionary: interfacing with spellchecker.
  • 0066af8 [iOS][PRDBD] Update the footer height and trash bin icon size
  • c572605 Avoid use-after-move in WebRtcRtpDumpWriter::OnFlushDone
  • 09bdd4e [Doodle] Fix Doodle click URL and LogoBridge initialization on cache hits
  • 70694f3 Updating XTBs based on .GRDs from branch main
  • af68523 Add use-counters for global timeline lookup behavior
  • 589923f Roll Crossbench from 10384c766b97 to d9c5ce65781b (1 revision)
  • 8c50d2f Gardening: disable tests in devtools
  • 59431d1 [Connection-Allowlist] Change origin trial to enable if either enforced
  • efaa772 Roll src/third_party/harfbuzz-ng/src/ 5d4e96ad8..6f4c5cec3 (40 commits)
  • 886f4fb Introduce a write behavior field to SyncablePrefMetadata
  • 84afcde SlimWebview: Usage doc
  • d8b0105 Fix another use-after-free with lazy style attributes.
  • 2625ac0 [google_apis] Use factory method to create GoogleServiceAuthError
  • 83f9326 [selection] Dismiss overlay on esc
  • cc61304 Roll Chrome Android ARM32 PGO Profile
  • 8afff25 Calculate `NotifyInsecureContentRan` origin in the browser.
  • 5170aff Roll src-internal from 3783a2715170 to 78245b2021f4 (1 revision)
  • a5cdbbe Roll Chrome Linux PGO Profile
  • a38be13 Roll Chrome Android ARM64 Orderfile from 6nI0u7ZzOVRNtd0Az... to AbxK88mI0lzIJqHE0...
  • 4be84a5 Support custom media evaluation in MediaQueryEvaluator
  • 9a18356 Save and retrieve SSD/HDD status in Local State.
  • dbd43c0 [fedcm] Set up a browser test to verify the basic metrics for Ambient UX
  • f294858 [Memory] Destroy FeedListContentManager properly.
  • 31f6cbd Updating trunk VERSION from 7744.0 to 7745.0
  • 494877c [SafetyHub] Remove partial support for revoking chooser permissions
  • c43c495 Update WebRTC owners files.
  • 277ed1d Roll DevTools Frontend from a6c5e90525ae to c46eb27afb0d (4 revisions)
  • f45d9f4 Roll WebRTC from cb0440531342 to 304ad08c63e2 (4 revisions)
  • 23676e2 [iOS] Add test to ensure there is no cobrowse in incognito
  • 8885e1b Roll ios_internal from 00b13d2c61a9 to 312ccd459040
  • 27d83d6 Roll Chrome Mac Arm PGO Profile
  • 67a4a1d [Autofill AI - M4] When ineligible, keep the toggle off
  • 804a448 Override credential selection for actor login on password change tasks
  • 6f3a3f5 [STTS] Restore scroll position from toolbar bubble
  • cfc418d Roll WebGPU CTS from e135cc01eb4f to 857b158c374a (1 revision)
  • 7902b21 Roll Chrome Win64 PGO Profile
  • 0c628bf [HoT][Android] Open existing Payments and addresses.
  • ee3f14a Missing color stop resolution for conic and radial gradients
  • 3ecdbed Roll Chrome Android ARM64 Orderfile from B-k_ePSFlkU-5mUdh... to 6nI0u7ZzOVRNtd0Az...
  • ecd6f7b Improves native audio logs on Windows
  • d42b09e Roll Chrome Win32 PGO Profile
  • dc92b68 Roll clank/internal/apps from e1f4eda31146 to d507352a730c (1 revision)
  • 415d066 [Signin][Android] Record SigninButton clicks
  • 6a79922 [Signin][Android] Select accounts source of truth in ProfileDataCache
  • 22347e0 Use direct flat_map/set constructor instead of pessimized MakeFlatMap/Set
  • 24ba590 [FRE] Update Arm 1 of Sign-in Experiments
  • 17f18ce [PasswordManager] Remove redundant passwordsPrivate API methods - part 1
  • 5910743 [Signin][Android] Parametrize AccountPickerDialogTest for migration flag
  • 9757b18 [Signin][Android] Prepare tests for IdentityManager migration flag
  • 5111673 LPP: Add remove local auth factors screen
  • 162943b Roll Perfetto from c9aa1481b548 to d2aaedff4b9e (1 revision)
  • 0a3c293 Roll src-internal from 3ba761116f78 to 3783a2715170 (1 revision)
  • 594af0e [Signin][Android] Add SigninButton test for default name case
  • 7ef8703 Roll Skia from 1cae337f9b86 to 8d4c76b92050 (1 revision)
  • 8c39748 [AutofillAi - M4] Create C++ AutofillDialogController.
  • a86c376 [iOS] Do not display cobrowse if in incognito mode
  • 1dd950f Revert "[iOS] Move IOSAccountSettingServiceFactory to account_settings"
  • bf86250 Refactor MultistepFilterService constructor
  • 5da923d [build] Only disable mach-o thinlto vectorizers for x86
  • 51703a5 [iOS][Assistant] Increase bottom corner radius in medium state
  • 479eeeb Roll DevTools Frontend from 9358389aa28b to a6c5e90525ae (2 revisions)
  • c47fd1e Update meet_effects hash in DEPS file.
  • 0a2a589 Roll Chrome Android ARM64 Orderfile from lhzCWnrmK5zWPC8jr... to B-k_ePSFlkU-5mUdh...
  • 5dd14c6 [iOS] Move IOSAccountSettingServiceFactory to account_settings
  • e94b5f5 Roll Chrome Mac Arm PGO Profile
  • a512ea9 [iOS] Minimize Assistant container when showing tools menu
  • 41e3d63 [google_apis] Use factory method to create GoogleServiceAuthError.
  • 1c89ae3 Add EventTicket and TransitPass to AutofillValuableSpecifics.
  • 9a2d5e1 [DC] Return NotAllowedError when cancelling the QR code dialog
  • 8a96576 iwa: Implement chromeos.isolatedWebApp.setShape
  • 331115a [Signin][Android] Add Signin Level-Up text button
  • 5fb94eb Add GapisManager to obtain tokens
  • caf974f [HoT][Autofill] Record user action on Autofill and passwords launch
  • e754a55 Roll Projector App from HrB54dZCeu0VzezAC... to Z5JoDd4I51Xri7XD5...
  • bb3dc9a Fix XHR response text overflow check
  • f48135e [google_apis] Use factory method to create GoogleServiceAuthError.
  • 607e310 Roll BoringSSL from 28cf3dd50d8a to 6453bd80a9fe (1 revision)
  • 20a0c0d Clean up SingleClientStandaloneTransportSyncTest
  • 1fea52b WTF: Rename IsASCIIAlphaCaselessEqual() and update its signature.
  • 2d0d3c2 Roll clank/internal/apps from aa286f731806 to e1f4eda31146 (1 revision)
  • 3338091 Roll DevTools Frontend from a6085d070f83 to 9358389aa28b (2 revisions)
  • 883101b Roll Boca App from -lQ2p9nnbDsm51E7B... to 5cwdL3xoOCR312lel...
  • 2464ec6 WTF: Rename 'ASCII' symbols to 'Ascii'
  • 39de079 Roll Chrome Android ARM64 Orderfile from 2UR0FQfGORU7ImPpl... to lhzCWnrmK5zWPC8jr...
  • f73d9d6 Roll Chrome Mac PGO Profile
  • b3da02b Automated Commit: LKGM 16621.0.0-1076085 for chromeos.
  • 829b1c2 Roll Boca Receiver App from qPR894khQf9Vi1aMg... to MQWI8H7NmEeiM6v8c...
  • f155d88 [Autofill AI - M4] Handle rollback cases gracefully
  • 6bfc219 Migrate ServiceWorkerHost to ChildProcessId
  • 5114d3c Roll Chrome Win ARM64 PGO Profile
  • 7cd2979 Re-enable testUMAFormSubmissionProbablyFormSubmitted
  • 59c143e Roll V8 from 62ea14433817 to 10ddc7198960 (3 revisions)
  • 418b05a Roll Chrome Win64 PGO Profile
  • 9b128a3 Roll DevTools Frontend from 113018af7fb5 to a6085d070f83 (1 revision)
  • e7592fd Roll Chrome Mac Arm PGO Profile
  • bffdbac Roll Chrome Win32 PGO Profile
  • 4a305a6 Add a comment of why max prefetch eviction is needed before starting another prefetch
  • f694145 OMTPrefetch: Use content::IsPrefetchDuplicate in AwPrefetchManager
  • c9f2519 [iOS Blink] Exclude gperf from sources on iOS
  • 279f3e1 ios: Record memory limit as crash key and decrease monitor delay
  • 5c98c56 Enable Rust JPEG parser by default
  • 36d4730 DeviceStatisticsRequestImpl: Retry once on network errors
  • cb1c950 [ios] Add snapshot update guard during WebStateList batch operations
  • 6c6d1a5 Roll Depot Tools from 40b296d214b2 to 315fe9236154 (1 revision)
  • 41a3dd5 Roll androidx from HrOnciB8BQGl5MNBf... to wzjBTMka_ZRUOzMri...
  • 5bf5e31 Roll android_deps from PGgvEOiRpg1Z5fBKS... to pLc9v3YoCPpc5bZ-y...
  • 080d055 Roll Chrome Linux PGO Profile
  • a2e0562 Make AccessibilityAnnotator's EntityDataProvider creation conditional.
  • 274e65c OMTPrefetch: Create a prefetch dedup function from external records
  • 5d55d25 [Blink] Make CanvasResourceProvider::LastRecording() Canvas2D-specific
  • e59234f Roll WebRTC from c8cb3a6c32c9 to cb0440531342 (1 revision)
  • 4201a0a [Blink] Make FlushIfRecordingLimitExceeded() Canvas2D-specific
  • aef41a1 [Blink] Make UnacceleratedWritePixels() Canvas2D-specific
  • 8c4b6be [Actor Login M2] Conditionally fetch FedCM accounts
  • 99ef917 [Blink] WebGL Add low-latency usages on Win only if using GPU composite
  • 2d1cb38 [Blink] Fold UnacceleratedWritePixels() into CNon2DRPSI callsite
  • 6529037 [Blink] Store whether low-latency can be used in DrawingBuffer
  • b8f1341 [Blink] Eliminate StaticBitmapImage::CopyToResourceProvider()
  • 4039297 [Blink] Have UnacceleratedSBI::CopyToResourceProvider operate on getters
  • af59bb3 [Blink] Have AcceleratedSBI::CopyToResourceProvider() operate on getters
  • 455eb79 [Blink] Streamline UploadToBackingSharedImage()
  • c0f4222 [Blink] Rename CanvasNon2DResourceProviderSI::WritePixels()
  • 16797d1 Roll Chrome Android Desktop x64 PGO Profile
  • 4a844b6 [Blink] Move clipping of pixel data into CNon2DRPSI::WritePixels()
  • 5accf5f [Blink] Remove CNon2DRPSI::WritePixels()'s copy_rect local var
  • c164161 [Blink] Remove unneeded params from CNon2DRPSI::WritePixels()
  • 16acce3 Upgrade agent reference in InspectorIndexedDBAgent
  • 9d25ef0 Revert "Revert "Temporarily disable two DevTools web tests for collapsed style rules""
  • 3ed220d Roll ANGLE from 8668352be006 to 8715c233439f (2 revisions)
  • 330eaa5 Add support for passing additional content in Custom Tabs bottom bar intents.
  • 477ce09 Fix ScopedHistogramTimer documentation; add nodiscard
  • 1aee9d1 [DataPack] Retry opening pak files that are in use
  • 3a44bcf blink: Pass StackStartMarker to cppgc
  • 1ea4719 Roll Chrome Android ARM64 Orderfile from CoBrgcxdpEXRWwfbb... to 2UR0FQfGORU7ImPpl...
  • 4d1a2f7 [CT] Ignore OCSP-stapled SCTs when considering CT policy
  • e7b8077 Roll Skia from 2c353a87f8be to 1cae337f9b86 (3 revisions)
  • 8b93586 Roll V8 from 5a6a35972657 to 62ea14433817 (2 revisions)
  • 2913837 Simplify always-deferenced DynamicTo<>s
  • 7d3330d Roll Chrome Mac Arm PGO Profile
  • 7e018dd Import wpt@a8392bd0210378dda13278eeccf2c2602278e214
  • 12e61d4 Roll vulkan-deps from 258a26c059bc to 0d2e0efef5f2 (1 revision)
  • f45af4c Roll Chrome Win32 PGO Profile
  • e30d266 [content_shell] Fix white flash during initial rendering with --force-dark-mode
  • 25d1555 Roll Chrome Win64 PGO Profile
  • d1fc7b8 Roll Dawn from 807a0a402592 to 7d5e33062472 (1 revision)
  • 59d3171 Fix dangling pointers in ash/policy/policy_recommendation_restorer_unittest.cc
  • a488314 Roll V8 from cc17ea66dbc4 to 5a6a35972657 (3 revisions)
  • 4f4b3ab Roll DevTools Frontend from db37cc5b1f2e to 113018af7fb5 (1 revision)
  • 15f88f9 Roll ANGLE from ab0ff0f644fb to 8668352be006 (1 revision)
  • f8ac9f3 Roll Chrome Android ARM64 Orderfile from 6URvO-0s3fFiEfZE5... to CoBrgcxdpEXRWwfbb...
  • a87a21b Roll Skia from a05b62c95a4d to 2c353a87f8be (1 revision)
  • 8a39e40 Roll Perfetto from 90a007549544 to c9aa1481b548 (1 revision)
  • a75f605 Fix flaky tests in iwa link capturing.
  • f6c9674 Roll eigen from 3e5a2f924500 to 3578883bb361 (1 revision)
  • 6604bbe Roll Chrome Mac Arm PGO Profile
  • 1968a19 Roll vulkan-deps from 614147cead1f to 258a26c059bc (2 revisions)
  • fd92079 Roll V8 from 90867a09217e to cc17ea66dbc4 (2 revisions)
  • 86a93dd Revert "SlimWebview: Add more browser tests"
  • f996f6d [soft navs] Re-enable SoftNavigationTest.NoSoftNavigation.
  • 887a858 [Reader Mode] Add standalone Readability debugging toolkit
  • 82da4c8 Roll WebRTC from c0228a1b709e to c8cb3a6c32c9 (1 revision)
  • 714d073 Roll Chrome Android ARM64 Orderfile from LsFnvkvuXEerjvBxC... to 6URvO-0s3fFiEfZE5...
  • 4c9ba70 Roll clank/internal/apps from d98acad6f3e3 to aa286f731806 (1 revision)
  • 93198b9 Roll Perfetto from 7dcb653d33cb to 90a007549544 (1 revision)
  • 0dad9b3 Roll Chrome Win64 PGO Profile
  • 9c38124 Roll ChromeOS Arm AFDO profile from 147-7710.0-1773022477-benchmark-148.0.7729.0_pre1597507-r1 to 148-7727.0-1773628097-benchmark-148.0.7741.0_pre1601555-r1
  • 4c198d6 Handle errors when creating fake video capture devices.
  • 4910584 Roll Chrome Mac PGO Profile
  • a32e505 Roll V8 from 256a70417469 to 90867a09217e (2 revisions)
  • 4810cf5 Roll Chrome Win32 PGO Profile
  • 3f920a6 Roll Chrome Android ARM64 Orderfile from WyXQ12YKLwg-hvQAW... to LsFnvkvuXEerjvBxC...
  • d03b084 Roll ANGLE from 477f6af8fbe6 to ab0ff0f644fb (2 revisions)
  • da8e76a [Glic] Expose YouTube Ask button presence in TabData
  • adf6800 Update `TestExpectations` with bugs filed for crrev.com/c/7684382
  • 566defe JNI Zero: Use "_" to suffix keywords rather than "1"
  • 1014d04 [code-health] Clean up `pompano` flag
  • fd7bd12 Roll Chrome Win ARM64 PGO Profile
  • ab04330 Updating trunk VERSION from 7743.0 to 7744.0
  • c2b2978 Roll Chrome Mac Arm PGO Profile
  • efd0fed [AF] Create AutofillEnableWalletBrandingV2 flag
  • 7ed244e Roll Perfetto from f1c438fcd9fc to 7dcb653d33cb (1 revision)
  • 0b16425 WebMCP: Fix declarative form detachment crash
  • b6693ea Roll PDFium from 4c1474eefde4 to 9ae6cb74027c (4 revisions)
  • 3a225ea Roll Chrome Linux PGO Profile
  • 6517ec3 Settings: Add a test case that searches for Korean text
  • cf6d7e1 Roll Chromium Variations from 6p8-pP2rkm36q7qpm... to JzKwGfXF_zx260rb_...
  • 3b2e067 JNI Zero: Updates to mirror class logic
  • 8a293af [Symphonia] Reduce binary size by optimizing generic buffers
  • d408047 Roll WebRTC from 1c562d18c74a to c0228a1b709e (1 revision)
  • f599363 Only download Gemini Threads for a Gemini Eligible user
  • a19d6d5 Roll Chrome Android Desktop x64 PGO Profile
  • 8738ee2 Modularize //chrome/browser/ntp_tiles into dedicated GN targets.
  • 9728bf2 Implement GetDebugUIFormattedCacheData to read from content_annotations_cache_
  • 8840aa3 Import wpt@442757a0e735425436015ea158a5e8dff5780364
  • 18fcd42 Side Panel Commerce: Migrate insights-comment-row to Lit
  • bcba4f4 Change toolbar interior horizontal margin to match vertical
  • 2cce66d Certificate Manager: Migrate certificate-provisioning-list to Lit
  • 0684fcf Roll Perfetto from f9422e2fbe0f to f1c438fcd9fc (1 revision)
  • 8c46873 Roll Skia from f0b61546326b to a05b62c95a4d (2 revisions)
  • 2159f28 JNI Zero: Update docs for jobject subclasses
  • a7a4c3c Fix renderer crash in showPopover
  • 395dc15 [OptGuide] Remove outdated TODO in features.gni
  • 59c83d8 webnn: Rewrite webnn internals page to use WebUI.
  • 170a28f Roll eigen from 36ca36d0def8 to 3e5a2f924500 (1 revision)
  • f6e577d Roll ANGLE from 74fdfda3a21d to 477f6af8fbe6 (1 revision)
  • f8e8135 [Images] Reset read aloud state when images are toggled.
  • f901d8b Roll vulkan-deps from b4a33932c19c to 614147cead1f (1 revision)
  • 55bc384 Roll Chrome Win64 PGO Profile
  • c29186e Update padding in report-unsafe-site dialog to match mocks
  • 8b46ac8 Roll WebView ARM64 Orderfile from QKDGRWWPbAT63OrK8... to 5YJmxizbO-CvqwTuI...
  • bff5a85 JNI Zero: Use jobject for non-mirrored CalledByNative return values
  • 9330b1e Roll Updater chromium_win_x86 from 2@1596008 to 2@1597024
  • ac78bb0 Roll Updater chromium_win_arm64 from 2@1596008 to 2@1597001
  • 7e97c72 [Contextual Tasks] Adjust handshake speed
  • f9cac3d [iOS] Add 2 features flags in i/c/b/intelligence
  • ad3f47d Roll Chrome Android ARM64 Orderfile from wC436Y3vUPMSG7L_m... to WyXQ12YKLwg-hvQAW...
  • c69187f [finds] Add cooldown calculation APIs to the finds service
  • f297a74 Roll Enterprise Companion chromium_win_x86 from gyH2PlfZGLGJtnQx3... to zMqPS4US_jgQcD5M0...
  • 776f065 Initialize Contextual task services and Update Contextual Task Bridge
  • 35d8322 Roll Chrome Mac Arm PGO Profile
  • f10d66b Roll clap: 4.5.60 => 4.6.0 in //third_party/rust.
  • 9eceb53 WebUI: Enable @typescript-eslint/no-unnecessary-type-conversion on Desktop.
  • 0f1b44d [MultiColumn][Settings Search] Show static breadcrumbs for deep links
  • 2958b42 [Gardner] Disable failing test
  • d9b29a8 Roll src-internal from 45f22ee6f520 to 3ba761116f78 (1 revision)
  • 1bea428 Roll WebRTC from 8609b574457c to 1c562d18c74a (1 revision)
  • e22e1ad Roll Dawn from 35be6167902c to 807a0a402592 (3 revisions)
  • 7d10243 [Reading mode] Use the lattice article score to show the omnibox
  • 1cf633d [BackButton] Adds back button to three dot menu
  • d117729 Roll anstyle: 1.0.13 => 1.0.14 in //third_party/rust.
  • 1f56538 Set up tab strip API with an underlying Android TabModel
  • 22f6267 Roll once_cell: 1.21.3 => 1.21.4 in //third_party/rust.
  • 6f90bbd Update `TestExpectations` with bugs filed for crrev.com/c/7684433
  • aa77dd6 [contextual-tasks] Fix new tab navigations for allowed hosts
  • 8513b70 Roll clank/internal/apps from 214b84e68a21 to d98acad6f3e3 (1 revision)
  • 2f5953d Roll clap_lex: 1.0.0 => 1.1.0 in //third_party/rust.
  • 0429808 Roll minijinja: 2.17.1 => 2.18.0 in //third_party/rust.
  • 9813ad6 Reland "[infra] Add infra config for non-experimental CTS"
  • b9de141 Prevent undetached ScriptPromiseResolver from being GC'ed
  • 52fc662 [crd host][linux][multi-process] Finish up remote-session-info
  • c41a21a Roll androidx from gCm_xSL7tlrL-NzS4... to HrOnciB8BQGl5MNBf...
  • cbcb5ba encrypted_messages: migrate to new //crypto APIs
  • c131f2c Fix asserts in Message::GetArrayView() and add clarifying comments
  • feb80f1 [TabOrganization] Remove tabs/organization/
  • 9510ca7 [Extensions] Implement OnExtensionToggleSelected in Desktop Android
  • 0939042 Remove the use of READ_MEDIA_VIDEO and READ_MEDIA_IMAGES
← Back to all summaries