Chromium Daily Digest Logo

Chromium Changes Summarizer

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

Chromium Digest: 2025-11-26

Overview

This digest covers 645 commits on the main branch from November 26, 2025, with 495 deemed relevant to developers. This was a particularly active day for breaking changes, with significant updates to security sandboxing, core networking APIs, identity management, and the Chrome DevTools Protocol. The first relevant commit was (3740418)" target="_blank" rel="noopener noreferrer" class="text-sky-500 hover:text-sky-300 font-mono">((3740418)) and the last was (903136e)" target="_blank" rel="noopener noreferrer" class="text-sky-500 hover:text-sky-300 font-mono">((903136e)).

Breaking Changes

  • ⚠️ BREAKING **[MAJOR]** The network service sandbox is now enabled by default on Windows. This significantly restricts the privileges of the network process, enhancing security but potentially breaking embedders who rely on the previous unsandboxed behavior for custom network integrations. (c6bd7f0)
  • ⚠️ BREAKING The callback signature for SimpleURLLoader::DownloadToStringOfUnboundedSizeUntilCrashAndDie has changed. The response body parameter is now std::optional instead of std::unique_ptr, breaking all existing callers of this stable networking API. (64859a9) (ec3185d)
  • ⚠️ BREAKING The public field AccountInfo::hosted_domain has been removed. Embedders must now use the GetHostedDomain() getter method, requiring code updates for identity management integrations. (a77b9c6) (d85bfc8) (7122320) (fad7a0a)
  • ⚠️ BREAKING In the Chrome DevTools Protocol (CDP), the StyleSheetId type has been moved from the CSS domain to the DOM domain. CDP clients that interact with stylesheets must update their domain references. (23a0a9f)
  • ⚠️ BREAKING The public factory method variations::VariationsIdsProvider::CreateInstance now requires a std::unique_ptr parameter, breaking embedders who create this service directly. (ee8def4)
  • ⚠️ BREAKING On Android, the public Java method DisplayUtil.scaleUpDisplayMetricsForXr now modifies its DisplayMetrics input parameter in-place instead of returning a new object. Callers who relied on the input object remaining unchanged will be broken. (56ef1df)
  • ⚠️ BREAKING The public virtual method PartitionDelegate::CanBindCookiesForPartition() has been removed from AccountsCookieMutator, breaking any embedder that implements this delegate class. (2ba54e2)
  • ⚠️ BREAKING Several static binder functions (e.g., MidiHost::BindReceiver, GamepadHapticsManager::Create) now require a RenderFrameHost* parameter as part of a refactor to remove PopulateBinderMap. This breaks existing calls to these functions. (9dd47e0)
  • ⚠️ BREAKING The WebUIInfoSingleton class has been componentized into an abstract base class and a concrete implementation. Code that directly included and instantiated the original concrete class will break. (3d223ee)

Web Platform & Blink

  • The element is now enabled by default, exposing it to the web. (b26a1bf)
  • The MathMLOperatorRTLMirroring feature is now enabled by default, which correctly mirrors MathML operators in right-to-left text. (2a896b9)
  • Deprecation warnings have been added for the Shared Storage API, which is slated for removal. (d400432)
  • Speculation rules have been updated to support prerendering on form submissions via a new form_submission field. (b392716)
  • Hit testing for the border-shape CSS property has been implemented, allowing shaped borders to be interactive. (709cf5c)
  • The experimental Origin JavaScript API has been cleaned up. The legacy .parse(), .fromURL(), and string constructor methods have been removed in favor of a single Origin.from() static method. (df26b82)
  • The element will now report problems to the DevTools issues panel instead of the console. (3e3a1b7)

Security & Privacy

  • Local Network Access (LNA) permission checks are now triggered earlier for specific hostnames like IP literals and localhost, providing a more deterministic way for developers to invoke the LNA prompt. (20bad26)
  • The picker UI for getDisplayMedia will now disable the audio sharing toggle when a Chromium window is selected, preventing accidental capture of Chromium's own audio output. (3eff999)
  • The kPrivacySandboxAllowPromptForBlocked3PCookies feature flag and its associated logic have been removed. (6e4bdaf)
  • The internal HTTP cache has been upgraded from SHA-1 to SHA-256 for tracking no-store keys. This change is currently behind the kHttpCacheUseSha256 feature flag. (76846c5)

Developer Tools

  • A new CDP command, Target.getDevToolsTarget, has been added. It allows clients to retrieve the target ID of a DevTools window that is inspecting a given target. (47ac877)
  • The chrome://inspect page now displays the address of the remote debugging server when enabled. The server will also now fall back to an available port if the default (9222) is in use. (6a4ce7b) (8a418d9) (a4e85e3)

Android & iOS

  • On Android, the spare renderer can now use a warm-up network connection, allowing WebView apps to provide a pre-warmed connection for faster startups. (4e2fc24)
  • On iOS, the platform can now handle multiple concurrent passkey requests safely by adding a request ID to each request. (979c489)
  • The TouchToFill credential bottom sheet on Android now uses a unified sorting algorithm for both passwords and passkeys. (7813f7f)
  • Changes enabling AAudio's low-latency input mode by default have been reverted due to regressions causing garbled audio when recording without echo cancellation. (73055c2)
  • The logic for Android geolocation permission prompts has been refactored, moving initial accuracy selection from Java to C++ in preparation for future CPSS integration. (6a2262f) (0bf95fe) (ad0c9c9)

Performance

  • The IdentifiabilityMetricBuilder and its associated privacy budget collection infrastructure have been removed, as the experiment has concluded. (7f86b6c)
  • Unimportant VisitedLinkState histograms have been removed to improve performance on pages with many links, with notable gains observed in the Speedometer3 benchmark. (44ca811)
  • The DoomEntry operation in the SQL disk cache was optimized to use an in-memory index, avoiding an extra database lookup in some cases. (591de7b)
  • A new enterprise policy, StaticStorageQuotaEnabled, was added to allow administrators to override the default storage quota behavior. (4ff2cdf)

Core Internals & Refactoring

  • The legacy CrossThreadCopier abstraction for handling cross-thread data in Blink has been removed entirely, simplifying thread-safety logic. (4dd3a1d) (12fe249)
  • The SearchboxHandler and related files have been moved from chrome/browser/ui/webui/searchbox/ to chrome/browser/ui/webui/cr_components/searchbox/. This file path change can break builds that include these headers directly. (5bcea6e)
  • The Linux installer scripts (build.sh) for Debian and RPM packages have been ported to Python for better maintainability. (f963b7c)
  • A use-after-free bug in Mojo's named pipe implementation on Windows was fixed by delaying the connector's destruction until the kernel has responded. (fc1c94d)
