Chromium Daily Digest Logo

Chromium Changes Summarizer

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

Chromium Digest: 2025-11-10

Overview

A total of 300 commits were made to the 'main' branch. After filtering, 220 relevant commits were analyzed. The day's changes span from commit (e2d3e83) to (a37032d).

Breaking Changes

  • ⚠️ BREAKING The unused virtual method OnUpdateError has been removed from the update_client::CrxInstaller interface. This simplifies the component updater framework by removing an API that was never called. Downstream projects implementing this interface will need to remove their overrides. (d279473)
  • ⚠️ BREAKING In alignment with CSS specification changes, experimental gap decoration properties have been renamed. Properties such as column-rule-outset and row-rule-outset are now column-rule-inset and row-rule-inset respectively. This affects web developers using the experimental CSSGapDecoration feature. (45245de) (0fada3d)
  • ⚠️ BREAKING The non-functional AlekBergNl DNS-over-HTTPS (DoH) provider has been removed. Users who had this provider selected will fall back to their system's default DNS settings. (c5225eb)

Security

  • A new feature has been added to improve Secure DNS (DNS-over-HTTPS). In 'automatic' mode, if a user's DNS provider doesn't support DoH, Chrome can now fall back to a well-known DoH provider like Google DNS. This feature is controlled by a new preference and aims to increase the adoption of encrypted DNS. (76cab8c) (984ddf8)

UI/UX

  • The legacy UI for video Picture-in-Picture has been removed following the successful launch of the updated 2024 controls. This simplifies the codebase by removing the video-picture-in-picture-controls-update-2024 feature flag and making the modern controls the only option available. (272e694)
  • The New Tab Page search box ('realbox') has been updated with new and additional rotating placeholder strings, such as asking users to 'Compare', 'Image', or 'Tab'. (4cfc988) (9d1cd82)
  • Several improvements were made to the 'Glic' experimental UI feature, including refactoring controller interfaces, updating shadow elevation on ChromeOS, and adding new developer flags (--glic and --glic-side-panel) to run_cros.sh for easier testing. (074fe9a) (3d210e4) (e625938) (7a5ca08) (868171d)
  • The user experience for extensions on Android continues to be refined with multiple commits aimed at compiling ExtensionActionViewModel on Desktop Android. This involved replacing TabStripModelObserver with TabListInterfaceObserver and guarding side panel-related code. (a37032d) (64970a0) (83ca262) (1723a20)
  • For accessibility, when caret browsing is enabled in the PDF viewer, the caret will now automatically move to the first visible text run, improving navigation across multi-page documents. (de51f95)
  • A new histogram, PDF.InfoBar.SettingsResult, has been added to measure the effectiveness of the infobar that prompts users to set Chrome as their default PDF viewer. (11d81e5)
  • In the Android omnibox, a series of refactorings were made for the 'Fusebox' feature, renaming NavigationAttachments classes for consistency and cleaning up related code. (bbfb471) (54e1023) (aae0590)
  • Fixes a bug on the New Tab Page where a blank space would appear if the bookmarks bar was enabled. (395307a)

Bug Fixes

  • A regression in the MediaRecording API on Android related to H.264 encoding has been fixed. The change restores previous logic for optional video type checks in media/base/supported_types.cc. (fe859e0)
  • A bug causing incorrect task durations in the actor framework has been resolved by ensuring start_time is updated before safety checks are performed in chrome/browser/actor/execution_engine.cc. (509f755)
  • Fixed a crash on macOS that could occur when entering immersive fullscreen while an NSPopover was visible. The fix is applied to macOS versions prior to 26. (b68f959)
  • On Android, a NullPointerException in SettingsActivity.reInflateViews that occurred during rapid fragment transitions in tests has been fixed with a null check. (5904c0f)

Performance

  • Redundant map lookups in navigation_throttle_registry_impl.cc have been eliminated to improve performance during navigation. (8ee7400)
  • PaidContentPageLoadMetricsObserver now uses a non-associated remote, which can improve performance and reliability of page load metrics collection. (d112987)

Infrastructure

  • The stale base feature BlockIntentsToSelf, which has been enabled by default since M113, has been removed from the codebase. (350a404)
  • As part of Project Bedrock, tabs::ForEachTabInterface() has been introduced to iterate over TabInterfaces across all profiles, intended to replace the older AllTabContentses() API. (2577a13)
  • The method signature for TlsStreamAttempt::Delegate methods were renamed for better clarity, for example GetServiceEndpoint() is now GetServiceEndpointForTlsHandshake(). (38579c3)
