Chromium Daily Digest Logo

Chromium Changes Summarizer

Summary for 2026-02-06 on branch 'main'

Chromium Digest: 2026-02-06

Overview

This daily summary covers 689 commits on the main branch, with 539 identified as relevant to developers. The changes span from commit (5f62b6d) to (265741b). The day was marked by a significant number of breaking changes across major components, including Android WebView, UI interfaces, Crosapi, and core networking services, requiring action from many embedders.

Breaking Changes Highlights

  • ⚠️ BREAKING Major Rename: "Private Network Access" (PNA) has been renamed to "Local Network Access" (LNA) across the codebase. This breaks several public mojom interfaces in services/network/public/mojom/ and related C++ classes that embedders may use. (d28a1ec)
  • ⚠️ BREAKING C++ Interface Updates: Several core C++ interfaces now require implementation updates. TabListInterfaceObserver has a new pure virtual method OnAllTabsAreClosing(), and the LocationBar interface has several new pure virtual methods that must be implemented by subclasses. (3649dd0) (7665950)
  • ⚠️ BREAKING Android API Changes: The public Java interface ui.base.ActivityResultTracker has been refactored, removing register() and startActivity() methods in favor of a new ResultListener pattern. Additionally, recently added world-aware APIs to AwContents (Android WebView) were reverted, removing the PersistentJavascriptInfo class and breaking any early adopters. (a89fef0) (eabd655)
  • ⚠️ BREAKING ChromeOS API Removals: The stable crosapi contract has been broken by the complete removal of the VideoCaptureDeviceFactory and VideoCaptureDevice mojom interfaces, including the BindVideoCaptureDeviceFactory method. (283767e) (a2b890e)
  • ⚠️ BREAKING Public API Removals: Several public methods have been removed, including GetMicrosecondsPerFrame() from media::AudioParameters, and SupportsTabs(), HasEditableTabStrip(), and IsDeleteScheduled() from the WindowController extensions class. (ff8b98f) (8cc423f) (f706a1b) (46847f4)
  • ⚠️ BREAKING Behavioral Change: A failure to allocate backing store during array buffer deserialization will now crash the renderer instead of reporting a validation error. This is a major behavioral change to a core messaging mechanism. (c174943)

Web Platform, Blink & Rendering

  • ⚠️ BREAKING BREAKING: The widely used utility function String::ToUInt() has been removed from Blink's core WTF library. Code must be migrated to the new StringToUint() function. (8378892)
  • ⚠️ BREAKING BREAKING: The public mojom method PerformSpellCheck on the LocalFrame interface has been renamed to PerformFullContentSpellCheck. Embedders calling this method directly must update their code. (85ba01d)
  • ⚠️ BREAKING BREAKING: The static factory method CanvasResourceProvider::CreateSharedImageProvider() has been removed as part of a major refactoring of canvas resource management. (7406376)
  • ⚠️ BREAKING BREAKING: The stable CSS property gap-rule-overlap has been renamed to rule-overlap, which will break web content that relies on the old property name. (ba0e2f8)
  • ⚠️ BREAKING BREAKING: An enum value in the public viz component was renamed from OverlayCandidate::CandidateStatus::kFailBufferFormat to kFailFormat. (2983d91)
  • The Sanitizer API has been re-enabled by default, making it generally available to web developers. (1de7ef7)
  • Layout support has been added for the margin-trim CSS property on block and multicol containers. (8aeae6c) (6533e1a)

Services, Sync & Identity

  • ⚠️ BREAKING BREAKING: Direct member access for given_name and full_name has been removed from the public AccountInfo struct. Callers must now use the new accessor methods. (623d7f8)
  • The Structured Metrics storage system was refactored to improve thread safety and performance by moving disk I/O to background threads. (8f66e3b)
  • On Android, the Sec-CH-UA-Platform header can now be changed from "Linux" to "Android" via the kAndroidDesktopUAPlatform feature flag. (66f6b1c)

Autofill & Payments

  • ⚠️ BREAKING BREAKING: The AutofillManager::Observer::OnFieldTypesDetermined method signature has changed. Implementations must be updated to include the new bool small_forms_were_parsed parameter. (524d57f)
  • ⚠️ BREAKING BREAKING: The settings page constant kYourSavedInfoSubPage and its associated helper function ShowYourSavedInfo have been removed, breaking code that navigates directly to this page. (0629950)
  • BNPL (Buy Now, Pay Later) issuer suggestions are now being added to the payments autofill popup. (c576d83)
  • A new feature flag, autofill-enable-@memory, has been added for a feature allowing users to recall information using natural language. (5171316)

ChromeOS & Platform Integration

  • ⚠️ BREAKING BREAKING: A new allow-list restricts the creation of custom icons in the Ash status area. Calls to StatusTray::CreatePlatformStatusIcon for unlisted types will now return nullptr, breaking clients that previously relied on this functionality. (88db807)
  • ⚠️ BREAKING BREAKING: Public methods WaylandBufferManagerHost::GetBufferFormat and WaylandBufferBacking::format() have been removed from the Ozone/Wayland platform integration. (f456bc0) (c4f0de9)
  • ⚠️ BREAKING BREAKING: The public testing method SetAttemptUserExitCallbackForTesting has been removed from the ArcSessionManager class header. (cdb1704)
  • On macOS, several components including OSCrypt were unified to use the modern crypto::apple::KeychainV2 API, deprecating a legacy wrapper. (158a2d2)

UI & UX

  • The Vertical Tabs feature continues to see improvements, including up/down arrow key navigation, better minimum size calculations, and fixes for RtL layouts. (77abc8c) (84e78f6) (83ba73f)
  • The video Picture-in-Picture window now supports seeking forward and backward using the left and right arrow keys. (eba95f7)
  • The window.setResizable(bool) API is now supported for standalone windowed PWAs that use tabs. (c19b719)
  • The zoom page action's accessible name will now correctly include the current zoom percentage, improving screen reader feedback. (9d2204c)