All Commits (645)
  • 875a96a Roll Chromium Variations from s-OiNcCvHHIk3PqRc... to gdnQwDD-_5A0pA2jL...
  • 903136e Remove some redundant std::move
  • 80cb18b Eliminate some std::unique_ptr<base::Value> in chromeos/ash
  • 6e4c8dc Delay expiry of power histograms.
  • 0f10ff0 [ntp-next] Add chrome://flags composebox options
  • 51f99a9 Roll src/remoting/internal/ 7532f5929..bfba4b358 (1 commit)
  • 36e1ac0 [AIM] Adds popup dismissal and duplicate check for 'Add Current Tab'.
  • 64859a9 Remove uses of BodyAsStringCallbackDeprecated (components/omnibox)
  • d243ae8 Add the keyword static in front of every JNI_ function (part 2)
  • 4c249de net/disk_cache/sql: Add in-memory hint support to SQL backend
  • b9c2f3e Roll Skia from c2a27c355dbf to 95d8ea63123a (1 revision)
  • 8ea0023 [AIM] Style plus button for incog.
  • 6d4c7ba [A11y fix] Add screenreader logic to save card detail page
  • cc8ab67 [BrowserControls] Notify capture size update
  • 074c3b3 Roll Chrome Win32 PGO Profile
  • 98b94af [FPF] Rename former component installer
  • e35fce0 [AIM] Color request type button baseline for incog.
  • 9f1b379 Extension: Port InspectEmbeddedOptionsPage Test
  • 8cb2f8e Do IWYU for base/functional/callback_helpers.h in //components
  • 6e33f45 [AIM] Add empty state to the tab picker
  • 190d7c1 [NTP Customization for MVT] Add Metrics during cold start
  • 571d22d Roll V8 from 52f7ee4b7931 to 1ef10bb814a6 (3 revisions)
  • a8c705f [AIM] Fix tab filtering when cache is null
  • 7cb0264 Update Crashpad to 4effb3358160e5c9d699d08c81b9410edd7dedfd
  • 0212b18 Roll Chrome Mac Arm PGO Profile
  • 9fa8d7b [PageContext cache] Allow configurable max context age for PC cache
  • 6650535 net: Add feature flag for skipping unusable HTTP cache entries
  • 0ef4b1d Add tab to panel animation for the toolbar height side panel.
  • 20387b4 Enable DSE tampering reset on enterprise when feature is enabled
  • 9168096 Disable ondevice_model_benchmark_tests_cpu_no_submodel and ondevice_model_benchmark_tests_gpu_no_submodel on Mac
  • f56d98e [Layout] Use `CreateObject` in `BaseCheckableInputType`
  • 6ed3f79 Roll optimization-guide from c5c60a068e23 to 1bdf758d26fc
  • 53b3849 Add a gemini command to fix missing dependencies in the chrome build.
  • c6828a5 [iOS] Fix mismatch in dictionary hierarchy
  • ddd7bd8 [AIM] Set limit on tab picker and display toast
  • b1444b1 Roll Chrome Win64 PGO Profile
  • ec4ea61 ontask: Periodically check lock state to prevent escape.
  • a7ceabf boca: Add feature flag to enable on task status check.
  • f31f92f [Density] Fix location bar button vertical position
  • 0da0d00 [policy] Remove python codecs library usage
  • f6b1c44 Remove tmartino from c/b/ui/startup/OWNERS
  • f9b1461 Add the keyword static in front of every JNI_ function (part 1)
  • 31dda2a Roll vulkan-deps from 0babb2363344 to 799cdb334411 (2 revisions)
  • 12d2f93 Fix unsafe buffer usage in chrome_authenticator_request_delegate
  • 14c1c03 Settings: Update bundle settings reset button layout to match mocks
  • 40d12f7 [Bookmarks Bar] Fix the scrolling animation of Bookmark Bar on the NTP
  • 62135d5 [TabGroups]Reland fieldtrial_test_config entry for tab group updates
  • c57bc80 spanification: Clean up unneeded parameters in remoting
  • 852ff81 Fix unsafe buffer usage in status_icon_win.cc
  • 213170e Remove unnecessary progress bar workaround in SigninFirstRunFragmentTest.
  • 1b54b08 Clean up tab underline indicator documentation
  • e80e32a [glic] Add a feature flag for GlicStatusIcon implementation for ChromeOS
  • 60533e1 [CT] Move to log-type-agnostic policy
  • db4b0d2 Roll Crossbench from 1086458959b2 to 464f490cb55f (1 revision)
  • 631dca8 [GroupFocus] Collapse tabs not in focused group.
  • 0a417e7 [Android Signals Report] Turn on feature by default & support policies on M144+
  • 689518c [Prompt API WPTs] Update `inputUsage` to reflect total
  • c66162c Roll Chrome Mac PGO Profile
  • 96bc619 Roll DevTools Frontend from 2d2c0e53c854 to 380221dc052d (1 revision)
  • 3d223ee [Safe Browsing] Componentize WebUIInfoSingleton
  • 815cca9 [Persist] Handle cleanupStateFile
  • b71ac34 Nit: fix journal in BuildActionsResultWithObservations
  • d1f4f3c Roll Chrome Mac Arm PGO Profile
  • 2dc0540 Roll Arm AFDO from 144.0.7545.0_pre1549389_rc-r1-merged to 144.0.7547.0_pre1550212_rc-r1-merged
  • d1c9c98 Merge SafeBrowsingSetting with duplicate enum in safe_browsing_types.ts
  • 6f0e611 Roll optimization-guide from d0ff238e3fc9 to c5c60a068e23
  • 3b0f8de [iOS] Add fieldtrial config for the Keyboard Accessory two-bubble feature
  • 53d32fd [AIM] Enables Done Button if Selection Changes
  • 26f446b [ios] Fix proactive pwd generation sheet background hang
  • 8d11d55 [PEPC] Drop in-progress appearance of geolocation element
  • 75954f6 Revert "[Android Signals Report] Create new interface for Attestation flow with flow name"
  • 883da2d Sort mojojs archive files alphabetically
  • 6d014d2 Speculative fix for WebXR WPT failures
  • 8dc4aa3 [Reading mode] Log the distilled word count when opened with the omnibox
  • b26a1bf [PEPC] Enable Geolocation Element
  • 9c4da79 [iOSFidoImportExport] Export only selected credentials
  • 9dd47e0 Remove PopulateFrameBinders 2/7
  • b31f4db [RWM][RecentlyClosed] Add closedByUser state to InstanceInfo
  • cb1d487 [context-input] Create a sessionHandle in ContextualTasksUi navigation handler
  • 13cbadd Store SVGRect reference instead of gfx::RectF in PatternAttributes
  • fdfc35a [iOS] PageContext textprotos generation through AI prototyping menu
  • 35decaf [Persist] Improve DB init and add flush operation
  • 6da840e [contextual_tasks] Remove unnecessary routing through app.ts
  • f1a2eda Final name for boca receiver
  • c84873d Reland "[WPT] Add tests for User Agent Data on Fuchsia"
  • f240d18 [iOS][autofill] getIframeElements as util function
  • ca7d583 [iOS] Set IOSPasskeyModalLoginWithShim to disabled by default
  • 9bbdf57 Roll V8 from 9f4e2f14c486 to 52f7ee4b7931 (9 revisions)
  • aa246c3 [Android Signals Report] Create new interface for Attestation flow with flow name
  • 1ed9c55 Fix PrefHashFilter crash on type mismatch in deferred revalidation
  • fe041c5 Roll Manifest Merger from JL73nq_6AUtmekPNZ... to sSe3Aokyr6C9Idzgx...
  • ec3185d Remove uses of BodyAsStringCallbackDeprecated (components/, pt. 3)
  • 59c5a06 Roll WebGPU CTS from 3314e4108692 to a4a4a2bc7dbd (1 revision)
  • dda5187 Show JS optimizations bubble from omnibar icon
  • ee35ce8 Roll Android Lint from EcUmLiGO86MlARYOt... to ca_GRaM8VUl9lnTKG...
  • 4d42827 Roll clank/internal/apps from d9ca5b60ba38 to a86ec37bd2e7 (1 revision)
  • 92db0af Handle file upload status changes
  • 07e134e [iOS] PasskeyTabHelper request parameters refactor
  • b432540 Add NetworkResult histograms per CSBRR report type
  • 9eeaf6e Roll Chrome Linux PGO Profile
  • f91f5ca Add ICU date formatting support to Autofill AI.
  • 01f6ed7 [iOS][mvt-customization] Fix two bugs
  • f35dba1 [Bookmarks] Revive histogram and reassign to correct owners
  • 9746139 Roll clank/internal/apps from 3be8dcfb62f2 to d9ca5b60ba38 (1 revision)
  • 0d89477 Fix the assertion that LayoutObject::EnclosingBox() is non-null.
  • 529e4b4 [ntp-next] Updating focus styling for action chips
  • 8c8c4e1 [UNO] Add batch upload promo mojo infrastructure
  • f10be52 mojo: Fix potential UAF
  • 0ad349e Roll libc++ from 99d9ab2603b0 to 25731e23e3aa (20 revisions)
  • ef3a7bc [Contextual Tasks] Allow resumption based on task ID in URL
  • 8997516 Add has_shown_ui_once flag to ReadAnythingController.
  • 043d7a3 Remove RenderFrameHostImpl::did_last_navigation_have_view_transition
  • 92d4e40 [SyncTests] Parameterize SingleClientUserEventsSyncTest
  • 37906de [E2E] Change a TODO to reference an open bug
  • fd5acd0 Add histograms for when CSBRRs are sent and are successful
  • fef8047 [SyncTests] Enforce missing test requirement in transport mode too
  • aa85046 [ntp-next] Add RemoteSearchServicesSimple
  • bb5e38f Settings: Fix proxy settings button position
  • 2008dd5 Roll Chrome Android Desktop x64 PGO Profile
  • eb38a21 Enable encrypted tracked pref on enterprise devices
  • 83ac8ed Sync feature protos.
  • fddd93d [SxS] Use incognito NTP when creating a split in incognito mode
  • 27232a4 telemetry: Remove Android Monochrome targets
  • 8ca755f Roll ios_internal from 58c690bdc0de to ad001feb31dc
  • dc4359d Suppress HTTP downloads error message from chrome:// WebUI page
  • 1220e4c LoadAllTabsAtStartup remove ios and webview
  • a9be1e8 Roll Dawn from 1dbf7f484aed to 74574c5d69d2 (12 revisions)
  • ce38d31 Reland "Actor: Add metrics for ObservationDelayController"
  • 1f99ad8 Manual Roll Catapult from 88692a3d0a7a to ccdc7385a8e9 (3 revisions)
  • 43b3710 Store layer association in the RuleSet (@property)
  • 3ea5b7f Add new can_use_gemini_in_chrome() account capability
  • 9832d96 [Theme] Refactor NtpChromeColor* to follow MVC guidance.
  • a1d6c71 Export recent metrics proto updates to Chromium.
  • f71aadc Roll V8 from 86b2d12d3802 to 9f4e2f14c486 (6 revisions)
  • 5cf8eed Add ryansturm@chromium.org to model_quality/OWNERS.
  • 3599ebe Adding message when we get presubmit errors for policy compatibility that clarifies that the BYPASS_POLICY_COMPATIBILITY_CHECK tag can be used to bypass these errors.
  • c216c57 [TWA] Add animation on the header origin
  • 5dc1ba8 Roll vulkan-deps from a979e60cb67c to 0babb2363344 (1 revision)
  • 5f15813 [WebGLOnWebGPU] polygonOffset incorrectly calls glPolygonMode
  • 6099139 Fix crash on popback fragment request after saving the state.
  • f3bf6d3 Revert "[Built-In APIs] Enable kAIRelaxUserActivationReqs by default."
  • e9833f3 [iOS] Implement Enterprise Check for iOS for Variations
  • 838360d Revert "Reland "Update fieldtrial_testing_config for multi column mode.""
  • dc2cd8f Roll Chrome Mac Arm PGO Profile
  • 7aa5044 Correctly suggest --run-all instead of --all
  • b2de284 [Sanitizer] Mark SanitizerAPI as experimental. Remove virtual suite.
  • 02b452c Remove std::hex and use base::StringPrintf in Windows stacktraces
  • ea5a66a Revert "[BNPL] Update BNPL ToS icon mapping for branded build"
  • 52d95e5 Extend ScanJobSuccessful metric
  • e00cbd3 Roll DevTools Frontend from 09ac2b70f140 to 2d2c0e53c854 (1 revision)
  • 8ac45ba [Contextual Tasks] Add strings for zero state.
  • 056f6b9 Remove unnecessary caching in D-Bus systemd init
  • 8ab3a9a [tips] Reset feature tip show prefs and throttle setting for testing
  • 1979cae [CAA-Policy] Add policies to CAA signals reports
  • d9c9a11 [BNPL][Clank] Allow reshowing the TTF bottom sheet after dismissal
  • 0fa3042 [Zoom Indicator] Create custom background for menu buttons.
  • be86558 [ntp-next] Add param for NTP Simplifications Chip variant
  • 6e4bdaf Remove kPrivacySandboxAllowPromptForBlocked3PCookies feature
  • aae2815 Use RequestXdgDesktopPortal in SelectFileDialogLinuxPortal
  • 55aa45e [iOS][WhatsNew] Display multiple tips
  • 23d1767 Remove unused ScreenWin::GetSystemScaleFactor
  • 12ea87e [contextual_tasks] Added MockContextualTasksService
  • dd507b7 Use RequestXdgDesktopPortal in GlobalAcceleratorListenerLinux
  • 08f8c83 [ActorUi]Split up TaskIconClick UserAction for Task Nudge Redesign
  • 9e938b4 Roll ios_internal from f84d699f4112 to 58c690bdc0de
  • 81a6dff IDB: Log success rate of blob writes when committing a transaction
  • 3989354 IDB: SQLite - enable the Bug941965Test
  • 22b9a2b IDB: Log success rate of reading blobs from the store
  • ca0b6fe [Persist] Audit TabPersistentStore for TabStateStore
  • 87e589f Add MobilePromoOnDesktop field trial
  • b26ae6b Use RequestXdgDesktopPortal in SecretPortalKeyProvider
  • fc89d1c [Vertical Tabs] Creating TabContextMenuHelper
  • 1383ff0 Explicitly ignore another unused result of make_unique<>
  • 0b513f1 Roll src-internal from c70c803d132a to 4c34c1a8c1de (1 revision)
  • 776d9cb Roll Fuchsia SDK from 30.20251119.3.1 to 30.20251126.3.1
  • 2f2e63e Roll Chrome Win32 PGO Profile
  • 8efd2df Add a TabStripModelObserver to the ReadAnythingController to keep
  • 04c4787 [iOS][WhatsNew] Update Bling Enterprise Profiles Lottie json
  • 96f5a29 Crash: Fix crash reporting API duplicate value handling
  • 9bfce01 android: Update docs to use ChromePublic/Trichrome
  • 554e740 [SyncTests] Modernize SingleClientWalletSyncTest
  • 2100900 [fuchsia] Move permission control to web_engine_config
  • 5bcea6e Move SearchboxHandler to c/b/u/w/cr_components/searchbox/
  • 4e50a08 [AIM] Remove spy from FuseboxMediatorUnitTest.
  • 618c688 Roll Chrome Win64 PGO Profile
  • 7959de3 CodeHealth: Clean up stale base::Feature ExoLinuxDmabufModifiers
  • 865ca95 Legion: Provide alternative fetcher
  • 643debd [GlicMI] Add user action to cook sync timeout
  • 00093de Fix BatchAckMessages path
  • e881d1f Revert "[Actor] Move HandoffButtonController ownership to ActorUiContentsContainerController"
  • 5f4ac12 [Fixit] Update test fixtures in IncognitoNtpOmniboxAutofocusTrackerTest
  • d047f32 [iOS][mvt-customization] Fix trailing edge issues in MVT collection view
  • e7192e5 [actor] Remove storage of inactive tasks
  • 2b74d5e [BNPL][Clank] Log user action for bnpl toggle click
  • 5a86c51 [SyncTests] Modernize TwoClientContactInfoSyncTest
  • 4dd3a1d Delete CrossThreadCopier
  • 12fe249 Add checks for thread-unsafe refcounted types in `CrossThreadBind*()`
  • 14d71fc DOM: Remove CHECK for invalid ScriptState and EC
  • c2749bd [SyncTests] Modernize SingleClientSessionsSyncTest
  • a9370eb Roll Crossbench from ea9a15ffd7d7 to 1086458959b2 (1 revision)
  • 0011bda Overscroll: Create OverscrollAreaTracker based on overscrollcontainer.
  • 7580d80 [Contextual Tasks] Style side panel toolbar
  • 2a186dd Roll clank/internal/apps from 50bb4c8942ff to 3be8dcfb62f2 (1 revision)
  • 2fb6a9e Roll DevTools Frontend from a4a64ee4b446 to 09ac2b70f140 (3 revisions)
  • ff54b64 [PSF] Adjust Page Action Menu feature row layout.
  • 20bad26 [LNA] check LNA permission pre-connection for definite-LNA request
  • dbb568e Revert "WebNN: Implement context lost handling for ORT dispatch failures"
  • 1e2925c Skip Visibility CHECK for the Reading Mode Side Panel in SidePanelLoadingVoter.
  • 7813f7f [WebAuthn] Sort Touch To Fill credentials in WebAuthn immediate mode
  • 576c341 Don't show iOS promos to users with recent Android devices
  • ab474d5 Roll compiler-rt from 4ff2d7fc5276 to 51f3ab865716 (3 revisions)
  • b1e8580 Revert "[Settings containment] Fix: Preserve preference icons with containment styling"
  • 6a55b8e Roll Skia from 63fdd0984da9 to c2a27c355dbf (2 revisions)
  • d510d9f Remove dark-mode-settings switch.
  • cd1da24 [Omnibox Next] Disable options while create images is enabled
  • 979c489 [iOS] Handle multiple concurrent passkey requests
  • 971fe15 [Frameworks roll] Roll to 836980177 piper revision
  • ee8def4 Updates the VariationsIdsProvider to take a base::Clock.
  • 0fed167 legion: Add an empty histograms.xml file for Legion metrics
  • 127e578 [APC] Introduce feature flag for using improved open form step
  • 4549f11 Roll src-internal from adb09d73aa20 to c70c803d132a (1 revision)
  • 4123fcb Roll vulkan-deps from e2ecf265b9e8 to a979e60cb67c (2 revisions)
  • 904f953 [Desktop android] Add test for one "edge case" in AddTabsToGroup
  • 4a8501c [fuchsia] Create RemoteDir using ClientEnd directly
  • dfb2835 [TSTC] Skip HeightTransitionHandler logic when refactor is enabled
  • 1ee4573 Remove period in the single message sentence
  • c39b892 Revert "[BNPL][Clank] Fix BNPL VCN snackbar race condition"
  • a152311 [TDR] Remove TODOs linked to issue 374066702.
  • e34caf4 [TSTC] Call requestLayerUpdatePost on transition finished
  • a704f0d Add agale@ to bookmarks histogram metadata OWNERS.
  • b7e15a0 [BrowserControls] Add requestLayerUpdatePost
  • df27c43 Roll Chrome Mac Arm PGO Profile
  • 4a8c270 Remove stale feature flag kPrivacySandboxNoticeFramework.
  • 019b0d3 [ClapperLoud] Show Notifications permission while it is being requested
  • 48089f5 Subsample Android.Toolbar.StaleCapturedUrlOnScroll
  • 757e5ee [PasskeyUnlockErrorUI] Eager initialization of Passkey Unlock Manager
  • ace8b44 [Reading mode] Fix issue where words seen is not logged on tab change
  • 7566003 [Passwords] Fix race condition with profile re-loading
  • 06915db Properly format the enterprise policy enums
  • 2e8ea94 [tips] Update the post delayed task to run each time for active users
  • 1cd1829 Prefetch: Fix enum value of kNotServedNoCandidates
  • 80e4aa8 Roll Crossbench from 3485832381b4 to ea9a15ffd7d7 (1 revision)
  • a86bc27 Store layer association in the RuleSet (@keyframes)
  • a56568e Roll V8 from 2385af932d3c to 86b2d12d3802 (6 revisions)
  • bdc0afc Roll Chromite from 26bd7b666f12 to 9efc32b45f6b (1 revision)
  • 26708d4 Add test to check spare renderer reuse existing child connection
  • 77a5acd [OTP][Cleanup] Remove obsolete TODO for metrics.
  • 4c7db4b Roll DevTools Frontend from c18f93064282 to a4a64ee4b446 (5 revisions)
  • d6abff8 Add rp_id as a field in CredentialUIEntry
  • 3e22716 Roll WebRTC from 8e305371a6b4 to 3b88aae44224 (1 revision)
  • 96be5be Stop uninstall debug WebView
  • e9153b8 Use INVALID_SECURITY_ORIGIN when URL is empty
  • 58e6d41 [TDR] Remove TODOs linked to issue 325648738.
  • c6f3548 chrome://policy/logs: don't double-escape HTML special chars
  • 1a9c9c3 Roll Skia from 0aa82a91937d to 63fdd0984da9 (1 revision)
  • 0e9ff83 [TDR] Remove TODOs linked to issue 40215470.
  • 668a329 Deactivate perf tests for rendering.mobile due to persistent failures
  • 72c0990 Reland "[WebAuthn] Add browser tests for ChangePinControllerImpl"
  • 4cb27bd [iOS][mvt-customization] Add actions to MVT menu elements
  • 876e4f3 Reland "[Aim][Omnibox] Make sure context_menu is deleted when closed to cleanup state."
  • b9cf8b6 Add a GpuShaderDiskCache finch feature for disabling the disk cache.
  • 8569f99 [SyncTests] Modernize TwoClientAutofillProfileSyncTest
  • 8b7ffb8 Updating trunk VERSION from 7548.0 to 7549.0
  • ee5780b [SyncTests] Modernize SingleClientPasswordsWithAccountStorageSyncTest
  • dfd665d [TDR] Remove TODOs linked to issue 40126598.
  • edaef7e Roll Help App from lpCcjzmNG9EAwBqFn... to CRc6EL5hVhmYv65YZ...
  • d54fc01 [omnibox] Update AI mode strings.
  • 50ccbbd [TDR] Remove TODOs linked to issue 40592297.
  • 76846c5 net/http: Upgrade SHA-1 to SHA-256 in HttpCache
  • 814f180 LoadLine 2 queries for the Perfetto SQL library
  • 09b2711 [TDR] Remove TODOs linked to issue 321675493.
  • edd600b [TDR] Remove TODOs linked to issue 322313099.
  • 9211673 [SyncTests] Modernize SyncAuthTest
  • 5fbdf6e [SyncTests] Modernize TwoClientAutocompleteSyncTest
  • 14595c5 waffle: Add support for current location filtering
  • 6cad604 [KA] Remove memory dumping from the manual filling controller.
  • 7327cd8 Store layer association in the RuleSet (@font-feature-values)
  • b315700 Roll ANGLE from 88e5b7c46c8a to 6d406bb7b3a4 (3 revisions)
  • acd3557 Audio service ML model manager: allow multiple models by tracking refs
  • eb51011 Roll ios_internal from bbffba5a5688 to f84d699f4112
  • 3e3a1b7 [PEPC] Use devtools issues to report problems instead of console logs
  • 4f1685c [tips] Add trigger scenarios for tips notifications promo magic stack
  • 709cf5c Implement border-shape hit testing
  • 492db4d Roll WebRTC from 8fefa1301192 to 8e305371a6b4 (5 revisions)
  • 42b1835 Expose Japanese IME settings in InputMethodSettings private API.
  • 5ca8ddd Roll DevTools Frontend from a70c69700b6b to c18f93064282 (3 revisions)
  • 60dd78d [OTP] Use base::expect instead of std::variant for OTP retrieval.
  • 606dc44 Add ML model observer and forwarder for the audio process
  • 050107a [SyncTests] Modernize SingleClientWebAuthnCredentialsSyncTest
  • 837a9fb [SyncTests] Modernize SingleClientDictionarySyncTest
  • 237845b [TDR] Remove TODOs linked to issue 40498938.
  • e20f8cd Roll androidx from 8kxVpZgkXJ5E3ABLn... to dUYDoYVH-NzyM8K7w...
  • 96bae3f Remove MaybeRecordMetrics from NavigatorUA
  • fe01a54 [SyncTests] Modernize Nigori integration tests
  • bb9a242 Add wenyufu@ to OWNERS for Android metrics.
  • 1d6a06f [Autofill] Simplify AutofillWebDataBackendImpl destruction
  • 7a24699 Roll Chrome Mac Arm PGO Profile
  • 2d40868 Clean up kAllowPasswordlessRecovery feature
  • b7443d0 [Actor] Move HandoffButtonController ownership to ActorUiContentsContainerController
  • 5b2de7d Roll Chrome Mac PGO Profile
  • 7f86b6c [identifiability] Remove IdentifiabilityMetricBuilder
  • 635a8d0 Fix counters inheritance via previous siblings of ancestor
  • 1568c1b [iOS][Composebox] Use filled mic icon
  • 8df3004 gn2bp: add -U_LIBCPP_HARDENING_MODE to builds that define it
  • aa3a0f3 [persistent_cache] Use PersistentCache in renderers
  • 06524ec Roll V8 from f2ac3ec0fe39 to 2385af932d3c (23 revisions)
  • 81d32a8 cronet: fix command logging in tools/utils.py
  • 658a091 Define kReaderModeDistillInApp feature only once for component build
  • df26b82 [Origin API] Drop string parsers beyond `.from(...)`.
  • 5152225 Add crash keys to collect some information about the crash
  • f63e55a Migrate passwordsPrivate.changePasswordManagerPin to a Mojo interface
  • de25d79 Migrate passwordsPrivate.shouldShowAccountStorageSettingToggle to Mojo
  • e58cb3f Migrate passwordsPrivate.setAccountStorageEnabled to a Mojo interface
  • 1e11246 Roll Chrome Win ARM64 PGO Profile
  • 87f9986 android: cleanup: Rename shared memory functions
  • 70d3a45 [omnibox][next] `OmniboxPopupPresenterBase` -> `OmniboxPopupPresenter`
  • a08dc63 Store layer association in the RuleSet (@font-face)
  • 2a896b9 Enable Mirroring of RTL MathML operators by default
  • 7ee61dc Roll ios_internal from 9511c2e29323 to bbffba5a5688
  • 09ff0d7 [KP] Automatic update from google3
  • e2ee9dc [OTP] Add crowdsourcing votes for OTP.
  • f20bd3d Roll DevTools Frontend from 9fddfdafe795 to a70c69700b6b (6 revisions)
  • d85bfc8 [signin] Stop using AccountInfo::hosted_domain
  • bb7db0a [CT] Automatic update from google3
  • b0413a5 Implement the OnGoToWalletClicked event for save bubble
  • 7122320 [signin] Stop using AccountInfo::hosted_domain
  • e656977 Disable layout test to move the code and add unit tests
  • d9402a6 Cleanup code in LogoServiceImpl
  • 6da734a [SyncTests] Modernize SingleClientPasswordsSyncTest
  • 751380f Roll clank/internal/apps from 0260b9e5fa29 to 50bb4c8942ff (1 revision)
  • 3cf0186 Roll ChromeOS Bigcore AFDO profile from 144-7531.0-1763956029-benchmark-144.0.7544.0_pre1549076-r1 to 144-7531.0-1763956029-benchmark-144.0.7547.0_pre1550017-r2
  • 0bc2654 Migrate passwordsPrivate.isAccountStorageEnabled to a Mojo interface
  • a7b20ec Stop using absl::string_view in //components/autofill
  • 8cf2050 build: Do not include buildtools directory in clang modules build
  • 76ab645 Remove duplicate ids error to favour Autofill implementation
  • 50f46bd Updating XTBs based on .GRDs from branch main
  • 83de6ef Update comment about DeleteEligibleProfile for ChromeOS
  • f8fd163 Enable ShouldPreloadForProfile_NotSupportedProfile for ChromeOS.
  • ec76a54 Roll Chrome Win64 PGO Profile
  • 74118a3 [InputVizard] Send original touch down with state transfer to Viz
  • 72b8aa9 Roll BoringSSL from 3e8ad4eb8421 to 7f6c169fe92a (1 revision)
  • d723c61 Store layer association in the RuleSet (@page)
  • a569dd4 Roll Chrome Android Desktop x64 PGO Profile
  • 56ef1df Reland "display: refactoring display util"
  • 52f7345 Auto-accept management in disclaimer service in FRE interception
  • b1ead9e Remove deprecated histograms
  • 9258821 [dbsc] use the proxied UnexportableKeyService in network process
  • 2b287f6 [dbsc] Save the UnexportableKeyService in context
  • b53d26b [SyncTests] Modernize PasswordManagerSyncTest
  • 9220cfd YourSavedInfo: add a feature flag for the Your saved info page
  • 880226b Roll DevTools Frontend from 997a14e92042 to 9fddfdafe795 (2 revisions)
  • 263f799 Implement the OnLearnMoreClicked event for consent bubble
  • 5559ca5 Roll WebRTC from 5f551187e60e to 8fefa1301192 (3 revisions)
  • 6264754 Roll ios_internal from b6dbb8d2b1f2 to 9511c2e29323
  • 95a4b5f [iOS] Don't use ChromeButton in SafeMode
  • 3259eba Roll Chrome Mac Arm PGO Profile
  • 44ca811 Remove VisitedLinkState histograms.
  • 8e3aef0 spanification: Clean up unneeded parameters in third_party/blink
  • 08995cd [Autofill] Update documentation of AutofillWebDataBackendImpl
  • fad7a0a [signin] Stop using AccountInfo::hosted_domain
  • 624cff7 [signin] Show bookmarks signin promo to users previously syncing
  • 63bf482 Clean up kChangePasswordFactorSetup feature
  • fc1c94d mojo: Fix use-after-free
  • 6b78d5b Properly inline CreatePseudoElementIfNeeded().
  • 175ba9a [iOS] Move zero prefetch to autocomplete service
  • eb09309 Remove applyDomChanges from utilities-highlight-results test.
  • 707b4b1 [SyncTests] Modernize SingleClientSecondaryAccountSyncTest
  • 567093b [AutofillAi - M4] Refactor test-only methods in the autofill message.
  • b4c7f97 Add error for when UserAccept is not allowed for Android
  • 71b4a58 [gardener] Disable SidePanelAnimationCoordinatorBrowserTest.AnimationIdObserversDoNotFireTypeCallbacks
  • 384651e Roll Chrome Win32 PGO Profile
  • ee18d0a [SyncTests] Cleanup: Remove passwords_helper::GetAllPasswordsForProfile
  • 47ac877 Add Target.getDevToolsTarget CDP command.
  • f4ba669 Roll ios_internal from ccfb228c0a88 to b6dbb8d2b1f2
  • 607a933 Roll Dawn from 054f050d2c20 to 1dbf7f484aed (5 revisions)
  • 3e09060 Roll DevTools Frontend from ece2d9a5d940 to 997a14e92042 (2 revisions)
  • 338331b [SyncTests] Modernize SingleClientSearchEnginesSyncTest
  • 6502e3a Roll Website from 692b4785a91a to fde3a1c70c88 (1 revision)
  • e4cc5a2 Add AutomatedPasswordChangeStudyV4
  • a77b9c6 [signin] Stop using AccountInfo::hosted_domain
  • 61d6c84 Update histograms lifetime
  • d0bc1cf Cleanup obsolete isStandaloneWebView
  • eda53e7 Roll V8 from c36ce8d325cf to f2ac3ec0fe39 (15 revisions)
  • f4e23d3 Roll vulkan-deps from 3088a8fa3857 to e2ecf265b9e8 (1 revision)
  • 2445e65 [TDR] Remove TODOs linked to issue 40751023.
  • ace6315 Perform minor clean-ups in AutofillOptimizationGuideDecider test
  • f4927c5 [Growth] Split kProfileCreationFrictionReductionExperiment into 3 feature flags.
  • 4fe63cd Add IsIframeUrlAllowlistedForActor to AutofillOptimizationGuideDecider
  • 846b1e2 Roll Projector App from dTRA6xKwIxChV4qmM... to qn6BBAfC_sa-RlF3s...
  • 450626e Roll Chrome Mac Arm PGO Profile
  • f6175a4 Roll DevTools Frontend from faf98a2135d8 to ece2d9a5d940 (5 revisions)
  • 3bfce42 Roll Chromium Variations from VZlrSA6HejroTid9m... to s-OiNcCvHHIk3PqRc...
  • ab64f3a [iOS] Remove table view from infobarmodal
  • 62b4238 Roll ios_internal from 565c4a0d5d85 to ccfb228c0a88
  • 2ba54e2 [DBSC] Remove non default partition cookie binding feature flag
  • 6a4ce7b Report the server address via chrome://inspect
  • 8a418d9 Expose a getter to get an address from the remote debugging server
  • d6b1f3a cros-geo-caching: Enable CachedLocationProvider under feature guard
  • 1ea1c4b Add UMA for user-perceived duplicate navigation time
  • d5d4bad Roll src-internal from 556067d727ec to adb09d73aa20 (1 revision)
  • 7061445 Add capture information in PipScreenCaptureCoordinatorImpl
  • 9e0a014 Roll abseil_revision 48bf10f142..b9baf19a19
  • 3374f4d Add network traffic annotation for Private Metrics
  • 9bbfe43 Add V-Launcher CWS extensions to remoteApps permission
  • 4b121cf Fix parsing of random()'s <random-value-sharing>
  • ed8fed6 [TDR] Remove TODOs linked to issue 210108864.
  • f82e5b7 Roll Boca Receiver App from wgakaDafipGbEy_l1... to bcCUVNy_M6b_zmK0F...
  • c3777ba [TDR] Remove TODOs linked to issue 40234642.
  • 95350c9 [TDR] Remove TODOs linked to issue 41328715.
  • 6a2262f [PEPC] Propagate PEPC descriptor on Android and decouple cleanup
  • 331943e [BNPL][Clank] Refactor error screen dismissal to use onDismissed
  • 591de7b net/disk_cache/sql: Optimize DoomEntry with in-memory index
  • f3fef95 [TDR] Remove TODOs linked to issue 284428237.
  • eba2c04 [TDR] Remove TODOs linked to issue 41412009.
  • ee10a2d [TDR] Remove TODOs linked to issue 265986652.
  • dd72e33 [SyncTests] Modernize SingleClientPlusAddressSettingSyncTest
  • ac895d1 [TDR] Remove TODOs linked to issue 339311234.
  • ccb3be1 [TDR] Remove TODOs linked to issue 301644429.
  • a745a2c [SyncTests] Update SyncServiceImplHarness callers
  • f74f7c1 [TDR] Remove TODOs linked to issue 181067692.
  • f383488 Revert "Add field trial config for Android settings improvement."
  • 01161fb [BNPL][Clank] Fix user action name typos
  • dd77976 [BNPL][Clank] Add kAutofillEnableTouchToFillReshowForBnpl feature flag
  • 304aefe Roll Amd64 AFDO from 144.0.7544.0_pre1549076_rc-r1-merged to 144.0.7547.0_pre1550017_rc-r2-merged
  • 423ef47 Roll Boca App from tDyri9j9BQyjtMsz0... to 4uAd39U_464bK1D2W...
  • b392716 prerender: Introduce `form_submission` for speculation rules
  • 4b72680 [TDR] Remove TODOs linked to issue 40253237.
  • 0bf95fe [permissions] Get initial geolocation accuracy selection from c++
  • b810693 Roll DevTools Frontend from f1f751ce9be3 to faf98a2135d8 (1 revision)
  • 6d226fe Update meet_effects hash in DEPS file.
  • cd25554 Reland "Reland "[TBHSP] Update SidePanelAnimationCoordinator's Observer API""
  • 7002ac5 [iframe] Update the `from-element` syntax to require `none | <length [0,∞]>`
  • de993a7 Avoid operator+ for strings in renderer/core/s*/
  • c17e4ff Don't check PDF_ENABLE_XFA in ShouldEnableXfaForms
  • aec7769 [TDR] Remove TODOs linked to issue 274889379.
  • 475cb03 Fix a DCHECK failure by changing writing-mode of an element with text-combine-upright
  • ad0c9c9 [permissions] Refactor bool into enum for GeolocationAccuracy
  • 06914d7 [TDR] Remove TODOs linked to issue 355043200.
  • 9633539 Revert "webnn: enable the ORT backend by default"
  • a772b3c svg: Move tests for text-decoration-fill/stroke to css/fill-stroke
  • 9d125db [TDR] Remove TODOs linked to issue 215265461.
  • c31b99a [TDR] Remove TODOs linked to issue 40645509.
  • 20c63cc [iOS] Extend FirstRun.LaunchSource
  • 8ae7899 Roll ANGLE from 0eaaba0fdb80 to 88e5b7c46c8a (1 revision)
  • 88eed7d Disable DiscardTabsWithOccludedWindow on ChromeOS.
  • bc27d14 Bundle reload button JS to improve loading time.
  • 8a6055d [TDR] Remove TODOs linked to issue 415273270.
  • 603aa5d Don't sync policy-enforced extension uninstalls.
  • 7f81fb0 Switch p2p Send Trace Events to global track
  • 3b2cc0e [TDR] Remove TODOs linked to issue 393400004.
  • 043da7d Roll Chrome Win64 PGO Profile
  • c3c0b9c [TDR] Remove TODOs linked to issue 40569217.
  • 3786b82 [TDR] Remove TODOs linked to issue 40517495.
  • 187da62 [TDR] Remove TODOs linked to issue 41468999.
  • eba797c [TDR] Remove TODOs linked to issue 40218201.
  • d3b6183 [TDR] Remove TODOs linked to issue 229912890.
  • 22296d4 [TDR] Remove TODOs linked to issue 335374928.
  • 7a2ea39 [SyncTests] Modernize MigrationTest
  • 662ed3f Roll clank/internal/apps from 6918d92a0d3b to 0260b9e5fa29 (1 revision)
  • a4e85e3 Allow remote debugging server to fall back to an available port
  • b9980be Roll Crossbench from 8a1fc2cc1466 to 3485832381b4 (1 revision)
  • 5bce0f9 Roll Chrome Mac PGO Profile
  • fe28dde [TDR] Remove TODOs linked to issue 40749413.
  • 1189b50 Roll Chrome Mac Arm PGO Profile
  • 257c0a0 Clean up css-anchor-position failure expectations.
  • 42206b1 [TDR] Remove TODOs linked to issue 413460628.
  • fddf60a [TDR] Remove TODOs linked to issue 40132032.
  • ab79f34 [Contextual tasks] New tab inherits association from its opener
  • 723ea1f [TDR] Remove TODOs linked to issue 40406971.
  • 805cbbd [TDR] Remove TODOs linked to issue 40151268.
  • 8eb065d [BNPL][Clank] Add BNPL issuer ToS drawable getter to TTFResourceProvider
  • 19450c9 Revert "Reland "[TBHSP] Update SidePanelAnimationCoordinator's Observer API""
  • a7c799d [TDR] Remove TODOs linked to issue 431760051.
  • bea77c9 Remove unused includes of runtime_enabled_features.h
  • 7e32c0f Disable kFluidResize feature by default.
  • a480f92 [TDR] Remove TODOs linked to issue 40656179.
  • a01f998 Update supported_on for the PdfXfaFormsEnabled policy
  • 76c90be [Document PiP] Add ThinWebView in DocPipActivity
  • 7aba700 Revert "Adjust provisioning timer based on ARCVM DLC state for Reven"
  • 5cb49e9 net/disk_cache/sql: Add HashFromString utility to CacheEntryKey
  • 8f7cc07 Roll Chrome Win32 PGO Profile
  • f19ba91 Roll DevTools Frontend from 5793da5ec6af to f1f751ce9be3 (1 revision)
  • 5785ada Roll androidx from _5AuQpQg8aWnGTJXV... to 8kxVpZgkXJ5E3ABLn...
  • 5d1ed1d [TDR] Remove TODOs linked to issue 252546598.
  • 410636b [TDR] Remove TODOs linked to issue 234170189.
  • ab28ae2 ash: Make more use of BrowserController::GetBrowserForTab, part 2
  • a9c6011 Remove stale webcodecs expectations
  • 5d61186 Add a new OptimizationType for Autofill actor iframe host allowlist
  • 64549e8 Roll Chrome Linux PGO Profile
  • 99b9aca [//gpu] Remove unneeded ClientSharedImage test creation entrypoint
  • 6baa7e9 [//gpu] Remove unneeded TestSII API
  • fb2f88a [Blink] Eliminate special TestSII config in VideoTrackRecorder tests
  • 1c9708e Roll Chrome Win ARM64 PGO Profile
  • 37e2577 [Blink] Add ResourceProviderType::kExternalBitmap
  • f963b7c Port linux install scripts to Python
  • d506b5f [//media] Eliminate special TestSII config in CrOS tests
  • 00c1405 [Blink] Make CRPBitmap creation private to Canvas2D
  • 21719fa [//media] Remove special TestSII config in FakeVideoCaptureDevice test
  • 4c9843c [Blink] Mark CRPBitmap creation entrypoint as testing-only
  • 23a0a9f Create DOM CDP API for tracking adopted stylesheets
  • 7cfbcff [Blink] Introduce CanvasResourceProviderExternalBitmap
  • 4a27661 [Blink] Inline GetSharedImageFormat() in CRPBitmap::DoExternalDraw...()
  • bdc66d1 [//media] Stop V4L2CaptureDelegateGpuHelper test needing special config
  • 0886aed [Blink] Inline GetColorSpace() call in CRPBitmap::DoExternalDraw...()
  • a385390 [Blink] Return snapshot directly in CRPBitmap::DoExternalDrawAndSnapshot
  • a1501bb [//gpu] Lift guard on creation of ServicePaintCache
  • 69812ad Roll Skia from 2fb1a171f35f to 0aa82a91937d (3 revisions)
  • 735af39 Remove stale trace_test expectations
  • e9d3eb7 [crd host][wayland] Support empty mapping ID
  • 7dee9cc Roll DevTools Frontend from 5deb83ebcc59 to 5793da5ec6af (1 revision)
  • 057312b Regen inputMethodPrivate API closure interfaces.
  • be4f468 Deprecate AUTOFILL_PREDICTION_IMPROVEMENTS_ALLOWLIST optimization type
  • e5351ee Roll Chrome Android Desktop x64 PGO Profile
  • 056cc50 Revert "node.py: print stderr/stdout/exit status"
  • 06fd0d4 Remove stale pixel expectations
  • b00665c Roll Chrome Mac Arm PGO Profile
  • 1da300f Roll Skia from b79179614bac to 2fb1a171f35f (1 revision)
  • 9861198 Remove stale context_lost expectations
  • d962272 [gardener] Disable CaptureHandleBrowserTest.SelfCaptureSanityWhenNotPermitted on linux-msan
  • ee2a808 Roll Fuchsia Internal Images from 30.20251118.102.1 to 30.20251125.103.1
  • 44a6a0a Roll vulkan-deps from c85a4bab3ff2 to 3088a8fa3857 (1 revision)
  • 2357704 Move break token member from NodeToLayout to NodeInfo.
  • c294afc Add field trial config for Android settings improvement.
  • ca3a09c Add a subdirectory for gemini commands related to the build.
  • 94ba7e5 Roll DevTools Frontend from 2952b6caeafe to 5deb83ebcc59 (1 revision)
  • 1f3980a ash: Make more use of BrowserController::GetBrowserForTab, part 3
  • d400432 Shared Storage: Add Deprecation Warnings
  • 6dba83e Roll clank/internal/apps from 37d8eee84e4c to 6918d92a0d3b (1 revision)
  • c23f9f6 Roll WebRTC from 7d8cf47c92b9 to 5f551187e60e (1 revision)
  • 1c4ec03 Regen inputMethodPrivate a11y TS defs; Fix getCurrentInputMethod calls.
  • 1a92c10 [color] Clean up ThemeSource::SendColorsCss
  • c8e8dcc [iframe] Support the fallback sizing
  • 31f509a Roll Dawn from 08991a0b0a6f to 054f050d2c20 (24 revisions)
  • 13481f2 Roll ANGLE from 6ec7fe5ed988 to 0eaaba0fdb80 (1 revision)
  • 02ce795 Roll DevTools Frontend from 390910bdee22 to 2952b6caeafe (1 revision)
  • d9bd6fd Revert "[resource coordinator] TabManager discards via PageDiscardingHelper"
  • 4e2fc24 Allow the spare renderer to use the warm-up connection on Android
  • d9a3e4f spanification: Clean up unneeded parameters in chrome/browser
  • c5b4d24 Add feature param controlling showing create image button in incognito
  • 0901937 Update "third_party/.gitignore" for screen-ai.
  • c02f56b Use StrCat() instead of operator+ in modules/service_worker/
  • a572199 Roll Chrome Win64 PGO Profile
  • a808951 Implement the walletable pass save bubble view for transit ticket
  • 8f04d28 [gardener] Disable flaky WebAppIntegration test on Linux MSan
  • e548da3 Roll Chrome Mac Arm PGO Profile
  • 7b5f20a FIXUP: bookmark shortcuts doesn't work on menu.
  • 393309c Add histogram for link click from AI response
  • b190cf4 [ntp-realbox] Adjust margin for recent tab chip in Realbox Next.
  • 3557616 Roll Chrome Win32 PGO Profile
  • 679e39b Revert "Reland "Use property isKeyWindow for key window condition check""
  • 2c1cc0a Roll clank/internal/apps from 2debca65e820 to 37d8eee84e4c (1 revision)
  • d26f7fb Roll Skia from 16870c795b91 to b79179614bac (1 revision)
  • 4ff2cdf Add StaticStorageQuotaEnabled enterprise escape hatch.
  • ca9c108 Updating trunk VERSION from 7547.0 to 7548.0
  • 5619214 Reland "[TBHSP] Update SidePanelAnimationCoordinator's Observer API"
  • 700760d ServiceWorker: Add metrics to validate SHA256 checksum Service Worker.
  • b29b7c9 Automated Commit: LKGM 16495.0.0-1073398 for chromeos.
  • 6a8e35d [Android][Settings] Fix UI issues in search
  • c4b8808 Add UMA histograms for HttpStreamRequest-related delays in Prefetch
  • 171bfb9 [NTP-Real_Box]: Correct hint text on Lens button in NTP fusebox
  • 8c43613 Integrate strike database for walletable pass consent bubble
  • 9c1cd10 Adjust provisioning timer based on ARCVM DLC state for Reven
  • aeb286b WebNN: Implement context lost handling for ORT dispatch failures
  • c761d00 Roll Chrome Mac PGO Profile
  • f505714 Pass Profile to FuseboxMediator + add some TabPicker unittests.
  • dbbcaa7 Roll Updater chromium_win_x86 from 2@1544031 to 2@1545041
  • 29d723f Roll Updater chromium_win_arm64 from 2@1544019 to 2@1545036
  • 22ba7de Roll Updater chromium_mac_amd64 from 2@1544001 to 2@1545013
  • 785629c Roll Updater chromium_mac_arm64 from 2@1544016 to 2@1545004
  • 06f8f40 Remove redundant map lookups in prerender_host.cc
  • c252205 Roll Chrome Mac Arm PGO Profile
  • 4d71e2d ash: Make more use of BrowserController::GetBrowserForTab, part 5
  • 7dceeb2 Roll DevTools Frontend from 512f3c23ed89 to 390910bdee22 (1 revision)
  • d4a4d9d ash: Change BrowserController::GetBrowserForTab impl
  • 80e2887 Roll Updater chromium_win_x86_64 from 2@1544001 to 2@1545010
  • d139d7a [MemoryPressureListener] Notify listeners when returning to no pressure
  • 01484cc [DebugUITabStrip] Add additional fields to mojo::Tab in tab-strip-internals
  • 1f97f90 [DebugUITabStrip] Add live-updates for TabRestore metadata
  • 7fec788 [DebugUITabStrip] Add TabRestore metadata to tab-strip-internals
  • ff330c2 Don't crash on invalid SODA langpack uninstall until M145
  • 1827b23 [ScrollPredictor] Ensure input events after sample time are consumed in
  • 0d54250 [resource coordinator] TabManager discards via PageDiscardingHelper
  • 829af66 Roll Enterprise Companion chromium_mac_amd64 from L7AgzRlSV7yjLgamV... to RYG9Ju5oEzrNDh_-E...
  • 8b8a69d [Caret Browsing] Add UMA Metrics
  • f2e75a9 Remove superfluous field_trial_params.h includes from various headers
  • 18c14e2 Roll Enterprise Companion chromium_mac_arm64 from AvL_IolZZ_Cn6JrI-... to aeNryPDpvAhvtXSqa...
  • 298d86e url: Use string_views for URLComponentSource data members
  • bd804d5 Roll Enterprise Companion chromium_win_x86_64 from 0x0RM78isNKCMlHgm... to YqbIYq0AEl6yHjgE-...
  • da9242e Roll Updater chromium_linux64 from 2@1544007 to 2@1545018
  • 73009a4 Extension: Port TestActivityLogVisible
  • 93cf67e Roll Enterprise Companion chromium_win_x86 from AuXRGZpHVKvlQTWgu... to PDKv-V9o24u5J2cmV...
  • 601d927 [gardener] Skip PDFExtensionJSTest.Fullscreen/0 on Mac.
  • 0b504aa Roll Enterprise Companion chromium_linux64 from csYFDpgFcI5QKEOW-... to N-mD8pV8CWB7Gt2Nn...
  • 0fca416 Roll vulkan-deps from 289320ca0b41 to c85a4bab3ff2 (1 revision)
  • 16728de Roll Chrome Linux PGO Profile
  • 3bb0f00 Roll Skia from 0f7004c495e4 to 16870c795b91 (2 revisions)
  • 1095bb8 Check and set consent bit for Walletable pass detection flow
  • 3b9069b [composebox] Correctly report aep for omnibox queries.
  • 41d2ce1 Roll Chrome Win ARM64 PGO Profile
  • 73055c2 Revert AAudio low latency input mode
  • bbd9852 Prevent unintentional static IP config reset
  • 05faee9 Remove OriginTrialFeedback flag
  • db6e8cf Roll DevTools Frontend from 81e6a23dc9ec to 512f3c23ed89 (1 revision)
  • a39877f [BrowserControls] Let TopControlsStacker drive tab strip offset updates
  • 0fff8a8 Fix how `jj bug` & `jj upload` handle multiple bugs.
  • 16723c1 Remove includes of callback_forward.h from .cc files
  • e24157c node.py: print stderr/stdout/exit status
  • 1ca0d38 Roll Chrome Android Desktop x64 PGO Profile
  • 52be89a Revert "[TBHSP] Update SidePanelAnimationCoordinator's Observer API"
  • 7bbb2a0 Reland "Update fieldtrial_testing_config for multi column mode."
  • 53815c9 Enable Translate API for ChromeOS
  • d6d7eb6 Roll clank/internal/apps from 44b73d79c73b to 2debca65e820 (1 revision)
  • b7e4f00 Explicitly hide popup if maybeActivate.. takes no action.
  • 17dca17 Display user account in walletable pass save bubble
  • 22e6328 ash: Remove some browser dependencies from media client
  • 281d526 Revert "[CrOS WiFi] Add static config structure for DHCP cases"
  • ba2aa30 Add chrome/installer/linux/.style.yapf
  • 4eeb8d1 Use RequestXdgDesktopPortal in DarkModeManagerLinux
  • 2c6c0b8 [GroupFocus] Add group focus to the editor bubble view
  • ad6db6f [XDG] Add portal initialization helper
  • 9c096a1 ash: Clean up stale dependencies in projector/ and system_web_apps/
  • 7ace6de glicmi: Add Glic.Instance.TimeSinceLastActive metric
  • 195ac12 Roll Chrome Win64 PGO Profile
  • c5ca044 Roll Chrome Mac Arm PGO Profile
  • c6bd7f0 Enable network sandbox by default on Windows
  • 7a1dbbf Rewrite DevToolsTest.NewWindowFromBrowserContext as a headless test
  • c8b9a0f Roll androidx from CiMHwWkPeiBo6gUzk... to _5AuQpQg8aWnGTJXV...
  • 947cf86 Roll WebRTC from ff73efd929c8 to 7d8cf47c92b9 (3 revisions)
  • 2e66b61 Update field trial config group for reinvocation study.
  • 898ca53 Don't return early for non-roots in OutOfFlowLayoutPart::Run.
  • 416906f Add `//chrome/browser/ui/views/toolbar:unit_tests` to global unit_tests
  • e2c63b0 Revert "Updated SlimScheduler variant"
  • 21f5ac1 Check AnnotatorClient before access in Annotator's PageHandler dtor
  • 2aadb43 CrOS: Migrate c/b/r/chromeos/crostini_upgrader to TypeScript.
  • e1c00ec [co-browsing] Remove TODO to set isCollapsible to false
  • 3eff999 [gDM] Do not allow capturing Chromium windows audio in Picker UI
  • 2505635 Roll clank/internal/apps from ed5fa16a96a9 to 44b73d79c73b (1 revision)
  • 93ac326 [Contextual task] Add some strings for contextual task UI
  • 688fa63 ontask: Provide a function to check if current boca window is pinned.
  • 999e8a7 Roll Chrome Win32 PGO Profile
  • 59648b3 Roll ANGLE from 173b937deb47 to 6ec7fe5ed988 (1 revision)
  • 30e1cd1 [omnibox] Update context menu string to reflect new guidance
  • c5a62c1 Roll clank/internal/apps from 8ef6ed3b6b8a to ed5fa16a96a9 (1 revision)
  • 2f9e34a PWAs: Don't include extended scope apps in intent picker unless needed
  • 3740418 Remove leftover "sec-ch-ua-reduced" & "sec-ch-ua-full" instances
← Back to all summaries