All Commits (300)
  • a37032d extensions: Include two strings on Desktop Android
  • 64970a0 extensions: Avoid TabStripModelObserver
  • fe859e0 Fix for optional video types in H.264 encoding on Android
  • 83ca262 extensions: Guard side panel related code
  • 1723a20 extensions: Update class comments
  • 091d4fb Roll androidx from N4O9e5SphcARbDUvJ... to S-YbNwe6NuYdZtR52...
  • ef2b611 Add Hide/Unhide() so internal method don't call Show/Close directly
  • bbfb471 Cleanup: Rename RV NavigationAttachments to FuseboxAttachment classes
  • f6cb857 Automated Commit: LKGM 16479.0.0-1073046 for chromeos.
  • fc62af6 [BWG] Handle active badge state UI for incognito mode.
  • d112987 PaidContentPageLoadMetricsObserver: use non-associated remote
  • 272e694 [video pip] Remove old controls
  • 4cfc988 [ntp][realbox][next] Add new default placeholder text
  • ad5405b Roll Perfetto Trace Processor Win from b9571fcf1f5f to 2068ddde7c3c
  • 074fe9a [glic][nit] Make `GlicView::UpdateBackgroundColor()` more readable
  • 0484b81 Roll Chrome Android ARM64 Orderfile from 5BwrmId8kzonfU7yI... to t8RqiDaBcDmhausSp...
  • 4330524 Roll WebView ARM64 Orderfile from khilAkMiRYpEQs43q... to BJVHf_0-jY-6wFhoH...
  • 9d1cd82 [ntp][realbox] Add additional rotating placeholder strings
  • de51f95 [PDF Ink Signatures] Move caret to first visible text run on enable
  • 3d210e4 Refactor interface definitions out of the controller classes
  • 38579c3 net: Rename TlsStreamAttempt::Delegate methods for clarity
  • 89b7071 Roll Skia from ceac21c13be0 to a9a14c4a4184 (1 revision)
  • e625938 [glic] Update shadow elevation based on window's activation on ChromeOS
  • 4ef2e9f [gardener] Disable LastUsedProfilesWithWebApp on Linux
  • 7a5fa74 Improve the test log output in gemini cli eval framework.
  • d5f0bf6 Pass on-device model attributes to component installer.
  • d1b4da8 docs: Clarify when to set envvars for ReAuth
  • 713cd8c Roll BoringSSL from 2e2a00337a96 to eb2deafb04a4 (2 revisions)
  • 509f755 [actor] Ensure start_time gets updated before safety checks
  • ec2bd1a Roll Chrome Mac Arm PGO Profile
  • 11d81e5 Add PDF.InfoBar.SettingsResult histogram
  • 868171d Add --glic and --glic-side-panel option to run_cros.sh
  • 6d8aeeb Roll Chrome Win32 PGO Profile
  • 8ee7400 Remove redundant map lookups in navigation_throttle_registry_impl.cc
  • 8cc5503 Refactor: Improve style and error messages in histograms presubmit.py
  • 2cf7224 Roll ios_internal from cecca7f61f44 to 72962da19cbf
  • c2a3899 [Chrome Next] Handle subpixel rendering edge cases
  • 89c3151 [Chrome Next] Re-fix side panel tests.
  • 8d03fdb Delete stale CatanCombinedHoldback23H2 config after cleaning up all features.
  • 6ee7ddc android-a11y: add androidx accessibility OWNERS
  • 5360e13 Roll llvm-libc from f3d348702e52 to 364a79c95d07 (1 revision)
  • 54e1023 Clean up Fusebox Attachments.
  • 2cd7248 Check desktop window mode before setting FRE launch bounds
  • 73b19d9 Roll Fuchsia SDK from 29.20251023.3.1 to 30.20251110.5.1
  • da9fcac [Task List Bubble] Implement TaskListBubbleController
  • 1f87936 [omnibox-next] Add tab contextualization
  • d28938a Fix unknown type name/use of undeclared identifier errors when use_glib=false
  • c752a71 Add field trail entry for EnableClipboardDataControlIOS
  • ab68bb1 [BNPL][Clank] Handle user clicking BNPL chip before AE completes
  • 5904c0f [Settings containment] [Android][Settings] Fix NPE in reInflateViews during fragment transitions
  • de1aff7 Roll Depot Tools from af2fd53bed1a to 67741248cfa6 (1 revision)
  • 0e87e22 [TabGroups]Add buttons to open bookmark folders in tab strip
  • 51e3be9 Roll V8 from aaeb82b7dc5e to 9a5716428390 (5 revisions)
  • da94680 Move some ash-related histograms out of 'others' XML file.
  • 2aa7214 [ntp-realbox] Allow for multi-tab selection for realbox next
  • 402d2a7 Fix selected icon color and adds RTL to bookmark bar folder icon
  • 4ecad97 Fix color-profile-reflection.html
  • 90c359f Add CompressParkableStrings to PerfCombined2025.
  • 7a5ca08 Removed GlicKeyedService dependency from views
  • a93a6fb [gardener] Disable PwaRestoreBottomSheet test
  • da2ce6c Add glic API to open password manager settings page
  • 2a336aa Roll Perfetto Trace Processor Linux from 9c46a67b5b30 to 2068ddde7c3c
  • 95aebb7 Disable FullscreenAndRestoreWindowWithApi on Linux
  • 245613a Roll BoringSSL from 50794a124559 to 2e2a00337a96 (2 revisions)
  • 350a404 [CodeHealth] Remove stale base::Feature BlockIntentsToSelf
  • d5c5a6e spanification: automatically spanify remoting/host/linux/gdbus_fd_list.cc etc.
  • fda2177 Roll ios_internal from ef47199a6be7 to cecca7f61f44
  • d8e19fc Return kErrorDeviceReauthRequired if task is not in focus
  • 548b0bf [Frameworks roll] Roll to 830541097 piper revision
  • 27c269c Roll WebView ARM Orderfile from HEohMMdaBModDdKT2... to uBr0m2KmyFG1ddkjj...
  • 1bb5eec [BNPL][Clank] Add extra Clank Amount Extraction allowlists
  • 6da04ca Move did_scroll() from ScrollEventMetrics to ScrollUpdateEventMetrics
  • 4c41ed3 Disable coverage on win-arm64-rel trybot & reshard interactive_ui_tests
  • 899cb1e Roll clank/internal/apps from cacdf4ea2fa9 to 5e740b45a5e2 (1 revision)
  • 4a55309 Include the test tags in the rdb tags
  • 2a55cac Roll Chrome Mac PGO Profile
  • 4fe6733 Roll Skia from cdb9de657957 to ceac21c13be0 (6 revisions)
  • 889e610 [PinnedTabs] Update pinned tabs bar on card size change
  • 89d00da Roll Chrome Android ARM64 Orderfile from QUHXRiBCWFiCIm46A... to 5BwrmId8kzonfU7yI...
  • 76cab8c Add a pref to enable Secure DNS 'automatic mode with DoH fallback'.
  • 808eb3c Roll WebView ARM64 Orderfile from 9IyBAmRN50M67sOjD... to khilAkMiRYpEQs43q...
  • b68f959 mac: Close NSPopovers before entering immersive fullscreen
  • c78c929 [flex] Add comment about flex-factors less than one.
  • 984ddf8 Support fallback to well-known providers in DoH Automatic Mode.
  • 31bb5f1 Update Amazon Linux 2 EOL dates in Linux installer files
  • 15d9443 Clear Intent on recreation and fix IntentToCreationTime metrics
  • b577d91 Roll V8 from 283819aedaa6 to aaeb82b7dc5e (2 revisions)
  • 661e4f3 [Persist] Use TabAndroidConversion in Packager
  • 782c206 Roll PDFium from f49889b9c062 to a4c4d0ad1404 (9 revisions)
  • c5225eb Remove AlekBergNl from the DoH provider list
  • 4ce55f6 Move CertificateType2 histogram to net/histograms.xml.
  • 2b42475 [flex] Remove superfluous flex_shrink check.
  • e7e3391 Roll Perfetto from 9c46a67b5b30 to 2068ddde7c3c (1 revision)
  • 57f3005 Track all policy values in PolicyStatus::Entry
  • 6da0a1d Roll Catapult from 5b6dfc90097d to f41a2ead7b78 (1 revision)
  • 20b7793 Roll ios_internal from 0d9bc950d809 to ef47199a6be7
  • 4cc1547 Add blink::MemoryPressureListenerRegistration
  • 2327c68 Remove Tabs.Selections.Count on ChromeOS.
  • 972280b [Omnibox Next] Start upload flow
  • 9c48c1c [SurfaceColor] Update tab strip background color
  • 7dbdad1 Roll Perfetto Trace Processor Linux from b9571fcf1f5f to 9c46a67b5b30
  • 4d94e03 Add blink::MemoryConsumerRegistration
  • 2650b78 Roll Chrome Mac Arm PGO Profile
  • 0aae5ee Update local override of ANICompat.java
  • b032092 Roll BoringSSL from 0ece7ad6931c to 50794a124559 (1 revision)
  • aae0590 Align Fusebox shapes with Figma spec.
  • c23a5df autotest: use new gn refs flag --relation
  • 166d781 CreateBrowserWindow() Callback Timing Bugfix
  • 1adc6dc [Reading mode] Pull the font menu into a separate component.
  • 598e642 Roll cpuinfo from d3a86a813e2b to f7b233b27552 (1 revision)
  • 9fbc578 [bedrock] Migrate read_anything_service.cc away from BrowserListObserver.
  • 6b5e6c2 [iOS] Temporarily redirect ntp image requests in EGTests
  • 6f2f3ee [iOS] Enhance Zero State Suggestions lifecycle in BwgTabHelper
  • 7eec599 Roll libcxxabi from 1cf6694dd7c9 to 49c89732c738 (1 revision)
  • 9bc641a [PinnedTabs] Fine tune the thresholds and throttling values for Directional scroll listener
  • 1b93c96 Simplify PluginList::GetPluginsNoRefresh()
  • 51de47f media: Limit surface input for NDK VEA to Android 15+ devices
  • 10f49cc Roll Perfetto Trace Processor Win from fc028d18971d to b9571fcf1f5f
  • a925128 [flex] Add free-space early exit within ResolveFlexibleLengths
  • f589759 Convert to UNSAFE_TODO in extensions
  • d279473 update_client: Delete OnUpdateError, which is never called.
  • fa8e3b7 [CrossDevicePrefTracker] Add Clone Method to TimestampedPrefValue
  • 2c1e1ab [PinnedTabs] Eliminate hairline jump for a smoother UI
  • 8593140 Remove cherry picker quota exception
  • a1b7a32 Roll Chrome Linux PGO Profile
  • fec3fad Roll Chrome Android Desktop x64 PGO Profile
  • cb17f54 [Nudge] Disable nudge on task complete
  • 99bceb4 Revert "autotest: use new gn refs flag --relation=source "
  • 92afa83 [iOS][Gardener] Disable BubblePresenterTestCase tests
  • 293add8 Remove PluginList::extra_plugin_paths_
  • 0fada3d [gap-decorations] Rename test files to match `outset` to `inset` rename
  • c9fd1d4 [iOS] Show Keyboard Accessory view with navigation buttons when "select-one" is encountered
  • cbff49e [AIM] Add typed suggest to Lens side panel
  • 46fc759 [ios] Field trial config for the IOSAutofillPaymentsSheetV3 study
  • 5aaa59e [actor] Add ability to track additional stopped reasons
  • 3bff4f7 Roll Chrome Win ARM64 PGO Profile
  • 277f054 Glic: Add metrics for turn source, daisy-chain depth, and floaty mode
  • 58c01c0 Roll Crossbench from ccbfa2f6db25 to be84bb82daa6 (1 revision)
  • 3ad73fd Fix name of ScopedBestEffortExecutionFenceForTaskQueue
  • 554603e Propagate `ModelError::Type` to `SyncError`
  • 8ccb3f8 Roll V8 from 360be873f581 to 283819aedaa6 (8 revisions)
  • 4850827 Add EnableNewUploadSizeLimit to fieldtrial_testing_config.json
  • f112d76 Add ProcessForOverlays overload that does use filters
  • 01c95b3 Ensure navigations aborted by tab closure report a net error.
  • f4ba8e1 Roll Chrome Android ARM32 PGO Profile
  • 732efbe Roll Perfetto from b9571fcf1f5f to 9c46a67b5b30 (2 revisions)
  • 40f424c [Readability] Preserve images within figure elements.
  • cb39b8b component_updater: Transmit domain-joined if managed or enterprise
  • 10052e7 Roll DevTools Frontend from 1f01a3124572 to 7787f61f6b00 (1 revision)
  • c6a11f2 [GlicMI] Suppress animation for new tab daisy chaining
  • fdf68a0 Remove kAllowOpenXrOnXrDevices feature
  • a7a00b1 [StylusHandwriting] Modified handwriting radius check on main thread.
  • 45d8ca7 media: Remove pre-Oreo logic for high profile support
  • c931ba1 Roll BoringSSL from 567272392b34 to 0ece7ad6931c (1 revision)
  • f4f44bf Refactor: Use histogram_helpers.ShouldGenerateStatistics
  • 653baa1 Extend GTS animation metrics
  • 6d34731 [CAA-Policy] Add feature flag
  • 41a1ef7 Refactor color space overriding in ProduceTransferableResource()
  • 9f3bf85 Migrating usage of getInstanceCount() to getInstanceCountWithFallback().
  • 7eab4e0 Spruce up fusebox styles
  • b167552 Shorten statements in CardUnmaskAuthenticationSelectionDialogController
  • 6b2c3e8 Use enum class for CreditCardFidoAuthenticator::Flow
  • ca28cea Remove experimental feature for navigation-based report retries
  • e20ba12 Update settings strings for media settings
  • 8c79af3 Clean up geometry_mojom_traits_unittests.cc
  • 0cede41 [composebox] Add Portable Drag and Drop Handler
  • 902dac7 [Read aloud] Convert test for sentences split across paragraphs to TS.
  • 300bcec [Code Health] Modernize unique_ptr creation in base
  • 9635944 Roll Chrome Mac Arm PGO Profile
  • 45245de [gap-decorations] Rename `outset` properties to `inset`
  • 29bb671 [tips] Show the opt in promo only if tips notifications toggle is off
  • 184874c Roll Skia from 9fe93d3905f0 to cdb9de657957 (2 revisions)
  • ee75d1e Roll Perfetto Trace Processor Linux from 96a4d3da1cb1 to b9571fcf1f5f
  • 8c4136f [iOS] Remove IOS.DefaultBrowserPromo.FETAvailabilityOnFRE diagnostic histogram
  • 124989a Setting default visibility of MainBackgroundRegionView to hide
  • 11e46a5 Update Page Action README with migration note.
  • 26528fb [Settings containment] Differentiate padding for single and multi-line items
  • 019cfee Move ExpectDataControlsSensitiveDataEvent to //component.
  • 70bde99 Roll WebView ARM64 Orderfile from vLyEL4kX0QbvlIivm... to 9IyBAmRN50M67sOjD...
  • b983132 Refactor RAcontroller browsertests to be non-parameterized
  • 395307a [Bookmarks Bar] Fix blank space on NTP
  • b3eafad Roll Crossbench from 293f199c175b to ccbfa2f6db25 (1 revision)
  • 91d7743 Convert to UNSAFE_TODO in printing
  • 269b749 Simplify PluginList internals
  • 092ba65 Remove PluginInfoHostImpl::Context::IsPluginEnabled()
  • dfe12db Roll DevTools Frontend from 989b8e907070 to 1f01a3124572 (1 revision)
  • a014f37 Tag stable tests
  • 91f25bf [iOS] Remove ShouldAllowShare from the web_browser_agent(1/n).
  • e3c87fd [Partitioned Popins Removal] Remove Counters
  • e2ec3b5 Use non-sigslot methods in IpcPacketSocket
  • f872161 Roll BoringSSL from ec4fb365a92d to 567272392b34 (1 revision)
  • de6c1bd Give the `+` menu an opaque background.
  • ab77817 [Dino Game] Fixed initialization when disabled
  • fb5d135 legion: Add mojo interface for webui
  • 9fccfcd [composebox] Renamed realbox-layout-mode to searchbox-layout-mode.
  • f88d9ba Remove some unused enums via script.
  • 315fbe2 Add session restore infobar to infobar internals
  • 8f3b2de [GlicMI] Enable some tests in glic_api_browsertests for multi-instance
  • f6b7c1b [DEPS] Add chrome/browser/cpu_performance_internal
  • 4d31db1 webrtc-internals: add rateCalculators for L4S stats
  • 72dd8da Delete ThreadControllerSetsProfilerMetadata feature.
  • fdd3e12 [ntp-next] Update MVT background color
  • 63b2294 Fix GlicTestService creation timing.
  • d39a03b Roll Chrome Win64 PGO Profile
  • 09e74d0 [ACT] Clean up remaining unused ACT page info metrics + imports
  • 73092f5 autotest: use new gn refs flag --relation=source
  • 525cd26 Enables retrying only failed tests for all suites on 'win-rel'.
  • a427d8f Security improvement after AutoSpan
  • 0997639 Migrate interstitial histogram suffixes to variants.
  • 1b44a5b Roll Depot Tools from b26ab6e9d582 to af2fd53bed1a (1 revision)
  • c7d776f Cleanup: Fix comment regarding keyboard event handling
  • 1a0886f Fix empty managed app list with delayed BEST_EFFORT tasks
  • 33747f3 views: promote ownership-passing invariants to CHECKs
  • 4656f48 [BNPL][Ephemeral] Fix for ephemeral tab not closing
  • fd81059 Roll Perfetto Trace Processor Linux from fc028d18971d to 96a4d3da1cb1
  • 4931eb0 [iOS] Re-allow NTP taps when customize menu is open and flag is disabled
  • 5a092d8 Simplify branching in ColorMixer::GetInputColor()
  • 5715560 Add a metric for the relative recency for a chosen tab when it is added as context in the contextual searchbox
  • 111a2e0 Record unsuffixed total event latency in Event.Latency.OS2
  • 8e4178c [FedCM] Convert RequestService to DocumentUserData
  • e903967 Remove DarkModeSettings::contrast
  • 3ca38fa Remove GenericScopedHandle::IsValid in favor of is_valid
  • 317d778 Roll DevTools Frontend from e897c387dddf to 989b8e907070 (2 revisions)
  • db4252f Roll Perfetto from 96a4d3da1cb1 to b9571fcf1f5f (3 revisions)
  • 8d5f4b5 [Android] Fix ReaderModeTest#testPreferenceInCct and testPreferenceInTab
  • b29d229 Do not set the COMPACT_UI property if Fusebox is off.
  • 2577a13 [bedrock] Introduce tabs::ForEachTabInterface()
  • 7c2daf1 Use dbus_utils::ExportMethod in StatusIconLinuxDbus
  • a93be69 Spanify ServiceFontManager::Deserialize
  • 5c2eaae [gap-decorations] Fix multicol CrossGap's EdgeIntersection state
  • 434ff96 Normalize Requested URLs
  • e01b081 Refactor metadata processing in BookmarkDataTypeProcessor
  • bda750b Add bookmark limit error reset
  • 69e69bf Automated Commit: LKGM 16479.0.0-1073040 for chromeos.
  • d38d62a Roll Perfetto Trace Processor Win from 4cb8fa122a77 to fc028d18971d
  • 7934998 clang_gardening.md: Expand on where the 'dry run' CLs come from
  • 3ff13e4 Block same-origin navigations when match has wildcard domain in source
  • cacb0a5 Switch search engine histogram suffixes to variants.
  • 29a491e Roll BoringSSL from 28efc83e86dc to ec4fb365a92d (1 revision)
  • bc4f0f0 Roll Chrome Android ARM64 Orderfile from dj_l2R63hlJnvogFh... to QUHXRiBCWFiCIm46A...
  • 845d472 [aim popup] Add GM3 colors for composebox.
  • 6c2503e [APC] Reenable and strengthen bounding box DCHECKs in official builds
  • 237a3e9 Roll Chromite from 11025939e77b to 21820cbd6010 (2 revisions)
  • bfded74 Migrate Autofill field prediction submission event suffixes to variants.
  • 38c16f6 Implement most history event types
  • 191025d Roll Perfetto Trace Processor Linux from 12a6a3182bb2 to fc028d18971d
  • 697fb5a [iOS][Signin] Add UMA for Fullscreen Signin Promo progression
  • e76f1e4 Roll Chrome Mac Arm PGO Profile
  • 599f7d9 Add shaktisahu@ to OWNERS of //components/contextual_tasks
  • 35b2637 [Persist] Use Java TabCollectionObserver factories with Synchronizer
  • 815edbf [Persist] Java-level factories for TabCollectionObserver classes
  • 6d0e06c Roll Perfetto from fc028d18971d to 96a4d3da1cb1 (1 revision)
  • 64402e3 [APC] Do not click if page type is not settings page
  • 9c1b11c Use ChipView::setIconWithTint in TopView.
  • e5344d0 [Chrome Next] Fix toolbar height side panel minimum width
  • 06957ea Roll DevTools Frontend from f45914b66178 to e897c387dddf (1 revision)
  • 55ed23b [CodeHealth] Add a reason for RAW_PTR_EXCLUSION in drm_dumb_buffer.h
  • f47b1f9 Roll Skia from f10dd19a7a04 to 9fe93d3905f0 (1 revision)
  • 048142c Roll ios_internal from e1ec218de2d8 to 0d9bc950d809
  • b242c22 Roll glic-test-internal from c521d101b334 to 375d368f131c (1 revision)
  • 8ab0d2a [FedCM] Extend histograms expiry date
  • 596f415 [TDR] Remove TODOs linked to issue 383770001.
  • 36813cc Remove data types from history event API
  • 886bfce Implement BrowserCollectionObserver and ProfileBrowserCollection.
  • 2456ee7 Roll Crossbench from 3d17df19f832 to 293f199c175b (1 revision)
  • 4fed5aa [TDR] Remove TODOs linked to issue 41495194.
  • f61db98 ios] Add iPad default browser promo instructions
  • c6585fb [iOS] Fix crash when browser is nullptr in SafetyCheckNotificationClient
  • 9a88e68 Require explicit signature for ConnectToSignal
  • 3dbd3b1 Remove PaymentRequest.NumberOfSupportedMethods.AndroidApp
  • eb3f11e [Bookmarks Bar] Add IPH tracking only fieldtrial config
  • 0da396c [iOS][autofill] inferLabelFromDivTable as utility function
  • b8712fa [iOS][autofill] inferLabelFromEnclosingLabelBefore as utility function
  • c24e371 [iOS][autofill] Make inferLabelFromTableRow a utility function
  • 8746ea3 [iOS][autofill] Make inferLabelFromTableColumn a util function
  • 890202c Roll V8 from 34207784837e to 360be873f581 (11 revisions)
  • 56fcb6d Fix integer overflow in MemoryPressureLevelReporter
  • b5c9e4d Roll Help App from wKzFLOsjrvT14tajy... to SHffW-6xrPu2Ctg8p...
  • 0194a03 Updating trunk VERSION from 7521.0 to 7522.0
  • 1aa43ec Add dbus_utils::ExportMethod
  • 4f651f6 Use a single remoting client for all receiver sessions.
  • 64693ce Roll Chrome Android ARM64 Orderfile from RHDb8NbaEwK031eUn... to dj_l2R63hlJnvogFh...
  • f8a4958 Convert to UNSAFE_TODO in sql
  • abcd587 [chrome] Migrate some JUnit Assert.assertThat usages to Truth
  • 52b2674 Reland "Reland "[omnibox] 5/5 Add interactive testing for Gemini verbatim/null matches.""
  • 97bd28d Convert to UNSAFE_TODO in headless
  • 2467c38 Revert "Add ios to DelayRfhDestructionsOnUnloadAndDetach fieldtrial"
  • 8f37949 [actor] Ensure tasks end in the completed state
  • 3bf4286 [iOS][autofill] Make inferLabelFromListItem a util function
  • 920a877 [iOS][autofill] inferLabelFromPrevious as utility function
  • 99dd785 Roll Chromium Variations from PuloqRyLw93zPVoT4... to _2FoqJ9MuKCUoIL-H...
  • d292032 Roll Media App from B536Fdf30uoV0I1Pm... to trWR0yAa0ibFF0IvB...
  • 3923a29 [build] Correct the path to auto_fix_missing_java_deps.py
  • a8a2d63 Roll Perfetto Trace Processor Linux from e9e3a2b025f9 to 12a6a3182bb2
  • 1392e88 Roll Perfetto from 12a6a3182bb2 to fc028d18971d (1 revision)
  • 7c35118 Roll WebView ARM64 Orderfile from HmLUHQW0fsKJY_m1o... to vLyEL4kX0QbvlIivm...
  • 57d8b3f Roll DevTools Frontend from eaaaced15fd0 to f45914b66178 (6 revisions)
  • e19da81 Privacy Guide: update owners file
  • fffc3dd Roll Crossbench from ef52e58fadce to 3d17df19f832 (1 revision)
  • e2d3e83 LPP: Expose LocalAuthFactorsComplexity policy in AuthPolicyConnector
← Back to all summaries