Chromium Digest: 2026-01-05
Overview
On January 5th, 2026, the Chromium main branch saw 552 commits, with 378 identified as relevant for this summary. The day was marked by a large number of breaking API changes across core components, graphics, and Android, requiring significant updates for embedders. Notable changes include a major refactoring of Mojo Java bindings, an overhaul of memory pressure suppression, and multiple API removals and signature changes in Blink's canvas and the browser's session management. The first and last relevant commits were (5d4f3a6) and (206706e).
Core APIs & Internals
-
⚠️ BREAKING
BREAKING: Public Mojo Java bindings have been refactored. The
SideEffectFreeCloseableclass is removed,Interface.Stubis now a top-levelStubclass, andRouter.setIncomingMessageReceiveris renamed toRouter.setPrimaryStub. Embedders using Mojo in Java must update their code. (d635aa9) -
⚠️ BREAKING
BREAKING: The static method
base::MemoryPressureListener::SetNotificationsSuppressed(bool)has been removed. It is replaced by a new RAII-style, reference-countedbase::MemoryPressureSuppressionToken, requiring callers to adopt the new pattern. (63f5b8d) -
⚠️ BREAKING
BREAKING: The public
components/sessionsAPI has changed.ContentLiveTabno longer has a staticGetForWebContentsmethod or aweb_contents()member function, breaking embedders who used them to manage tab data. (a3ee858) -
⚠️ BREAKING
BREAKING: The public method
can_use_copyeditor_feature()has been removed from theAccountCapabilitiesclass incomponents/signin/public/identity_manager/. (f3e0fa7) -
⚠️ BREAKING
BREAKING: The
Append(const T*, size_t)method overload has been removed from the publicurl::CanonOutputTtemplate class, which will break code using this specific method for URL canonicalization. (9989ff4) -
⚠️ BREAKING
BREAKING: The
FrameEvictionManagerclass no longer inherits frombase::MemoryPressureListener, and its publicOnMemoryPressuremethod has been removed. (e45c8ae) -
Following experiments showing no positive effect, memory pressure listeners were removed from
DomStorageContextWrapper,GpuChildThread,LayerTreeHostImpl, andUrlIndex. (002ad2c) (7bff1be) (d98f602) (ad79836) -
The prerendering system was refactored to consistently use
PrerenderHostIdinstead ofFrameTreeNodeIdfor identifying prerendered pages, improving type safety. (2b3a3dc) (ba84372) (5968ac1)
Graphics, Rendering & Media
-
⚠️ BREAKING
BREAKING: A series of refactors to Blink's canvas resource provider removed the public virtual methods
ProduceCanvasResource()andIsSingleBuffered()from theblink::CanvasResourceProviderbase class. (bbf5880) (f68a61a) -
⚠️ BREAKING
BREAKING: The return type of the virtual method
WebGLRenderingContextBase::PaintRenderingResultsToResourceProvider()was changed fromCanvasResourceProvider*to the more specificCanvasResourceProviderSharedImage*, breaking derived class overrides. (fe10434) -
⚠️ BREAKING
BREAKING: To adopt Skia's new gradient APIs, method signatures and member types in the public
cc::PaintShaderclass have changed, affecting how gradients are created. (9876b03) -
⚠️ BREAKING
BREAKING: Public data structures in
media/parsers/jpeg_parser.hwere modernized. C-style arrays and raw pointers inJpegHuffmanTableandJpegParseResultwere changed tostd::arrayandbase::raw_span, breaking direct member access. (4f46f03) -
The
dav1dmedia library was rolled to a new version, incorporating 25 upstream commits. (e457f9c)
Browser, UI & Extensions
-
⚠️ BREAKING
BREAKING: The public virtual method
content::RenderWidgetHost::WillSendInputEventToRendererhas been renamed toSimulateUserInteraction. Downstream overrides will break. (064f6d1) -
⚠️ BREAKING
BREAKING: As part of "Project Bedrock," the public static methods
BrowserList::GetGuestBrowserCount()andBrowserList::IsOffTheRecordBrowserInUse()have been removed. Callers must migrate to new functions inbrowser_finder.h. (83633e5) -
⚠️ BREAKING
BREAKING: The
DefaultBrowserManageris no longer accessible viag_browser_process->GetFeatures()->default_browser_manager(). The public accessor was removed; use the new static methodDefaultBrowserManager::From(g_browser_process)instead. (f66567c) -
The Wayland-specific pointer lock implementation was moved from Chrome-specific code to the more generic
DesktopWindowTreeHostLinuxclass, allowing other embedders like Electron to use it. (320067c) -
A fix was implemented for extensions in the side panel to ensure
chrome.tabs.query({currentWindow:true})correctly identifies the current window. (d8e73fc) -
The
BrowserRootViewand related classes were refactored to use theTabStripRegionViewinterface, preparing for better integration of Vertical Tabs. (98134b0) (367944b)
Security & Enterprise
-
⚠️ BREAKING
BREAKING: The behavior of the
DeveloperToolsAvailabilityAllowlistenterprise policy has changed. When this policy is set and the blocklist is not, it now implicitly blocks all URLs not on the allowlist, a reversal of previous default-allow behavior. (6b0b832) -
⚠️ BREAKING
BREAKING: The public nested class
ClientSideDetectionHost::IntelligentScanDelegatewas moved to a new standalone classsafe_browsing::IntelligentScanDelegatein a different component, breaking implementations of the old delegate. (c18d785) -
⚠️ BREAKING
BREAKING: The
PasskeyUnlockManager::Observerinterface was modified. The virtual methodOnPasskeyUnlockManagerStateChangedwas renamed toOnPasskeyErrorUiStateChanged, requiring observers to be updated. (ce7a198) - A use-after-free vulnerability in the macOS Bluetooth classic disconnect listener was hardened. (c34d0e5)
Android
-
⚠️ BREAKING
BREAKING: The signature of the public method
TabModel::CreateTabwas changed to accept astd::unique_ptr<content::WebContents>instead of a raw pointer, altering ownership semantics and breaking existing callers. (a69f7fe) -
⚠️ BREAKING
BREAKING: The public JNI-callable method
TabModelJniBridge#duplicateTab()has been removed. (0f16a63) -
⚠️ BREAKING
BREAKING: The public JNI-callable method
UmaSessionStats::hasVisibleActivity()has been removed. Native code was updated to call the underlyingApplicationStatusmethod directly. (5b6f6b2) - ⚠️ BREAKING BREAKING: The horizontal mouse scroll direction has been inverted to align with Android's standard "natural scrolling" behavior. This is a significant behavioral change that may require adjustments in tests or applications. (5d4f3a6)
-
An issue in WebView where
ProfileStorecould be accessed before Chromium was fully started has been resolved. (5f55ccf)
iOS
-
The
enterprise_client_certificatesbuild flag has been enabled, along with three related policies for provisioning and using client certificates on iOS. (2c8d0fa) -
The
popup_menufeature flag was removed and related code was cleaned up, as the new overflow menu is now enabled by default. (a084ac4) - A crash related to fullscreen mode when the GeminiCopresence flag is enabled was fixed. (074cf3f)
Web Platform Features
-
Support for name-only
@containerqueries (e.g.,@container (my-container)) has been added behind a feature flag, aligning with a recent CSS specification change. (e8204da) -
The
ReportLayoutShiftRectsInCssPixelsruntime flag was promoted from experimental to stable, allowing layout shift rectangles to be reported in CSS pixels by default. (0813098) -
A behavioral change was made to
InputEventdispatch for deletion commands (e.g., Ctrl+Backspace) on a non-collapsed selection to better align with W3C specifications. (21e4473)
Other Notable Changes
-
⚠️ BREAKING
BREAKING: The signature of the public function
printing::MakePdfDocumentwas changed from taking aconst ui::AXTreeUpdate&to aui::AXTree*, altering type and lifetime requirements for callers. (07d89e6) -
On ChromeOS, a large internal refactoring removed the
VpnServiceandmagic_boostfrom the Crosapi interface, moving their logic entirely into Ash to clean up the Ash/Lacros boundary. (5152c3f) (f3ba143) - Support for C++23 was officially marked in the style guide, with most specific features listed as "TBD". (bb0a8ce)
All Commits (552)
- 206706e Add mostly empty SessionEvent class
- 1773722 Reland "Disable site isolation memory thresholds on Desktop Android."
- c2c0669 [realbox] Set the z-index for the searchbox component.
- 4631898 [Vertical Tabs] Switch the vertical tab view to use FlexLayout
- c1447d7 Add glic host.cc/h to android build
- d8924c3 Remove cancelled tasks from inactive task list
- 2263bc5 [glic] Migrate GlicSharingUtils to use BrowserCollectionObserver
- 6aa951e Roll Dawn from 4f472f4449ff to 36c16592ab2e (14 revisions)
- febcf53 [glic] Migrate ApplicationHotkeyDelegate to use BrowserCollectionObserver
- 54fce46 Harmonize TabSearch Histograms to 2026-09-09
- 010ba49 Roll vulkan-deps from b55af31f1804 to b008fcb0489b (2 revisions)
- 883ff74 Roll ios_internal from 9360cbdb735c to ae82e94f571c
- a6c151b [glic] Migrate GlicTabCreationObserver to use BrowserCollectionObserver
- c5b83a5 [Animated PB] Fieldtrial config for arms with fps cap
- c7454d1 [Contextual Tasks] Cover the filter bar in side panel zero state
- 9645542 Fix issue where is_viewport_mobile_optimized is not synced in TreesInViz
- eff7de9 Roll cpuinfo from b3b25967b5b8 to 2846bafc7c78 (1 revision)
- 1995005 [tracing] Migrate legacy flow macros in content/browser
- 8e63b71 Roll androidx from uki1H-pPnor0ybajP... to h9wOyBmFFjN29aUGt...
- 463fb53 Roll src/remoting/internal/ 725598cd1..695e9f5d3 (1 commit)
- fdebe1c Introduce feature+param to control how sticky studies are persisted.
- d391a56 Roll Chrome Android ARM64 Orderfile from 2jQT0lKCNrtgf-7hf... to oFZ4nA6c51dxc_qee...
- 17589f1 Enable swift/C++ interop on some iOS FYI waterfall builders
- 72a9a4f Add .agent to gitignore
- 880b384 [AIM] Remove Unused Fusebox Max Attachments Toast Logic
- daf8e5a Roll FreeType from 7b72c0f238ff to 26adb9ff98f9 (1 revision)
- d465adb Roll libunwind from 8fe9a9a959dd to a726f5347e1e (1 revision)
- 5e1ce4a Roll WebView ARM64 Orderfile from yUty-1NV4i1-MQxit... to wFGoaAPrSEJpIBbg9...
- cdd9dfb Roll WebRTC from 5510538cd34c to cfbe803bbe0d (1 revision)
- eea2c04 Add IOS.JavaScript.InterestingScriptError UMA Metric
- 43bed5b Roll Chrome Mac Arm PGO Profile
- e67c75e Roll Chrome Win32 PGO Profile
- a7005ec Roll Open Screen from c099326c5eed to f8e7aacb0ea7 (1 revision)
- c7c9b74 Add byte-based interleave/planar conversion helpers
- 5198a11 Refactor ReloadButtonWebView so it can include more controls.
- 1325a4c [CSD] Add field trial config for ClientSideDetectionImageEmbeddingMatch
- 4ecb713 [WebAuthn] Extend some expired histograms
- ac1c579 [Chrome Next] Correctly place main area top corners
- d8228a6 [iOSImportPasswordsSafari] Set opacity of disabled items to 50%
- 1463ae3 socketAPI: Fix UAF in ScopedWriteQuote destructor
- 2ba9e1a Revert "[Actor Overlay] Trigger Click Animation"
- c9747b5 Roll Depot Tools from 17d7b7e779e8 to ffa2705be42a (1 revision)
- 3534ec7 Enforce singleton pattern for SafetyListManager
- 370440a [rust bmp] Define BMP decoder factory and RustyBMP feature
- ee8fe4c Roll ANGLE from 18de83467fe0 to 885f466181cf (1 revision)
- d148a90 Add gn argument enable_swift_cxx_interop
- c18d785 [SLAMS] Move IntelligentScanDelegate to a standalone class in core/
- 4c68911 Optimize SPA View Transitions by Acking Capture Early
- 4bd9e12 Fix view transition animation frame deadline is not getting extended
- b2c18c5 Reland "[soft navs] Refactor pending ICP entry buffering"
- 530ee41 [Card Benefits] Extend expiry milestone for BMO benefits
- f6c4f7c [tracing] Migrate legacy async macros in various folders
- 9ea7426 [PWA Migration] Add validation for migration fields to WebApp
- 370e5ba [Extensions c2] Update sections visibility when none should be shown
- 19ea8e3 [Mac 26] Make PWA titles left-aligned when OS is left-aligned
- de68dcc Transfer ownership for `SafeBrowsing.V4Database.SizeLinear`
- 0be1238 WebXR layers: Support "stereo" layout and "texture-array"
- e1aacee Avoid duplicate map lookups.
- 9a0c82e Add koretadaniel as page action metrics reviewer
- f5178fd [BrowserControls] Create TopControlsLockCoordinator
- 4a04e18 [Autofill] Remove redundant GetFormByRendererId() call
- e088296 Roll Chrome Android ARM64 Orderfile from VW-0aDuIYxXirz2Ik... to 2jQT0lKCNrtgf-7hf...
- d626e12 Remove yawano@ from OWNERS
- 544f97b [A11y] Bump A11y settings histograms expiring in the next 6 months
- 31e458e Roll WebView ARM64 Orderfile from -XKHWR7O27gaeVmqX... to yUty-1NV4i1-MQxit...
- 34df22e [Docs] Minor cleanup to media README files
- 064f6d1 Cleanup simulated user interaction functions
- d281dc7 [Frameworks roll] Roll to 852393965 piper revision
- 426c85b Fix unsafe buffer usage in event_utils.h
- 3cce590 [Mac] Fix bookmark bar submenu tooltip display issues
- ace0273 Roll src-internal from c889b692172b to 3fafd3ce72a5 (1 revision)
- cff6f35 [Vertical Tabs] Fix caption button height with collapsed VTS
- c955e8e Add GetAllSessionDisplays method to SessionService
- 51de6db Add SessionDisplay
- 455a250 [DomStorage] Delete unused LevelDB code and references
- 8469e82 Roll vulkan-deps from 031ebcc4ab8d to b55af31f1804 (1 revision)
- 9f991f9 [iOS] Fix disappearing toolbar buttons in Password Manager
- 8a9cd99 Roll Chrome Win ARM64 PGO Profile
- 28bf34e [APC] Add aleventhal to OWNERS
- 6edecb9 Fix unsafe buffer usage in procfs_stat_cpu_parser_unittest
- a07b16f Roll PDFium from 99b9fd3b0aa3 to f0fa46532da4 (9 revisions)
- 78715b6 [Desktop Android] Enable more tabs API tests
- 9de43a7 [Chrome Next] Fix bug in mac app popups
- 7da3387 [metrics] Extend Android payment settings histograms
- c7ee710 Roll Chrome Mac PGO Profile
- fa0cb5a [Omnibox Next] Correct Mic and Submit Position for Variant 1
- 5c2fa09 Reduce noisy NOTIMPLEMENTED logs in WebUIBrowserWindow
- 4638745 Polished the tab-sharing infobar
- bb0a8ce Mark C++23 supported w/ most features "TBD"
- 734c2b3 [Contextual Tasks] Fix responsiveness
- f230e0c Roll Skia from d65b9f62b5e4 to 98c042dde68c (1 revision)
- a9afc45 [iOS] Implement Floaty Offset/Opacity Transition Logic
- 8f1b71c Avoid duplicate map lookups.
- 1725cca [x-plat promos] Add strings for iOS push notifications
- ed1fad4 [SwipeToSwitchMagic] Add capability to change panes using swipe gesture in Hub.
- c97a145 Fix crash in cc::Layer::EnsureLayerTreeInputs during top controls sliding
- 8fe9d91 [Reading mode] Add a keyboard shortcut to enable and disable line focus
- 442cb30 Replace uses of disallowed std::format with base::StringPrintf
- ac59f66 Reland "[soft navs] Use a prefinalizer instead of UntracedMember for SoftNavigationContext"
- bd20049 [A11y] Exempt ListBoxOption from clickable IsInteresting check
- a084ac4 [iOS] Clean up new overflow menu flag
- 1e2b640 Add improvement directions for 3 histograms
- 64a9f51 Fix side panel UI accessor for DevTools windows
- e45c8ae Remove MemoryPressureListener from FrameEvictionManager
- d84397c Change tool mode for image gen w/ attachment
- fef7932 Roll BoringSSL from 5ab5313969d0 to 78ab2c2774bc (5 revisions)
- 21d8ed5 [Extensions] Observe active web contents in menu model
- 167bcbb Adding some logging for COrp messaging and fixing a TODO
- 90ce86b [Bugfix] Fix UndoTabClosure from GTS not showing TG title in Tab Strip
- e2c4fe6 [1/7] Allow the addTabToModel argument to be deferred in TabCreator
- 76087d6 Continue to notify tab association even if task already associated
- f9247d3 Roll Chrome Mac Arm PGO Profile
- 2015603 [Settings Search] s/getUseMultiColumns/isTwoColumnSettingsVisible/
- 35510b7 [RWS] Add a UseCounter for successful async use of rSAFor
- 6e0fc70 Roll Chrome Linux PGO Profile
- b85d087 Update `TestExpectations` with bugs filed for crrev.com/c/7395096
- 7f42e19 [BNPL] Make 'cancel' button on the provider select dialog non-prominent.
- 316cd1f Extend expiration of various histograms
- ef7705e [TabStrip] Prevent NPE on closing last grouped tab
- 91ebdaa Roll src-internal from c51df0526855 to c889b692172b (1 revision)
- e26e49b [TabStrip] Fix animation on undo closing previously selected tab
- 4986aff Extensions: Update spelling of a random word in content_verifier.cc
- 38c59cc Roll R8 from 78qCRqSjX4klKvuw9... to t5yDKEhQrTH2WsWjR...
- 460ff3b Extend Welcome Experience histograms
- 19ab19f Roll WebView ARM64 Orderfile from VbvcuVd4KS7p4R-dS... to -XKHWR7O27gaeVmqX...
- a0549a4 [DomStorage] Remove LevelDB dependencies from SessionStorageImplTest
- 4885bac [dbsc] Add metrics for obsolete profile garbage collection
- acbf79f [SLAMS] Add entry in fieldtrial_testing_config.json
- de739f5 [dbsc] Add metrics for unexportable key garbage collection
- 6983cba Roll Chrome Android ARM64 Orderfile from gcnxOyP0lucbNTD5P... to VW-0aDuIYxXirz2Ik...
- 036be6a Fix the typo of SaasDomainMetrics proto.
- 21fe7d8 Remove 0048-csharp-names-redirect.patch
- e39c67e Fix UNSAFE_TODO in image_writer_win.cc
- 34d7883 [Android] Wait for tab card context menu to settle
- af75d66 Ensure split view respects installed extensions by redirecting to the proper NTP
- 24233d9 Remove consecutive_vsyncs_with_no_callbacks from CADisplayLinkMac
- 37f0217 Change how the Glic internals page is registered
- 9d0d729 Hide new tab and tab search pages from showing in hovercard
- 98134b0 [Vertical Tabs] Remove usage of TabStrip from BrowserRootView 2
- e21d4bb Make 'Open All' items in bookmark folders non draggable
- 367944b [Vertical Tabs] Remove usage of TabStrip from BrowserRootView 1
- 63f5b8d Use a ref-counted token for memory pressure notification suppression
- e66fc41 Roll ios_internal from 91ad6765d872 to 9360cbdb735c
- ebc120d third_party/webgpu-cts: Explicitly specify "type" in package.json.
- aef182d Roll DevTools Frontend from 487ecc345e12 to 144b5434016b (1 revision)
- f57d16d Revert "[iOS] Remove Choose from Drive flag and prepare feature cleanup"
- d635aa9 [mojo] Add plumbing for interface id to message header
- 9f07973 //ui/views/examples: support use_static_angle=true
- 767c66b Remove yawano@ from OWNERS
- 2614256 Roll Perfetto from 19a16f5e6c2b to b44970b424d6 (1 revision)
- 002ad2c Remove MemoryPressureListener in DomStorageContextWrapper
- 7bff1be Remove MemoryPressureListener in GpuChildThread
- 7735a2c [iOS] Extend Animated Default Browser Promo flag
- aa5ee31 Roll V8 from 0607340638f3 to 45ec15cafe3f (7 revisions)
- 79a4af3 Fixes an issue preventing "+New window" button from being truncated when rotating.
- 4495a24 [Icons] Updates schedule vector drawable
- fac2ba2 [remoting] For Wayland host, treat Portal service errors as non-fatal.
- 4c25004 [iOS] Extend ios-docking-promo
- e968e87 Roll Skia from c62ac4b75a06 to d65b9f62b5e4 (1 revision)
- 494cc83 Enable HomeModulePrefRefactor flag in field trial config
- 5b6f6b2 Android: Move a number of things to the base module
- 1b06c25 Updater UI: Add icon for system vs. user events
- 6b0b832 Update DeveloperToolsPolicyChecker logic for allowlist/blocklist interaction.
- a2299c1 [updater] Process installsource switch for offline installs
- aa72dd4 Roll WebRTC from 7e833b45f778 to 5510538cd34c (1 revision)
- 2039edd Extend PDF and download related histograms
- 795136a Roll libyuv from deeb764bb92b to 821b9c5de1cf (1 revision)
- e92c613 Made the Glic API changes for skills
- fc15177 add glic_metrics to android build
- 8c83c5e Automated Commit: LKGM 16545.0.0-1074345 for chromeos.
- fd74354 Add kGlicMultiInstance test coverage for GlicAnnotationManager
- 4b29691 Avoid duplicate map lookups.
- 148f992 Fix watermark in popups
- 0f16a63 Remove TabModelJniBridge#duplicateTab()
- a69f7fe TabModelJniBridge.CreateTab() Accepts unique_ptr<WebContents>
- 485535b Roll vulkan-deps from e1d47ac3f8c7 to 031ebcc4ab8d (1 revision)
- 53aaf86 [DomStorage] Remove LevelDB from SessionStorageNamespaceImplTest
- 56d6a08 Roll Chrome Android Desktop x64 PGO Profile
- 011238a Check eligibility_heuristic_url_ before accessing it
- 320067c Move Wayland pointer lock overrides to common code
- 857830f [infra] Update the target migration scripts
- 92b15c9 Roll Chromium Variations from vdXeZbU6geJRAQLBj... to e6rYVhahqrPqJ7GH1...
- c66a117 [WebOTP] Extend histogram expiry date
- 02e4b1e [rust] Fix Clippy warnings: media
- 8fbb8f3 Roll ANGLE from cae38a82fb5f to 18de83467fe0 (1 revision)
- 3a5111e Move FakeShellDelegate to a new test support target
- fbc5fa3 Reland "[DragDrop][Mac] - Use async hit testing for drop operations"
- 751bcba [iOS][mvt-customization] Implement the form to add or edit site
- 213de56 [tips] Lowercase tips string in magic stack and opt in promo
- 07d89e6 [Export Tagged PDFs] Expose Desc attribute on checkbox
- 66fc86a [on_device_model] Ensure weights_file is initialized
- 2ffe519 Roll FreeType from 23b6cd27ff19 to 7b72c0f238ff (3 revisions)
- cf0912e [ios blink] Fix build failure
- c065029 [infra] Add comments.ensure_no_comments
- b5b3a1e Roll Chrome Android ARM64 Orderfile from aVD6KMCs2ZfP567T7... to gcnxOyP0lucbNTD5P...
- 7b8abcd Roll Chrome Mac Arm PGO Profile
- 50c4cbd add glic_enabling to android build
- c1f6e0b Avoid disabling the MemoryCacheDumpProvider if no client has been set
- 1275a8f [NtpCustomizationV2] Persist logo visibility after closing preview dialog
- f825472 Update revocation notification title strings
- 0813098 Promote ReportLayoutShiftRectsInCssPixels to stable
- af38503 Prevent IME from seeing NP_ENTER key in the Omnibox.
- 5cf102e [iOS] Fix FET Metrics for AIHubNewBadge And AskGeminiChip
- 5a6448a Import wpt@c8c78b9c7c3cbe1253f519bc1b7f95f3a706fa10
- e457f9c Roll src/third_party/dav1d/libdav1d/ fcbc3d1b9..b546257f7 (25 commits)
- 81b8c14 Roll Skia from d2938094add3 to c62ac4b75a06 (1 revision)
- 3680a92 [DomStorage] Remove LevelDB dependencies from SessionStorageMetadataTest
- dd81ee7 Removing client side enablement for desktop features.
- 78194a6 Roll Android Lint from 21Frn_Ei-atB9huoW... to 9AgFghC99R1A3IPlL...
- 51f08ef Roll DevTools Frontend from 2cf70a764bb5 to 487ecc345e12 (1 revision)
- 3924c5e ios: Remove DanglingUntriaged from LargeIconServiceImpl:favicon_service
- 0a4d55a [Force Save to Cloud] Fix download page message
- 483d6ca Do not reference application context before setting it
- 360a7a8 Roll Manifest Merger from 3NFjdPEsYBfN8oU_u... to OWV7CA1NXDbFTkcr9...
- d279668 [glic] Exclude single-instance from GlicKeyedService for android
- f82abe4 Tidy mojom includes to avoid .mojom-data-view.h in ax_style_data
- 7227e63 Roll clank/internal/apps from 6451d2252541 to 5f1a45cf8f3b (1 revision)
- f5ef30a [HybridInAutofill] Reorder entry point in autofill popups
- 33fc04e Roll WebView ARM64 Orderfile from RK3Khbn4erL2FTWcq... to VbvcuVd4KS7p4R-dS...
- d8641c7 [fuchsia] Disable flaky test on Fuchsia
- 45b8b4c [Reading Mode]: Prepare settings submenus to emit close event.
- ad79836 Remove MemoryPressureListener from UrlIndex
- 98537fc Roll Dawn from 06c9e44e6eaa to 4f472f4449ff (6 revisions)
- 9374716 Roll llvm-libc from 6e2cebb83c90 to 5ada3ef076b3 (1 revision)
- b6a19c7 Roll Chrome Win64 PGO Profile
- acae124 ios: Enable DestroyOTRProfileEarly by default
- 844b7b8 Roll Perfetto from cf730883467b to 19a16f5e6c2b (2 revisions)
- 489d490 Roll BoringSSL from 9f138d05879f to 5ab5313969d0 (1 revision)
- 678a6e9 [Actor Overlay] Trigger Click Animation
- 0d9d3a4 Hide the 'Let Gemini browse for you' setting based on Account Capability
- fc74696 Fix unsafe buffer usage in FakeBlobDataHandle
- 0239d52 Clean up RollBackModeB feature
- 52c4328 android: Update native library documentation
- 879f75d [Signin][iOS] Cleanup kEnableIdentityInAuthError - part 1
- 7d1ce40 Update trusted access histograms expiry
- 25f506a [PWA] Deflake launch handling test by relying on launch queue entries
- 2d91235 Remove dep on kEnableCrossDevicePrefTracker from promo data collection
- c61c8fb [Vertical Tabs] Guard glic deps behind enable_glic
- 31ef574 Reenable PinnedSidePanelInteractiveTest tests
- d742055 [IOS][AIM] Add test for toggling AI mode
- 396e3a3 [RWS] Extend histogram expiration
- fc83199 [rust] No need to explicitly opt-into `-Dunsafe_op_in_unsafe_fn`.
- 6069049 IDB: Remove override of Status equals with ldb Status
- 1b189c8 Reenable OsCryptConcurrencyTest on non-ASAN Windows bots
- 71e8e59 Roll captured_sites/autofill from e0ddc651f666 to dcdec4faf8e4 (1 revision)
- 21424e1 [realbox] Separate the layout for Realbox Next and non-Realbox Next.
- 5d6e02b Roll Chrome Android ARM64 Orderfile from adkhIiPgWknhReswK... to aVD6KMCs2ZfP567T7...
- cb45d81 Roll Chrome Win32 PGO Profile
- f9ef03a Roll DevTools Frontend from a289ddc939d7 to 2cf70a764bb5 (1 revision)
- e5d75f6 Roll vulkan-deps from bd0660ee459e to e1d47ac3f8c7 (2 revisions)
- d98f602 Remove MemoryPressureListener from LayerTreeHostImpl
- 3b83739 [IOS][AIM] Add tests for image generation action in the composebox
- 451ea7c Roll Chrome Mac Arm PGO Profile
- d1f7bf0 [bedrock] Migrate glic_instance_impl.cc away from BrowserListObserver.
- ad14ac9 [iOS] Rename PageContentCacheBridgeService to PageContentCacheService
- cdfbb8c Roll ANGLE from 85a0cef3e5e5 to cae38a82fb5f (2 revisions)
- 4efa1ae Roll Skia from 01b3d0db7f18 to d2938094add3 (2 revisions)
- cf2df11 [ios] Avoid redundant call to GURL::DeprecatedGetOriginAsURL()
- a15a88b [animation-trigger] Avoid uncancelable side-effect in ResolveStyle
- cd5f245 Fix the bug where some files cannot be opened when the MIME type is inappropriate.
- 69365f7 [Tab Highlighting] Allow taps as clicks for multi-select
- 76cce85 [iOS] Update flag metadata for FRE experiments
- 5f55ccf [wv] Ensure chromium started before accessing ProfileStore
- 4e52d61 [Bundled Security Settings] Fix missing hover behavior
- 5a86cd4 [animation-trigger] Delete LimitTriggerAttachmentUpdates
- d9d1fe1 Roll WebView ARM64 Orderfile from Tq4NKs04AYNs_oup_... to RK3Khbn4erL2FTWcq...
- 10ceb9c Update account_capabilities_list.h to match account_capabilities.h
- f45f733 Roll compiler-rt from 0a515ca671fa to a3a137899070 (1 revision)
- bd420e4 Roll ios_internal from 409c4e6a12c2 to 91ad6765d872
- 284d74c Fix UNSAFE_TODO's in components/crash win files
- 4eee675 Make the attached context accessible from TabDragTarget
- 67f5e64 [wv][startuptasksexperiment] enable phase 3 by default
- 94aeffc Avoid duplicate map lookups.
- 48dffad Add FAQ on where to report bugs
- b415f9e Fix scoped_refptr comparison operators for GCC
- a97057f Fix layout of fallback img elements with max-size and flow-root
- a3ee858 Replace `base::SupportsUserData::Data` with `content::WebContentsUserData`
- 5639618 [Chrome Next] Move Picture-in-Picture to new popup layout
- e10192d Use kChromeUIScheme in CodeCacheHostImplTest
- e7f2556 [iOS] Bulk update histograms' expiration
- c350cdc Use `base::span<const T>` instead of `const std::vector<T>&`.
- 14b5786 Roll Crossbench from f2725e925c30 to 1dd0f0c188d7 (1 revision)
- 9876b03 Use span version of SkGradient api
- 148b7ac [animation-trigger] Don't update attachments if layout is needed
- 8d9a370 Avoid duplicate map lookups.
- 0917b99 Delete remaining unused Mode B UX strings
- 8daa2df Remove special layout code for customizable select
- 51f9105 Roll SwiftShader from 5aa3ef64770d to 8e12559189fa (1 revision)
- 6cac0a1 [Persist] Use global ref for TabGroupCollectionData
- a9f2caa Roll Perfetto from 563770fa8c7c to cf730883467b (2 revisions)
- 6367121 Add l10n for missing PII types in Support Tool
- 26f3e3a [Signin] Update buttons to primary + tonal pairing in profile picker.
- 8d3b627 Roll Platform Experience Win from 7a83b065ef26 to da4156964f87 (1 revision)
- b5ff9e1 [iOS Blink] Call PersistentJavaScript instead of DocumentStartJavaScript
- 4600326 Replace kSync with kSignin in chrome/browser/push_notification
- 98725bf Roll captured_sites/autofill from 103fef176230 to e0ddc651f666 (3 revisions)
- 41a63f4 Fix AllForms/FormStructureBrowserTest.DataDrivenHeuristics/*
- e3acf85 Remove flag metadata main-thread-compositing-priority
- 495a8d4 [Task List Bubble] Fix repeated showing of bubble
- f66567c Onboard DefaultBrowserManager to BrowserProcess UserData
- fe66186 Updating trunk VERSION from 7617.0 to 7618.0
- adb330a [iOS] Add a utility function to defer to renderer and use it on errors
- 97e846d fix auto spanification for open_type_math_support
- c08cac7 Roll V8 from 8aedaf0a3b4b to 0607340638f3 (2 revisions)
- 5521041 [tracing] Migrate legacy flow macros in content/common
- 9e0e7ee Fix UNSAFE_TODOs in remoting win files
- a66dd51 [Bugfix] Don't show ctx menus if anchor view is not shown
- 16dae73 [Start Chrome with Windows] Improve StartupLaunchManager startup flow
- cf15e33 [iOS] Remove NTP signin promo TODOs
- 6e33fd2 Fix immersive SRP webview layout
- e02f873 Roll Media App from xvu-up1GAqkFUNcwk... to tA4zh0pzwoYrqytaR...
- e965efc Roll DevTools Frontend from b765e6743566 to a289ddc939d7 (3 revisions)
- 074cf3f [iOS] Fix Fullscreen Crash From Additional Observer Add
- 35740ce [Blink] fix: worklet lifecycle crash
- c91bb27 Roll Skia from fa128b040f13 to 01b3d0db7f18 (1 revision)
- 2d0c517 Update OWNERS for anonymous_tokens
- d763653 Roll androidx from 4sOqGzoe9G_EXSYqF... to uki1H-pPnor0ybajP...
- 7ebaac9 [Settings Search] Show help/feedback menu icon
- c64673f [Settings Search] Reset state upon main settings change
- 3237e3d [Android][WebAuthn] Fix the password logic for CredMan only mode
- 1cbfb44 Roll Chrome Mac PGO Profile
- b8b3f71 Roll Help App from -rimZMRMGMeVLgQIe... to UQvKQPkbamnSyvzdr...
- cc918e4 Automate pointerevent-drag-interaction WPT test
- 8b2b339 Roll ANGLE from 9e3a6bb4cd0b to 85a0cef3e5e5 (1 revision)
- 6af9bc1 [AWC] fix (display-state: minimized) media query event
- fe9cb45 Delay attribution-reporting-aggregatable-debug virtual test suite expiry
- bc1bf74 [//media] Harden PCVR::CopyVideoFrameTexturesToGLTexture()
- ea38ddc Add myself as owner of tab bottom sheet
- fd8f068 Fix UNSAFE_TODOs in service_providers_win.cc
- f80b1f0 Roll Perfetto from 1b482e2dbe95 to 563770fa8c7c (4 revisions)
- 8286e00 Enable Actor ui theming
- 1596d47 [iOS Blink] Disable some failing PrivacySandboxSettingsPrivateAggregationDebugModeTest
- 681db62 [iOS][Assistant][9/N] Animate content update
- 15f05f6 [ios] Fix flaky TabUsageRecorderBrowserAgentTest tests
- 59ac062 Roll DevTools Frontend from eafa35e300f4 to b765e6743566 (1 revision)
- d6b0680 Roll vulkan-deps from d08276c70040 to bd0660ee459e (1 revision)
- cc5f5c9 Fix Cookie.TimeDatabaseMigrationToV24 expiration
- 953919e Roll Chrome Mac Arm PGO Profile
- aa7bdaa Revert "[Okta SSO] Spoof user agent when requesting from okta.com"
- c1c6c6c Remove unused local variable.
- fc97f3b legion: Remove NOTREACHED from SecureChannelImpl::OnResponseReceived
- 9b7f5f2 Remove front end hit report getter
- 58113af [iOS]Avoid crash in Send tab to self stop
- 5af4f66 legion: Remove NOTREACHED from SecureChannelImpl::Write
- fb36cb8 Roll Skia from 68a324255657 to fa128b040f13 (1 revision)
- ff73427 Reduce noise from the Supervised User Settings Service.
- 6b071c1 Remove unused hit report test helpers
- a37dbda [CT] Automatic update from google3
- 533f3cf Extend expiring permissions histograms
- 2c8d0fa Enable `enterprise_client_certificates` build flag for iOS.
- ade790d legion: Add anonymous_token_request in proto
- 5f4f143 Add Connectors Internals page to iOS
- e025cf8 Roll Depot Tools from d80f3ba2408f to 17d7b7e779e8 (1 revision)
- c37e8e0 Roll V8 from 1bb3c6687bdf to 8aedaf0a3b4b (3 revisions)
- b8f0042 [Extensions] Add ExtensionsMenuDelegateAndroid
- def4b63 [KP] Automatic update from google3
- 6588905 [iOS] Fix Save to Photos/Drive account picker appearance for iOS 26
- 74ac8cc [//media] Update check in VideoTrackAdapter
- 6c612f6 [iOS][Assistant] Add layout ASCII documentation
- 6c0293a Updating XTBs based on .GRDs from branch main
- d8052ab Roll Chrome Android Desktop x64 PGO Profile
- 00f62b9 Roll ios_internal from 39245c2b5e8d to 409c4e6a12c2
- fa7558d Roll DevTools Frontend from fac733e1bcd3 to eafa35e300f4 (1 revision)
- 79283a6 Roll Open Screen from a5534fcdea7f to c099326c5eed (1 revision)
- b979fc4 Roll Chrome Android ARM64 Orderfile from 8HGMLYKNvMB4HLbYG... to adkhIiPgWknhReswK...
- ec57ec3 Roll Chrome Win64 PGO Profile
- 28fbeb0 Roll WebView ARM64 Orderfile from bpN2VwLJ7142Yh38g... to Tq4NKs04AYNs_oup_...
- be81c63 Roll Catapult from 530794d005fb to 4bd4bcffdfa5 (1 revision)
- ff5eec8 Roll Chrome Mac Arm PGO Profile
- 241ee3c Roll Dawn from 4e424acfe801 to 06c9e44e6eaa (5 revisions)
- 43a7244 [IWA] Add WPT tests for ControlledFrame API WebRequest SecurityInfo
- c480e93 Remove addressed TODO.
- e378765 [iOS] Change DUMP_WILL_BE_NOTREACHED to NOTREACHED
- ce7a198 [PasskeyUnlockErrorUI] Rename a PasskeyUnlockManager::Observer method
- bbd3390 Roll Chrome Win32 PGO Profile
- 3c56048 Roll DevTools Frontend from 4a37b663f086 to fac733e1bcd3 (1 revision)
- 694f378 [Okta SSO] Expand response headers allowlist
- fc50dee Roll Perfetto from 118d4747db31 to 1b482e2dbe95 (1 revision)
- d349a6d Fix DBUS initialization to not crash tests
- 0392d70 [iOS] Add Choose from Drive action in file upload panel
- 20a0828 Use the TinyBloomFilter typedef more places.
- b5537cd Make math-depth animatable as an integer
- 64a572a Roll ios_internal from 54c9716af97d to 39245c2b5e8d
- 8f5f885 Roll WebView ARM64 Orderfile from LFoVZlx71ZSvNgfFk... to bpN2VwLJ7142Yh38g...
- f3e0fa7 Remove unused can_use_copyeditor_feature account capability
- 8e8ba66 Refine icon size and alignment in DevTools policy dialog
- 9f42344 Roll V8 from 008637b71e67 to 1bb3c6687bdf (3 revisions)
- 2e1e07e Update popup menu EG test to use waitForWebStateVisibleURL
- 2182c52 Roll Chrome Android ARM64 Orderfile from PBia9CUhCIisGs7OJ... to 8HGMLYKNvMB4HLbYG...
- 1b63a42 [//infra] Run selective TiV unittests on all platforms
- d1372b0 [iOS] Rename ApplicationCommands to SceneCommands
- c5eac20 Roll Projector App from rUjBI06YGq8L7RY53... to 8p9jBzTPWJHJY2kVu...
- ac80cd0 Extend some Autofill UMA histograms
- df64f65 Update meet_effects hash in DEPS file.
- 6ef8a57 Update ChildWindowOpenByDOMTestCase for composebox
- 62e609a Update translate EG test to use waitForWebStateVisibleURL
- cb644ad Update lookalike url EG tests to use waitForWebStateVisibleURL
- 7b323cc Update reading list EG tests to use waitForWebStateVisibleURL
- 10fefdf [Signin] Add feature flag + FRE part of updating dialogs to primary + tonal button pairing.
- 16e6c48 [devtools] Remove DevToolsStartingStyleDebugging feature flag
- 529e6c5 Roll gn from 64d35867ca0a to 40aac3f15d34
- e607520 Roll Chrome Mac Arm PGO Profile
- 09cde3a Roll captured_sites/autofill from 28a58a653738 to 103fef176230 (2 revisions)
- e8204da Support name-only @container queries behind a flag
- 9662080 [iOS] Dismiss Reader mode contextual chip when animation ends
- 10dff83 Roll WebView ARM64 Orderfile from CYS3BGTJkcib78One... to LFoVZlx71ZSvNgfFk...
- 04ffb62 Update restore EG tests to use waitForWebStateVisibleURL
- 341e911 Roll Depot Tools from 0847ade50981 to d80f3ba2408f (1 revision)
- 66a4392 Update push-and-replace-navigation EG tests
- fbac81d Update forms EG tests to use waitForWebStateVisibleURL
- 887f6da Roll ios_internal from f987e93795d2 to 54c9716af97d
- ff9be87 Roll Skia from 803109fb15a7 to 68a324255657 (2 revisions)
- 4e8c300 [AWC] refactor window state changes
- 74c8b1e Roll DevTools Frontend from ca58770f4b79 to 4a37b663f086 (2 revisions)
- 736abaf Update navigation EG tests to use waitForWebStateVisibleURL
- 6f67869 Convert UNSAFE_TODO to UNSAFE_BUFFERS in CSS code.
- 66b7356 [ios] Fix issue when avatar is updated
- d7e8834 Roll Chrome Android ARM64 Orderfile from goLG67hZp78dCpRow... to PBia9CUhCIisGs7OJ...
- 6407f55 [//ui] Remove unneeded gfx param traits
- aeedb17 [tracing] Migrate legacy flow macros in cc
- 23d8809 [//media] Update check in MojoVideoEncodeAcceleratorService
- 4171686 [iOS] Callback URL opener EG tests
- e73b8cc [ios] Add presubmit check for system frameworks
- 1c08e53 [Camera] Remove expired camera histograms.
- baa3e6c Cleanup AutofillSplitTimersForSelectOptionChanges killswitch
- 5dddcaa Roll ANGLE from 270b72c6eebb to 9e3a6bb4cd0b (1 revision)
- 363760f Remove obsolete histogram
- eb5dcb8 WTF: Add diagnostic CHECKs for NewTextCodec() crashes
- f68a61a [Blink] Make CanvasResourceProvider::IsSingleBuffered() CRPSI-only
- a36f8b8 Fix unsafe buffer usage in rlz_tracker_unittest.cc
- 1e23fb8 [Blink] Mark ResourceProviderType::kExternalBitmap deprecated
- bbf5880 [Blink] Make ProduceCanvasResource() CRPSI-only
- fe10434 [Blink] Tighten WebGLRCBase method signature
- ef11425 Reland "Apply blink::StrCat() in core/editing/"
- ffd5adf [//ui] Remove second unused IPC param trait
- 8a593bd Extend Sync.NudgedUpdate* histograms
- 1d1ded9 Need a bit more time for run-snapshot-post-layout suite
- 4f46f03 Spanification of jpeg_parser and related files
- 22b2f0f [Histograms] Extend signin/profile histograms
- ab7b01b [DevTools] Update expiration date for `devtools-improved-network-error`.
- 93dcf95 [//media] Update D3D12VideoEncodeAccelerator naming
- d2f7dc6 [bedrock] Migrate chrome/browser/metrics away from BrowserListObserver.
- 031cb27 [NoOp][Android][Mfill] Extend Accessory selection metric
- b556457 Roll ios_internal from 3552565e8e38 to f987e93795d2
- 7b0bf8c [//media] Update check in D3D12VideoEncodeAccelerator
- e13f01a [dbsc] Improve token binding key GC and add metrics
- 3a824f4 [bedrock] Migrate chrome/browser/p* away from BrowserListObserver.
- b465361 [//ui] Remove unused IPC param trait
- 523a7d4 Roll DevTools Frontend from 7fce3646d8ce to ca58770f4b79 (1 revision)
- 79c4bae Roll WebView ARM Orderfile from 3HLLstNHxqsD45ym7... to Sd8R6Uc6CvVnNYFoN...
- b7ad81f Roll WebView ARM64 Orderfile from TYN8NxBdNuJr8kGso... to CYS3BGTJkcib78One...
- 073a692 Roll Chrome Android ARM64 Orderfile from 9o6W2WerZpxEtIYVZ... to goLG67hZp78dCpRow...
- 154896d Roll Chrome Mac PGO Profile
- 7756101 [Frameworks roll] Roll to 852155857 piper revision
- 2be0848 [contextual_tasks] Improve full-tab task handling and refactor session management
- 4cc0aec [PA] Parametrize Empty Slot Span Ring Buffer size
- ad61b08 Roll Chrome Linux PGO Profile
- c6bb4fd Extend Cast metrics
- 990e3b5 Roll Chrome Mac Arm PGO Profile
- 23e0bde [iOS] Remove Choose from Drive flag and prepare feature cleanup
- 27b61e1 Roll eigen from 711118b74787 to d90a0534bed2 (1 revision)
- 54a7672 Extend expiry for Ash.LoginPerf.* metrics
- 9bad9c2 [iOS] Prepare to rename ApplicationCommands to SceneCommands
- 6fc1741 Automated Commit: LKGM 16544.0.0-1074333 for chromeos.
- 2b3a3dc Prerender: Use PrerenderHostId for activation
- ccd38f6 Add a test for net::internal::Getifaddrs()
- 8ee8763 [Crash][HybridInAutofill] Add CrashKey to identify offending item
- 672269a Gardening: Disable flaky Digital Credentials WPT test
- bbd8d80 Roll androidx from Rh6dkb3EDrBNqAjN9... to 4sOqGzoe9G_EXSYqF...
- 9e2d787 Add tests for Navigation.Timeline.Total.Duration
- e842cbe [ios] Move constant to kBlurBottomMargin for Composebox
- cb3ef3d Roll Depot Tools from a4318057fe1f to 0847ade50981 (1 revision)
- ac9d8e9 Prerender: Update PrerenderHostFinalStatus UMA enum
- a1d00a2 Roll Chrome Win64 PGO Profile
- 7e5edf5 Extend histograms
- 21e4473 [Editing] Fix InputEvent type for deletion commands with non-collapsed
- b7934b9 Roll Chrome Android Desktop x64 PGO Profile
- cc3c8f1 Roll Chrome Android ARM32 PGO Profile
- 8449fd3 Roll Chrome Win32 PGO Profile
- 0419154 Add system_headers_in_deps for codesearch gn args.
- ba84372 Prerender: Change StartPrerendering return type to PrerenderHostId
- 33d36b9 Roll Chrome Mac Arm PGO Profile
- b02a013 Roll Skia from f67709b532ed to 803109fb15a7 (1 revision)
- e90110f Roll WebView ARM64 Orderfile from 9v70L7NxftikoR8H9... to TYN8NxBdNuJr8kGso...
- 227172f Roll Chromium Variations from RAgrPLMk1qY2q5CSP... to vdXeZbU6geJRAQLBj...
- f3ba143 ash: Remove magic_boost crosapi
- 37b9e05 Roll Chrome Android ARM64 Orderfile from IqOpCySzR10UVXneI... to 9o6W2WerZpxEtIYVZ...
- 5f83f19 Reland "[a11y] Support atomic live regions on Clank"
- 5968ac1 Prerender: Use PrerenderHostId in prerender cancellation APIs
- 96b530f Roll Chrome Mac Arm PGO Profile
- 166e39d Add CancelPendingCallbacksBeforeFetchRestart field trial entry
- 5152c3f ash: Delete VpnService crosapi
- d1272ab ScrollAnchor: Move SuppressScrollAnchorScope implementation to end of file
- 83633e5 [bedrock] Remove BrowserList::GetGuestBrowserCount() and
- ee1f87c ash: Remove VpnConfiguration base class
- bbeb894 Update Fuchsia SDK metadata
- 79ebcbb ScrollAnchor: Fix crash in SuppressScrollAnchorScope with null scroller
- dbc1b7a ash: Remove class VpnServiceForExtension
- 2bd3076 ash: Remove VpnService's OnConfigRemoved from crosapi
- 0792544 Roll Skia from 83830b0c8369 to f67709b532ed (1 revision)
- d8e73fc FIXUP: Cannot get correct tab via API `chrome.tabs.query` in side panel
- 4f48331 Updating trunk VERSION from 7616.0 to 7617.0
- f7ff363 ash: Remove VpnService's OnPlatformMessage from crosapi
- 259f08c ash: Remove VpnService's OnPacketReceived from crosapi
- 272c966 Roll Crossbench from e2f05325c267 to f2725e925c30 (1 revision)
- 508f3a5 Roll Chrome Android ARM64 Orderfile from nadW_IwqDPHcJiib8... to IqOpCySzR10UVXneI...
- ce09a89 Roll ios_internal from 8bd784894ff2 to 3552565e8e38
- 202b366 Roll WebView ARM64 Orderfile from 1a8tymjqjnh-z_8-c... to 9v70L7NxftikoR8H9...
- 107d5c4 Roll Chrome Mac Arm PGO Profile
- 9989ff4 url: Remove CanonOutputT::Append(const T*, size_t)
- 9651c9d url: Use Component::AsViewOn() in DoCanonicalizeStandardUrl()
- 65f14d4 Pass local_state and application_locale_storage to ArcSupportHost
- 1c13c48 Roll Chrome Mac Arm PGO Profile
- 7f15013 ash: Move VpnService's network configuration observation
- 52b7122 ash: Remove more VpnService logic from crosapi
- 5ccef26 ash: Simplify some VpnService code
- 4ee7eb2 ash: Remove an obsolete helper function
- f629177 Roll src-internal from 7322c426f048 to c51df0526855 (1 revision)
- a8e9382 [Extensions] Add regression test for concurrent one-time messaging
- da94238 Roll Depot Tools from 967382fdcd14 to a4318057fe1f (1 revision)
- 977a559 [Vertical Tabs] Updates to ViewModel to support various animations
- c34d0e5 Bluetooth: mac: harden classic disconnect listener against UAF
- c91b520 [KP] Automatic update from google3
- 1690b4b Revert "Add histogram HttpCache.GenerateCacheKey.Time"
- f7f4a51 Updating XTBs based on .GRDs from branch main
- 67f04f8 Roll Chrome Android ARM64 Orderfile from 5xcNKTz8d1hAf0RNn... to nadW_IwqDPHcJiib8...
- 765cc3e Roll Chrome Win64 PGO Profile
- ad9f90a Roll Media App from oVmh3_6pQJL24cc9x... to xvu-up1GAqkFUNcwk...
- 50d73e0 ash: Move VpnService's DestroyConfiguration out of crosapi
- dfefc28 Roll Perfetto from 350cf26469c6 to 118d4747db31 (1 revision)
- 9624a72 Roll libc++ from 25fcec32d653 to 7e7036c3ce48 (5 revisions)
- 38bc6f5 Fix UNSAFE_TODOs in device_signals browser_utils_win file
- 96445ae infra: Add 'remoteexec' gn args phase to Deterministic Linux (dbg)
- 18c9e0b Roll Chrome Mac PGO Profile
- 1d89296 [CT] Automatic update from google3
- 981f0db Remove incorrectly added JXLImage from enums.xml
- a2b7bba Roll Chrome Android ARM32 PGO Profile
- 382849e Roll ios_internal from 53521c40827b to 8bd784894ff2
- fe0dbe2 Roll Chrome Mac Arm PGO Profile
- 14245cb Roll Skia from 2f257bbea23a to 83830b0c8369 (1 revision)
- fd1743b Roll Chrome Android Desktop x64 PGO Profile
- 8e4314b Roll Help App from B2_M7Qpc8eDp0sO6h... to -rimZMRMGMeVLgQIe...
- ea9f8fd Automated Commit: LKGM 16543.0.0-1074308 for chromeos.
- 7e4fef9 [Extensions] Finish updating ExtensionsMenuEntryView names (pt 2)
- 50741b1 [Frameworks roll] Roll to 852005596 piper revision
- fcc5581 Roll Chrome Win32 PGO Profile
- 5d4f3a6 Fix inverted horizontal mouse scroll direction on Android
- df12c6b Roll Projector App from D9jdF-huOzSEs6C_x... to rUjBI06YGq8L7RY53...
- fe6455f Roll ANGLE from 7457bc3ede28 to 270b72c6eebb (3 revisions)
- 4a90f51 Roll WebRTC from 0e386a0eac3b to 7e833b45f778 (2 revisions)
- 037ce0c Roll Chrome Linux PGO Profile
- f997192 Roll WebView ARM64 Orderfile from QZgMTlEu2CuEooYgn... to 1a8tymjqjnh-z_8-c...