Chromium Daily Digest Logo

Chromium Changes Summarizer

Summary for 2025-12-02 on branch 'main'

Chromium Digest: 2025-12-02

Overview

This digest covers 677 commits to Chromium's main branch on December 2nd, 2025, from which 523 were deemed relevant. The changes span from commit (6f8b887) to (b92eaaf).

Breaking Changes

  • ⚠️ BREAKING The core ObservableSupplier Java utility on Android has been refactored. The base interface is now monotonic (value set once), and it has been split into NullableObservableSupplier and NonNullObservableSupplier. This is a significant signature and behavioral change for a widely used API. (416a61c)
  • ⚠️ BREAKING As part of the "Tab Collection" project on Android, the public Java classes TabModelImpl and TabGroupModelFilterImpl have been deleted. Embedders must migrate to newer implementations like TabCollectionTabModelImpl. (ba8d47a) (b8d1545)
  • ⚠️ BREAKING The public Android WebAuthn Java callback system was redesigned. Multiple specific interfaces (MakeCredentialResponseCallback, GetCredentialResponseCallback, etc.) were removed and replaced by a single, unified WebauthnRequestCallback. (4478f90) (26e1d8f)
  • ⚠️ BREAKING The deprecated AwFormDatabaseService class and the AwBrowserContext::GetFormDatabaseService() accessor have been removed from the Android WebView public API. (be726f8)
  • ⚠️ BREAKING The signature of the public API gpu::CommandBufferProxyImpl::Initialize has been changed. The enable_gpu_rasterization field was removed from a Mojo struct and is now passed as a direct boolean parameter. (8786a32)
  • ⚠️ BREAKING The public factory method VideoFrame::WrapExternalGpuMemoryBufferHandle and its corresponding Mojo interface definitions have been removed, simplifying the VideoFrame API. (eb9adb2) (9529e2b)
  • ⚠️ BREAKING The public ui::gfx::DisplayColorSpaces class and its Mojo interface now use viz::SharedImageFormat instead of gfx::BufferFormat, breaking embedders who rely on the previous structure for display configuration. (e57f34c)
  • ⚠️ BREAKING The signature of the public API media::SincResampler::Resample was changed from void Resample(int frames, base::span<float> destination) to void Resample(base::span<float> destination). (32b00e6)
  • ⚠️ BREAKING The signature of the public virtual method WebMediaPlayer::Paint() was changed from taking a cc::PaintFlags* to a const cc::PaintFlags&. (be2c78d)
  • ⚠️ BREAKING The public virtual method GetDomainsForDeferredCookieDeletion has been removed from the content::BrowsingDataRemoverDelegate interface. This logic is now obsolete. (102185f)
  • ⚠️ BREAKING The public member AccountInfo::hosted_domain is now private. Access is replaced by AccountInfo::GetHostedDomain() and AccountInfo::Builder::SetHostedDomain(). (bb0a00d)
  • ⚠️ BREAKING The constructor for the public class privacy_sandbox::TrackingProtectionSettings was changed, removing the HostContentSettingsMap* and policy::ManagementService* parameters. (a05228d)
  • ⚠️ BREAKING The JNI generation system now requires a DEFINE_JNI(...) macro in C++ files that include a ..._jni.h header. This will cause build failures for downstream projects with custom JNI code that do not adhere to this new pattern. (9d02796)
  • ⚠️ BREAKING The behavior of the SyncTypesListDisabled enterprise policy has been altered. When enabled, disabling the "tabs" sync type will now also disable "savedTabGroups", and vice-versa, which may impact existing enterprise configurations. (a658296)
  • ⚠️ BREAKING The aria-details relationship is no longer created for CSS anchor positioning. This is a significant behavioral change in the accessibility tree, affecting how assistive technologies interpret anchored elements. (5bf9f02)
  • ⚠️ BREAKING On iOS, the confirmationAlertDismissAction method was removed from the public ConfirmationAlertActionHandler protocol. (ae63570)

Android & WebView

  • A large-scale, non-functional refactoring replaced usages of JavaParamRef with JavaRef across the Android codebase, as they are now aliases. (bf853e3) (d648b1b) (fa29eb5) (89c2190)
  • Core logic was added for the new Auto-Picture-in-Picture permission flow. (fa2c0a2)
  • A new feature flag, HttpCacheInitializeDiskCacheBackendEarly, was added for Android WebView to control cache initialization timing. (84b248b)
  • Focus synchronization logic was refactored to align with upcoming Android framework behavior, changing how accessibility focus interacts with keyboard navigation. (cc9c6fc)
  • Cleanup continues for the "Tab Collection" feature, with the removal of TabCloser, TabGroupVisualDataManager, and related feature flags. (64dbe67) (6106794) (e23a3ed) (5505ef4)

iOS

  • The internal BrowserViewVisibilityObserver and its bridge were removed and replaced with a safer base::RepeatingCallbackList implementation. (42db2f8)
  • Numerous UI tweaks and bug fixes were made for features like Composebox, the New Tab Page, and the Omnibox focus orchestrator. (97f3908) (7f277f8) (318b134) (f51d323)
  • Obsolete code related to the iOS 16 minimum version deprecation was removed. (4541b34) (5ecb316) (46ca4c1)

Graphics, Media, and Display

  • ⚠️ BREAKING Public image generator interfaces (PaintImageGenerator, WebImageGenerator) were updated to use const SkData to align with an upstream Skia change. This will break custom implementations. (14dbdc5)
  • ⚠️ BREAKING The return types for GetSelectableVideoRenditions and GetSelectableAudioRenditions in the HLS RenditionManager were changed from std::vector to a new sequence type. (6f0376d)
  • The WebGPUTextureComponentSwizzle feature flag was removed, making the swizzle property on GPUTextureViewDescriptor stable and always available. (d7e52dd)
  • The quantization parameter (QP) range for WebCodecs VP9 and AV1 software encoders was changed from 0-63 to the spec-compliant 0-255. This is behind the disabled-by-default kStandardizeVP9AndAV1Quantizer flag. (fd41e03)
  • A new media::sequence utility was introduced to provide iterable views over multiple containers without copying data. (14b6360)

Web Platform & Blink

  • ⚠️ BREAKING The unused AXBoolStore interface and its implementations were removed from the ui/accessibility public API. (d8ca7a9)
  • The experimental Privacy Budget feature and its related code have been almost entirely removed from the codebase. (b770092) (2e220ae) (ded13cd)
  • The focusVisible member was implemented for the FocusOptions dictionary, allowing developers to programmatically control the visibility of the focus ring when calling focus(). (1d8dc7d)
  • The experimental CSS Route Matching feature was renamed to align with spec changes: @route is now @navigation, and :route-match() is now :link-to(). (efc7a03)
  • Support was added for var() and other unparsed CSS values in SVGLength attributes like width and radius, improving compatibility. (aefa885)
  • The AIRelaxUserActivationReqs feature flag for Built-In AI APIs was enabled by default, relaxing the requirement for user activation. (8c71ae3)

Services & Components

  • A new public API surface was introduced at //device/fido/public to better define the interface for FIDO/WebAuthn. Dummy headers were left in place to avoid breaking existing include paths for now. (e3c9acb)
  • A parser for IATA Boarding Pass Compact Barcode (BCBP) data was added to the Wallet component. (d9ee1f7)
  • Functionality was added to blocklist policy-installed Isolated Web Apps (IWAs), and the update manager was enhanced to discover updates for user-installed IWAs. (2cd0db3) (ec99e46)
  • A use-after-free bug in GeolocationServiceImpl was fixed by removing a cached raw_ptr and fetching the context on-demand. (6ea09c7)
  • A use-after-free crash in OmniboxEditModel was fixed by ensuring an autocomplete match reference remains valid after observers are notified. (b7986fe)

Build System & Infrastructure

  • Branch Target Identification (BTI) is now enabled for Linux on Arm targets to improve security against certain exploits. (b885f91)
  • A new sandbox profile and Mojom interface were added for the Mac system proxy resolver, laying the groundwork for out-of-process proxy resolution on macOS. (c6bc05a)
  • A new public entry point was added in content/public/child/ to centralize font integration initialization for utility processes. (86b1b7b)
  • A large number of expired or obsolete feature flags were removed from the codebase, including flags for PDF handling, Windows occlusion, Web Apps, and Accessibility. (a95caef) (15bab8d) (0458527) (1a8b3a4)
