Chromium Daily Digest Logo

Chromium Changes Summarizer

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

Chromium Digest: 2025-11-18

Overview

A total of 661 commits were made to the 'main' branch today. After filtering, 476 relevant commits were analyzed. The day's changes span from commit (658806c) to (00fad10).

Blink & Web APIs

  • ⚠️ BREAKING The non-standard resolve and dismiss events have been removed from the and elements. Developers must migrate to the promptaction and promptdismiss events respectively. (f9fcba8)
  • CSS Anchor Positioning has been significantly improved. The engine now correctly accounts for CSS transforms on anchor elements, position-anchor: none is now supported and is the default value, and layout updates are correctly triggered when an anchor's transform property is animated. (02c2db1) (f95ef29) (351afdf) (6d35bd4) (e215daf)
  • A new experimental API, streamAppendHTMLUnsafe(), has been added to Element and ShadowRoot. It returns a WritableStream for streaming HTML content into a container. The feature is controlled by the DocumentPatching runtime flag. (ac2a153)
  • The text-autospace CSS property is now enabled by default, with its runtime flag removed. It provides typographic control over spacing between different scripts. (aa69938)
  • The Container Timing API has been updated to remove the containertiming-nesting attribute. Propagation is now transparent by default, simplifying the observation model. (6a36f65) (b8456e0)
  • The DOMTokenList.value attribute is now a stringifier in the IDL, aligning its behavior with the DOM specification for better compliance. (e9dd873)
  • The implementation for scoped View Transitions using anchor positioning has been reverted due to ongoing specification discussions. (1a1acc4)
  • The SvgAnchorElementAttributes feature has been enabled for stable release, enhancing SVG anchor elements. (54dfbb2)

Infrastructure & Refactoring

  • ⚠️ BREAKING The callback for SimpleURLLoader::DownloadToString has been updated to use std::optional instead of std::unique_ptr. This is a large-scale refactoring that modernizes the API and requires updates to all call sites. (1cb4175)
  • A large-scale refactoring in Blink has removed the legacy Supplementable pattern from core classes like Page, Navigator, LocalDOMWindow, MojoBindingContext, and ExecutionContext, simplifying object lifetime management and reducing binary size. (801a173) (5229cf3) (3e255f5) (e18ae88)
  • Extensive cleanup of code related to the disabled Identifiability Study feature has been completed. This removes instrumentation from numerous Web APIs, including Canvas, WebGL, WebGPU, MediaRecorder, and more. (9d5dc9d) (b85d78a) (b2bcd91) (6ed37be) (0c0ef8c)
  • The TextureDrawQuad class in the Viz compositor now uses a single gfx::RectF for texture coordinates instead of two separate points, improving code clarity. (a35ac8b)

Performance

  • Memory usage for background tabs has been optimized by lazily creating BrowserInterfaceBrokerImpl, saving 50-100 KiB per WebContents without a renderer process, which is especially beneficial on Android. (82396a0)
  • Several occlusion culling optimizations in the Viz compositor have been enabled by default for RenderPassDrawQuad and backdrop filters, improving rendering performance by avoiding drawing hidden content. (be841c7) (af9518b) (a06e6a8)
  • On Android, the android:extractNativeLibs flag has been removed from application manifests. This can improve installation time and reduce device storage usage as native libraries are no longer compressed within the APK. (658806c)

Security

  • The loading of external XML entities is now more restricted by default to mitigate XXE vulnerabilities. The parser now blocks external entities for general XML contexts while still allowing them for XSLT processing. (a4ebc5c)
  • Fixed a potential use-after-free vulnerability in OverscrollController by introducing a WeakPtr to safely handle cases where the controller is destroyed during a delegate call. (9831039)
  • A new ObfuscatedFileReader class has been implemented in components/enterprise/obfuscation/core for securely reading obfuscated files. (fb2eccb)