All Commits (689)
  • 265741b Add fieldtrial param allowing to override chrome compose client.
  • e6091f5 Add Lens flow URL logging to omnibox logs
  • 253bf89 [context-input] Send filename to composebox query controller
  • 2a3f346 Roll clank/internal/apps from 9ca684165eb0 to 6e7f005dca9b (1 revision)
  • ccf27d0 [PWA internal clean up] Add explicitly type for webapps::ManifestId
  • 009441b WebUI: Clarify Lit style guide
  • 381cb4f [AdTracker] Allow monkeypatch appendChild calls for iframe creation
  • 99289c0 [BrowserControls] Introduce BrowserControlsFacility
  • 58fd914 WebUI: Also apply CSS checks to static CSS files in build_webui().
  • 3705258 [PWA] Fix stale omnibox text reappearing when reparenting web app tabs
  • bbbf9ac Disable flaky realbox test on all platforms
  • 1aa2c64 [Reader Mode] Fix title JSON-LD title selection heuristic
  • 3bcd028 [crd host][linux] Launching the desktop process
  • 4219b7a Disabling webuiloader test on linux for being flaky
  • 43cf688 [Start Chrome with Windows] Don't show infobar if accepted once
  • 5124f07 [composebox] Rename and update defaults for Composebox close params.
  • fe6df81 Reland "[AIM] Stop calling updateUrl() on branded color scheme change."
  • 1504d93 [composebox] Pass the input state from the searchbox to composebox.
  • 85ba01d spellcheck: rename PerformSpellCheck -> PerformFullContentSpellCheck
  • 4f9fe8a [Actor Overlay] Slow down loading state with micro holds
  • 35c5be6 [rust] Link to more Rust API and style guidelines outside of Chromium.
  • a6b1229 [ios] Fix Tab Resumption Reconfigure Issues
  • f580d5b [PWA internal clean up] Add explicitly type for webapps::ManifestId
  • 718297f [context-input] Fix wrong vit param sent for contextual-tasks region search
  • 0111762 Roll Skia from 465a74887f94 to a471f253b941 (6 revisions)
  • 67c14d5 Revert "[AIM] Stop calling updateUrl() on branded color scheme change."
  • dc498af Roll vulkan-deps from cf821bb30a59 to f141f43e4b26 (5 revisions)
  • c0d2692 [Cache Encryption] Fix comments and stale TODOs
  • 1deed38 [glic] Move embedded test server setup to test environment
  • 88c8fb5 Pin play_services_auth until D8 bug sorted out
  • 63ab075 [Extensions] Update ExtensionTabUtil::GetEditableTabList() checks
  • c1387f6 Repaint gap decorations after item size or position changes
  • 83a3b22 [iOS][gardener] Disable testShowHeaderOnReload on iphone device
  • fa96638 [rustmojo] Add basic tests for MessagePipeWatcher
  • a52a077 [CodeHealth] Fix a missing scrollTo call in scroll-behavior-smooth.html
  • 07fc734 Roll Chromium Variations from uqb3IZ9Mw9VAuzA9l... to ZyPPYVLy1XIFTjoXF...
  • b474c79 Expand test expectation for invalid-companyIdentifier.https.window.html to all Windows platforms.
  • 68051a8 [gpu] Fill in drm_formats_and_modifiers near Caps::mappable_formats
  • dab8d6c [SLAMS] Add UMA to record server-side model quota usage when a scam warning is shown.
  • d5ea79b Roll clank/internal/apps from 8cb15f2b5bd1 to 9ca684165eb0 (1 revision)
  • 16479e6 [composebox] Update context menu description visibility logic.
  • 17e3f5e [Gardener AI] instruction in notification template to tell gardener wait until IRM to take action
  • a3c1aa0 Gate IPH behind bwg availability
  • c19e6e9 Prevent actuation on blocklisted URL
  • f5ddea7 [Settings Search] Hide the help icon when in search mode
  • 6ccd779 Update string for chrome://skills sidebar footer
  • ba79a09 Migrate history_tool_request.h, media_control_tool_request.h, and attempt_form_filling_tool_request.h
  • 9afcd45 Update CBB autoroll for the builds refs
  • 218d35d Enable test GlicBackgroundModeManagerUiTest.StatusIcon on ChromeOS
  • 17386be [aim-tools-models][omnibox] Rename functions in OmniboxContextMenuController
  • 01059bc Android: Use only the first 40 digits of buildId for ANR process state
  • 13826dc Remove @Mock of ObservableSuppliers 4/5
  • ed561ce Remove the previous timer as well as the display link when the display changes on Mac.
  • db9921d Add skeleton test and test API for PaymentsFormDataImporter
  • 6e2744c [BNPL][Clank] Update Field trial testing config with VCN fix flag
  • 815e3e9 [ios] Add a flag for the new NTPBackgroundImageCacheService
  • 9e397a1 Roll llvm-libc from d99c56d4b9f6 to 33a70df0d247 (5 revisions)
  • 6e0e37d Roll V8 from 0aedac949b9b to e5cdd21efd31 (3 revisions)
  • 78760c3 Cover active task termination cases
  • f4097b5 [PWA internal clean up] Add explicitly type for webapps::ManifestId
  • 18eb824 [NtpCustomizationV2] Fix preview padding in gesture navigation
  • e0e4cc5 Roll WebView ARM Orderfile from R5U8lIw74dLVGN0i3... to Yacfmux8c7bHYwiYr...
  • 8f66e3b Refactor: Improve Structured Metrics Storage Threading
  • 1d0f6c0 Actor: experimental actor api doesn't use policy checks
  • 13137c1 Roll Chrome Win ARM64 PGO Profile
  • 70b83f6 Roll Chrome Mac Arm PGO Profile
  • b34d141 [Skills] Add description field to sync specifics
  • 741c408 [glic] Implement tab restoration for Glic state
  • c5c7f74 Read anything toolbar: Remove logic in HTML template, part 2
  • 3649dd0 Add TabListInterfaceObserver::OnAllTabsAreClosing
  • 967f151 [codehealth] Autogenerate kLayoutToChannels
  • ec1030c [Fuzzer] Fix overflow in media::AudioBuffer::AudioBuffer
  • 3395934 fix LogMTCCertVerifyMetrics hitting NOTREACHED in MapCertStatusToNetError
  • ec82fa0 Add GlicLiveModeOnlyGlow to Multi-Instance field trial config.
  • af06ca8 Don't gate PageEmbeddingsService on history embeddings
  • ba2ee96 [lens] Move ShowModalUI into base class
  • 2265687 Restrict PDF re-downloads to safe schemes and preserve initiator
  • 504e4c3 [composebox] Reset tool and model modes when closing composebox.
  • 1b4c880 Roll Chrome Win64 PGO Profile
  • 9812ca6 Make Selection accept wider range of parameters.
  • 0b07091 Roll Chrome Mac PGO Profile
  • 293453b [animation-trigger] Rename entryRange to activationRange in IDL
  • 96ee16f [Masonry] Call `ClampIntrinsicBlockSize` in Grid-Lanes
  • 1edf42e Roll Perfetto from 6a7f0e539642 to f59a7c6388e2 (1 revision)
  • 96becb9 extension updater: Preliminary cleanups
  • 8b7c7fb Revert "[Vertical Tabs] Log tab group selection changed metrics"
  • 814812e Be more lenient with data types for MCP [13/N]
  • 99aca57 [VerticalTabs] Add Preview and New Badge
  • 91dd4af [TabFavicon] Replace ScopedJavaGlobalRef
  • dbcce2f Remove DUMP_WILL_BE_CHECK on on_cookie_copy_complete_callback_
  • be5dd6f [projects] Add "Create new tab group" button
  • e11fc5b [ThinWebView] Add selection popup controller to TWV
  • f029e23 [commerce] Extend Commerce.PriceInsights.BottomSheetBrowsingTime
  • 265882f [clang] Build libxml and libzstd with pinned clang and linux sysroots
  • 389a3a0 [Search Integrity] Move Search Integrity outside views
  • 893f53d Disable flaky ProxiedResourcesAllowed browser test
  • fcb2435 Roll ANGLE from 1a41c6d87f08 to c1b625110855 (4 revisions)
  • 1331d9a Roll WebRTC from 9a7fadff02cf to eee78e754190 (1 revision)
  • 8cc423f [Extensions] Remove WindowController::SupportsTabs()
  • f706a1b [Extensions] Remove WindowController::HasEditableTabStrip()
  • 3a74aa4 [bedrock] Migrate app_shim_manager_mac.h away from BrowserListObserver.
  • 1f0d944 [iOS] Hide Floaty For Keyboard Use Except For When Floaty Is Being Used
  • eabd655 Revert "Hook up the worldly framely API to AwContents."
  • e82b2ea [scoped-vt] Apply vt-scope: auto during transition
  • 2dd0b1e [HSTS] Update bulk entries
  • 0ba7852 Read anything toolbar: Remove logic in HTML template, part 1
  • 84e78f6 Update zoom accessible name with current percentage
  • fd979c6 Disable save button on 1p card from chrome://skills/browse-skill
  • 2cb2e61 Roll src-internal from df2209be49d2 to 11809a725ff6 (1 revision)
  • da49a1b [aim-tools-models] Implement support for REGULAR model in model picker.
  • d6c2ba8 [Extensions] Move test-disabling tab strip editing to ExtensionTabUtil
  • efe7426 Update fieldtrial config for ClientSideDetectionClipboardCopyApi
  • a1a5d6f [Windows] Modernize C++ in Sandbox Policy Rules.
  • 41776a5 Pin play_services_auth_base until D8 bug sorted out
  • b00e651 Instantiate StatusTrayChromeOS in StatusTray::Create()
  • 4a201d4 Remove pseudo-element style resolve shortcut for no matched properties
  • f386598 Multi-account device metrics: Move logic from SyncService into scheduler
  • f42726f [SidePanel] Create SideUiObserver interface
  • ff8b98f Delete unused GetMicrosecondsPerFrame() method
  • 5d2b455 Roll Chrome Linux PGO Profile
  • 8d52493 Extract interface out of ContextualTasksSidePanelCoordinator.
  • f730f1c Roll Chrome Android Desktop x64 PGO Profile
  • 019fc64 [Vertical Tabs] Remove old tab dragging metrics
  • 68577a3 [//gpu] Add feature that disallows GLES2 fallback
  • e369b59 Delete unneeded 3pcd feature setting from BrowserNavigatorTest
  • c506caf [omnibox] Add debug logging page to chrome://omnibox
  • 5834f8e Delete unneeded 3pcd feature setting from dbsc test
  • 77abc8c [Vertical Tabs] Allow vertical tabs to use up down arrow keys for focus
  • 52d0d30 Remove @Mock of ObservableSuppliers 1/5
  • bb4710b Avoid duplicate map lookups.
  • 4a66354 Add a fieldtrial testing entry for WebViewMetricsAsyncMetricLogging.
  • 9efebf5 PerformanceHelper: boost page_load_boost to 3s
  • 41ee600 [PinnedTabs][TechDebt] Refactor supplementary container animation to use ViewBinder in Tab Switcher
  • 416997b Roll Chrome Android ARM32 PGO Profile
  • 46847f4 [Extensions] Remove WindowController::IsDeleteScheduled()
  • 4531217 [a11y] Remove AXObjectSupportsNameFromAddressContent feature flag
  • f67f8da [ios][gardener] Disable testRichInlineDefaultSuggestion
  • dc85d27 Implement sync methods in TextInputClientMac with a nested RunLoop
  • d80f176 Roll V8 from d56467ce6f01 to 0aedac949b9b (2 revisions)
  • 3808b45 Roll vulkan-deps from f3fab3b46410 to cf821bb30a59 (2 revisions)
  • 02f8e6c [iOS] Fix Crash in StandaloneModuleView When Updating Favicon
  • d830d89 Fix bug where clip path wouldn't update without font anti-aliasing
  • 628e2d8 [Start Chrome with Windows] Use Tonal colors on Opt-out infobar button
  • f8c05ed Add c/b/startup/OWNERS to c/b/ui/startup/OWNERS
  • 6f2b75e Roll Skia from 3f823e1546ce to 465a74887f94 (3 revisions)
  • 594599c Build crubit from head if rust is built at head
  • 7c96607 Remove @Mock of ObservableSuppliers 3/5
  • 52d99be Roll src/third_party/libaom/source/libaom/ 557586fde..4018d3b63 (4 commits)
  • da4bfd4 Automated Commit: LKGM 16578.0.0-1075115 for chromeos.
  • 7791710 Revert "[DCSI] Fix double counting of memory for CompoundImageBacking."
  • 2434bad WebUI: Fix CSS checks violations in build_webui() static_files.
  • 9d2204c [Vertical tabs] Update VerticalTabStripView's minimum size to account for pinned/unpinned tabs.
  • fb22da8 Skip flaky translator test.
  • 00fea71 [iOS] add tests for passkey creation bottom sheet
  • 679a5ae [tips] Override notifications in expanded form to wrap text
  • 50ace61 [//ui/gl] Add ES fallback option to GLContextAttribs
  • 906a723 Revert "[builtin ai] Add background download experiments to the fieldtrial testing config."
  • 8f68426 Intercept Share URLs in Contextual Tasks
  • 3e1f840 [iOS][Omnibox] Fix adaptive suggestions behind composebox flag
  • 6b4fc79 [iOS] Update CPE promo screen for Tips Notifications
  • f43cae3 [Vertical Tabs] Log tab group selection changed metrics
  • 41edca0 feat: Add GeminiSettingsCoordinator to replace BWGSettingsCoordinator
  • 2bb7c6d Enable error scrim showing for contextual tasks composebox
  • 0b23a30 Roll DevTools Frontend from 2b465ca5a993 to c2d1fc82dfc0 (1 revision)
  • 5767d79 Reland "Occlude windows when screen is locked."
  • f8a56ee WebUI: Enforce @stylelint/selector-list-comma-newline-after CSS check.
  • c8e8f91 Roll Chrome Win32 PGO Profile
  • cc1fbcc [TDR] Remove TODOs linked to issue 40060678
  • c576d83 [BNPL][PNPL] Add issuer suggestions to autofill popup
  • 07eabcc nullaway.md: Add guidance on Suppliers
  • 56fe0f6 [AdTagging] Add ad-tagging logic to <video> insertion
  • b60b20a IDB: SQLite store - log blob file move/rename outcome during migration
  • c7f8f7f Avoid duplicate map lookups.
  • a52482b [SetupList] Fix icon trimming in two-cell layout
  • 158a2d2 Unify MacOS Keychains
  • a9e9b24 [Actor] Fix ActorKeyedServiceFactory for !GlicActor.
  • c811869 Remove @Mock of ObservableSuppliers 2/5
  • 0af062d [Android] Enable ChromeNativeUrlOverriding on Desktop Android
  • 1c10e20 Prevent jank when switching tabs in window manager dialog
  • d703013 [Android] Enable ProtectRecentlyVisibleTab on Desktop Android
  • 41021ff Roll Chrome Mac Arm PGO Profile
  • fd85603 [tips] Update the detail steps item to use a background decoration
  • 965c714 Roll WebRTC from df428a3f3cdd to 9a7fadff02cf (1 revision)
  • 3ab0eee [a11y][carousel] Update AX tree on scroll marker tab change
  • d775a4d [Vertical Tab] Update root view accessibility name only for active tab.
  • 55ad8f6 [TabAlert] Wrap glic alerts behind buildflags
  • b86b63e Update litert build file after roll.
  • 020f74a Harden the pkg with a pre-install script
  • 335e63f Enable dwarf5 for target_os="android" is_official_build=false
  • c72fd38 JNI Zero: Generate field accessors for generate_jar_jni
  • ebbb14b [Settings Search] Add field trial config for SearchInSettings
  • f5fcb0f Revert "Force WebContents rendering if DevTools attaches"
  • 9b9e07b Add action menu functionality and edit button handler on the skill card
  • 2a8122a Correctly load Android GuestView part when Glic is enabled
  • f5cd024 [event-timing] Large but trivial renaming of INP related UKM recording.
  • 068f342 Add E_NOT_ENOUGH_MEMORY to HRESULT enum
  • c504676 Improve error handling in autotest.py
  • 1dc9073 [SxS] Adjust tab drag drop target delay on Linux
  • dc56922 Roll Arm AFDO from 146.0.7669.0_pre1579213_rc-r1-merged to 146.0.7670.0_pre1579862_rc-r1-merged
  • e2dcab8 [VerticalTabs] Add API to mark a menu item as preview
  • 299d726 [Masonry] Parse auto repeat with intrinsic minmax()
  • 6ef2f13 [iOS][Omnibox] Revert Fix visible suggestion count
  • 2d3d7d0 [reader mode] Record metric for toggle links bottom sheet action
  • e7acad4 Roll clank/internal/apps from 580769b2115e to 8cb15f2b5bd1 (1 revision)
  • ba0e2f8 Rename gap-rule-overlap to rule-overlap
  • 78834d0 [EICP] Add logging to the policy handling and validation
  • fb1877c [OOPIF PDF] Add debugging data for PDF extension navigation
  • 201d8fc Use the feature engagement signal for page content cache
  • 8a404fd [Read aloud] Fix bug where read aloud is reading out image captions.
  • 222effe Fix Flakey Test
  • 17a08b0 Enable initial features for PerfCombined2025
  • 85aeaae Add descriptive error messages to ScriptToolError [14/N]
  • 5899f16 Searchbox: Remove extra function definitions in template files
  • 10d782b Add fieldtrial config for VCN 3DS
  • 38c59a8 [al_contextual_tasks] Setup JNI bridge for contextual tasks
  • c7b1b9e [iOS][gardener] Disable testSharedTabGroupsPanelLeaveSharedGroup
  • a387a0d [Contextual Tasks] Add flag for side panel expand button
  • 769f8d7 Reland "[Skills] Migrate dialog from WebDialogDelegate to View structure."
  • aa4aa5e [PWA] Allow Windows OS shortcuts code to filter shortcuts per app_id
  • af5e944 [lens] Move HideOverlay into base implementation
  • 2ece136 [task] Use ThreadType in thread pool sort key
  • 3515705 Suppress refine arrow on Recent Threads suggestion.
  • 12ee514 Extend chrome-compose flag until M150
  • dfc226e [TabBottomSheet] Set hasCustomLifecycle to true
  • 020efed [AW] P3 Integrate hybrid entropy into variations
  • e54f593 Roll Perfetto from a03847a0d591 to 6a7f0e539642 (1 revision)
  • 763d016 [Actor Overlay] Add loading state animation when the cursor is idle.
  • baeae3a Roll ANGLE from d1399ee62c33 to 1a41c6d87f08 (1 revision)
  • 846c969 Clean up IntersectionObserver's ParseMargin()
  • d327252 Revert "Pin compose to fix doubledown rolls"
  • 02ea93d Add a metric to track whether WebView is running in an instant app
  • c174943 Crash if backing store alloc fails during array buffer deserialization
  • f37b98b Switch UpsertPublicPass API to use Protobuf.
  • 320d68a Roll WebView ARM64 Orderfile from JHCRMEPcO0L24tV3l... to aEn7yPu2ySYhsICR5...
  • 623d7f8 [signin] Use accessors for AccountInfo fields in chrome/browser
  • 7558935 Spanify FileSystemUsageCache and remove duplicate map lookups
  • ef645ca [Passwords] Clean up code for passwords move dialog
  • 4d925a7 Roll ios_internal from 1e63c9cfca17 to 1a4920e97c72
  • e48c021 Emit device parental controls log segment separately.
  • 44df746 [BrowserWindow] Deprecate non-Profile keyed methods
  • 8d36a5d Allow soft key rotation for IWAs
  • e86932f Roll Chrome Android ARM64 Orderfile from gvaA2iEvrqX_UdyvO... to HM05IBGnVhMhWuEDM...
  • 699045a [turbolev] Add Turbolev/JS3 config to device test
  • beb43d7 Roll Skia from 39aa2a70213a to 3f823e1546ce (16 revisions)
  • 9a28f88 Make EnterprisePolicyChecker a URL checker
  • 83ba73f [Vertical Tabs] Fix RtL in Vertical Tabstrip
  • 2b72489 iwa: Remove key rotations to the empty key
  • 8035adc Roll clank/internal/apps from 2073fa347a6b to 580769b2115e (1 revision)
  • 86d2832 [composebox] Remove Model Picker feature parameter and variation.
  • e066752 [iOS][Passwords] Create icb/passwords/password_breach
  • d82c19a [aim-tools-models] Use server-provided config objects to build menu.
  • 0956ffa Roll DevTools Frontend from 007f7fd56c26 to 2b465ca5a993 (1 revision)
  • d91a6d5 [iOS][CX] Handle export fetching key errors correctly
  • 3b7648b Introduce new UpsertPrivatePass in wallet http client.
  • 0054a46 LPP: Enable pin as a main factor for managed users
  • c8e0c59 [iOSPasskeysM3] Prevent creation of WebAuthn delegate for empty frame ID
  • c795d6a [lens] Move creating the overlay to base class
  • d491b1b [iOS] Clean up fetch keys callback API update
  • fb734b5 [aim-tools-models] Use setActive.*() methods defined on handler.
  • ba16916 [Tabstrip Metrics] Collect metrics about tab close active state.
  • 39399ff [iOS] Add factory for AccountSettingService
  • f1c2404 [iOS] Move the AppBar to the RootViewController and SceneCoordinator
  • 4dd240d [iOS] Cleanup experimental og:image web images sheet code
  • 618a7e0 [Signin] Extend histograms
  • 8ab79bd WebUI: Remove extra functions in template files, part 1
  • 130db3f [builtin ai] Update the description for GenAILocalFoundationalModelSettings
  • 2cbf0d6 [ntp-next] Add NewTabPage.ActionChips.AnyShown histogram
  • bbcbff7 Adds a workaround to make swift macros compile.
  • 82d0e4c [Vertical Tabs] Choose final outline color
  • 6b95591 [SxS] Show capture contents border when tab is visible
  • ff0d150 [realbox] Skip flaky Realbox tests and re-enable browser test
  • 7db0d9d Format searchbox_test.ts
  • 0746d2e [animation-trigger] Remove unnecessary waitForCompositorReady
  • ea0ac3e iwa: Increase accuracy of helper functions names in IWA update manager
  • f6ef8eb Add missing histogram definition for GeminiCameraPermissionToggled
  • 37c612f Disable zoom page action migration feature param by default
  • c4ed3b3 Roll Chrome Mac Arm PGO Profile
  • 6520f8d [PM] Add UnimportantFramesPriority to IsolatesPriorityUseProcessPriority
  • de666a0 [EnterprisePolicy] Modify NTP url before the native initialization to
  • 16fded9 Fixing an issue where the resize handle is visible after exiting the split
  • d017976 Roll Perfetto from 2074b65d22dd to a03847a0d591 (5 revisions)
  • 2823a33 Remove "tab-strip-incognito-migration"
  • 90125c2 [Vertical Tab] Add shared tab group information to group accessibility.
  • f45cd5c Make OriginChecker accept Origins instead of GURLs
  • e5d284c WebUI: Remove logic from HTML template files in contextual_tasks
  • b0d7414 Roll V8 from c1db596b0d30 to d56467ce6f01 (3 revisions)
  • e7c4b22 Use resource strings now that they've been finalized.
  • 2983d91 [viz] Rename CandidateStatus and DelegationStatus BufferFormat category
  • 474452c Fix a typo
  • eba95f7 [video pip] Seek player when left/right arrow keys are pressed
  • d727b61 Roll DevTools Frontend from 1116fb92642d to 007f7fd56c26 (1 revision)
  • f59ab8b Roll ios_internal from 55a1efe3da7f to 1e63c9cfca17
  • 83d2ccb [iOS] Fix toolbar calls with Next
  • 9a60607 [animation-trigger] Rename entry range to activation range
  • 9029c51 [Build] Add NoAndroidLog errorprone check (disabled)
  • 980a43e Add additional operators to PhysicalAxes and LogicalAxes
  • 958e530 Move Gerrit columns / diff width hints from styleguide to docs/rust.
  • 7665950 rm LocationBarView dep of ChipController & PermissionDashboardController
  • fc7fe13 Fix split zip voting
  • 0f6a75b ose-split: Revisit ReconciliationType histograms
  • 0fb907c [Save to Drive] Include ChromeOS in NoRestriction scope
  • 267e85a [Start Chrome with Windows] Add metrics
  • 2ec2236 Remove css if() funtime flags
  • 8eeeccd Give pdeio-ds-team permissions to create jobs in infra.shadow
  • 9025c29 [Composebox] Hide entrypoint text when lens chip visible/small width
  • 5543ac9 [Signin][Android] Hide dismiss button during seamless sign-in
  • 325a8ca Make the ExtensionInstall policy store load asynchronously so we can do a feature check
  • c19b719 Add multi tab support for window.setResizable(bool)
  • d28a1ec [LNA] Rename PNA-named files to LNA-named files
  • 138ca23 Replace `std::unordered_map` with `absl::flat_hash_map`.
  • e38b76b Add pin event checks to delegate swap test case.
  • dbeec2f [Persist] Do not save incognito active tab if unavailable
  • f48a59c [revert-rule] Insert weak CascadePriority objects into CascadeMap
  • 98e8c28 [Autofill AI - M4] Users opt-in and out of Autofill AI
  • 8c70bfe Updating trunk VERSION from 7673.0 to 7674.0
  • a572ea8 Increase max_length allowed for text country code fields in a grammar
  • eca250a Improve PhoneFieldParser
  • 1ce6272 Add UMA metrics for ExtensionInstallPolicyService.
  • 6a5a75e Roll Media App from 7nVAHcw2p9XR9a3l4... to GrWMK5HDinakaDe9o...
  • 9fbf66f Hook up the worldly framely API to AwContents.
  • 2ed91e2 [signin] Pass Chrome platform info to the GetToken endpoint
  • 66f6b1c [UACH] Change Android Desktop UACH platform
  • 75af0f9 [Settings Search] Fix search bar disappearing after entering help menu
  • 19df7ad [ios] Migrate dismissModalDialogs methods to SceneCoordinator
  • 39dec84 Update Autofill AI dialog validation UI
  • 063ca7b [Settings Search] Keep search bar background with containment off
  • 781e7d2 fuzzing: Rename use_fuzzilli to use_chromium_fuzzilli
  • 0de2f69 Add a fieldtrial testing entry for BackgroundThreadPoolPIGeneral.
  • c28b159 Roll Chrome Win64 PGO Profile
  • 1011f78 Overscroll: Be robust when handling multiple inserts/removals.
  • f2c3ce9 Revert "[Start Chrome with Windows] Wire up Startup Launch Infobar"
  • 64a9c2f iwa: Sync Key Distribution component with server-side counterpart
  • c02c6b0 Roll vulkan-deps from b39d38d0d5fc to f3fab3b46410 (1 revision)
  • c4f0de9 [ozone] Move WaylandBufferBacking::format to WaylandBufferBackingDmabuf
  • 6cf994b Roll BoringSSL from 4db204316f35 to 305bcfce00b1 (1 revision)
  • f7c8b54 Switch CascadeMap::CascadePriorityList indices to be zero-based
  • 778348b Miscellaneous cleanups to PhoneFieldParser
  • 142c4b0 Roll Chrome Mac PGO Profile
  • 0440817 [Persist] Add method to quickly retrieve restored tab count
  • 4f3a3ea Roll Help App from YAQQrX9DRiAuRRI5W... to j1JmXfU4VbBn_cHSm...
  • c3d3652 [Skills] Use ServiceStatus instead of IsInitialized
  • a636e7d Avoid unnecessary copies from string trimming in autofill
  • 18609cd [AW] P2 Propagate entropy source through the seed
  • 5379f1d [KA] Enable keyboard accessory chip redesign by default.
  • 56abf6c Install user installs with the bundle prod mode source
  • 87489e0 Roll WebView ARM Orderfile from c3XabT5O8OpaFk1ai... to R5U8lIw74dLVGN0i3...
  • ba203df Avoid querying affinity/ADPF mode on ineligible hardware
  • 249effa [iOS Blink] Remove unnecessary files from page content_annotations bundle data
  • 0ccc872 [iOS] Fix hideAllButtons crash in TabGridBottomToolbar
  • 8d7c068 Remove Length::IntValue()
  • 067783b Roll V8 from 77bcede6d44d to c1db596b0d30 (4 revisions)
  • 1302191 Remove CSSMathExpressionNode::InvolvesPercentageComparisons()
  • f7eb223 [LNA] fix permissionStatus.onchange handler for LNA split permissions
  • b32fa63 [iOS][CX] Handle import fetching key errors correctly
  • e6a115e Roll Chrome Mac Arm PGO Profile
  • df6425f Roll WebRTC from d6275c25cbd9 to df428a3f3cdd (1 revision)
  • d4aa715 [Blink] Fix WebGPU printing
  • 8fc0f2b Multi-account device metrics: Introduce scheduler delegate
  • e55be2e [Bundled Settings] Increase settings-radio-button-subtitle font weight
  • efa2cb4 Revert "Enable NotificationTelemetrySwb by default with reduced reporting."
  • 786ee82 Revert "Reland "Prevent descendant focus on tab obscure.""
  • 4cfd51c [iOS]Don’t open Drive file picker if user is signed-out
  • 36e6b62 [Bundled Settings] Update toggle button styling in feature row
  • 6915eea Roll Chrome Android ARM64 Orderfile from LDN-8gMpLMGsOXZ9J... to gvaA2iEvrqX_UdyvO...
  • 175cfa3 Roll Chrome Win32 PGO Profile
  • 1533708 Use syncer::test::HasUnknownField in Autofill sync unit tests
  • 5171316 Autofill: Create feature flag for @memory
  • 524d57f Add small_forms_were_parsed argument to OnFieldTypesDetermined
  • 1282bd0 [iOS] Auto dismiss auth error infobar after sign out
  • d70269a [ios] Move clearPresentedState from BrowserWrangler
  • 9ed0531 [SyncTests] Modernize SessionsSyncPerfTest
  • ff192af [DBSC] Support youtube.com binding with OAML + DBSC-standard
  • 247586a Roll ANGLE from db25b954b20e to d1399ee62c33 (1 revision)
  • 6bc2dae Roll WebView ARM64 Orderfile from Ud5kHn5IqanWISbFc... to JHCRMEPcO0L24tV3l...
  • aec9c51 [AutofillAi - M4] Implement deletion for local entities.
  • 8fd65e7 [AutofillAi - M4] Pass EntityInstance to the EntityEditor.
  • d29265b Roll DevTools Frontend from 9ac321dd3705 to 1116fb92642d (2 revisions)
  • 71dd6b7 Create TopLevelFilteringResult histogram for service and delegates
  • ffdcb9a Skip SchedulerLoopQuarantineTaskControlledPurgeTest.* on iOS
  • c055890 Aggregate asynchronous web filtering from two delegates
  • f456bc0 [ozone] Remove WaylandBufferManagerHost::GetBufferFormat
  • 883ab96 Add UpsertPassRequest wallet api proto.
  • b955869 Use bounds of dragged vertical tabs for targeting
  • 61f6301 Avoid unnecessary copies in CreateAutofillAiBubbleAttributeRow
  • e9e2fd9 SmartCardEmulation: Notify ConnectionWatcher in Emulation Backend.
  • c5a7291 Roll Dawn from 7801510d3b55 to 646e5db33bf3 (4 revisions)
  • d03860e [iOS] Extend KeysFetchedCallback with NSError
  • a30ed58 [SyncTests] Remove default value for store_type in AddFolder()
  • 4b7b9c0 Fix a typo: propety → property.
  • cf9e028 [SyncTests] Remove default value for store_type in AddURL()
  • de6d664 Roll V8 from ea554a8e5bf9 to 77bcede6d44d (6 revisions)
  • c1db0f2 Replace `std::set` with `absl::flat_hash_set`.
  • 7f1d5d1 [iOS] Re-enable ReaderModeTestCase on simulator bots.
  • d3a380a Updating XTBs based on .GRDs from branch main
  • 6c5dd8b Roll Chrome Win ARM64 PGO Profile
  • 8aeae6c Support margin-trim on multicol containers.
  • 5232e36 Move entity test utils to entity_data_test_utils
  • 7eb6402 Revert "Roll Skia from 39aa2a70213a to dc523ccb8926 (4 revisions)"
  • f17d147 Allow clip-path, grid-auto-columns, grid-auto-rows in typed om test
  • 153f058 Remove SecurityKeyAttach.
  • e89ada4 Roll vulkan-deps from ddee81faaf9c to b39d38d0d5fc (1 revision)
  • 0629950 Replace kYourSavedInfoSubPage with kAutofillSubPage.
  • e876ef1 Roll Chrome Android ARM32 PGO Profile
  • 976cc8a Move Autofill AI utils into their own util file
  • 16133c9 Remove test exemption for wpt translator-locale.https.w
  • 5b91950 LPP: Allow replacing local password with online password
  • 5b835bc [Sync] Remove using test() function from some integration tests
  • 25ab6a0 [iOS] Fix favicon updates in table view
  • 03d522a Roll Perfetto from 4d8fef5dd837 to 2074b65d22dd (1 revision)
  • ef4b7a6 Roll Chrome Android Desktop x64 PGO Profile
  • cefe836 Add UpsertPrivatePassRequest wallet api proto.
  • bf0b504 [POR Extension API] Correctly set ProxyPref for extension-set override
  • 39f6a99 Roll ios_internal from d06dd4c031d6 to 55a1efe3da7f
  • 584d424 [ios] Remove code adding build flag IOS_ENABLE_WIDGETS_FOR_MIM
  • f90fcc7 Add a web view flag for Rust based XML parsing
  • d0b3d57 Roll DevTools Frontend from 23f4d17c8bdf to 9ac321dd3705 (2 revisions)
  • a3b79d6 Preserve unknown fields in `LoyaltyCard` and `ValuableMetadata` sync
  • 2d70d94 Roll BoringSSL from 514abb73bb80 to 4db204316f35 (1 revision)
  • b07d712 Roll WebRTC from cee4e29d3969 to d6275c25cbd9 (1 revision)
  • 8989714 Revive ChunkedPolicyPrefsTest
  • da4de8a Preserve unknown fields in `EntityInstance` and `EntityMetadata` sync
  • a36be17 Roll V8 from 84664ffe4de7 to ea554a8e5bf9 (5 revisions)
  • 14a9f8c Roll Chrome Mac Arm PGO Profile
  • 834a388 [Settings Containment] Fix auto-scroll on navigating back to main settings
  • 01a2cc8 [Passwords] Add PasswordUploadUiUpdate to fieldtrial config
  • e4a1e61 Roll ANGLE from 54ec094c5f09 to db25b954b20e (1 revision)
  • 00d5cae [carousel] Support :hover on ::scroll-marker-group
  • abd7117 [SyncTests] Replace all DisableSyncForAllDatatypes() calls
  • 7e1977c [components] Migrate from deprecated base::Pickle::WithUnownedBuffer()
  • e700e83 Roll DevTools Frontend from d0c0497a41f0 to 23f4d17c8bdf (12 revisions)
  • e9ca93a MIM cleanup: Remove pre-SeparateProfiles code paths in UI code
  • 96fdf0c MIM cleanup: Remove remaining SeparateProfiles feature references from tests
  • 26c13c7 Roll WebRTC from 94ce396a0cb7 to cee4e29d3969 (1 revision)
  • 3184e2f Remove extra empty lines in IWA unit tests
  • d0cb03c Adjusting test for stereo processing to support adaptive remixing in APM
  • 1b96054 Roll V8 from 8ae8841fc193 to 84664ffe4de7 (5 revisions)
  • 3f3558c [SyncTests] Remove default value for store_type in GetOtherNode()
  • f212126 Multi-account device metrics: Extract scheduler class
  • 6516277 [SyncTests] Remove default value for store_type in GetBookmarkBarNode()
  • f134a9c Clean up kCheckVisibilityInChangePasswordFormWaiter feature
  • ccd53dc Roll vulkan-deps from e1c390ad9841 to ddee81faaf9c (1 revision)
  • 2047e2c [SyncTests] Make store_type explicit for BookmarkModelMatchesFakeServe.*
  • dfbc52a Fix message handler mapping so that it actually keys on name and id.
  • 8e1ac8c AutofillEvent - verify each frame only gets its own data
  • f21f5a5 [Skills] Update TODO for Skill UserSelectableType
  • abfd550 Roll Chrome Mac Arm PGO Profile
  • 6533e1a Support margin-trim on block containers.
  • 147537a [SyncTests] Modernize DictionarySyncPerfTest
  • 7fe816d [IOS][AIM] Avoid showing refine arrow for threads suggestion
  • 8a785e9 Update meet_effects hash in DEPS file.
  • cd3e8af [SyncTests] Replace all EnableSyncForRegisteredDatatypes() calls
  • d6749c3 Roll Crossbench from 3cd36253cbf2 to 4f70d2ca6ca5 (1 revision)
  • bab30e5 Roll Projector App from niFl8ih9q2KJUjlTO... to tWTJyBdMxQTLxoBvo...
  • e672573 Revert "extensions: Sessions API window restore for desktop Android, part 1"
  • 0b3ab10 Implement completion callbacks for `showTrustedVaultReauth*` methods
  • 9b19448 Roll DevTools Frontend from 5289793fce7f to d0c0497a41f0 (1 revision)
  • 6e94dc6 fix MultiUserWindowCycleControllerTest and ModeSelectionWindowCycleControllerTest dangling pointers
  • a5b269f fix BluetoothDeviceListItemViewTest dangling pointer
  • 3be54b4 [Gardener][Android]Disable flaky MultiInstanceManagerApi31Test.
  • 87b984b Add ADDRESS_HOME_STATE to formatting expressions in DE, FR, NL and PL.
  • 2ee1d0a fix AppsGridViewTest dangling pointers
  • d365284 Roll WebRTC from 250f248c6e36 to 94ce396a0cb7 (10 revisions)
  • dcccb4d fix FolderHeaderViewTest dangling pointers
  • a0ee211 fix BluetoothNotificationControllerTest dangling pointers
  • c12b1a8 fix NearbyShareFeaturePodControllerTest dangling pointers
  • 16f2180 fix ImmersiveFullscreenControllerTest dangling pointers
  • bf3a727 fix KeyboardBacklightColorControllerTest dangling pointer
  • 7b1923a fix SplitViewHighlightViewTest dangling pointers
  • 29aba00 fix SnoopingProtectionNotificationBlockerTest dangling pointers
  • 1661c08 Rename borderless_browsertest to unframed_browsertest
  • 34cd07d Refactor BuildClientInfo into WalletRequest base class
  • 923ead6 Roll ios_internal from a2e62daa8225 to d06dd4c031d6
  • 1de7ef7 [Sanitizer] Re-Enable SanitizerAPI feature flag in stable.
  • f198387 Revert "[ios] Move setting OmniboxPopupPresenter to its own method"
  • 1bdbf40 [ios] Re-enable PageContextExtractorJavaScriptFeatureTest
  • 4c9fbfa Roll Chrome Win64 PGO Profile
  • 7f2a546 [Sanitizer] Replace |safe| boolean parameter with enum.
  • fd9cf32 History: Make source filter chip strings translateable
  • 29d002b Roll Boca App from LZ2mL6iu0Jb4l3_UJ... to 7Qwrr3hjdqx4pZ5dO...
  • 99ce8ba Add an offset-path test for inspector highlight
  • 00aac31 [Fuzzing] Update OWNERS to reflect team changes.
  • e138452 [UNO] Do not enable extensions without explicit sign in
  • 724449f Roll Chrome Win32 PGO Profile
  • aeac6bb Add timeout for payment handler connections
  • 2d06e15 WTF: Reduce usages of String::Split(UChar,true,Vector)
  • fb93628 Roll clank/internal/apps from b00a5740a696 to 2073fa347a6b (1 revision)
  • eb7781f Use StringView in ParseHTTPRefresh()
  • 5cbcaa5 Roll Boca Receiver App from i4uUgAAyyci3v_XUR... to J-zjKV_YjBAB9vOKR...
  • e51dd00 [History] Extend current queries to include filtering options
  • cdb1704 Remove attempt_user_exit_callback from ArcSessionManager.
  • 8378892 WTF: Add StringToUint()
  • 8c55e99 [code-health] Clean up expired `allow-dsp-based-aec` flag
  • 83bd1ac Introduce TestUserSessionManager.
  • c686bb5 Add Wallet footer to vehicle edit dialog in Settings
  • d394719 Add kill switch kAutofillEnableSaveToWalletFromSettings
  • d3e4a25 Don't navigate to blank.html on new windows in client-hints tests
  • 50c0d6a Update message for IncognitoModeUrlBlocklist error page
  • bab9a16 [Frameworks roll] Roll to 866309047 piper revision
  • d90511b Roll Chrome Mac PGO Profile
  • 91e2bc3 History code health: rename actor icon tooltip string
  • fcb22b9 [Blink] Remove CanvasResourceProvider test-only method
  • bac87c8 Add absl::flat_hash_map support for (Entity|Attribute)Type
  • e2de503 [WebMCP] Add AbortSignal support to ExecuteTool for imperative tools
  • 84c8035 Force WebContents rendering if DevTools attaches
  • 62541ec Remove select-as-listbox-default-styles from content_shell.filter
  • ea8759d Replace `std::unordered_map` with `absl::flat_hash_map`.
  • f212d5b Add a combined metric for non-XSLT rust parsing situations
  • 2cc0b4d Roll ANGLE from 52368bb1ba34 to 54ec094c5f09 (1 revision)
  • e3ae160 [Start Chrome with Windows] Wire up Startup Launch Infobar
  • 355ee25 Replace `std::unordered_map` with `absl::flat_hash_map`.
  • 3e6110a [Vertical Tabs] Render Vertical Tab Hovercards
  • 0499ac4 WebView Navigation APIS: Add error information to navigation
  • e100f23 Graphite: Add feature flag for Dawn automatic buffer mapping
  • 7afce6f Roll Skia from 21363e43a771 to c25a25f6ffd4 (1 revision)
  • 84d15bf Roll Chrome Mac Arm PGO Profile
  • 9e863af Roll Dawn from a5f32bf09f52 to 7801510d3b55 (1 revision)
  • 0af3250 Roll Chromium Variations from mSynjh5p5_7Fty5mE... to uqb3IZ9Mw9VAuzA9l...
  • 41808e6 [DevTools] Add command to restart Chrome to DevTools UI bindings
  • ee4ae91 [Blink] Streamline CanvasNon2DSnapshotProviderBitmap::ImageProviderImpl
  • 5a62de4 [Blink] Move CNon2DSnapshotProviderBitmap ImageProvider impl out
  • ba081a4 Roll Chrome Win ARM64 PGO Profile
  • 47b3858 [Autofill] Remove obsolete actor mode TODO
  • 4862719 [Blink] Make SetResourceRecyclingEnabled() Canvas2DRPSI-only
  • 762171a [Blink] Make CRP::AsSharedImageProvider() Canvas2D-specific
  • 7406376 [Blink] Eliminate CanvasResourceProvider::CreateSharedImageProvider()
  • 73b6ff9 [Blink] Have StaticBitmapImageTransform use DoExternalDrawAndSnapshot()
  • f7f4a40 [Blink] Have StaticBitmapImageTransform create non2D CRPSI
  • 40ebef6 [Blink] Have unittests create CanvasNon2DResourceProviderSI
  • fa70af2 Revert "[gardener] Revert "Add field trial config for AutoDownloadTranslateLanguagePacks""
  • b225e9b [Blink] Have ImageLayerBridge use DoExternalDrawAndSnapshot()
  • 444c38e Roll WebGPU CTS from f1db17e4ab8b to eb9091d141e1 (1 revision)
  • a185451 [Blink] Have ImageLayerBridge create non2D CRPSI
  • 195788b [//ash] Update remaining OOP-R references
  • 612a065 [Blink] Eliminate CNon2DSnapshotProviderBitmap `skia_canvas` local var
  • 29158e7 [Blink] Eliminate CNon2DSnapshotProviderBitmap::skia_canvas_ ivar
  • 1b54337 Add ParseStart-based metrics for DOMContentLoaded and LCP
  • f89c568 Roll Skia from 6794de1eb4e2 to 21363e43a771 (5 revisions)
  • 6cac041 Add NavigationCommitSentToParseStart histogram
  • ea149e0 [Start Chrome with Windows] Add logic for triggering infobar
  • 0bd406e Roll Chrome Android Desktop x64 PGO Profile
  • 02a6125 Record Net.NetworkTransaction metrics only for first attempts
  • 41479bc [geo] Set enableHighAccuracy=true on <geolocation> element
  • 668bf48 Add more parameters to adjust SearchEnginePreconnector retry intervals.
  • 78fc6db Roll Chrome Android ARM64 Orderfile from kwYXXKBu1avw4WFfq... to LDN-8gMpLMGsOXZ9J...
  • 56fa7e5 Roll WebView ARM64 Orderfile from DT8YMilOazKufuKKo... to Ud5kHn5IqanWISbFc...
  • c7f489f a11y-android: Initialize first movement with granularity on non-editable text nodes.
  • 0e45e34 Roll Chrome Mac Arm PGO Profile
  • e68e712 Add nuskos@ to PartitionAlloc OWNERS.
  • 365ea4f Use monadic operations in autocomplete_parsing_util
  • 7499be9 Roll Open Screen from 93e6b8de7a61 to 256aa750c3b9 (1 revision)
  • 1ea99ac Roll Depot Tools from 8775109cdddb to 9fd48a305e18 (1 revision)
  • bea36ee Update panel title font size to match spec
  • f84c442 Reduce SCER related calls in Element::RemovedFrom, InsertedInto
  • 30cfc67 Roll ANGLE from 11f6c7e6f928 to 52368bb1ba34 (1 revision)
  • 7eef2cb media/gpu/v4l2: Remove unnecessary CENCv1 h264 slice header parameters
  • 570c713 [iOS]Add arthurmilchior as owner of manage-sync
  • 235acc4 Roll Chrome Win32 PGO Profile
  • e0195fc Add support for custom button styling in Confirm InfoBar
  • 590239a Disable WebUIToolbarWebViewSplitTabsBrowserTest.* on Mac
  • cd6d828 Roll V8 from 09fc85939e77 to 8ae8841fc193 (2 revisions)
  • 4cef826 Roll DevTools Frontend from 74023883d36b to 5289793fce7f (1 revision)
  • c470c81 Roll Depot Tools from 7b0c1c1a3974 to 8775109cdddb (1 revision)
  • e7455a1 Roll vulkan-deps from 5ed36101ee2d to e1c390ad9841 (1 revision)
  • f680830 Disable Chunked/ChunkedPolicyPrefsTest.PolicyToPrefsMapping on ChromeOS
  • 9cc78c4 Roll Skia from 435200914f0d to 6794de1eb4e2 (1 revision)
  • 97dc223 Remove redundant test: domstringlist.html
  • 099a9c7 Roll optimization-guide from 92ff51eaf94b to 6f24f4a9a7c0
  • f9e5a6e Roll eigen from c6482963688a to afb43805349c (1 revision)
  • 2afac4c Implement re-encryption of the cache encryption key
  • 00ce7df Roll Chrome Win64 PGO Profile
  • 8db4ded [DomStorage] Run StoragePartitionImplTest local storage tests w/ SQLite
  • d4d26d9 Roll Chrome Android ARM64 Orderfile from IoA6P51XPh39DapLn... to kwYXXKBu1avw4WFfq...
  • b91bf8e Roll Chrome Mac Arm PGO Profile
  • 2616f51 Roll WebView ARM64 Orderfile from iMlLJdVHubz-3_ZXD... to DT8YMilOazKufuKKo...
  • 0feaf09 Roll ANGLE from 614748e0a03a to 11f6c7e6f928 (1 revision)
  • a10c817 Extensions Windowing APIs Notified of TWA Windows
  • 3a96ae1 [task] Share common impl between ScopedBoostPriority and ScopedBoostablePriority
  • d949b8a Switch to using optional primitive types in Mojo
  • 491503a [task] Extract ThreadType to a new file
  • f80d891 Roll Skia from dc523ccb8926 to 435200914f0d (2 revisions)
  • f8379b1 Revert "Occlude windows when screen is locked."
  • be40289 Updating trunk VERSION from 7672.0 to 7673.0
  • fde681d Fix comment use of "_unittests.cc" (net/android)
  • 3b08968 [context-input] Add source param to AIM threads url
  • b3a0467 Mostly revert e3d10c8bfa89c23ded57f6e32940d9175f68100c
  • aa3c918 Roll Chrome Win ARM64 PGO Profile
  • 71925e3 Remove MutationEvent coverage from legacy event init tests.
  • 2543fee [contextual tasks] composebox width + shifting fix
  • 3a14fb3 Roll Chrome Mac PGO Profile
  • 5a10d2a Roll Depot Tools from bfe5fe36738e to 7b0c1c1a3974 (2 revisions)
  • 520ba0f Replace SettingsPageUIHandler in chromeos by WebUIMessageHandler.
  • cd50a17 Roll Perfetto from 3050c06baaeb to 4d8fef5dd837 (1 revision)
  • dfa28bb Roll WebView ARM Orderfile from EFLSEdFKRaRzj1ou7... to c3XabT5O8OpaFk1ai...
  • 336d6e6 Roll Chrome Android ARM64 Orderfile from 5xLFb5w0oHtyj_uae... to IoA6P51XPh39DapLn...
  • 35e1498 Implement download progress observer in model broker backend
  • fb9b47e extensions: Sessions API window restore for desktop Android, part 1
  • 143435c [input-state-model] Add allow_all_* checks in UpdateDisabledModels
  • 61ebb4f redaction_tool_fuzzer: Prefer `base::HeapArray`
  • aa288dc Reland "Update weston to fix flaky tests" and fix a flaky test
  • 2a8c3cf Remove references to a xoogler
  • 9552cd3 [context-input] Fix crash for LensOverlay flows when getting AddedInputs
  • 74926cb extensions: Add ExtensionFunctionRegistrationTest to desktop Android
  • eb025af Automated Commit: LKGM 16577.0.0-1075099 for chromeos.
  • a2b890e ash: Delete unused VideoCaptureDevice
  • 283767e ash: Delete unused VideoCaptureDeviceFactory
  • 1e8be3c Roll ios_internal from 20f5797d5ab9 to a2e62daa8225
  • eadc797 Roll Dawn from 28b86033edbc to a5f32bf09f52 (5 revisions)
  • f862dc6 Roll WebView ARM64 Orderfile from hooI08kKos6RHo8rc... to iMlLJdVHubz-3_ZXD...
  • a737f38 [AF] Add Rebecca as Payments Autofill OWNER
  • f539b25 Roll Chrome Mac Arm PGO Profile
  • 2e11a2a Fix Lens composebox hint text.
  • 8557621 Webium product: refactor the initial web ui manager
  • 65a253d [Media] Add comprehensive unit tests for Symphonia glue layer
  • ad91065 Rename extension_function_registration_test.cc
  • 3e00cfe [Contextual Tasks] Fix CSB flicker
  • 5ab9878 [input-state-model] Add allow all inputs check from tool rule
  • 0177206 WebUI: Fix extra function definitions in templates, cr-url-list-item
  • 233323a webnn: Support negative indices and clamping for ScatterND in TFLite
  • e46afb4 Roll Skia from 39aa2a70213a to dc523ccb8926 (4 revisions)
  • 6a75da4 Speculative fix for MultiInstanceManagerApi31Test#decreaseInstanceLimit_MaxActive_NoTasksFinished and more
  • 0d3282d WebUI: Fix check for inline lambda event handlers
  • bf69000 WebUI: Fix newly found inline event handlers
  • ad16e35 [crd host][linux] Fix confusing stats for extrapolated frames
  • c1f3333 Roll Catapult from 53f324aaa849 to 39805a224bb6 (1 revision)
  • 7446d91 Roll Depot Tools from fe9b05bca6fe to bfe5fe36738e (1 revision)
  • 4fa0a5a Roll Infra from 912157b9c9ed to 072101cbfec3
  • 9df3486 url: Resolve the last UNSAFE_TODO in url/
  • 0b72aa4 Roll Chrome Android Desktop x64 PGO Profile
  • 0310537 Roll goldctl (win) from Da5Ya6mYbLxKhrtip... to jiWTOkjhFa2tprYOe...
  • 3d1bfe7 Roll goldctl (mac arm64) from R_blxv41vyVuvXG6g... to hVuIUdzKbmoh8bsK3...
  • 1eec474 Roll goldctl (linux) from yTR-Js4FbeTvqObew... to -kBgGbJiTOk-cPfW3...
  • 878cacf Extend expiration of histograms I own
  • 46b21d7 Roll Chrome Android ARM32 PGO Profile
  • 854164e [Extensions] Remove ExtensionTabUtil::GetEditableTabStripModel()
  • fbf40fd Roll goldctl (mac) from 1EbFABRLnKXjSwrQy... to CQxD5gOiwSWT8BsyH...
  • e51def7 [Vertical Tabs] Update keyboard focus to use active tab if there is one
  • 0a06f30 Site Search: Extract icon util for common use
  • fdcb08e Roll compiler-rt from 1fe4a53449cc to d606e955eec3 (1 revision)
  • e82322b Make ACMediator use ACInput UserText, not UI's getTextWOAutocomplete.
  • 2c52a50 extensions: UserScriptWorldConfigurationManagerTest for desktop Android
  • 49e55cb Use async clipboard APIs in ClipboardHostImpl
  • 23aa786 Roll vulkan-deps from f35098cde36e to 5ed36101ee2d (3 revisions)
  • e78a421 Rename Base64UnpaddedURLDecode() to Base64UnpaddedUrlDecode()
  • 5fe7fe3 [GAPs] Add fieldtrial config entry
  • 4084249 Fix tab group menu open option
  • 43330f7 [ntp-next] Clear files on composebox close
  • a6858b8 Roll FFmpeg from 0d8673669a7d to 9e588ab02e16 (1 revision)
  • 0364e4d WebUI: Fix @stylelint/selector-list-comma-newline-after CSS violations.
  • 7ab5228 Reduce ResourceRequest copy in tests in content/browser/web_package
  • 2665afc Roll Chrome Mac Arm PGO Profile
  • 38cf3e9 WebUI: Modernize cr-textarea to use native css
  • 1a333d1 Change IsResumption check for LogMTCCertVerifyMetrics
  • 9bb3a4d Introduce a static function to determine if ozone is wayland in test
  • a89fef0 [Android][Signin] Support duplicated key in ActivityResultTracker
  • 91af1eb Consolidate all setUrlBarFocus calls
  • 867a73a Roll Chrome Win32 PGO Profile
  • a96a4c5 Roll DevTools Frontend from 424fb55a3e24 to 74023883d36b (1 revision)
  • 462c4db [Frameworks roll] Roll to 866046586 piper revision
  • 5215231 Skills UI: Add error ui for refine service timeout
  • 8701750 WebUI: Fix violations of adding units to 0 lengths
  • 4f7a211 Add interfaces support for summarizer on-device web api on Android
  • 91c69b7 toolbar: Remove extensions OWNERS from BUILD.gn
  • 19ab16d Roll WebView ARM64 Orderfile from KMEenM2sbfdP5pg6C... to hooI08kKos6RHo8rc...
  • a199147 Remove expectations for missing tests in html and custom-elements
  • 12d5854 Fix crash for non-HLS-enabled builds (just fuzz)
  • 0d53142 [context-input] Stop sending vit for image-only queries
  • 8578d48 Clean up glic guest_util MaybeApplyPresetGuestUrl
  • 06f9d18 Replace glic guest url profile prefs with local state prefs
  • 8780586 [composebox] Add SVG for "Fast" model.
  • ac210a0 [AIM] Add param to hide current tab.
  • a1d5ed4 [views-ax] Fix DCHECK in BrowserAccessibilityCocoa with ViewsAX
  • 0a57f4d [Vertical Tabs] Add NewTab_Button UMA
  • 1d4b146 [Vertical Tabs] Log TabStrip.TimeToCreateNewTabFromPress metric
  • 1f4585b Ensure dragged vertical tabs are contiguous when removing from group
  • 9754d6a Rebuild Sysroots
  • 42dfa35 Roll Chrome Android ARM64 Orderfile from BVrCCTvgmVEvA-BYQ... to 5xLFb5w0oHtyj_uae...
  • e9abc11 [ios] Fix failing build
  • 6d6605b [gnrt] Support epoch-specific crate entries in `gnrt_config.toml`
  • c566993 [Extensions WebIDL] Convert serial to WebIDL
  • 3556241 Move FormDataImporter::ExtractCreditCardFromFormResult
  • 79ff5fc Fix some PA_UNSAFE_TODOs in //base/allocator/partition_allocator
  • 4981f18 [TabDnD] Add delay on browser content drop that may reparent
  • f75aac3 Extension windows.create: close default tab on Android after moving tab
  • c2c3eb6 Explicitly disallow start surface after app update when restoring persistent state
  • e870ce5 [Contextual Tasks] Set zero state on hard nav
  • 89cf4f2 [Perf] Change crossbench shard map format
  • 88db807 Allow-list custom icons for the ChromeOS status area.
  • 5f62b6d [Vertical Tabs] Log SwitchTab_Click UMA
  • ee63e09 Roll Catapult from 25df0be83cbb to 53f324aaa849 (1 revision)
← Back to all summaries