All Commits (677)
  • b92eaaf [Extensions] Remove obsolete omnibox anchoring for post-install dialog
  • 28a42e6 Move the initialization of mSupportedProfileType to #allocInstanceId()
  • db1450f Introduce a feature flag to gate GLIC on a separate capability
  • c341873 Roll clank/internal/apps from 04a1052ba88f to 9df894bdb4bd (1 revision)
  • 0940407 Restore accidentally deleted line in input_method_settings_unittest.
  • ce94113 Roll V8 from e858bb3a89e0 to 0347a1f9bdac (13 revisions)
  • 8436e18 Roll Perfetto from bcbfafd4aa20 to 2e364c01af2c (1 revision)
  • d22195f Create generic ReadAnythingLifecycleObserver
  • de1898f Add --no_archive_certificates to WPR command
  • 9c24946 Roll llvm-libc from fe97633934c2 to d8edd8a2233a (2 revisions)
  • c293806 Roll Perfetto Trace Processor Win from 68ce5d74c7b7 to bcbfafd4aa20
  • 0c71234 Roll src-internal from cb1eddf22bcb to 258ea5c2dd5c (1 revision)
  • 0dccbd6 [views-ax] Remove duplicated code in AXVirtualView
  • 45f3899 [LNA] Update expiration of lna-webrtc virtual test suite
  • f81b8d6 [WebAudio] move start_time decl to ENABLE_FFMPEG block
  • ce07910 Roll ANGLE from 2f231d573555 to 4f9af4659432 (3 revisions)
  • b23a2f1 Do not return tabs that are sensitive in contextual tasks context
  • a8b2de0 Roll Chrome Mac Arm PGO Profile
  • fe7cc1a Recognize attachments as user input and show Navigate button.
  • 98d49ab Roll WebView ARM Orderfile from 1TyiTMnBUhwQCorhk... to 7HYY5PmBFQWhMv7ru...
  • a5cdcfc [MinimalUI_MenuButton] Enable 3 dot by default
  • e81f45d [ColorChangeHandler]: Check WebUI on RenderFrameHost not WebContents
  • 9af8846 ChromeAndroidTask: support PENDING_{CREATE|UPDATE} state for setBounds
  • a590282 [MediaSource] Don't change state for OOM append failures
  • 4e83e59 Trigger glif animation for Create Image
  • cd06c7b hierarchical: Add tests for keyboard navigation
  • 40dcd45 hierarchical: Add tests for runnables
  • 76cb676 Roll DevTools Frontend from 62cae8b7ca4d to 761ac3e2d9d9 (1 revision)
  • ebcbb1d hierarchical: Add instrumentation test
  • 54d0ff1 [Android] Add the Home button as OptionalViewElement in CtaPageStation
  • a1a982c Fix leak in CustomTabToolbar
  • 9492737 [context-input] Move file upload metrics recording to ContextualSearchSessionEntry.
  • 500f2f0 Reduce unnecessary header inclusion for webrtc feature
  • 05d195a Roll Perfetto Trace Processor Linux from 96ec6b9457c0 to 7b9744b13600
  • 7b17226 Extend Android.PredictiveNavigationTransition.*
  • 75e184d Roll Chrome Android ARM64 Orderfile from H2JSo0tFS5K3SxG4S... to bbA6lGDorSoOzZegA...
  • a1092dd Check autocomplete request type when entering compact mode
  • b4a150e [heap] Update V8IneffectiveMarkCompact
  • c6d1a8d Add info about an applied seed's limited layers to the system profile.
  • edb1a39 [Contextual Tasks] Don't strip original navigation url when navigating.
  • 9d02796 JNI Zero: Enable the enable_definition_macros
  • 656ffc8 [infra] Remove generate_pyl_entry values from declarations.
  • eb94f9a [AIM] Fixes Color Theme of Tab Picker in Incognito Mode
  • 591d00a [iOS][gCrWeb] Migrate autofill_controller to the gCrWeb API
  • 664e25b Remove obsolete BFCache disablement in Observation Delay tests
  • dbd3c69 Change MemoryMappedRuleset to use base::RefCounted.
  • 0bda83a High Contrast: Remove generic banner/toolbar stacking rules
  • 7e937f7 [infra] Roll @chromium-luci package
  • 87355a2 [ntp][realbox] Disable flaky test
  • c351e53 [AppIntegration] Fix a timestamp issue.
  • a95caef Cleanup android-pdf-assist-content
  • e4702bd Optimize map lookup in `OnMessageReceived`.
  • 416a61c Android: Split ObservableSupplier into Nullable / Monotonic / NonNull variants
  • 5cfe3ab Roll Chrome Android ARM32 Orderfile from AkxesWEFFxC2Z1mEb... to M8F9vV_9-6l92RO56...
  • 00a5725 [PWA] Add persistable log to WebAppDatabase
  • 336e42c [PWA] Refactor web app logging to remove entry, split off test
  • fde3d52 [Masonry] Update feature flag name to CSSGridLanesLayout
  • 26f9bd6 [composebox] Prevent focus ring showing around entrypoint in Omnibox.
  • 1899c45 Only use span-based file API in etc1_utils.cc
  • 71c39f4 Roll clank/internal/apps from 781b92c09912 to 04a1052ba88f (1 revision)
  • a1241c9 [Persist] Lazy Packaging for StorageUpdateUnits
  • 4937da3 Update CBB autoroll for the builds refs
  • a1cecde [Persist] Standardize some unit fields
  • cc5e1a2 Speculative fix for potential use after free of layer.
  • 7e0b6bd Roll Perfetto from 7b9744b13600 to bcbfafd4aa20 (3 revisions)
  • 7279b03 Fix tautological compare in install_util.cc.
  • 50f5e2a Revert "[Bundled Security Settings] Add "Secure connections" feature row"
  • 78eaca8 [views-ax] Standardize widget retrieval in ViewAccessibility
  • 2267852 Revert "Fix OnDeviceModelForceCpuBackend flag on devices that can run GPU model"
  • 4815712 blink: Remove a stray semicolon
  • a44bbe1 [Contextual Tasks] Add api to navigate embedded page
  • 1cbe1c0 Add structured test id upload support to perf resultdb uploader
  • 46c0b99 [Perf] Let android-builder-perf build 32-bit code
  • e312e55 Remove extra padding for focused omnibox when bt v2 is enabled
  • 51a84cb [Bookmark Bar] Use layerYOffset without implicit assumptions on ordering
  • 8ee61dd Roll clank/internal/apps from 94b828c7283d to 781b92c09912 (1 revision)
  • 8d206cd [omnibox][next] Fix classic popup not opening after closing AIM
  • f3aacf5 [omnibox][next] OmniboxAimPopupWebUIContent::popup_aim_handler()
  • 340b740 [omnibox][next] Split up `OmniboxAimPopupWebUIContent::CloseUI()`
  • 77806ac [omnibox][next] Trivial move OmniboxPopupAimHandler methods
  • c5963ba Roll DevTools Frontend from 721ccd733784 to 62cae8b7ca4d (1 revision)
  • 52930a6 [omnibox][next] Trivial rename page and handler methods
  • 0ab71b3 [omnibox][next] Trivial move OmniboxAimPopupWebUIContent::CloseUI()
  • a3bc019 Remove unused GetDeepScanningRequests method
  • 75d8cf6 [iOS] Implement display logic for Welcome Back promo
  • e639693 [cc/scheduler] Update tests to handle main throttled at 60fps
  • acc9757 webnn: move constant tests out of batch_normalization
  • d351cea Roll Depot Tools from db99cc40f562 to 115fbc83d32a (1 revision)
  • ded14d3 net/cert: base/hash/sha1 -> crypto/obsolete/sha1
  • 3fc355b Add GpuPersistentCacheCollection to map handles to caches
  • 5c3dea4 [bedrock] Migrate glic_metrics.cc away from BrowserListObserver.
  • 15bab8d win: remove expired calculate-native-win-occlusion flag
  • 1a8b3a4 [A11y] Remove AXBitset experiment flag
  • 902a745 Use span-based file API in browser_theme_pack.cc
  • a23dc59 Add unit tests for translation utilities in Live Caption.
  • b993fbb Add initial unit test for LiveTranslateController.
  • 0458527 Remove tear-off-web-app-tab-opens-web-app-window flag
  • bd7962b Reduce the number of chrome_reporting_entity.pb.h includes
  • 1e3e792 Automated Commit: LKGM 16505.0.0-1073531 for chromeos.
  • 102185f ClearBrowsingData: Stop scheduling cookie deletion after passwords
  • 33e1377 rcaps: Check program as part of display state country mismatch
  • 9a44647 Rename protected properties in composebox.ts to follow convention with trailing underscores.
  • c6bc05a [Mac] Add sandbox profile and mojom for System Proxy Resolver
  • c4649b2 Reland "Run GPU TSAN tests on SwiftShader"
  • 0dace75 Begin converting code to use base's string_view helpers.
  • f894a0d [soft navs] Clean up paint attribution features
  • cbcdb27 [ntp-realbox] Set focus outline color for the compose button.
  • 85857b6 Import wpt@f0e74d2c52b29294271426042b6e09cc682d18c4
  • 2be39a1 Roll Chrome Linux PGO Profile
  • fb57937 Roll Perfetto from 96ec6b9457c0 to 7b9744b13600 (1 revision)
  • 59a2d40 Roll Chrome Android ARM64 Orderfile from j7QqnHHFUBcc--02L... to H2JSo0tFS5K3SxG4S...
  • 6678cc0 Revert "Pause microtask execution while in BFCache"
  • 843e6ef [FuzzTest] Manually roll and fix broken build.
  • 0d6ec7e Android: Replace JavaParamRef -> JavaRef (part 5)
  • d49473d Roll Perfetto Trace Processor Win from 8367397bb3ba to 68ce5d74c7b7
  • 0752ca5 Android: Replace JavaParamRef -> JavaRef (part 6)
  • a8c4b0b [Fixit] Update test fixtures in IncognitoNtpOmniboxAutofocusManagerTest
  • ccb39a1 Reorder a function in the .cc file. Tweak includes.
  • fa29eb5 Android: Replace JavaParamRef -> JavaRef (part 4)
  • 34beb58 [Pinned Tabs]Add params for AndroidPinnedTabs field trial config
  • b50b94c Remove false positives from TestExpectations.
  • f53821c Avoid including style_rule.h where not needed.
  • f915ea9 Roll Perfetto Trace Processor Linux from 68ce5d74c7b7 to 96ec6b9457c0
  • 54c3bb7 Update expiry milestones of some M145 features
  • b885f91 Enable BTI for Linux on Arm targets
  • 3ec367a [iOS] Modify IconDetailView and IconView to Use Image Resources
  • e96b55c [composebox] Default enable ComposeboxUsesChromeComposeClient.
  • 4dc7d59 Minimal required changes to build libdmg-hfsplus in Chromium.
  • c871bf9 Explicitly enable flag in TabMediaIndicatorTest
  • 7684e76 Roll BoringSSL from 8efd512dd495 to 9a33641a1269 (3 revisions)
  • 6ec7bb8 [PSF] Add feature flag param for popup blocker feature row.
  • 2d82beb [Media][Clank] Hide media notification immediately on screen lock
  • 2f5877b Roll DevTools Frontend from 371f35ee6263 to 721ccd733784 (1 revision)
  • 8eee2fb Do IWYU for base/functional/callback_helpers.h in //ui
  • 46b99a1 [AIM] Remove unused fields in FuseboxMediatorUnitTest.
  • 9ca301c legion: Fix type in optimization guide
  • 0b71c74 [3PC] Replace pref with feature in 3PCD tests
  • 687469b Roll optimization-guide from ad72f8dcbf4b to df39333f8efa
  • 1d825bd Add basiaz to secondary owners for e2e tests
  • 96d9d3e Dictation: Use smart spacing for Polish
  • e762ac3 [webauthn] Update device/fido #includes
  • 1bb1833 win: change GetCursorInfo error logging to INFO logging
  • 88b8609 [omnibox-next] Fix incorrect fade when hovering over the close button.
  • cf0e61f Hide current tab from the context menu if already attached
  • a3e28e5 Add tests for the Contextual Tasks composebox.
  • 0e3e592 Clean up Concatenated headers
  • 6b46150 Roll Chrome Android Desktop x64 PGO Profile
  • 08b899c [Bookmarks Bar] Fix blink of scene layer when first enabled in web fullscreen mode
  • b451d92 [Android] Migrate LocationBarLayoutTest to Public Transit (try #2)
  • 513c92b Updated expiration of group promo flags
  • 4ae5b1a [ntp][realbox][next] Input click target changes
  • dd30765 Roll compiler-rt from cb2de163a470 to 03f50e54e93b (4 revisions)
  • 8c71ae3 Reland "[Built-In APIs] Enable kAIRelaxUserActivationReqs by default."
  • 892b819 Delete unused EnableADPFScrollBoost feature
  • a8fa56d [CVC Storage iOS] Add .IOS suffix to CVC save prompt metrics
  • 6b0f489 Roll Skia from cfa5063a9385 to 6bd3b06b1e08 (1 revision)
  • 64dbe67 [Tab Collection] inline TabCloser
  • dceb50f [Tab Collection] Remove ChromeFeatureList entry
  • aa74404 [Tab Collection] Remove migration utils
  • ba8d47a [Tab Collection] Delete TabModelImpl
  • b8d1545 [Tab Collection] Delete TabGroupModelFilterImpl
  • d648b1b Android: Replace JavaParamRef -> JavaRef (part 3)
  • 54c460a [SxS] Lower tab drop target show delay
  • 2ebe381 Always reset BookmarkTabHelper observation in ObserveBookmarkTabHelper.
  • ad512c8 Roll Perfetto Trace Processor Linux from 26c98304146c to 68ce5d74c7b7
  • 44d9d32 Add disable_benchmarking to HeapProfilerBloomFilter testing config
  • 4218956 Roll Chrome Win64 PGO Profile
  • b0461cc [Gardener] Disable consistently failing tests in
  • 8a01665 Unexpire reading mode flags
  • 0139fcb Roll Chrome Android ARM64 Orderfile from sPojgIqNZb1bUNKC3... to j7QqnHHFUBcc--02L...
  • eab3b4b Roll Chrome Android ARM32 PGO Profile
  • 48a61a8 Roll Perfetto from 68ce5d74c7b7 to 96ec6b9457c0 (4 revisions)
  • a9c4bc5 [ContextualTask] Fix an issue that UpdateContextualTaskUI is called twice when swiching tabs
  • cfb437e Roll Chrome Win32 PGO Profile
  • eafd498 Reland "Offer History Sync Optin Interception FRE dialog"
  • bf853e3 Android: Replace JavaParamRef -> JavaRef (part 2)
  • 04e92f4 Roll PDFium from 66c6bc409661 to c8a09ecb09c6 (3 revisions)
  • 9ce38bb Add a gemini CLI prompt template with instructions for using swift
  • 909f0ce Update `TestExpectations` with bugs filed for crrev.com/c/7216348
  • d63a790 [iOS] Extend UMA Histogram IOS.PostRestoreSignin.*
  • 7120592 Add tests that define best practices for C++ observing swift
  • 2b8ea5b Revert "Remove obsolete BFCache disablement in Observation Delay tests"
  • a956416 [RWM] Exclude instances that are marked closedByUser from instance switcher
  • acb65f1 Tagged PDFs: Refactor MCID association into helper function
  • dbbf592 Cleanup android-open-pdf-inline and android-open-pdf-inline-backport
  • 34220c9 Fix OnDeviceModelForceCpuBackend flag on devices that can run GPU model
  • 87b85ad [3PC] Clean up 3PCD pref dependency in ChromeContentBrowserClient tests
  • fa2c0a2 [Auto-PiP] Add Auto-PiP permission controller and bridge
  • 89c2190 Android: Replace JavaParamRef -> JavaRef (part 1)
  • e23a3ed Cleanup tab-strip-group-drag-drop-android
  • fd41e03 webcodecs: Change QP range for VP9 and AV1 from 0-63 to 0-255
  • 8d143e7 Add a few more micro-architectures to the CWP CPU map.
  • 554849c Android: Make CriteriaNotSatisfiedException not extend AssertionError
  • 210ffa6 Convert to UNSAFE_TODO in mojo
  • f201ab4 Tidy page_content_extraction_service.h
  • b7986fe Fix use-after-free in OmniboxEditModel::OnCurrentMatchChanged
  • 0bf6ee6 iOS, rcaps: Add ExpandableLabelView
  • c4546db Fix lines >80col in shared_ptr_xctest.swift
  • aa12138 [Animated PB] Enable PerformancePTTest
  • fb63b40 [persistent_cache] Support calls by SQLite to delete open files
  • 4f69e2c Use span-based file API in inspect_utils_linux.cc
  • e9bec6c [PUMA] Plumb profile country ID to PumaService
  • 316a21b policy: Port ExtensionAllowedTypes to desktop Android
  • 74591b3 Test calling C++ closures from swift
  • d19e885 policy: Enable ExtensionInstallSources policy on desktop Android
  • 5505ef4 Cleanup tab-strip-mouse-close-resize-delay
  • 7d46b24 Roll DevTools Frontend from fa70c87de6ec to 371f35ee6263 (1 revision)
  • 2b34cd4 [Popular Sites] Fix V7 suggestions rollout config.
  • fd59238 Android: Use JNI Zero's common_apis.h for HashSet access in //content
  • c8d2f3f clay: Cleanup remaining ClayBlocking references
  • 1d8dc7d DOM: Implement FocusOptions#focusVisible
  • 0183750 [Desktop Android] Delete extension_installed_bubble_view.cc
  • 5b1be4a [iOS][gCrWeb] Update remote frame registration
  • 5f01949 Extend expiration dates for two tab-related histograms.
  • a354d1f Remove protobuf include from permission_ui_selector.h
  • 9adc9b8 Roll src-internal from 631be088f7fe to cb1eddf22bcb (1 revision)
  • 077fc62 Roll Media App from key8nOr2PMvllg54S... to bwxIayfNBEn39qkhO...
  • 910ee6e UMA log the types of cameras used in WebRTC
  • 6b1856a Update expiration dates for Private Aggregation histograms to M150.
  • c07492b [Chrome Next] Prevent dereferencing of dead BrowserView from frame code
  • 0de60f3 Extend expiration for Bluetooth.ChromeOS.TimeIntervalBetweenConnections.
  • ab844a8 Roll WebRTC from b1e92cbead15 to 832e016d332b (4 revisions)
  • a05228d [ACT] Remove features and remaining TrackingProtectionSettings ACT logic
  • 9627895 Remove CSBRR histogram breakouts for deprecated report types
  • 729f806 Roll Perfetto Trace Processor Win from 3149025ad5da to 8367397bb3ba
  • f2a723e [UNO] Fix batch upload mojom SISO includes
  • 7dc6b98 [TDR] Remove TODOs linked to issue 418807464.
  • 9c911f8 Remove "android-tab-groups-color-update-gm3" from flag metadata.
  • d901092 Roll Skia from 4371ed0ce49e to cfa5063a9385 (4 revisions)
  • 958b41c Roll Perfetto from 26c98304146c to 68ce5d74c7b7 (3 revisions)
  • 9a25f00 Roll Perfetto Trace Processor Linux from 8367397bb3ba to 26c98304146c
  • 323324a [Contextual Task] Make contextual task dependent on the content sharing
  • b02748d Roll vulkan-deps from 577557704db9 to 4ebe5fdaba4f (3 revisions)
  • e3c9acb [webauthn] Introduce //device/fido/public
  • cce7d6c Remove kaklilu from Plus Addresses OWNERS and watchlist.
  • 0aa6ef8 WebUI: Fix @typescript-eslint/consistent-type-exports violations part 1.
  • 5d81a6a Add feature flag for banner on CWS
  • 5cbb7cb Import wpt@289096392a125b290590d324b35895bdc5cabaab
  • 6e894e3 Update expiry for test-third-party-cookie-phaseout flag.
  • 6106794 [Tab Collection] Delete visual data manager
  • 2706322 [Bundled Security Settings] Add "Secure connections" feature row
  • 97f3908 [IOS][AIM]Do not show typed suggestions when composebox has attachments
  • 16081b1 Prolong the Document PiP Android feature flag
  • 39acbb1 Bump ScrollTo histograms expiry
  • 70e3f57 Ignore Composebox tests on iPad
  • 346e74f Roll BoringSSL from 4faf6b1e463c to 8efd512dd495 (1 revision)
  • e39c5cd Roll ANGLE from 1e01eea083a0 to 2f231d573555 (2 revisions)
  • d9b11cc Correct use of PersistentCacheCollection in GeneratedCodeCacheContext
  • a26d046 [Tab Collection] Delete flag entry for Android
  • 9bf19ad [composebox] Add aep logging for submitQuery if there's no match.
  • 1209bed Migrate V4Store to base::File span-based I/O methods
  • 3727165 Never expire Permissions.WebHid.ChooserClosed histogram
  • 722d5c4 [bedrock] Migrate desktop_payments_window_manager.cc away from BrowserListObserver.
  • a373e6c [NTP Theme] Implement the code logic of adding metrics for theme collection daily refresh.
  • 7f277f8 [iOS] Move close button to display it during loading state
  • 6b232d9 Roll DevTools Frontend from 6c0aaacf6c50 to fa70c87de6ec (2 revisions)
  • 42db2f8 [ios] Remove BrowserViewVisibilityObserver{,Bridge}
  • 1f3bee3 Pause microtask execution while in BFCache
  • df94557 [TDR] Remove TODOs linked to issue 408069174.
  • f8df09d [Persist] Safeguard against OTR saves
  • 38f23a1 Extend expiry for media-indicators-android and show-new-tab-animations.
  • b6fb2a2 iOS: rcaps: renaming SearchEngineCurrentDefaultState enum
  • c531b3f updater: add logging to try to understand process lifetime/use
  • 4541b34 [iOS] iOS 16 deprecation code cleanup
  • f28d44e Enable seed file experiment on Beta channel.
  • 5ccd2bd [FedCM] Extend FedCM feature flags
  • 290277d [Extensions] Rename OnUserPermissionsSettingsChanged method
  • cfe0a48 Revert "Fix video capture of minimized windows on Aura platforms"
  • 176f378 Roll Chrome Android ARM64 Orderfile from uOmVKMsuMkvBy455C... to sPojgIqNZb1bUNKC3...
  • a8b7573 Update expiry of network histograms.
  • 92f27a1 Remove expired flag metadata for android-restore-tabs-promo-on-fre-bypassed-kill-switch.
  • 8095bd0 Roll Chrome Mac Arm PGO Profile
  • 1ace09a Extend Forced Colors Mode expiration
  • 32b00e6 spanification: Clean up unneeded parameters in media,chromecast
  • 7da4eb6 IDB: remove SequenceChecker in Connection.
  • e0cb1b7 IDB: convert DCHECKs to CHECKs in transaction.cc
  • d30e667 Add a space to an error message.
  • bcec6ab IDB: change DCHECK to CHECK in BucketContext
  • 8741715 Split 2d.state.saverestore into two atomic tests
  • 658c9a4 IDB: clean up ActiveBlobRegistry
  • b6b384c [views-ax] Don't create a platform node from AXVirtualView with ViewsAX
  • b48e86c Roll Chromite from 9efc32b45f6b to 9f275ec850a2 (1 revision)
  • be2c78d Pass const cc::PaintFlags& for video frame painting
  • 06bd077 Reland "[UNO] Add batch upload promo to account settings page"
  • 379c574 Remove soon-to-expire histogram in WebView
  • 9f2adc5 [SyncTests] Modernize SingleClientDeviceInfoSyncTest
  • 4101d93 [IOS][AIM] Display suggestions for image generation mode
  • 86b1b7b Add point of entry to init font integration on FontDataService platforms
  • 521a93b [Contextual Tasks] Add suggested tab to composebox on side panel
  • 4841014 Add Gemini Settings Metadata enum
  • f51d323 [iOS][Omnibox] Tentative fix for crash in orchestrator
  • 35e2e23 [ios] Fix SharedTabGroupsPanel/testSharedTabGroupsPanelLeaveSharedGroup
  • 85a2ab2 Roll Perfetto Trace Processor Linux from 3149025ad5da to 8367397bb3ba
  • 549b201 Roll clank/internal/apps from 2719afc3e384 to 94b828c7283d (1 revision)
  • cc9c6fc [A11y] Refactor focus synchronization to align with framework behavior
  • c41074f [GroupFocus] Fix Tabs Paint for elements showing when in min tab size
  • 89d4114 BrowsingHistoryService: Small cleanups
  • ae5f025 Reland "[Media Indicator] Add testing for audible/muted"
  • 59090ad [PEPC] Precise attribute is no longer set-once-only
  • 24efa9c Fix namespace reset in fragment parsing
  • 4ef4f96 Roll DevTools Frontend from 4f90267d5c9d to 6c0aaacf6c50 (5 revisions)
  • f2ab596 Reland "[a11y] Add freshness check for Java accessibility node cache"
  • 0584987 [iOS] Remove context menu in FRE
  • e7f5bfd Roll Perfetto from 8367397bb3ba to 26c98304146c (4 revisions)
  • 269008b [Flags] Refresh TreesInViz flag
  • 87f70d2 Roll Chromium Variations from Su70hwhseutRCC8sR... to fLSSpaTSKyEyNPEXw...
  • f40f5eb Respect size limits in UsePersistentCacheForCodeCache.
  • e88b16d Move GlobalCookieStoreImpl to ServiceWorkerGlobalScope
  • 0719f82 Bump/remove expiring Attribution Reporting metrics
  • 8e315f8 [Zoom Indicator] Disable scrollbars for the app menu list.
  • 1047dd6 [Help Bubbles] Disable test flaking in CI
  • 2a283d9 [AutofillAi - M4] Add a todo to use AutofillMessageController.
  • 70ec72b Add shell integration method to check for default client's program ID
  • 4c1a54e Roll Help App from TFem2taXy7hamrLkb... to PBW18lzlKDBRJqM6e...
  • 49de62d Menu: Implement defaultchecked attribute
  • a658296 Unify tabs and savedTabGroups SyncTypesListDisabled policy
  • 40b42dd [iOS Blink] Rename chai.js to index.js in //components/BUILD.gn
  • 77a58d9 Enable RBE on ToTLinuxMSan
  • ebd27f1 Extend expiration dates for WebView Supervised User histograms.
  • 72ad785 Remove expired file-transfer-enterprise-connector(-ui) flags
  • 318b134 [iOS] Fix NTP animations in new tab grid transitions
  • c37f3d2 Roll clank/internal/apps from e35f0dd4a17f to 2719afc3e384 (1 revision)
  • b8bce37 Extend expiration date for PasswordManager.PasswordSharingDesktop.UserAction
  • d3396ae [IPP] Remove Android test refs
  • 128a7fd [iOS] Extend tab-grid-new-transitions
  • 2271d2e [Socket Pool Limit Randomization] (8) State for WebSocketTransportClientSocketPool
  • 3a631ff Migrate IdleServiceTest away from BrowserListObserver
  • b770092 Reland "[identifiability] Remove privacy_budget code in blink"
  • 9315753 Roll Chrome Mac Arm PGO Profile
  • b486e4a [AIM] Disable create image tool in more cases.
  • 6a88ae0 Roll FreeType from 32fc0af22206 to 85161d762262 (2 revisions)
  • e77d588 Migrate paint_preview::FileStream to base::File span overloads
  • 542f727 Roll Chrome Mac PGO Profile
  • 95cb940 [TDR] Clean up obsolete TODO for densityDpi test in ChromeActivity
  • a21cbb4 Extend expiration dates for two WebAuthn histograms.
  • eaad23e [TDR] Remove TODOs linked to issue 40160855.
  • 32c6cc3 Simplify policy description for easier translation.
  • bb0bde3 Roll ANGLE from c3ee5bb4126b to 1e01eea083a0 (1 revision)
  • 8851634 [TDR] Remove TODOs linked to issue 40160045.
  • c8d4814 Roll Chrome Win64 PGO Profile
  • 358936d [ios] Break out addAgents method in SceneController
  • b2d84d5 Make SvgPartitionSVGDocumentResourcesInMemoryCache feature not enabled by default
  • 50b5792 Clean code of purge seed from memory experiment.
  • e4c82be [Theme] Update logo color when user chooses a new color theme.
  • 55ad5b7 [Theme] Refactor NtpCustomizationConfigManager#addListener().
  • ff20a91 [Zoom Indicator] Update page zoom background color to use theme attribute.
  • b84901c Roll Perfetto Trace Processor Win from fca800884a32 to 3149025ad5da
  • 78806f6 Remove context menu on SearchEngine Choice screen.
  • c81dc1b Restrict Target.exposeDevToolsProtocol to the default execution context.
  • 8c864bc [iOS] Reorganize symbol names and remove unused symbols
  • 31c26d2 Roll Chrome Android ARM64 Orderfile from ELsIVDBBbqKc8OBDy... to uOmVKMsuMkvBy455C...
  • 89fda3a [ios] Fieldtrial testing config for kCloudProfileReporting
  • 14dbdc5 Update Skia calls to use const SkData versions
  • c3448d1 [SyncedSetUp] Migrate Utils to Shared Location
  • 883f022 Roll Perfetto from 3149025ad5da to 8367397bb3ba (4 revisions)
  • 784c61e Roll clank/internal/apps from 9c5c23a8cfe0 to e35f0dd4a17f (1 revision)
  • da18c20 Use OAuthConsumerId for PrimaryAccountAccessTokenFetcher clients - 12
  • 5888a71 Roll Perfetto Trace Processor Linux from f67fc0ed0a16 to 3149025ad5da
  • 9da493f [Save to Drive] Conditionally include Drive scope for PDF save to Drive.
  • 28e4208 Fix video capture of minimized windows on Aura platforms
  • cfd914b [Gardener][Clank] Disable flaky testLaunchFailedWithoutCallbackRaisesProcessInitException.
  • 7663957 Roll vulkan-deps from d96e0682f2c0 to 577557704db9 (1 revision)
  • 3bda267 Revert "[Signin][Android] Redirect accounts once added via ADD_SESSION header"
  • 0b5e36d Roll WebRTC from 9a1c966dec0d to b1e92cbead15 (2 revisions)
  • a1ad502 Roll DevTools Frontend from 7d26bddc0d06 to 4f90267d5c9d (39 revisions)
  • 244679d Update pixel diff for border-shape-overflow-solid-background.html
  • e503800 [iOS] Select Learn more title in the screen with VoiceOver
  • f3b9fd4 [AutofillAI - M4] Move AutofillMessageController to /c/b/ui/autofill.
  • e0bfcf2 [iOS] Don't start the regular omnibox when composebox is enabled
  • f89a07f Revert "[iOS] Re-enable testRemoveAccountSeveralTime"
  • ba2ff91 Roll WebView ARM Orderfile from _4uvw-BnNaJItX2a3... to 1TyiTMnBUhwQCorhk...
  • 113d012 Roll src-internal from 2988c67369b8 to 631be088f7fe (1 revision)
  • dcc4f4d [iOS] Apply groupings to browser
  • f79a295 Add SmsOtpRetrievalApiErrorCode error converter
  • 296b7f9 [OTP]Add GmailOtpRetrievalService feature flag
  • ab7190f Choose the same color space when perofrming accelerated scaling in webrtc
  • 6045319 Roll Chrome Win32 PGO Profile
  • c4e0931 Roll Chrome Win ARM64 PGO Profile
  • 2b9ef38 [3PC] Remove unneeded tracking_protection_prefs dependencies
  • b2320cb Roll V8 from 80acc26727d5 to e858bb3a89e0 (28 revisions)
  • 21968a1 [KP] Automatic update from google3
  • fb67982 Use @assert macro in generated canvas WPT test
  • 022facc [ios] Fix getting the list of screens and the device scale factor
  • 194d8ea More cleanup of menu elements code [6/4]
  • 7d04992 Add more specific owners for mock_browsing_data_remover_delegate.*
  • 2cd0db3 iwa: Blocklist - uninstall + block installation of policy installed apps
  • a6d1ac9 Roll Projector App from cNbjxl70Rv2wHiWRP... to hiHQeMjEMh2Zk8d9i...
  • 20340a5 iwa: Migrate component updates in tests to KeyDistributionBuilder usage
  • 49b7a36 [css-lists] Make CounterDirectives use default comparison
  • d89a8ce Roll Chrome Android Desktop x64 PGO Profile
  • 6431dd4 Update meet_effects hash in DEPS file.
  • a5f6c88 Observe AimEligibilityService to configure composebox
  • b0c056a Reland "[iOS] Update limit and clean attachment when mode change"
  • 662ccb4 kiosk: remove Kiosk.ChromeApp.PrimaryAppInSessionUpdate
  • 81a0a23 [iOS]Don’t load the view if it’s dismissed
  • ad2a76d [metrics][compression_dictionary_transport] 2/n - Add Server Response
  • 132a2b4 Roll Chrome Mac Arm PGO Profile
  • 89d2d1a [OTP] Add Gmail OneTimeTokenType
  • e204570 Add EG tests for Composebox on iOS
  • e5198b0 Roll Chrome Android ARM64 Orderfile from 2it76cjLdPaCbfU_n... to ELsIVDBBbqKc8OBDy...
  • bc964ff Roll src-internal from 20987331c080 to 2988c67369b8 (2 revisions)
  • 7fcdbbb Roll Chrome Android ARM32 PGO Profile
  • 599ea52 Roll Dawn from 518caee86914 to fa54d1eaf3f0 (7 revisions)
  • 31affce Roll ANGLE from c4fe7abe1446 to c3ee5bb4126b (1 revision)
  • ec99e46 iwa: Add unmanaged updates discovery
  • 8cedbfb Cleanup: remove unused and obsolete ADPFMidFrameBoostDurationMultiplier feature param
  • 2e220ae Revert "[identifiability] Remove privacy_budget code in blink"
  • ef9cff0 Activate chromium M144
  • f12c6ca Roll WebRTC from f680c1893f3b to 9a1c966dec0d (12 revisions)
  • e9135dc [identifiability] Remove privacy_budget watchlist
  • 7e6b7b1 [identifiability] Remove privacy_budget code in blink
  • ded13cd [identifiability] Delete privacy_budget prefs
  • 12a410a [identifiability] Remove privacy_budget docs folder
  • f0e48fc [identifiability] Remove dead code in //chrome/common/privacy_budget
  • 5f3123c Refactor GlobalCacheStorage to use WindowOrWorkerGlobalScope
  • 3eb198c Support for unnormalized UVs in TextureDrawQuad
  • b2051d8 Roll Perfetto from f67fc0ed0a16 to 3149025ad5da (3 revisions)
  • fd79403 Roll Perfetto Trace Processor Linux from fca800884a32 to f67fc0ed0a16
  • bee196d [Autofill] Overwrite pre-filled country calling codes
  • 25fe4e5 [metrics][compression_dictionary_transport] 1/n - Add Shared Dictionary
  • aefa885 [SVG] Handle non-primitives values like `var()` for SVGLength
  • 15efe7c [iOS][CX] Credential export coordinator constructor cleanup
  • 5ecb316 [iOS] iOS 16 deprecation code cleanup
  • 35fe453 Roll Chrome Android ARM64 Orderfile from EyqU890K9NsUsuukj... to 2it76cjLdPaCbfU_n...
  • 46ca4c1 [iOS] iOS 16 deprecation code cleanup
  • 549985e [iOS] Add custom separator inset to cells
  • 3c1a097 Move calls to GMS apis to the end of SCL
  • 9da7cae [RSG] Move GetPromoCodeSuggestionsFromPromoCodeOffers to MPCSG
  • e6ff3b5 [iOS] Remove the share extension flag
  • 3aaa85e kiosk: remove ExternalUpdateSuccess and PrimaryAppInstallError
  • ceae7b4 [iOS] Use method to get table view cell class
  • 4478f90 [Android] Refactor all responses to use WebauthnRequestCallback
  • a0eb385 Cleanup: remove obsolete EnableInteractiveOnlyADPFRenderer
  • ae63570 [iOS] Remove confirmationAlertDismissAction
  • 391ef47 Roll vulkan-deps from 870495e2022f to d96e0682f2c0 (1 revision)
  • 175fb18 [iOS] Fix Safari Data Import spacing
  • 6388482 Roll Perfetto from 19c84c3545db to f67fc0ed0a16 (1 revision)
  • 9537c0a Revert "[iOS] Update limit and clean attachment when mode change"
  • 59d20ff Roll Chrome Mac Arm PGO Profile
  • 3b73bbd [Lens] Bridge lens stream service web channel transport flag.
  • 7df41d7 Roll Chrome Win64 PGO Profile
  • 5257f78 Move common logic from ResumableUploadRequest to ResumableUploadRequestBase in components directory and enterprise_connectors namespace (1)
  • c5d1074 [iOS] Update limit and clean attachment when mode change
  • ed93326 Remove DanglingUntriaged from _prefService in AutofillAgent
  • 450f789 Roll ios_internal from f1c20ae43d64 to 7beeb0ac6c8f
  • b10267a Remove DanglingUntriaged in CardUnmaskPromptControllerImpl
  • 9d61dc8 [TDR] Remove TODOs linked to issue 40280466.
  • bef5121 Roll ChromeOS Arm AFDO profile from 144-7531.0-1763955694-benchmark-144.0.7552.0_pre1551373-r1 to 144-7545.0-1764558928-benchmark-144.0.7558.0_pre1552116-r1
  • 5d2292a [TDR] Remove TODOs linked to issue 337191307.
  • 8786a32 [//gpu] Remove enable_gpu_rasterization from RasterCreationAttribs
  • d9ee1f7 [Wallet] Implement BCBP parsing logic
  • ca64b06 PA: Restrict use_sized_deallocation’s assertion to Clang
  • 9529e2b [//media] Remove VideoFrame::gpu_memory_buffer_
  • eb9adb2 [//media] Remove concept of VideoFrames with external GMB handles
  • a53cd92 [iOS] Re-enable testRemoveAccountSeveralTime
  • 81e6752 Update ImageWriter to use AlignedHeapArray and span-based file API
  • 32813b2 Reland "Migrate users out of sync setup incomplete state"
  • 03b0a0e Migrate WebrtcEventLogHistory to use base::span for File::Read
  • 672ccf0 Roll ANGLE from df49b288b365 to c4fe7abe1446 (1 revision)
  • efc7a03 [RouteMatching] Rename "route" to "navigation" where it makes sense.
  • 8972e5f Remove field trial entry for synthetic select metric logging.
  • 9469334 Move BrowserThreadGuard to a separate file in components directory
  • 1a74ecc [dbsc] Finish proxied Unexportable Key Service
  • 68e8941 [SyncTests] Modernize SingleClientPreferencesSyncTest
  • d200a27 Add hempjudith@google.com to PERMISSIONS_OWNERS.
  • 2599b9b [iOS][CX] Display sign-in sheet in import flow
  • 1187307 Contoured rects: Use center point as hull in some cases
  • b0ea77d Roll Chrome Android ARM64 Orderfile from E1RcvtUIVJFZkJMIe... to EyqU890K9NsUsuukj...
  • 6aadf62 kiosk: remove Kiosk.ChromeApp.ExtensionUpdate*
  • b8c9f6b [TDR] Remove TODOs linked to issue 40252517.
  • 1b95e00 [TDR] Remove TODOs linked to issue 40562168.
  • 04816f9 DevTools: Allow Fetch API to override Cookie header
  • 02752ad Refactor zip analyzer to use IO delegates
  • ed059d4 Roll Boca App from HY2KIDBBaHRkLqNmg... to pTKBtqveNA8zKL-Nb...
  • 2732c65 [TDR] Remove TODOs linked to issue 40700771.
  • 4498581 [RSG] Move GetSuggestionsForIbans to ISG
  • 3879979 [TDR] Remove TODOs linked to issue 40704763.
  • d4db98b Delay expiry of frequently used histograms.
  • 35842ff Roll Perfetto from fca800884a32 to 19c84c3545db (2 revisions)
  • 8e37b13 Move core MultipartUploadRequest unit tests to the components directory
  • 15cc2cd [TDR] Remove TODOs linked to issue 206350819.
  • 0ba2c21 [Signin][Android] Handle account removal during seamless signin flow
  • 344c29c [Signin][Android] destroy SeamlessSigninCoordinator when sheet not shown
  • 7ad92ba Android: Refactor GetMatchingCredentialIds into a dedicated delegate
  • 6d3debc [v8] Avoid deprecated FixedArray::Get API
  • c624225 [Signin][Android] disable recent tab dismiss [x] button
  • 7070c87 Add specific errors based on failure reason
  • b43b661 [TDR] Remove TODOs linked to issue 270969479.
  • f3534bf Apply blink::StrCat() in renderer/core/f*/
  • f759d42 [TDR] Remove TODOs linked to issue 269432279.
  • 07913ef [TDR] Remove TODOs linked to issue 206350819.
  • 05771bf [TDR] Remove TODOs linked to issue 41455212.
  • 76a3490 [//chromeos] Remove VideoEncodeUseMappableSI killswitch
  • 0ad3ed2 [iOS] iOS 16 deprecation code cleanup
  • 3d460dd Roll Chrome Mac PGO Profile
  • 5857f70 histogram: Extend V8.SandboxReservationSizeGB
  • d5643db Reland "[iOS] Fix Landing on a grouped NTP after 4+ hours"
  • cfd7e6f Move GlobalFetchImpl to WindowWorkerGlobalScope
  • af57f5c Roll Chrome Win32 PGO Profile
  • 02672d3 [Android] Unbatch flaky tests that manage sign-in state
  • f4ef14b [iOS] Add fernandex@ to ios/chrome/browser/infobars/ui_bundled/OWNERS.
  • b623efe Roll Chrome Android ARM64 Orderfile from dSqNUEpRg8CyNXu20... to E1RcvtUIVJFZkJMIe...
  • e43caac Roll Chrome Linux PGO Profile
  • 80d2700 Add OWNERS file for network enterprise encryption.
  • 4a7ca70 Delay expiry of histograms causing alerts.
  • 3eef2ee Fix the unit of the omnibox latency UMAs
  • f6b809e glic: Re-enable ActorDragAndReleaseToolBrowserTest on ChromeOS
  • 23f3fcb [iframe] Rename `StyleIntrinsicLength` to match the current spec
  • 60a31f6 [Caret Browsing] Ensure feature is off when flag is disabled
  • 661a4e7 Roll Chrome Mac Arm PGO Profile
  • 38cada5 Remove FreeType dependency from Fuchsia builds
  • faf82db Roll ChromeOS Bigcore AFDO profile from 144-7531.0-1763956029-benchmark-144.0.7552.0_pre1551373-r1 to 144-7545.0-1764560377-benchmark-144.0.7558.0_pre1552116-r1
  • e57f34c [//ui] Convert DisplayColorSpaces to talk SharedImageFormat
  • d7e52dd WebGPU: Remove WebGPUTextureComponentSwizzle feature
  • 9200f54 Remove ListAllDisplayModes base feature flag
  • 9b282d1 Migrate FileSystemAccessRegularFileDelegate to use span-based file API
  • 4debbab Roll ChromeOS Atom AFDO profile from 144-7531.0-1763955623-benchmark-144.0.7552.0_pre1551373-r1 to 144-7545.0-1764562669-benchmark-144.0.7558.0_pre1552116-r1
  • 9c29dd9 Remove observer on PCAWebContentsObserver destruction
  • 26e1d8f [WebAuthn][Android] Refactor request and response handling
  • 123b816 Disable layout test to land crrev.com/c/7211278
  • ea13b45 Revert "Report stack dump when the cc::Layer is deleted before ui::Layer."
  • 8e16afa glic: Re-enable ActorToolAgnosticBrowserTest on ChromeOS
  • 9ab4eee Remove base feature CheckHTMLParserBudgetLessOften
  • 9236983 Roll Skia from d689e3f34258 to 4371ed0ce49e (1 revision)
  • c0bd3d6 Do IWYU for base/functional/callback_helpers.h in //content
  • 7736ae5 Add module scheme support for components_perftests
  • e37c199 [//ui] Remove display_manager.h refs to BufferFormat
  • b04eef5 [//cc] Update TileDisplayLayerImpl computation of `scaled_cull_rect`
  • 25a7c24 [persistent_cache] Refactor PersistentCachePerftest
  • 086edae Roll ANGLE from 4017b3a0f3cf to df49b288b365 (2 revisions)
  • cc5643b Quota: update some histogram expiries.
  • 9a50b58 [Blink] Remove canvas CHECKs on `Capabilities::gpu_rasterization`
  • d2d8ffe iwa: Propagate update manifest URL from app's manifest
  • 913389b text-justify: Improve ShapeResultSpacing API
  • cce3d91 [//cc] Pass max contents scale into AppendQuadsSpecialization()
  • d04b9ca [Blink] Remove methods from CanvasResourceProvider public interface
  • 8871dec [Viz] Move shared_image_format mojom target into its own BUILD.gn file
  • 2286b05 [//device] Remove BufferFormat ref in mailbax_to_surface_bridge.h
  • cb48be5 [//cc] Remove unneeded assert in transfer_cache_unittest.cc
  • f6ce63c [//gpu] Remove RasterDecoder::Initialize() param
  • 59a6fc0 [//docs] Update code_reviews.md
  • 3717a89 Roll Chrome Win ARM64 PGO Profile
  • 2c465a3 Roll Chrome Android ARM64 Orderfile from TsGAnnnjG0453ALhr... to dSqNUEpRg8CyNXu20...
  • 3936405 Roll optimization-guide from 4ae2230cedcc to ad72f8dcbf4b
  • 9f9a249 Roll Dawn from f25649879904 to 518caee86914 (61 revisions)
  • e077c1c infra/config: Add no clang modules to developer perf builder
  • f9e4a1d [WebAuthn][Android] Reject modal requests when hybrid flow is cancelled
  • fbdfac9 Use span-based file API in clear_key_cdm.cc
  • 8f0fd0e Roll Perfetto Trace Processor Win from fdb95badca57 to fca800884a32
  • 8dcde47 Roll Crossbench from 77240be1ccd1 to 11e5da1e630a (1 revision)
  • 3b540a8 Roll Chrome Android Desktop x64 PGO Profile
  • c854d3d Roll Chrome Android ARM32 PGO Profile
  • 484576f Change the return type of GetCurrentFrame() to D3D12 struct
  • c5e5960 Roll Skia from 8887653a773e to d689e3f34258 (6 revisions)
  • b5834bb Use span-based file API in SandboxedVfsFileImpl
  • 66db557 [Wallet] Introduce wallet::PassCategory enum
  • 1c66ba8 Roll Chrome Mac Arm PGO Profile
  • 94760ac [SAH] Extend histogram expiration
  • b31813a Roll Chrome Win64 PGO Profile
  • e2b4a4e Automated Commit: LKGM 16504.0.0-1073524 for chromeos.
  • 89ebebb Import wpt@2f6c5c9a8b4b41db940fb08340a35364c88bf965
  • a56f5b8 [Incognito Windowing] Fixes 'Move group to another window'
  • 2482dcf Revert "[Win] Disable SharedImgage encode when Graphite is enabled."
  • e449514 [crd host] Fix race condition in HostControlDispatcher
  • c87883c Skip showing AddToHomescreenDialog if auto-minted TWA will be installed
  • 9208570 WebNN: Make the device allocator outlive the ORT tensor
  • c5edfa0 Reland "[1/4] Implement AsanRawPtrService V2"
  • 813ea28 Roll Arm AFDO from 144.0.7552.0_pre1551373_rc-r1-merged to 144.0.7558.0_pre1552116_rc-r1-merged
  • 68855c1 Introduce AddToHomescreenParams::AppType::TWA for auto-minted TWAs
  • 9b8c7f4 Roll Search Engines Data Internal from d796f6348f95 to 238cd4ef4ac8 (1 revision)
  • 4727bab Introduce AddToHomescreenEventCallback alias
  • afa82cc Reland "[bedrock] Migrate BrowserList begin/end Part 14."
  • 02837c3 Roll Chrome Android ARM64 Orderfile from ChT1whKGSZqq1X-PR... to TsGAnnnjG0453ALhr...
  • efddd85 Roll vulkan-deps from 0b38a82dca7e to 870495e2022f (1 revision)
  • 2a6e3b8 Roll ANGLE from 5f8142364ab9 to 4017b3a0f3cf (3 revisions)
  • 579b938 Roll clank/internal/apps from aa1a20a76310 to 9c5c23a8cfe0 (1 revision)
  • ed5af68 Do IWYU for base/functional/callback_helpers.h in //services
  • 84b248b Add HttpCacheInitializeDiskCacheBackendEarly flag in Android WebView
  • c7d01ea Revert "[Media Indicator] Add testing for audible/muted"
  • 81fbb96 [WebAudio] Add metrics for AudioFileReader experiment
  • f43685a WebNN: Record device id and add info to crash reports for NPU
  • 856a9a9 Roll Chrome Mac Arm PGO Profile
  • 2433321 Roll Amd64 AFDO from 144.0.7552.0_pre1551373_rc-r1-merged to 144.0.7558.0_pre1552116_rc-r1-merged
  • c9536db Roll Perfetto Trace Processor Linux from fdb95badca57 to fca800884a32
  • f4ef888 ash: Fix a CHECK failure in BackGestureContextualNudgeDelegate
  • 7dd4484 Roll optimization-guide from 5cf82d706280 to 4ae2230cedcc
  • 6ea09c7 Geolocation: Fix UAF on GeolocationContext in GeolocationServiceImpl
  • 0eebdb8 Add a WPT for microtasks dispatched from pagehide event handler
  • 278909b extensions: WebAccessibleResource API tests for desktop Android, part 2
  • c629a5a Roll Chrome Win32 PGO Profile
  • 5c68a3a Updating trunk VERSION from 7559.0 to 7560.0 and incrementing major version to 145
  • 3779098 [apple] Rename paths_mac.{h/mm} and paths_apple.{h/mm}
  • 2656592 webnn: tracks only the relevant install item
  • 2d5b4e3 Gardener: Disable Glic test
  • d83a36c Roll Depot Tools from a0a276ebbfdb to db99cc40f562 (3 revisions)
  • e7f3219 Roll Perfetto from fdb95badca57 to fca800884a32 (1 revision)
  • 330f3b1 Roll Chrome Android ARM64 Orderfile from 29uHSkca62Zqvdnis... to ChT1whKGSZqq1X-PR...
  • 821d7d1 [HLS] Remove TRACE_EVENT macros from hls demuxer
  • 0655058 Roll Chrome Mac PGO Profile
  • 0e07e27 [TDR] Remove TODOs linked to issue 40561499.
  • 2ab7865 Plumb AllowedCaptureLevel to Android media picker code.
  • 351cbac Revert "[1/4] Implement AsanRawPtrService V2"
  • be9dc14 tracing: support specifying primary trace clock in a scenario config
  • 4ff4f5b Roll Chromium Variations from 4EF7YmLI1HGTj3vn3... to Su70hwhseutRCC8sR...
  • c4b812c Import wpt@79805728e336eb7c589e4f4ddb9ce43b576d6f9d
  • 69df111 [Android][Settings] Bottom margin for search bar in single column
  • 5bf9f02 Remove aria-details relationship for generic anchor positioning
  • 67c7dda [Extensions] Remove stale TODO for moving observers to menu controller
  • daee518 Roll Chrome Win ARM64 PGO Profile
  • edac522 Roll Chrome Linux PGO Profile
  • 6f0376d [HLS] return Sequence<T> iterables for methods
  • f9a9682 Suppress typed suggestions when there is a fusebox attachment
  • 0a4165c media/gpu/v4l2: Add AV1 |{width,height}_in_sbs_minus_1| to tile info
  • 642fe9d Roll Skia from fd5ad9dbfac6 to 8887653a773e (2 revisions)
  • 4ae9ee9 Roll Chrome Android Desktop x64 PGO Profile
  • 1853b8a [iOS] Add dynamic page context for copresence flag
  • fabcb5a [iOS][DefaultBrowser] Add feature flag for Default Browser Promo Refresh
  • 8aef33b Update SetWalletablePassDetectionOptInStatus to return boolean
  • fd6628e Change ASSERT to EXPECT in TabDragControllerTabletModeTest
  • d441cda Extend the expiration date of histograms
  • 5cfb874 Roll ANGLE from 78f1066e993d to 5f8142364ab9 (3 revisions)
  • f9bf3a7 Add ETC1 decoder implementation
  • 5e41b88 Roll Chrome Win64 PGO Profile
  • 08c0fe7 ChromeAndroidTask: Enable ROBUST_WINDOW_MANAGEMENT for two more tests
  • 8254f88 Revert "Make test APK the default browser app if it has APP_BROWSER category"
  • adca323 Do IWYU for inspector_audits_issue.h
  • 21205c2 [Media Indicator] Add testing for audible/muted
  • 96491d2 [Masonry] Fix alphabetical ordering in parser fast paths
  • 137778d hierarchical: Add OWNERS for tests
  • 744dab1 Add mojom for TransferableResource::MetadataOverride
  • 8787bb4 [ntp-realbox] Change realbox icon's border radius to 50%.
  • 05c39f9 [TDR] Remove TODOs linked to issue 40561499.
  • 16de6f7 Roll BoringSSL from b94d71f87ff9 to 4faf6b1e463c (1 revision)
  • 2d53fca Roll Depot Tools from 2e88a3f08bd8 to a0a276ebbfdb (1 revision)
  • c06c6a2 Roll Open Screen from 734877394201 to 2f501fd6f616 (1 revision)
  • 5603265 Remove the use of deprecated getSystemUiVisibility
  • c7a400d [TDR] Remove TODOs linked to issue 41371793.
  • e143b45 Increase Win/Debug trace_test shards
  • 2f207cf webnn: relax layer norm precision for fp16 test
  • eb0a75b Update expiring tab groups histograms
  • a0fec09 [bedrock] migrate BrowserList::GetOffTheRecordBrowsersActiveForProfile to use ForEachCurrentBrowserWindowInterfaceOrderedByActivation
  • f636010 Revert "Add histograms for when HttpNetworkTransaction is blocked before sending request"
  • 7b9e07e Conditionally show/hide the Plus and Lens buttons based on the DSE
  • bb0a00d [signin] Stop using AccountInfo::hosted_domain
  • eb8f9ae Speculative fix to deflake testEnabledParentalControlsClosesIncognitoTabs
  • 4b04465 [contextual_search] Track submitted context tokens
  • 5c31663 Roll vulkan-deps from 327bc9dec2a4 to 0b38a82dca7e (8 revisions)
  • 83eb993 Roll Dawn from 0223916e3a57 to f25649879904 (15 revisions)
  • afb660a Roll clank/internal/apps from 4648de8c6b98 to aa1a20a76310 (1 revision)
  • 0b72d33 Revert "[BNPL][Clank] Always show footer for some BNPL screens"
  • cd5229f [CVC storage IOS Fix] Turn on CVC storage test config flag on IOS
  • 6f2b20d Add the Chrome Next Panel HaTS survey
  • 223dfba Roll Chrome Mac Arm PGO Profile
  • dc3bb38 [omnibox next] Fix placeholder color for non-NTP composeboxes.
  • 05434a5 ash: Fix drag window position on double detach
  • be726f8 Remove AwFormDatabaseService
  • 14b6360 [Media] Adds some Sequence types
  • b1494e5 [VideoStack] [OpenScreen] Launch chrome in fullscreen
  • d761fb2 Automated Commit: LKGM 16503.0.0-1073506 for chromeos.
  • d8ca7a9 [A11y] Remove unused AXBoolStore interface
  • b553ad3 [AdTracker] Use GetDebugName instead of GetInferredName
  • 13a341b [rustmojo] Add simple data pipe producer + consumer test.
  • 636adc0 [Gamepad] Implement renderer-side dispatch of Raw Input Change Event API
  • 61b14be [1/4] Implement AsanRawPtrService V2
  • f70072d url: Use std::u16string_view for an argument of DoIDNHost
  • 703fe6d glic: Fix textNoExtractionWhileHidden on ChromeOS and Win.
  • b54f0b5 [RWM] Move multi-select for bulk closure to a separate finch param (Default didabled) to be able to start exp for Robust Window Management instance limit definition update.
  • e1228b4 Add feature param to optionally include the 'aud' field in the JWT
  • 78be1ca [lensoverlay] Update field trial config for upload chunking.
  • 9ca2bd7 Roll Catapult from 4646f4c0fa1f to a202c86635d5 (2 revisions)
  • 8e1ba87 Roll Chrome Android ARM64 Orderfile from gxAmD0zLdoH-_L7Sl... to 29uHSkca62Zqvdnis...
  • 6ffa531 Add safety flag check to origin gating
  • 03988dc Revert "Add field trial config for InfobarPrioritization"
  • 3ded008 Revert "Roll DevTools Frontend from 7d26bddc0d06 to d962481a57f0 (4 revisions)"
  • 169e9e4 Revert "Roll DevTools Frontend from d962481a57f0 to 6d73baf67ef3 (1 revision)"
  • 35f4280 Revert "Roll DevTools Frontend from 6d73baf67ef3 to b1c8402b2e0c (2 revisions)"
  • 6f8b887 Revert "Roll DevTools Frontend from b1c8402b2e0c to 8bc2b2270bdc (2 revisions)"
← Back to all summaries