UI/UX

  • A new infobar prioritization system has been implemented behind the kInfobarPrioritization flag. It queues infobars based on priority to prevent important notifications from being hidden. (9945c13)
  • A new WebUI page has been created at chrome://updater to provide a user interface for the Chrome updater. (6d8a579)
  • Fixed a bug where using the "Open in new window" context menu item from an incognito tab would incorrectly open a regular browser window. (4b343b0)
  • The proxy settings page (chrome://settings/system) now correctly displays and manages proxy settings configured by multiple sources like enterprise policies and extensions. (b95107c)
All Commits (661)
  • d87145f Roll Dawn from 026bc053ee69 to da06d996c7ea (5 revisions)
  • 380422a Roll BoringSSL from 8c39b5afb7c4 to a1b6110c3aae (1 revision)
  • 00fad10 Import wpt@8d6f5b94dd203a251f243a5728568d1301bae841
  • 099607b Add UMAs Prefetch.PrefetchContainer.*ToDomainLookupStarted
  • 8ff6b8e Sync feature protos.
  • 24c5678 Roll src-internal from bbc4c05715ff to 5d24299464fa (1 revision)
  • 4b343b0 Fixes 'Open in new window' to keep incognito status
  • 359ac99 Use StringView for ParsedContentHeaderFieldParameters
  • d40d1e7 [iOS] Fieldtrial config for Gemini M143 fast-follows
  • 1d14b35 Revert "Remove GenericScopedHandle:IsValid"
  • 6a6af32 Roll llvm-libc from 74b25173cba7 to bb256f487c34 (2 revisions)
  • fc3c49d Roll Depot Tools from b8f203014fd4 to 56afa6dda88f (1 revision)
  • b3d3200 [crd host][win] DesktopEventHandler
  • b2abaf8 Fix PopupMultiwindowPTTest#testBasicIncognito for Desktop-like Incognito
  • 19358e5 Selectively copy ExtensionInfo fields in telemetry reports.
  • 7530fc6 Roll android_deps from DYquWb-UkDffsXody... to X8PonOFVhYxXiOji-...
  • 3b1e985 [ios] Fix unsafe buffer in HistoryStateUtilTest
  • e6b2721 WebUI: Prevent cr-view-manager events firing when not needed.
  • c827b33 Extend histogram Network.Ash.Hotspot.Upstream.Cellular.Usage.Config
  • 429b9bd [infra] Update milestones entries
  • ade143d [tables] Make vertical-align on table-cells safe by default.
  • 8961cac Roll vulkan-deps from e66c42f2bb26 to 85242c2df110 (2 revisions)
  • 46a7c5c [omnibox] Disable Files button on image gen mode
  • 7dd6280 [ios] Fix unsafe buffer in NSCoderStdStringTest
  • a412d74 Gardening: Disable failing test on trunk.
  • f4f6154 Roll Chrome Android ARM64 Orderfile from _HNjrH0HC2lMhRhjW... to VYCyfYnVOIkax_lbm...
  • 93ac9b9 Roll DevTools Frontend from 51f0ad70911e to 15d663835928 (1 revision)
  • 5860a36 remoting: Use non-Sigslot interfaces to AsyncPacketSocket
  • 01121b3 Roll Fuchsia SDK from 30.20251117.7.1 to 30.20251118.5.1
  • 1f9ff50 [Omnibox Next] Transfer focus to web_contents on show
  • 2e5ef7d Roll WebView ARM64 Orderfile from 36-SSV518AbgsZLs9... to cHLXZKn7_J5Y3RDOH...
  • 3d8dfe6 [infra] Increase timeout for "3pp-linux-amd64-packager" try builder
  • 93e9182 extensions: Clean up tab_capture_apitest.cc for desktop Android
  • 1e8cc1b [tracing] Add track registration on frame track
  • ea64249 [AIM] Support tab picker on incognito mode
  • 51ebe65 Roll BoringSSL from 61ca3f249336 to 8c39b5afb7c4 (2 revisions)
  • e41f354 [ios] Fix unsafe buffer in URLSchemeUtilTest
  • c7e5eca Fix inheritance bug related to the disentanglement changes
  • e272cdc Roll Chrome Mac Arm PGO Profile
  • 170569c Roll ANGLE from cf53f379f81a to b72747b41eca (9 revisions)
  • 9a08494 Roll Skia from f3ddc700abc7 to 3dcc94ced00e (1 revision)
  • 27b244d [iOS] Enable -Wexit-time-destructors for Impression Limit Service
  • 1c5bef9 Roll Perfetto Trace Processor Win from 10ac9fc0b098 to c0c007f42204
  • 85133b3 autofill: Update RSA cert for captured sites test
  • 63ac2fd Roll V8 from a4e571c9d0bf to fda467d6158b (2 revisions)
  • e671a00 Roll src-internal from d448ebcd4132 to bbc4c05715ff (1 revision)
  • 9df7cf3 autofill: Update ECDSA certificates for WPR
  • af7f65d [Toolbar] Set hairline gravity to bottom
  • e700fc8 [Auto-PiP][Clank] Add UMA metric for time to return to tab after hiding PiP
  • 82396a0 [RFH] Lazily create BrowserInterfaceBrokerImpl
  • e5639f7 Roll Chromium Variations from CFs1vlld6_hgs_k0j... to 4f1pyfFljBRrGZFkB...
  • 4aa1ff3 [MVT Customization][Launch] Enable MostVisitedTilesCustomization (ToT by default).
  • b95107c Change proxy settings UI to handle proxy override rules
  • 53e1b04 Remove GenericScopedHandle:IsValid
  • 17bcbe4 Fix pycodestyle warning
  • a43d66d Optimize map lookup in SessionService.
  • b384789 [Hagrid ChromeOS] Add flag kAutofillEnablePaymentsMandatoryReauthChromeOs
  • 4c03bb2 [VL] Make ContextClustererHistoryServiceObserver::OnURLVisited() ignore 404s
  • b1103aa Roll Perfetto Trace Processor Linux from cb66825fd922 to 60767b0bac8b
  • 563947c Use RegistryWatcher in OpenSystemSettingsHelper
  • a619f5e [iOS] Refactor Content Suggestions Send Tab to Self Promo
  • c942530 bump expiry of DwriteHookStatus
  • 17f80e9 [Chrome Next] New layout positions dialogs.
  • 29e819c Roll Amd64 AFDO from 144.0.7530.0_pre1545745_rc-r1-merged to 144.0.7532.0_pre1546354_rc-r1-merged
  • aa69938 [text-autospace] Remove the runtime flag
  • d3cad11 Fix c++23 build error in tailored_security_service_unittest.cc
  • 1cb4175 Remove uses of BodyAsStringCallbackDeprecated (content/ + services/)
  • 4a3a3cb Roll BoringSSL from 9b86817b23df to 61ca3f249336 (1 revision)
  • ce9e2dd Fix C++23 build error in ui/compositor_extra/shadow.h
  • 02c2db1 Enable CSSAnchorWithTransforms for stable.
  • cc1a44a Move ScopedKeychainUserInteractionAllowed class into keychainV2.
  • af3468f [SidePanel] Add suppress animation param to SidePanelUI::Close()
  • a35ac8b Replace TextureDrawQuad uv points with a private RectF
  • 1b7db44 [soft navs] Clean up kShutdownSoftNavigationContextOnDetach
  • d7ea37a [iOSPasskeysM3] Add IOSWebAuthnCredentialsDelegate
  • df1e28f [Pinned Tabs] Allow different scroll thresholds for up and down directions
  • f95ef29 [anchor] Enable the CSSPositionAnchorNone feature.
  • d279076 Fix BrowserThemeColor policy generating incorrect accent colors
  • 699c7a4 Roll clank/internal/apps from 1b8bbd4a413f to d6c606dacae7 (1 revision)
  • 6fcfc08 flags: remove page-content-annotations-persist-salient-image-metadata
  • 6d8a579 Create WebUI for chrome://updater
  • 43402e6 Move PageActionColorSource enum definition to public header
  • 5b34bdc [PDF Ink Signatures] Refactor TestInProgressDraw()
  • e52010a test: also don't read /proc/self/auxv
  • e4a4eb2 [ios] Add TabGridDragAndDrop to fieldtrial testing config
  • 7ea5dea [iOS] Welcome Back: Implement Best Feature item tap action
  • 173bc8c Remove some leftover references to Supplement.
  • 7cf52b9 Make InnerHtmlAgent not a Supplement.
  • 4ba8879 Fix PerfCombined2025 fieldtrial_testing_config.
  • 1deb2b8 Reland "[AdTagging] Switch Ad Highlighting mechanism to support non-frame elements"
  • 9159dd2 [tips] Highlight bottom button when entering settings page from tips
  • 4867405 Roll Open Screen from c8446eee6867 to 39fa0ff22414 (1 revision)
  • c78a7f4 Roll WebView ARM64 Orderfile from 2cpi92vznxz1yES70... to 36-SSV518AbgsZLs9...
  • c262448 [ScopedVT] Remove view-transition-is-anchor-auto.html
  • b05663d Don't use the plugin helper for Firefox import
  • 6ef7390 Roll WebRTC from d3dc33415dba to 59391e5e8ae6 (3 revisions)
  • 2468e51 Roll Chrome Mac PGO Profile
  • 79dd9a4 [PinnedTabs] Update pinned tab bar when browsing data is deleted and quick animation takes place.
  • 9ac91fe [VL] Make HistoryClustersService::OnURLVisited() ignore 404s
  • 1712e9e [VL] Make HistoryFuzzyProvider::OnURLVisited() ignore 404s
  • 47d8216 Roll Chrome Mac Arm PGO Profile
  • 14be1a5 Roll Chrome Android ARM64 Orderfile from A9ZZNc9-iV-XWUPdZ... to _HNjrH0HC2lMhRhjW...
  • 38fedd8 Roll Perfetto from c0c007f42204 to 60767b0bac8b (2 revisions)
  • 2e3542f gardener: Revert "[TabGroups]Add fieldtrial_test_config entry for tab group interactions"
  • 7e7912c [GlicMI] Remove blank instances on close
  • 8d6a422 [PasskeyUnlockErrorUI] Observe Passkey Unlock Manager from Avatar Toolbar Button State Manager
  • f113c23 [iOS] Temporarily remove the glow effect for demo
  • 8d15f48 Move ConnectorsManager related methods to ConnectorsServiceBase
  • 2de85da Roll Depot Tools from 565cc4ee354f to b8f203014fd4 (1 revision)
  • 768bef2 [Android] Add assert to openNewIncognitoTabFast() in Desktop incognito
  • 3237061 Roll V8 from 8cf4312a8aa0 to a4e571c9d0bf (7 revisions)
  • 52fbec3 Add a kill switch for GlicButton label suppression
  • 6208917 Roll src-internal from 2d5b328d4b41 to d448ebcd4132 (1 revision)
  • b894c97 Make contextual task page action chip ephemeral
  • 535eb8b [GlicMI] Initialize inactive card view to invisible
  • ec4e0e6 [BrowserControl] Remove yOffset from #getUpdatedSceneOverlayTree
  • 2d29c68 Roll vulkan-deps from 14e2627bfd23 to e66c42f2bb26 (16 revisions)
  • 77520af fix of auto spanification for storage_unittest
  • 116a215 cleanup: use C++20 to calculate buffer size
  • 9927295 android: cleanup: Remove macro defs from linker/ashmem.h
  • fb2eccb Implement ObfuscatedFileReader class
  • 1283adb Roll optimization-guide from 41ab339735f8 to b54a9872b4a4
  • b8f1570 Update CCT context menu strings
  • e8ce9b3 Roll Fuchsia Internal Images from 30.20251110.103.1 to 30.20251118.102.1
  • 6cbb2a6 Fix crash in zss suggestions
  • e6669da Autoshard chromium/src test suites
  • a9b9c77 [Extensions] Migrate to class-style values of enum Manifest::LaunchType
  • bfc47c3 gardener: mark WPT loaf-iframe-self.html as test out for all mac bots
  • 914ec84 [Read aloud] Segment superscripts correctly with TS segmentation.
  • bae345c [omnibox-next] Fix suggestion activity styling.
  • da3d6d2 Ensure client is not switched when Lens context is empty
  • be841c7 Enable `kEnableRenderPassDrawQuadCullingOptimization` by default
  • 465e98b Delete presubmit check for unnamed scopers
  • b8e3efc More runtime config fixes for WebGPU perf tests
  • af9518b Enable basic occlusion culling for AggregatedRenderPassDrawQuad
  • 711e15c Roll DevTools Frontend from 4101661538ac to 51f0ad70911e (1 revision)
  • e58f8e6 Roll Skia from 8557300f84c2 to f3ddc700abc7 (5 revisions)
  • 7b88411 [Extensions] Convert enum Feature::AvailabilityResult to enum class
  • 07f9b47 Roll Chrome Win ARM64 PGO Profile
  • fbabb6b [iOS][Mojo] iOS STG mojo interface and service, menu hook up
  • f4651c7 [AIM] Alphabetize TabListEditorProperties
  • f625369 Use raw string literals in accessibility structure tree tests
  • 096202e Fix Paint Holding related flaky tests
  • 02bba82 Roll Perfetto Trace Processor Linux from 10ac9fc0b098 to cb66825fd922
  • 0c336f7 Roll Perfetto from cb66825fd922 to c0c007f42204 (2 revisions)
  • 37f720d Roll Open Screen from 3fbbb548aa18 to c8446eee6867 (1 revision)
  • bf17a95 [gap-decorations] Tests cases with orthogonal items
  • c8ecdab extensions: Split up TabsDetectLanguageFunction::Run()
  • 34336e9 Roll Arm AFDO from 144.0.7530.0_pre1545745_rc-r1-merged to 144.0.7532.0_pre1546354_rc-r1-merged
  • 47fa3a5 [Extensions] Enable download open dialog on Desktop Android
  • 1454316 Roll src-internal from f0c5d47985b3 to 2d5b328d4b41 (1 revision)
  • 87dfacc [FedCM] Use the navigation handle to determine activation
  • 832e2b9 [iOS][Bugfix] Fix PasswordControllerEGTest Flaky Test V2
  • e096234 Add JS-surface test coverage for scheduler.postTask
  • 9ea46ce [composebox] Fix animation clipping (voice and expand/submit)
  • df43297 Roll Chrome Android ARM64 PGO Profile
  • 3a048d4 Upgrade `google-cloud-bigquery` to v3.38.0
  • 74fedd4 [IOS][AIM] Display aim contextual suggestions on attachment
  • daaa4cd Roll Chrome Android Desktop x64 PGO Profile
  • 7b98387 WebUI: Fix @webui-eslint/web-component-missing-deps violations, part 4.
  • 30eaa9a [composebox] Add new animation time
  • 784819a Revert "Move DICTIONARY sync data type behind history toggle"
  • 7825f78 [DomStorage] Delete ShouldFailAllCommits() from DomStorageDatabase
  • a06e6a8 Remove the feature `EnableBackdropFiltersCullingOptimization`
  • ab5b070 GUARDED_BY in font data manager
  • 13923c2 Document that ShouldDeferStreamStart() is still useful
  • 722b70e [TabGroups]Add fieldtrial_test_config entry for tab group interactions
  • f2d0421 Shorten IOBuffer->span().first() to IOBuffer->first()
  • ab5027c Fix horizontal scroll on media-internals mobile
  • 9da054d Remove superfluous includes for Mojo bindings in //services headers
  • 03784b8 Roll V8 from 20aa26b8b402 to 8cf4312a8aa0 (7 revisions)
  • 18efd4b [blink] Add "middle click paste" renderer pref & setting
  • 2061f71 [WebAuthn] Add last used time to PasskeyCredential
  • 85cf24d [Extensions] Update install prompt to return stars instead of append
  • fc4d51f Roll Chrome Mac Arm PGO Profile
  • eb3c351 [TabStrip] Suppress clicks outside of the visible region
  • 13402fc Revert "Disable old suspend/resume deferral logic for macOS audio streams"
  • eafa0cd Reland show page action to trigger toolbar height side panel
  • 009430d Grant feature owners ownership of csd.proto.
  • 86c62c8 Null check `render_input_router_client_` in OnUnconfirmedTapConvertedToTap
  • bd3dcff Roll Perfetto from 88b7ffcc6285 to cb66825fd922 (1 revision)
  • 6d35bd4 [anchor] Update implicit anchor tests to include position-anchor:auto
  • 0d761b1 Roll WebView ARM64 Orderfile from VwLTsOw0L5vfHwjh4... to 2cpi92vznxz1yES70...
  • ba5b0e2 gardener: Disable ClickingOnTaskInBubbleActuatesTab on macOS.
  • ea0bbb5 [PDF] Consolidate more mouse move test code
  • e033ad2 Roll Chrome Android ARM64 Orderfile from BsDyDetarDtir9ITm... to A9ZZNc9-iV-XWUPdZ...
  • c265c86 [PDF] Add pdf/test/input_event_util.h
  • b3b74b5 [PDF Ink Signatures] Use CreateMouseMoveEventAtPoint() more
  • e80acf1 Roll androidx from JM1YttTcHE02DzlSk... to CSVKeMNJxDHY89IxX...
  • 58b3cfa Roll Perfetto Trace Processor Win from 4fbe260dafe8 to 10ac9fc0b098
  • 75141da [Test] Fix TabSwitcherLayoutPTTest for desktop like incognito window feature
  • b28c5cb [glic] Match the radii of GlicBorder with window radii on ChromeOS
  • a598e5c Automated Commit: LKGM 16487.0.0-1073220 for chromeos.
  • 600ed13 Fix RuntimePermissionTest for Desktop-like Incognito windows
  • 8b4a752 WebUI: Detect iron-list import in @webui-eslint/web-component-missing-deps.
  • c9ea9cd [BNPL] Move IsAutofillPaymentMethodsEnabled to PaymentsAutofillClient
  • 253f37d [VL] Make HistoryMenuBridge::OnURLVisited() ignore 404s
  • b8456e0 ContainerTiming: block upwards propagation for container roots with ignore attribute
  • 250b1a7 [Start Chrome with Windows] Move StartupLaunchManager to 'c/b/startup`
  • 8446505 [a11y] New API for requesting layout based clickability.
  • 3923bda Add byte_size.mojom to replace byte_count.mojom
  • 5195f8b Disable Desktop-like Incognito windows in some TabModelImplTest cases
  • 7b680f2 Roll DevTools Frontend from e5c11667c312 to 4101661538ac (7 revisions)
  • 945a302 Roll Dawn from e05063e54542 to 026bc053ee69 (5 revisions)
  • 19d46fe Roll Skia from ca906091e199 to 8557300f84c2 (2 revisions)
  • 6b79baf Move logging::LoggingSettings to base/logging/logging_settings.h
  • 1ffc668 [Signin][Android] Add DoNotMock to AccountInfo and CoreAccountInfo
  • eb85f60 Add controls of what events trigger CREDIT_CARD_FORM CSD pings.
  • bc53b50 [Fixit] Update test fixture in PageContentProtoViewStructureBuilderTest
  • 2a5669e [mobar] Account for ff loss during anim
  • 12a9770 Allow login.exitCurrentSession for class-tools-remote-display
  • 87cd237 Android: Stop omitting 3p licenses from //clank
  • 1abb388 [Perf] Include base_perftests in Android perf builds
  • 09c1fcb third_party/wireplumber: fix PipeWire dependency
  • 41a3e2a [BNPL][Clank] Log TTF shown metrics for issuer selection screen
  • 317a949 [flex] Use LayoutUnitDiffuser for main-axis auto margins.
  • 364ea5c [OpenScreen] [VideoStack] Migrate cast performance script to 'media'
  • 64a7b0d [context-input] Make ContextualTasksComposebox use shared base class
  • 0eb3c13 [Omnibox WebUI] Disable pinch to zoom and double tab to zoom on Mac
  • 01c592d Roll infra/chromium repo to add generated pyl files
  • 888b265 [Extensions] Reenable history override test for windows
  • fbd9850 Fix UMA report of Settings.FragmentAttached
  • a98cb98 Update iOS 26 beta bots to Xcode version 17c5013i
  • 4518994 Reset main menu highlight on one column mode
  • 7da0b20 [ios] Remove obsolete class CRWSessionCertificateStorage
  • 351afdf [anchor] Add support for position-anchor:none
  • e2ced48 Android: Change default target_cpu from "arm" to "arm64"
  • 51ab55d [identifiability] Remove code instrumenting media queries
  • b85d78a [identifiability] Remove code instrumenting MediaRecorder
  • 9d5dc9d [identifiability] Remove code instrumenting canvas
  • 6bf5816 Deprecate unused password manager histograms
  • b373c15 Fix crash in TabFavicon.get() when called on destroyed tab
  • 4bc46ca [iOS][mvt-customization] Remove unneeded code in MVT
  • f76f746 [iOS][WelcomeBack] Implement the Welcome Back half-sheet UI
  • 0ec100c Roll src-internal from 62509a008e80 to f0c5d47985b3 (1 revision)
  • d32e218 [Android] closeAllWindowsAndDeleteInstanceAndTabState() in leakage tests
  • d8817bd Remove MitigateLegacySearchEnginePromoOverlap feature flag.
  • 105cb1b [TDR] Remove TODOs linked to issue 40410467.
  • bb69136 [TreesInViz] Add validation for float values in LayerContextImpl updates.
  • f14d747 Roll Chrome Android ARM64 PGO Profile
  • 3d6a987 [TreesInViz] Add deserialization test coverage
  • b07f8d8 extensions: Split up TabsQueryFunction::Run()
  • dead865 Add missing const/constexpr keywords to iOS/macOS constants
  • 53230d3 cleanup: replace LCM with std::lcm
  • 8bd179b Add LFF device support in hidekeyboard() to avoid crash
  • b95e85b [KA] Remove TabSwitchingDelegate::addTab.
  • cf4354b Roll Chrome Win32 PGO Profile
  • dffa6cf [Growth] Add feature flag for Profile Creation Friction Reduction experiment.
  • 6a36f65 ContainerTiming: drop containertiming-nesting and behave always as transparent
  • faaaaf4 Remove expired and unused page load metrics.
  • 5277fd1 [Growth] Add Uno bubble part of Signin Promo Limits Experiment.
  • 48e08ec Correctly disable actor HandleReauth test on linux
  • 272df8b Roll ANGLE from 3a0ebc752488 to cf53f379f81a (1 revision)
  • 1679a3f Remove unused ExecutionContext ex-Supplementable members.
  • 514e110 [flex] Use LayoutUnitDiffuser in flex for content alignment.
  • 025a392 Extend expiration for ChromeOS.Display.Startup.AmbientLightSensorEnabled.
  • 8cb197c Roll Crossbench from 1572106a98d0 to 6945a4d9f99a (1 revision)
  • bcde7f4 Serialize Pixel_SVGHuge on x86 Mac
  • c356ce7 Include baguete user in the 'disk' group
  • 0703c5d [Code Health] Update expiry milestones for HaTS flags.
  • 537f46f Default browser: Add a monitor for system default browser changes
  • ba8d08d Roll clank/internal/apps from ca42da3e3a18 to 1b8bbd4a413f (1 revision)
  • 374058c Roll Perfetto Trace Processor Linux from 74a696c4e77a to 10ac9fc0b098
  • db2c0d9 Update re2 owners
  • 24a2b28 Rename to interactive_uitest.cc 1/N
  • 0dac3de Remove the `PermissionElementIcon` flag.
  • c0a17d6 Roll Perfetto from 10ac9fc0b098 to 88b7ffcc6285 (1 revision)
  • e3b5160 Extend expiry of DefaultJavascriptOptimizationBlockedByOs UMA
  • 4cff0c0 LPP: Add CheckPinComplexity to PinFactorEditor mojom interface
  • de39c71 Extend PasswordManager.FillSuggestionsGroupedMatchAccepted histogram
  • 89bf6c7 Roll Chrome Mac Arm PGO Profile
  • 1a1acc4 Revert "Scoped-VT anchor-positioning"
  • b4886d2 [SyncTest] Adopt SetupSyncWithMode in single_client_bookmarks_sync_test
  • 4b18bde gardener: fix wrong path of loaf-iframe-self.html in WPT expectations
  • fde2c5f Extend Android histogram expiry date.
  • 15d6abe Enable scroll-animation-effect-phases.tentative.html
  • 6a2ea6e updating-the-finished-state.html passes with wpt runner
  • 051b174 Remove DB version metrics for source/report modification
  • e3a9b5a Add RegionalCapabilities Puma histogram definitions
  • 3a6e08d Support multiple parallel requests for 1p CCT
  • 44a436b Roll abseil_revision 9abb0b5196..48bf10f142
  • f763ee4 [identifiability] Remove code instrumenting MediaCapabilities
  • 3960bf7 Use borderless_url_patterns to decide if the window is borderless
  • 3e79df6 Remove checks for SHORTCUT in AppBannerManagerAndroid::OnInstallEvent()
  • 8fa83d0 YourSavedInfo: add field trial config YourSavedInfoSettingsPage
  • c1c969a Use shared constants for PasswordImporter limits
  • 0a6ecf7 [iOS] Remove titleView from ConfirmationAlertVC
  • e22a90a Make effect-updateTiming pass with RunSnapshotPostLayoutStateSteps
  • a96db3c Reland "[TabIndicator] Switch to static tab icon when WaitingOnUser"
  • 54dfbb2 [SVG] Enable `SvgAnchorElementAttributes` to stable
  • 6724f6a [Extensions] Convert messaging::Message struct to a class
  • 079d2e3 Manual Roll androidx from FThFnYvPgNHpefOY5... to JM1YttTcHE02DzlSk...
  • 21506d8 [identifiability] Remove code measuring getVoices()
  • 80387eb histogram: Extend end date for diagnostics histograms
  • 71a169e Add a fieldtrial testing entry for UseCursorEventHook.
  • 5ac58ef [identifiability] Remove code for BackgroundFetchRegistration
  • 491a5c3 [identifiability] Remove code instrumenting WebGL params
  • 0b2f9e5 Roll V8 from 998bb7fdf209 to 20aa26b8b402 (18 revisions)
  • ec9f78a Extend Stability.IOS.PostCrashAction expiration date.
  • f026623 Extend expiring histograms related to Fenced Frames.
  • 01a412d Create CacheEncryptionProviderImpl
  • f013ff2 Roll WebView ARM64 Orderfile from z7mQztbjrSoOPIIyL... to VwLTsOw0L5vfHwjh4...
  • 09fa7b9 Roll ios_internal from 239ab09d8033 to f357f16bf16b
  • 5f0fd45 [VL] Make PageContentAnnotations::OnURLVisitedWithNavigationId() ignore 404s
  • d9c47e7 Updating trunk VERSION from 7532.0 to 7533.0
  • 681c68f Roll Media App from T2fx_c0Yfy9PR0iec... to 6ALBqXCaamztpSBWl...
  • 9174b31 [iOS] Centralise button stack visibility with `hideButtons` property
  • dab39cd Roll Help App from Nk9qLorJs2SLJSbQq... to x27M80gWQxMMZKuXp...
  • f5c8448 Roll Platform Experience Win from d5b8c0ecd547 to c2bd5ad0f237 (1 revision)
  • 4a1c93e [iOS] Fold SendTabToSelf item to SettingsIconDetail item
  • 26334c1 Roll Chrome Android ARM64 Orderfile from vcqd6tyeAKrBdh8jS... to BsDyDetarDtir9ITm...
  • a3a2369 [iOS] Refactor Content Suggestions Tab Resumption
  • c1a7a4a [NTP Theme] Add metrics for selecting chrome default in bottom sheet.
  • fade20b Add country check flag to Android as well.
  • 0c2f412 Extend expiration date for Geolocation.CoreLocationProvider.ErrorCode
  • 96e21d0 [threadpool] Reduce unnecessary calls to EnqueueJobTaskSource().
  • b05cb1a [video pip] Fix vertical alignment of VC controls
  • e81601e [Android] Fix Keyboard Accessory style glitch during dismissal
  • fb9677f [animation-trigger] Update AnimationTrigger fieldtrial testing config
  • d9ee8f4 bt-internals: Partly migrate chrome://bluetooth-internals to TypeScript (5/N)
  • 6aca8d1 Roll Perfetto Trace Processor Linux from 4fbe260dafe8 to 74a696c4e77a
  • 61a0d8b Extend expiration for Enterprise.LoginApiCleanup histograms
  • 980b155 Roll Perfetto from 74a696c4e77a to 10ac9fc0b098 (4 revisions)
  • 19c8df0 [iOS] Improve overflow menu action order consistency
  • ea92c2a Make sure GlobalFeatures gets deconstructed last in TestingBrowserProcess.
  • e18ae88 Make ExecutionContext not Supplementable.
  • 0a5446c Add pmonette as owner of memory pressure related files
  • 02ac7cb Fix actor task list bubble interactive tests
  • 3abc7ba Remove app-state-specific HTTP status code metric
  • 25745ed [identifiability] Remove unused header in keyboard_layout.cc
  • 8e9b95c [Android] Disable animations for undocked Keyboard Accessory
  • b2bcd91 [IdentifiabilityStudy] Remove code measuring screen orientation
  • bcd293d Remove the WebView IoThreadClientOnUrlLoaderTime.* histograms
  • 3cef9dd Android: Move CastOptionsProvider to the chrome split
  • 0b02244 Fix warnings and errors in proxy wrapper APIs
  • e9dd873 Use stringifier attribute to match DOM spec
  • b98fac3 Roll Chrome Mac PGO Profile
  • a96143d Set expectations for css/css-anchor-position/anchored-transition-display-none-001.html
  • ecd9d0d [persistent_cache] Fix typo in DeleteSuccess histogram name
  • dba4031 Roll Chrome Mac Arm PGO Profile
  • 354e930 Create OSCryptCacheEncryptionDelegate implementing an interface from net/
  • 63a0e2c [ios] Add profile management on chrome://management
  • 6ed37be [identifiability] Remove code instrumenting MediaSource
  • 615b39b Roll Perfetto Trace Processor Win from db2bc10622b4 to 4fbe260dafe8
  • 9c66d9d Convert to UNSAFE_TODO in chromecast
  • 786705e Roll ios_internal from 614dc312c9a4 to 239ab09d8033
  • b461bcb Move DICTIONARY sync data type behind history toggle
  • 060c864 [//media] Remove unneeded TestSII calls
  • 66c31e1 [//ui] Port WaylandBufferManagerGpu:AllowsImplicitModifier to talk SIF
  • aa159d6 [Viz] Remove unneeded TestSII calls
  • 1e7be08 [//ui] Port WaylandBufferManagerGpu:GetModifiersForFormat() to talk SIF
  • 10846d7 Roll WebView ARM Orderfile from CQwbwp-M1EqVqWflj... to rjh1b2kbP2R8wWFH7...
  • 02f9286 [Exo] Remove unneeded pointer_unittest.cc TestSII call
  • 07ad9fb Roll Chrome Android ARM64 PGO Profile
  • a329a85 [//gpu] Remove unneeded TestSII call
  • 5aa4e74 Extend expiration dates for two Enterprise DLP histograms.
  • 0c0ef8c [identifiability] Remove code measuring WebGPU
  • 7cdc794 [identifiability] Remove code instrumenting WebMIDI
  • 5de6fbd [VL] Make TemplateURLServiceClientImpl::OnURLVisited() ignore 404s
  • 53c7cbe [animation-trigger] Clean up stale animation-trigger declarations
  • 4b2d695 Reduce use of push_back() in net.
  • 934fd98 Roll Chrome Android ARM64 Orderfile from QU01JBIeqxOKooxED... to vcqd6tyeAKrBdh8jS...
  • 1b488f2 Roll Perfetto from 4fbe260dafe8 to 74a696c4e77a (1 revision)
  • 801a173 Make Page not Supplementable.
  • e84d295 Roll ANGLE from c2bf35a31a90 to 3a0ebc752488 (1 revision)
  • 36aac92 [iOS] Remove AccountSignInItem
  • 340e2a6 Add CCAM::NotifyObservers
  • 15c6308 Move LoAF WPTs out of /tentative
  • a8f4ab4 Update expiry of Profile histograms owned by nicolaso@
  • c7a4032 [AutofillAi - M4] Manager can be created in Android
  • f873af4 [ios] Remove obsolete class CRWNavigationItemStorage
  • cfbd529 CodeHealth: Add comments on //blink/.../preload_helper.cc
  • e3ec9ca [iOS] Adds AddButtonStackContentWidthLayoutGuide
  • f50b152 Roll Perfetto Trace Processor Linux from db2bc10622b4 to 4fbe260dafe8
  • e8d704b Disable HandleReauth test on linux-wayland-mutter-rel-tests
  • de20521 [iOS] Refactor PromoStyleViewController
  • e6b4533 Move ActorFillingObserver into its own file
  • 11b3b1c [KP] Automatic update from google3
  • d0f146e [iOS] Upgrade S.AccountReconcilorState.OnGaiaResponse expiration date
  • 2d1921a [CT] Automatic update from google3
  • d873d5f [animation-trigger] Restrict attachment updates to relevant animations
  • a4ebc5c Modify control of external entity loading to only apply to non-XSLT
  • eb6d4c5 Roll Chrome Linux PGO Profile
  • 1a286ce Updating XTBs based on .GRDs from branch main
  • db5a7f7 [iOS] Move PillView into its one file
  • b4412d7 [SyncTests] Modernize SingleClientWebAppsSyncGeneratedIconFixSyncTest
  • f6d2f11 [SyncTests] Modernize SingleClientAccountSettingSyncTest
  • a259805 Roll V8 from 503345eeea44 to 998bb7fdf209 (6 revisions)
  • 0b78ff2 Delete `kSetLeakCheckRequestCriticality` feature.
  • 5229cf3 Remove unused NavigatorBase ex-Supplementable members.
  • 018642e Actor: Add timing metrics for page stability monitor
  • 0fca470 Roll Chrome Win ARM64 PGO Profile
  • 931693c Roll Chrome Android ARM64 PGO Profile
  • 3e255f5 Remove unused LocalDOMWindow ex-Supplementable members.
  • f6aa821 Roll Crossbench from 69e6e1d7900c to 1572106a98d0 (1 revision)
  • c00e8a1 Roll Chrome Android ARM32 PGO Profile
  • ac2a153 Implement streamAppendHTMLUnsafe
  • d37defe Roll ios_internal from 984caca3d97d to 614dc312c9a4
  • d2a7a8c [iOS]Replace DCHECK by not fatal check
  • 8674fe7 Roll Catapult from c5f115ecb541 to 6fd8bbe72367 (1 revision)
  • 4ebf15a Roll Chrome Android ARM64 Orderfile from vStZf85VFIPyjNqYp... to QU01JBIeqxOKooxED...
  • 833fbc1 [iOS] Move Reading Mode eligibility to a separate class.
  • 073eb0a [iOS] Disable flaky testChromeToChromeURLKeepsHeaderOnScreen
  • 7dbeeb5 Roll WebView ARM64 Orderfile from YHeSJTSoU8VkZmrHY... to z7mQztbjrSoOPIIyL...
  • 0a01fdd Make LocalDOMWindow not Supplementable.
  • d4a59a0 Roll Chrome Android Desktop x64 PGO Profile
  • 7b641f6 Add a fieldtrial testing entry for DesktopMediaPickerCheckAudioPermissions.
  • 083eb8f Remove unused Navigator ex-Supplementable members.
  • 4b86788 Add a feature flag for auto-minted TWA integration
  • e486f9d [iOS] Postpone IOS.DocumentDownload histograms expiry to 2026-12-28
  • 50f9c90 Enable desktop full screen features for Android desktops
  • 46e1008 Add IOSReaderModeWithTranslate experiment to fieldtrial_testing_config.
  • 8b15471 [ios] Fix unsafe buffer in ChromeTestCase
  • e3f37b1 Revert "Roll DevTools Frontend from e5c11667c312 to 99616d8da6ed (1 revision)"
  • d99d033 Make NavigatorBase not Supplementable.
  • 39b5df2 Extend Sync.SyncEverythingOS
  • 086f5db [iOS] Do not animate progress bar if it is going backward
  • 61a40e9 Roll Chrome Mac Arm PGO Profile
  • 8f2b622 Make Navigator not Supplementable.
  • 87c9441 [persistent_cache] Use the incremental BLOB API for Find()
  • c5885ee [identifiability] Remove code measuring RTCRtp
  • 7c46822 Roll ANGLE from 59964ffafb96 to c2bf35a31a90 (1 revision)
  • 071ced8 [identifiability] Remove measuring BarcodeDetector.getSupportedFormats()
  • bc4b929 [iOS][Composebox] Add disposition param to loadURL function
  • 822d1a9 Add field trial config for loyalty card flags on iOS.
  • 4ca7b32 Roll Chrome Android ARM64 PGO Profile
  • c138248 Remove unused AutofillAiAction::kAddServerEntityInstanceInSettings.
  • e081292 Roll DevTools Frontend from e5c11667c312 to 99616d8da6ed (1 revision)
  • 2cf8c35 Remove unused MojoBindingContext ex-Supplementable members.
  • 43746f2 Make MojoBindingContext not Supplementable.
  • 8dad10f Roll clank/internal/apps from 60037408a1ab to ca42da3e3a18 (1 revision)
  • e184ba1 Make PipScreenCaptureCoordinatorImpl a global singleton.
  • 10e6d10 Roll Perfetto from db2bc10622b4 to 4fbe260dafe8 (1 revision)
  • 2192745 Roll Projector App from tT09TmqiKfiQXXRBE... to NHDxWZurrfuSnh_Pk...
  • 49712ef Roll Chrome Win32 PGO Profile
  • 8f57a57 Roll Dawn from 7df710dc8ae8 to e05063e54542 (3 revisions)
  • 6d34761 [TDR] Remove TODOs linked to issue 40443205.
  • 201f0e2 Update `Crypto.TPMOperation.Win.{Operation}{SignatureAlgorithm}.Error` Histogram
  • 78ec786 Fix data race in set_trace_task_id
  • 1fa63ee [AutofillAi] Permissions conditionally check new syncing pref
  • 743748d Roll WebView ARM64 Orderfile from wJ5MMSaG38CHw1zUY... to YHeSJTSoU8VkZmrHY...
  • f89869a Roll Chrome Android ARM64 Orderfile from geFSAh4G65n6Gdgcz... to vStZf85VFIPyjNqYp...
  • 9da4950 YourSavedInfo: remove the tooltip from the entries list
  • 069be66 Enables retrying only failed tests for all suites on 'linux-rel' and 'mac-rel'.
  • 20a4039 Simplify some span manipulation using take_first()
  • 615841b Roll V8 from 87f220c628e8 to 503345eeea44 (2 revisions)
  • 061bd5d [iOS] Close Find in Page when tab is disconnected from browser
  • 952dfec [Android] Refactor OAuth2TokenServiceDelegateAndroidTest
  • 4cd873f [Android][WebAuthn] Convert CancellableUiState enum to @IntDef
  • f6e4823 Simplify copying of non-contiguous data into a new DOMArrayBuffer
  • 618bd0c Remove leftover Supplement<LocalFrame> instantiation.
  • 250dbab [ios] Fix unsafe buffer in NavigationManagerSerialisationTest
  • 4e9a811 [iOS] Fix opening a managed profile
  • 7573bdd [Android][WebAuthn] Convert enums in BarrierTest to @IntDef
  • 26b7c5f Roll clank/internal/apps from 5b9c924ebe73 to 60037408a1ab (1 revision)
  • fb87fd3 [Android][WebAuthn] Convert Barrier enums to @IntDef.
  • f9fcba8 [<geolocation> element] Drop the `resolve` and `dismiss` events.
  • b74804d Roll WebRTC from 4d864f22e092 to d3dc33415dba (4 revisions)
  • 3d85913 YourSavedInfo: Update 3-dot menu labels for submenus
  • aefcc94 [Autofill] Rename account_name_email_strike_manager_unittest[s].cc
  • 64ca5e7 [Autofill] Use AutofillBrowserTestEnvironment in browser tests
  • 0a020e6 Roll DevTools Frontend from acd84973a370 to e5c11667c312 (1 revision)
  • 66ac92d [<geolocation> element] Add IDL tests.
  • 091e0ec Roll Chrome Mac Arm PGO Profile
  • 469d393 Roll ios_internal from d2b178530506 to 984caca3d97d
  • 4a84b67 Use real UserManager in ArcAppTest
  • 9e86d89 [iOS] Use a single json for LensSearch animation
  • c8ba348 ash: Migrate some BrowserList and Browser uses
  • d198e61 [AutofillAi] Add icons for the Autofill AI data types.
  • 5413231 [iOS] Fix bottom margin of the extension
  • 8113185 [glic] Only compile enterprise disclaimer on Non-CrOS
  • 41ff94c Add a helper class to fill change password form
  • c597e6c Remove histogram metadata for Pepper.InterfaceUsed
  • 01d3da8 [Cleanup] Remove unused param in votes_uploader.
  • 7a317fa [Extensions] Refactor enum Manifest::Type to later convert to enum class
  • 9945c13 Infobars (3/4): Implement prioritization and queuing logic
  • 02134af glic: Disable DragAndReleaseTool_CrossOriginSubframe on ChromeOS
  • 7359c99 Roll Chrome Android ARM64 PGO Profile
  • 10dfb8c Extend expiration dates for expiring Sync histograms
  • 456b34a Roll Boca Receiver App from MGmhfAkn6SW75TnnZ... to x29TDLc0-oqudcX9r...
  • b4886e9 extensions: Refactor ExternalLoader into a separate target
  • 89b565f [Customize Chrome Experiment] Delete redundant CustomizeChromeAutoOpenedUserData
  • 242f1fb [iOS]Add CacheIdentityListInChrome to field trial
  • dfb15cf Change Omnibox Autofocus header reporting to be disabled by default.
  • 440524d Extend APC histograms
  • ec5d0cd glic: Remove redundant BUILDFLAG(ENABLE_GLIC)
  • 900b2ad Roll Boca App from BuieGqzxo6WeIYL1c... to 16XImZW60wu3TMarn...
  • 8677d93 Apply blink::StrCat() in core/layout/
  • 4ff9dc1 Roll Chrome Android ARM64 Orderfile from NgP8WCojOm7F9V_Ym... to geFSAh4G65n6Gdgcz...
  • 2c675d3 Roll clank/internal/apps from a13d93da5b8a to 5b9c924ebe73 (1 revision)
  • aeeb24d Roll WebView ARM64 Orderfile from Sf-0B4SQeuewtdEps... to wJ5MMSaG38CHw1zUY...
  • 45406b7 Roll Chromium Variations from FBm6v6_nd0kDhUc2c... to CFs1vlld6_hgs_k0j...
  • c21b5ac Delay expiry of frequently used histograms.
  • 7fe6518 Cleanup unnecessary arg to VideoCaptureController::FindClient
  • f8acffd Enable and improve Death Tests for Partition Allocator on Android
  • 76f8a05 BrowsingHistoryService: Remove QueryResultsInfo::has_synced_results
  • 5fb338e net/disk_cache/sql: Fix EvictEntries() entry count update.
  • 431bf07 [Frameworks roll] Roll to 833678468 piper revision
  • 8d3d72f [AutofillAi] Add form signature to prompt result mqls/ukm metrics
  • aee8901 WebAuthn: Rename local variable `signal_supported` to `signalSupported`
  • ddf3351 Roll Chrome Mac PGO Profile
  • 7a98e80 Roll ChromeOS Arm AFDO profile from 144-7499.11-1762745527-benchmark-144.0.7522.0_pre1542924-r1 to 144-7499.11-1763349616-benchmark-144.0.7530.0_pre1545745-r1
  • 5bf4f9d Roll Skia from d7268f8245f2 to ca906091e199 (6 revisions)
  • 52fe1ca BrowsingHistoryService: Remove unused enum WebHistoryQueryBuckets
  • e7cc1e8 Roll DevTools Frontend from 4a5e91554f45 to acd84973a370 (3 revisions)
  • 1c20474 Make CreditCardAccessManager notify observers before destruction
  • 2dae065 Roll Chrome Win ARM64 PGO Profile
  • e91b73d Roll V8 from 820e24ee38a5 to 87f220c628e8 (2 revisions)
  • 653bcfe Add ScopedCreditCardAccessManagersObservation
  • 0430776 Delay expiry of histograms causing alerts.
  • 5e25314 YourSavedInfo: Track visits to Your Saved Info leaf pages
  • 0eb1a87 Expose CCAM in AutofillManager
  • 9984645 [PEPC] Ensure autolocate triggers only once per element
  • a5e661e Report special error for cross origin navigation failures in MQLS
  • 4dcec7a Automated Commit: LKGM 16486.0.0-1073214 for chromeos.
  • 27df744 [Blink] Remove FlushReason from GetSourceImageForCanvasInternal()
  • 0adc5ea Roll Chrome Mac Arm PGO Profile
  • 696e5ac Update the UX asset for walletable pass save bubble
  • f3b8860 Roll Chrome Android ARM64 PGO Profile
  • d2e730f Roll Chrome Android ARM64 Orderfile from 9cyOChxncH9_xYYoC... to NgP8WCojOm7F9V_Ym...
  • c84bdfe [Viz] Remove `raster_interface_gles_` from TestContextProvider
  • 2c109ad This change provides a more specific tag name for deactivation tests, specifically for android-go-wembley-perf, because the previous one deactivated tests also for android-go-wembley_webview-perf builders.
  • 52287e9 Add a simple wrapper class for Typing tool
  • 5f7bda9 Roll Chrome Android Desktop x64 PGO Profile
  • a134273 Roll WebView ARM64 Orderfile from 6Pp4GC7UfJ4HJxVnW... to Sf-0B4SQeuewtdEps...
  • b2be5d2 Roll Chrome Linux PGO Profile
  • 981b6c6 Roll DevTools Frontend from 08059aefb72e to 4a5e91554f45 (3 revisions)
  • becfdc5 Roll Open Screen from 619fcbf419e1 to 3fbbb548aa18 (2 revisions)
  • 360fac8 [Blink] Remove unneeded DrawingBuffer test call
  • e757913 [Blink] Remove FlushReason from GetSourceImageForCanvas()
  • 1968723 Roll compiler-rt from f92367dad65c to d4d5a24a5514 (8 revisions)
  • 2b71c89 FedCM: Use `display_priority` to handle new accounts
  • 24e6cdf [Android] Add a Keyboard Accessory dynamic positioning feature flag
  • 6655557 [TDR] Remove TODOs linked to issue 344789992.
  • f2a2695 [TDR] Remove TODOs linked to issue 40250824.
  • eb85d8c glic: Disable GlicEnablingTest tests on ChromeOS.
  • 916e38d Roll Chrome Android ARM32 PGO Profile
  • 3e93349 Roll Chrome Android ARM64 PGO Profile
  • ed3d352 glic: Add network_handler_test_helper for GlicMetrics on ChromeOS.
  • f96966b CastConfig: Add null check for GetMediaRouter() during teardown
  • 64b592b glic: Disable GlicSettingsUtilUiTest test
  • 02723e0 Fix metadata for Secure Message
  • 0dbf0ac glic: Fix build error in glic_fre_controller_interactive_uitest
  • dc8bd78 Roll Depot Tools from dac161882fea to 565cc4ee354f (1 revision)
  • 4dc6791 Roll PDFium from d632d58a616a to 21a5abba1166 (3 revisions)
  • 6a3ffa6 webnn: retry the EP catalog activation if failed
  • 9eaa0d3 Don't create BlockBreakTokenData for plain block containers.
  • e215daf [anchor] Request main frame animation if anchors animate transforms.
  • a5283d1 Roll DevTools Frontend from 905490e42fee to 08059aefb72e (1 revision)
  • 740b4a6 Roll WebView ARM64 Orderfile from eONDuy_Na7w2gmfSW... to 6Pp4GC7UfJ4HJxVnW...
  • 900680e [gardener] Add timeout=long to shared-worker-mixed-clients-eviction.window.js
  • ed119aa Roll Chrome Mac Arm PGO Profile
  • 3e4b471 Roll ANGLE from d7712703ca0d to 59964ffafb96 (1 revision)
  • 23a554e Roll Chrome Android ARM64 Orderfile from Zj9c_0VmVy5xVD05L... to 9cyOChxncH9_xYYoC...
  • acab91c glic: Disable GlicBackgroundModeManagerUiTest test on ChromeOS
  • 9831039 Fix UAF in OverscrollController::CompleteAction
  • 1755e6e Roll Chrome Win64 PGO Profile
  • b1afac7 Disable HandleReauth test on Linux.
  • 69bcb97 [Test] Fix TabSwitcherDrawableRenderTest for desktop like incognito feature
  • e453728 glic: Disable CapabilityUpdatedForAccount on ChromeOS.
  • 60b30f8 extensions: Convert extensionsEnabled to a static method
  • 2d7cec4 Revert "Enable field trial testing for infobar refresh"
  • c3489cf Revert "[TabIndicator] Switch to static tab icon when WaitingOnUser"
  • e10a022 Roll Chrome Android ARM64 PGO Profile
  • 8fd5488 Remove incorrect FuzzyPinyin entries in InputMethodSettings API.
  • 9024126 Roll Chrome Android ARM64 Orderfile from hmGeHQrlWaKyznExI... to Zj9c_0VmVy5xVD05L...
  • 93cefd2 Fix metadata for TensorFlow Lite
  • 2165f46 Roll WebView ARM64 Orderfile from ge_stmJfO_ANbFQy7... to eONDuy_Na7w2gmfSW...
  • 8e3169f [bedrock] Replace AllTabContentses() with tabs::ForEachTabInterface()
  • cb6032f Roll Chrome Win32 PGO Profile
  • 2e6a826 Roll Dawn from a20f3e9ab32f to 7df710dc8ae8 (7 revisions)
  • eec238b Roll ANGLE from ce2e328773d5 to d7712703ca0d (1 revision)
  • 8850255 Roll Chrome Mac Arm PGO Profile
  • b03cad9 Roll Arm AFDO from 144.0.7522.0_pre1542924_rc-r1-merged to 144.0.7530.0_pre1545745_rc-r1-merged
  • 094346f Roll ChromeOS Atom AFDO profile from 144-7499.11-1762745895-benchmark-144.0.7522.0_pre1542738-r1 to 144-7499.11-1763355062-benchmark-144.0.7530.0_pre1545745-r1
  • 452abd6 text-justify: Split spacing functions and justification functions
  • d7c5a5d Use INT_MAX bufSize for glReadPixelsRobustANGLE with PBOs.
  • 4fbd0ed Roll V8 from 81e17eeb3dd9 to 820e24ee38a5 (2 revisions)
  • 7a2a8ac Roll Chrome Android ARM64 PGO Profile
  • b951e70 Revert "[AdTagging] Switch Ad Highlighting mechanism to support non-frame elements"
  • 690f5a9 Updating trunk VERSION from 7531.0 to 7532.0
  • 88d604a Extend Odml.PeakTotalMallocMemoryKb metrics
  • 9ebaf1e Roll ChromeOS Bigcore AFDO profile from 144-7499.11-1762742359-benchmark-144.0.7522.0_pre1542738-r1 to 144-7499.11-1763349143-benchmark-144.0.7530.0_pre1545745-r1
  • 410690b Roll Chrome Mac PGO Profile
  • f057e47 Roll Chrome Android ARM64 Orderfile from pjRoe_VD63GARuPuI... to hmGeHQrlWaKyznExI...
  • 4fc481f [iOS]signinPromoViewState becomes readonly
  • fba8d95 Roll WebView ARM64 Orderfile from k6UT0v6fyKz9Eyvd_... to ge_stmJfO_ANbFQy7...
  • 12c3315 Roll Chrome Mac Arm PGO Profile
  • 5daf3f8 Improve handling of messages with placeholders in permission element GRD generation.
  • ae35bc5 Roll ANGLE from b9ce89697803 to ce2e328773d5 (3 revisions)
  • 6e4d0c6 Roll Chrome Win ARM64 PGO Profile
  • 5a3bad4 [iOS] Remove warnings in SearchEngineChoiceCoordinatorTest
  • f6738f1 Introduce PrerenderActivationByFormSubmission OT
  • c7fe416 [iOS] Remove chrome_coordinator deps in account_menu/ui
  • 019b1ef [iOS] Update action icon in account menu
  • 42c529f Ensure AIM/NB suggestions are fulfilled with appropriate tools.
  • bfa4433 Update autofill views to use BubbleAnchor instead of views for anchor
  • a7ac0bf [boca] Create feature flag for student side of kiosk audio
  • 2cff6ee [composebox] Submit button focus state incorrect.
  • 7a8dcaf [composebox] Clear files on submission of query.
  • 56156b2 Roll android_deps from gQUILWJIrEyqn_QLH... to DYquWb-UkDffsXody...
  • 5b68529 Roll BoringSSL from e743669eaf59 to 9b86817b23df (1 revision)
  • 04a7a83 [Win] Block legacy Intel devices/drivers from D3D12 encode.
  • 0f9c51d [Code Health] Clean up stale base::Feature "InternalServerSideSpeechRecognitionControl"
  • 0160151 [Win] Disable MF shared image encode if HMFT is not on main adapter.
  • 1ad7a35 Roll src-internal from f3a06436609d to 62509a008e80 (1 revision)
  • 613be1d Use more standard enumerator names in UI views
  • edb196a Revert "[iOS][gardener] Mark flaky BringAndroidTabsConfirmationAlertTestCases"
  • a9edf76 Use ModelBroker for writing assistance APIs.
  • 0a14366 [boca] Add AudioPlayback to ViewScreenConfig
  • 1688539 Remove some incorrect dangling pointer annotations
  • adc8d7a [ntp-realbox] Fix the context menu icon sizing for composebox/realbox.
  • b663cd9 Roll Fuchsia SDK from 30.20251110.5.1 to 30.20251117.7.1
  • 98d919f [layout] Add LayoutUnitDiffuser.
  • 3c3d465 Roll Chrome Android ARM64 PGO Profile
  • a7397f0 Roll Chrome Android Desktop x64 PGO Profile
  • 7c4445f Link Autocomplete and Composebox controllers for better suggestions.
  • b730a92 [omnibox-next] Fix alignment and color issues.
  • 7563a53 Revert "Replace use of ProfileManager::GetActiveUserProfile() in AccessibilityManager"
  • 5919a22 [DomStorage] Implement and use SessionStorageLevelDB::PutMetadata
  • 8cfcf65 [riscv] Add compilation flags to control code-related alignment
  • 840d98b Ensure ScopedServiceBindingBatch is closed in a local stack
  • 1b62640 [TBHSP] Update class comment for SidePanelAnimationCoordinator
  • 5db91ef Roll Skia from a9be2ae22679 to d7268f8245f2 (5 revisions)
  • 01bbfe1 [Read aloud] Don't filter out text nodes that are just whitespace.
  • b582475 Roll BoringSSL from 6c7729b88a69 to e743669eaf59 (1 revision)
  • c483213 Reduce the overhead of unsafe buffers plugin.
  • 7ba58e5 [Desktop Android] Implement TabListBridge::HighlightTabs
  • c117957 Fix how activate/deactivate marker update palette visibility.
  • 601f6f3 [Default Browser] Add metrics to DefaultBrowserController
  • 5e0aecc Roll ANGLE from 0d2467866e0b to b9ce89697803 (3 revisions)
  • 3e145dd [gDM] Application audio capture histograms for Windows
  • 717a285 Remove unused OptionType.PINYIN_FUZZY_CONFIG in CrOS IME Settings.
  • ab0b619 [AdTagging] Switch Ad Highlighting mechanism to support non-frame elements
  • 13b2fd7 Roll Chrome Mac Arm PGO Profile
  • 2222714 Roll Perfetto Trace Processor Linux from 30ff80036231 to db2bc10622b4
  • a980a77 Roll Chrome Android ARM64 Orderfile from i1Uu0iL9AAKqjL0ca... to pjRoe_VD63GARuPuI...
  • a88e5ea Roll WebView ARM64 Orderfile from TX-h1NbX8g4NAswKh... to k6UT0v6fyKz9Eyvd_...
  • 09e79d9 [Vertical Tabs] Add close button
  • 8bab619 url: Use string_views for three functions in url_parse.cc
  • f7e9964 [Autofill] Fix EventType in WebNode::AddEventListener()
  • 99932ce Update Android real time allowlist to test new configuration
  • 68555d1 [anchor] Make the anchor attribute add position-anchor:auto
  • 2c25c76 [GlicMI] escape hatch for WebUI crash
  • e24bdf9 [Reading mode] Handle text selection without using ax ids
  • bda1fa6 Automated Commit: LKGM 16486.0.0-1073207 for chromeos.
  • 104d8d4 Add Immediate behind WebGPUExperimentalFeatures flag in Blink
  • 131dfd2 Add signal for (query, page content) lexical match score.
  • f0adafb Revert "Delete PrivacySandboxGetPromptFormNoticeService feature"
  • 447364a Remove unused code from base::trace_event::TraceEvent
  • b4423cb [DomStorage] Implement and use SessionStorageLevelDB::ReadAllMetadata
  • 17f7b1f [anchor] Add position-anchor:auto to the UA stylesheet.
  • 4ed8b6a Updates test to be compliant with desktop-like incognito windows.
  • e6ad88a Move library code for migration scripts to lib directory.
  • 3b9bd22 Fix crash in caching_zero_state_suggestions_manager.cc
  • 8763dfb Fix PartnerDisableIncognitoModeIntegrationTest for incognito windowing
  • 5b1bba1 Update generate_buildbot_json.py to prefer legacy pyl files
  • a411f78 extensions: Use std::u16string for load error reporting
  • 174ddf5 Manually roll microsoft_dxheaders deps to head of upstream/experimental
  • 658806c [android] Remove android:extractNativeLibs
  • 7585765 Roll Skia from 47fd0d9b1044 to a9be2ae22679 (1 revision)
← Back to all summaries