Chromium Digest: 2025-11-21
Overview
Core & Public API Changes
-
⚠️ BREAKING
The
optimization_guide::mojom::ModelBasedCapabilityKeyenum has been renamed tomojom::OnDeviceFeature. This breaks the signature of several public methods on theOptimizationGuideKeyedServiceinterface, such asStartSessionandGetOnDeviceModelEligibility. (81de9ff) -
⚠️ BREAKING
The legacy
sigslotdependency has been removed from public-facing classes in WebRTC (IceTransportAdapterImpl) and Remoting (TransportChannelSocketAdapter). Embedders inheriting from these classes must remove thesigslot::has_slots<>base class and migrate to the new callback-based subscription methods. (a5a759a) -
⚠️ BREAKING
The
logging::LoggingSettingsstruct has been moved from the commonbase/logging.hheader to a new, dedicated header atbase/logging/logging_settings.h. Code that directly uses this struct must add the new include. (d7fb9d0) -
⚠️ BREAKING
The signature of the utility function
base::safe_strerror_rhas been changed to usebase::spaninstead of a raw pointer and length. Calls to this function must be updated. (9938dd6) -
⚠️ BREAKING
The public static method
GetUpdateDelay()has been removed fromcontent::ServiceWorkerContext. Embedders calling this API must remove its usage. (9c3fcc8) -
The
url::ReplacementsAPI setters have been updated to usestd::string_view, improving type safety and performance. This may require minor updates at call sites. (667164e) -
⚠️ BREAKING
A full include of
child_url_loader_factory_bundle.hhas been removed from the core public headerblink/public/web/local_frame_client.h. Embedders relying on this transitive include for theChildURLLoaderFactoryBundletype will need to add the include directly. (d31887e) -
The
MemoryPressureListenerwill begin sendingMEMORY_PRESSURE_LEVEL_NONEnotifications in the future. Implementations should be updated to handle these notifications gracefully. (aef3061)
Blink, Rendering, and Web Platform
-
⚠️ BREAKING
The
libpng-based Skia APIs (SkPngEncoder.h,SkPngDecoder.h) have been removed from the build configuration. Embedders must migrate to the new Rust-basedSkPngRustEncoder.handSkPngRustDecoder.hAPIs for PNG operations. (32b26f0) -
⚠️ BREAKING
The signature of the public virtual method
CanvasResourceProvider::DoExternalDrawAndSnapshothas been changed by removing a default parameter. All implementations of this interface must be updated to provide the now-mandatoryorientationargument. (e215573) -
⚠️ BREAKING
The public member
bool_attributeson theui::AXNodeDatastruct has been changed from astd::unique_ptrto a directAXBitset. Any code directly accessing this member will break. (8488b1b) -
The experimental CSS Masonry feature properties are being renamed from
masonry-*togrid-lanes-*to align with evolving standards. (9809f19) (2c077c4) -
The
[HighEntropy]IDL extended attribute, used for a concluded identifiability study, has been removed from all IDL files. Related tracing for canvas readback and font matching has also been removed. (33b3fb5) (436c9cb) (b7ed47b) -
AnimationTrigger.getAnimations()has been implemented as per the CSSWG resolution, allowing developers to retrieve animations associated with a specific trigger. (1c72a75) -
The
FontCachehas been cleaned up to remove itsfont_manager_member, addressing a potential startup regression. Callers should now invokeskia::DefaultFontMgr()directly. (2d28420)
Android & WebView
-
⚠️ BREAKING
A behavioral breaking change was made to the public Android WebView method
computeVerticalScrollRange(). Its calculation now depends on the bottom viewport inset, which can alter its return value and affect embedder layouts that rely on it. (7aac055) -
⚠️ BREAKING
The command-line switch
kWebViewSelectiveImageInversionDarkeningfor Android WebView has been removed. The feature is now controlled by theBlinkFeatures::FORCE_WEB_CONTENTS_DARK_MODEflag. (7c0f11f) -
The elastic overscroll effect can now be enabled for non-root scrollers via the
kOverscrollEffectOnNonRootScrollersfeature flag. A related fix ensures the effect respects theoverscroll-behavior: noneCSS property. (27b57c3) (5eaa0d0) - The Page Zoom popup is now focusable and accessible to screen readers, improving its usability. (c01f4ab)
Security & Privacy
-
⚠️ BREAKING
The Fingerprinting Protection Filter (FPF) feature has been removed. This includes the removal of the public virtual method
fingerprinting_protection_ruleset_service()from the coreBrowserProcessinterface, which will break embedders subclassingBrowserProcessor calling this method. (d035d43) -
A new
IncognitoModeBlocklistpolicy has been implemented. This allows administrators to set URL blocking rules that apply specifically to Incognito mode and take precedence over regular profile policies. (97821c4) -
The Privacy Sandbox UI related to
PrivacySandboxGetPromptFormNoticeServicehas been removed as part of ongoing cleanup. (4b18c16) (c6b6057) -
The
EncryptandDecryptfunctions for thelegionsecurity component have been made asynchronous. This is a preparatory step for moving the implementation to a separate process. (1ce942f) (39e36b9)
Build System & Toolchain
UI/UX
-
⚠️ BREAKING
A change to start window dragging on mouse move (instead of mouse down) on Linux was reverted due to regressions. This also removes the recently added public virtual method
GetWindowDragThresholdPx()from theui::LinuxUiinterface. (5417f5c) - On iOS, the Incognito SoftLock feature, which requires authentication to view Incognito tabs after leaving the app, has been enabled by default. (3b7b75f)
- The logic for reassigning bookmark node IDs upon data corruption has been made less aggressive to minimize disruption for extensions and other services that rely on stable IDs. (115ab85)
-
A bug on macOS where
document.hasFocus()could return an incorrect value after a window focus change has been fixed. (20ea6a5)
Features & Components
-
In Autofill, numerous internal refactorings were performed to improve testability and reduce binary size, including making
MaybeEmitFormIssuesToDevtoolsunit-testable. (52f13fc) (d5a288a) (0b9543f) -
For PWAs, the
await_manifest_updatetest action has been retired in favor of a more robust command-based waiting mechanism, simplifying integration tests. (0ae6c49) -
Scaffolding for an Okta SSO integration has been added, including a
ProxyingURLLoaderFactoryto intercept network requests for handling by a future extension. (9fc6e9f) -
The
OmniboxMaxURLMatchesfeature flag has been removed after its experiment concluded. (afa883e)
All Commits (627)
- 3253015 [ntp-next] Implement keyboard focus logic for show more/less button
- c05c6bb [context-input] Expose request id, tab id, and page title in FileInfo
- 7e53a2d Roll vulkan-deps from 6b0fba8f2fcf to 5cb9d1d5c55b (3 revisions)
- 53ff32a extensions: Enable tabCapture API tests on desktop Android, part 1
- 3b72841 Roll androidx from IG3G6ZJwemZpKPkok... to bm-askHvNBpnbli2o...
- 4c119fa [AIM] Separate type button mode and setting logic.
- 03e59b4 [HLS] Rename Primary/Extra to Video/Audio
- 137ce27 [Theme] Fix TopInsetCoordinatorUnitTest test.
- 23f5507 [wasm] Temporarily disable Wasm RAB/GSAB integration WPT tests
- 3a17de1 Roll clank/internal/apps from b635d1e1caf3 to f2e4b2c57de1 (1 revision)
- decc5be [rust png] Trim `//third_party/libpng/visibility.gni`.
- 0da1225 Log additional debug data from OpenXR
- 6821e1e Add entry contextual task entry point variations to chrome://flags
- dad84b1 Revert "Update promptfoo cipd tags"
- d31887e Forward declare ChildURLLoaderFactoryBundle in local_frame_client.h
- fa7b100 NewTabPage: Enable @webui-eslint/web-component-missing-deps check.
- 5b0fc4c Reland "[a11y] Invalidate AccessibilityNodeInfo cache when event fired"
- a8a1adc WebUI: Fix @webui-eslint/web-component-missing-deps violations, part 9.
- 1d64012 Roll ios_internal from 3954035c621a to f069cfcf4008
- 3f3d366 [cic_14] Add few failing tests to filter
- 9edb835 Add enabled state for MaterialSwitchWithText
- d158e43 Roll V8 from 57b303e76bca to 9d1463a54475 (2 revisions)
- 5894ff8 Roll cpuinfo from 1d1dbb4cd620 to 403d652dca4c (2 revisions)
- b0558ee Roll TFLite to Next Green Version
- d3fd215 Roll Skia from d4e9d2873bfd to 9ab40494c0f8 (6 revisions)
- 2e4e0ae Roll Chrome Android ARM64 Orderfile from xrT0y3C8c_5xNmzXW... to KvZFM104sermo8cVc...
- c43a05e Roll Depot Tools from b738decbefed to 3d401c263f5b (1 revision)
- 3d2f8cd Roll Chrome Mac Arm PGO Profile
- a7c13a0 Roll clank/internal/apps from 4f7d94e3b680 to b635d1e1caf3 (1 revision)
- 7aac055 Reland "Take bottom inset into account when calculating vertical scroll range"
- a8dcefa Refactor bottom inset code into calculation and getter
- f6b41f9 [RWM][RecentlyClosed] Making manage window initiated closure a soft close
- 6bd6caf Disable virtual/content-extraction/transforms/3d/point-mapping/3d-point-mapping-deep.html
- 2a62525 [Zoom Indicator] Move AndroidZoomIndicator feature to browser_ui/accessibility.
- 044d94f Force relayout when constraints change to SHOWN or BOTH
- 4ea0424 [web-tests] Stop uploading `web_tests_device_failed` tag (4/n)
- 062fd78 [GlicMI] Add sharing manager callback for conversation turn submission.
- 4e58a5a [web-tests] Actually report device failures (3/n)
- 900b0a1 [build] Balanced partitioning for section ordering
- 1c9c454 [Android] Disable testIphMessageResizedOnTablet in Automotive
- 2596520 Make InlineContainingBlockUtils::InlineContainingBlockMap a HeapHashMap
- 6b3cb1e [RDS] Call DesktopUtil.shouldOverrideDesktopSite() when determining if desktop UA should be used for ephemeral tabs
- 05fa58a Roll clank/internal/apps from 925571f85c89 to 4f7d94e3b680 (1 revision)
- 9c3fcc8 [CodeHealth] Remove stale base::Feature ServiceWorkerUpdateDelay
- 4ebedb4 [iOS] Fix crash on Password Settings dismissal
- 8f3704c Update CBB autorolll for the builds refs
- d4c0684 [gnrt] Make `gnrt vendor` infer `allow_unsafe` into `gnrt_config.toml`.
- 44f5a1a Roll clank/internal/apps from aab446330d0e to 925571f85c89 (1 revision)
- 9b3334c [Test] Fix LauncherShortcutTest for desktop like incognito window
- 85489d9 [glic] Expose GlicUseNonClient Feature Flag
- a817e1e Add flat structured test id support to ios resultdb upload script
- 23b8457 Do not consider tabs ineligible for server upload in relevant set
- 422b5c6 [gnrt] Extract parts of `fn update_vendored_metadata` into helpers.
- 3a8c985 Reland "[ALPC Extensions]: Warpstar integration for approvals"
- 5f21798 [GlicMI] Adds a tab pinning status event callback to sharing manager.
- feec5b9 Roll Depot Tools from 445836babfca to b738decbefed (1 revision)
- 173a288 Roll clank/internal/apps from 1d610dd535f5 to aab446330d0e (1 revision)
- 1e57fc8 [ios] Fix unsafe buffer in WipeProfileIfRequested(...)
- 3be68a1 [cic_14] Add batch 2 of failing tests to filter
- 71d84a5 Roll Chrome Mac PGO Profile
- 8488b1b [A11y] Store AXNodeData bool attributes directly in AXBitset
- 81de9ff Split on-device vs remote feature keys.
- 643370c Tweak the GLIF animation
- 339582e Remove MemorySaverBubbleTest dependency on legacy page actions framework
- 22ea9f5 Remove PrivacySandbox.Notice.Migration.PromptTypeCombination histogram and GetRequiredPromptTypeInternal function
- b3f6b8b [Frameworks roll] Roll to 835307003 piper revision
- c8c9bba [OpenScreen] [VideoStack] Properly raise errors when barcode can't be
- 2959dd5 Automated Commit: LKGM 16491.0.0-1073299 for chromeos.
- 0f7be29 [ntp-next] Updating action chip focusline
- e5e80c3 Roll WebRTC from 93017871d8d3 to 8cb54abc2e42 (1 revision)
- a1c4e78 Periodically attempt net thread impersonation
- 991a7fe ScopedVT: Update the rotation test and mark it as passing
- 7a58b40 Roll clank/internal/apps from 2ec0f3acd606 to 1d610dd535f5 (1 revision)
- 9677635 [TBHSP] Set shadow opacity if no animation is applied
- 945dd88 Add a preference for enabling Daisy chain new tabs.
- ed0990b Roll /remoting/internal w/ minimal code changes needed to build remoting targets
- a41343c Disable flaky tests
- 78bc2ec Roll Chrome Android ARM64 Orderfile from bWiqtbdYJvPhyem_m... to xrT0y3C8c_5xNmzXW...
- 73a60f0 Revert "[Omnibox WebUI] Restart popup content renderer on crash"
- 6de9250 slim: Release layer resources on context loss
- 79855b0 Remove unused include in font_fallback_list.h
- e765a4e Roll Chrome Win32 PGO Profile
- 29e45cc Revert "Revert "[ntp-next] Carve out the chips generation function""
- ba20718 [APC] Virtual test suite that auto builds ContentNode tree
- 5f44204 Reland "[iOS][mvt-customization] Add collection view to display MVT"
- 606cbfa Roll Chrome Mac Arm PGO Profile
- 02a6c9a Add network traffic annotation for amount extraction
- 6f1c469 Use default number of remote jobs for ToT builders
- a768343 Add presubmit test for incorrect use of @Nullable annotations
- add9c59 Use hermetic windows toolchain when running cargo
- 0e7f675 [3pp][cts] Add WebView CTS 16 to cts_archive CIPD for Android 16
- 835576f [context-input] Make SessionHandle own the list of uploaded context
- 6493aa3 Revert "Reland "mojo: ChannelLinux: Add explicit locking around Write""
- 5417f5c Revert "Start window drag after mouse move on Linux"
- 4b74c8d Roll ANGLE from 5ad2ec192b82 to e5a8f32de5f3 (3 revisions)
- 7168df4 Roll Chrome Win ARM64 PGO Profile
- 263c333 [glic] Update glic default hotkey for ChromeOS
- 76e710c WebNN: use OnTaskRunnerDeleter for SharedImage types
- b549625 Fix android permission rendering issue
- cdf671a [NTP Theme] Add a metric for theme collection selected.
- aea2c37 Roll src-internal from 9e265fea1456 to 12d3e4e46c91 (1 revision)
- bb3e52f [ntp-next] Start the GLIF animation by the action chips retrieval
- aef3061 [MemoryPressureListener] Prepare for sending no pressure notifications
- 454bdb8 Roll V8 from ae8a1850235d to 57b303e76bca (14 revisions)
- af344b9 Revert "Reland "Remove GenericScopedHandle:IsValid""
- 2a75e8f Roll Chrome Linux PGO Profile
- fec4dc8 WebUI: Fix @webui-eslint/web-component-missing-deps violations, part 8.
- 29e65c0 [IOS][AIM] Record composebox attachment events
- e7a30b1 [🧼] NavigationAttachmentsCoordinator -> FuseboxCoordinator
- e0bcc9c [🧼] NavigationAttachmentsMediator -> FuseboxMediator
- 76c2ffc [🧼] NavigationAttachmentProperties -> FuseboxProperties
- fd839ac [Chrome Next] Rename layout classes (Part 2)
- d51b72c [Chrome Next] Rename layout classes (Part 1)
- d035d43 [FPF] Delete external references to FPF component
- 151c91a Mark PrivacySandboxSiteEnabledAdsEnabled enterprise policy as deprecated.
- 185dc1e [AIM] Upload screenshot image from cache
- 991d7dd Roll vulkan-deps from c31ad463724d to 6b0fba8f2fcf (2 revisions)
- 0fb843a Roll clank/internal/apps from 166a98efbaf8 to 2ec0f3acd606 (1 revision)
- bed8a8f Attempt to re-enable a test after a fix
- 7824397 Adding xzonghan@chromium.org to components/enterprise/browser/reporting/OWNERS
- c30fc30 [iOS][AIM] Fix X mark crash for iOS 18.x
- 489d38b [BNPL][Clank] Log TTF user actions for issuer selection screen
- 1dc240d Roll WebRTC from 44f4787ec1cf to 93017871d8d3 (3 revisions)
- c3e2b4a Revert "Sync feature protos."
- 1d920dc [NTP Theme] Add a metric for theme collection shown.
- ec97abd Actor: Refactor PageStabilityMonitor by introducing NetworkAndMainThreadStabilityMonitor
- f5eaae5 [Chrome Next] Fix bad PWA browser frame test for new layout
- 2145ccf [Chrome Next] Fix PWA test by ensuring window is laid out
- 9c91035 Roll Chrome Android Desktop x64 PGO Profile
- a7df110 Sync feature protos.
- 7b683b7 Roll Depot Tools from 3ec220caca2f to 445836babfca (1 revision)
- 3ad6cf5 [spc][[bbk][metrics] Add desktop latency metrics for BBKs
- 2446644 Revert "[iOS][mvt-customization] Add collection view to display MVT"
- e8879c7 LPP: Add comment about unused Extension API quickUnlockPrivate.setModes
- 6645121 [bindings] Add includes of runtime_enabled_features.h when needed
- 752be21 Remove unused include in model_context.h
- 8d39e64 extensions: Split up WindowsCreateFunction::Run()
- bce66b1 Mark PrivacySandboxAdMeasurementEnabled policy as deprecated
- c87afed [Connection-Allowlist] Add an empty list browsertest
- 32b964d Roll Chrome Win64 PGO Profile
- 8c04694 Add permanent contextual tasks toolbar button
- 6617ece [blink] Use "Middle Click Paste" setting
- 63c688d Revert "Enable annotating in capture mode under a feature flag"
- faf85d2 [🧼] NavigationAttachmentsViewBinder -> FuseboxViewBinder
- 8c53d0d Roll ios_internal from 4780f0ad94c9 to 3954035c621a
- 52fc953 [BNPL][Clank] Send issuer id for ToS histograms
- 2d28420 Further cleanup FontCache
- 5a4159b [Chrome Next] Fix tabbed mode in PWAs
- c21dbdd Roll Chrome Mac Arm PGO Profile
- 335b48a Roll Infra from 51748c9373bd to 7defb40e58ef
- 9938dd6 spanification: automatically spanify base/posix/safe_strerror.cc etc.
- 86e0d4e Roll goldctl (mac arm64) from QGTSffYgpzZZ3lxzz... to PZOut7PwJPGaOA70L...
- 199548f Resolve UNSAFE_TODO in file_upload_impl.cc
- 172ada7 Roll goldctl (linux) from cx6CdCN04xneJD3-9... to 8BaGVdmf90Ps7gF4-...
- 5114251 Restore tab favicon logic
- b13255b Roll goldctl (mac) from t5aqlepiRtFWlnkfc... to nPA_611Q7RCdi4a2t...
- 4c73bcb webium: Fix BubbleDialogDelegate::GetAnchorRect for webui anchor
- 4fea9fb [iOS] Cleanup DBP trigger criteria experiment
- 3038c74 Add scheme://host:port support to proxy override rules
- 5625cf8 Roll goldctl (win) from H_whJMasixcJZP0Hf... to nSaaRu-IJVLSNJwml...
- 9dfbd21 Roll ANGLE from f3ba010370f0 to 5ad2ec192b82 (1 revision)
- afa883e [code-health] Remove obsolete OmniboxMaxURLMatches feature flag
- 94f17be Support title-cased "Learn More" button for Sync errors
- bb2f999 Account for scroll offset in Android overscroll stretch
- 766f9ec Acknowledge bookmarks limit exceeded error when help page is opened
- cdc2a57 [GTK] Directly render header button icons
- b3dd394 [crd host][wayland] Rename more Gnome* classes
- 75dc7ed [GlicMI] Use cached GlicKeyedService in OnIndicatorStatusChanged
- 52ca070 Reland "Remove GenericScopedHandle:IsValid"
- 6966a17 [infra] Don't store tombstones for GPU tests on Android 15 S23 devices
- 00b1750 Convert to UNSAFE_TODO in device
- b36aabe Roll androidx from ogyZF50R0VULMwGW5... to IG3G6ZJwemZpKPkok...
- 2bb281f TextFragments: Limit the text fragments to only unique strings.
- e7741f3 Create a feature to shuffle the position of ReadAnything in the page
- 39376a5 Roll clank/internal/apps from 27062403afdc to 166a98efbaf8 (1 revision)
- 7398be5 Refactor MobilePromoOnDesktop feature flag checks
- 97aa810 Revert "[ntp-next] Carve out the chips generation function"
- 7a03a48 [iOS] Fix the "search in Chrome" string translation
- f337e8d Roll Manifest Merger from 9Q76MVF7U2PQFjILn... to JL73nq_6AUtmekPNZ...
- 0c00aa4 Add link to URL pattern documentation for DestinationMatchers
- 0704d68 Roll Android Lint from B0XssPJ1MaXXsk9g_... to EcUmLiGO86MlARYOt...
- c26daed Improve accessibility announcement for tab group title field.
- d9848dc ScopedVT: Add a box decorations painting test
- bb8f8a1 Settings: Enable @webui-eslint/web-component-missing-deps.
- 9f8700b Roll clank/internal/apps from 37feea672712 to 27062403afdc (1 revision)
- edbfa5f Make buttons in supervised_user_block_interstitial GAR compliant.
- 83dfce0 Remove unneeded string conversions in PaintWorklet
- 805aa5d Add test to ensure that online passwords ignore complexity checks
- 31d8949 [Settings Search] Onboard basic prefs
- 865c01e Roll android_deps from SVpngG1mZ7pdYeqNZ... to 3vmiuhnRbwDHeaR0A...
- aaca728 Deflake AppShimMetricsTest.Basics
- 1a1050d Roll DevTools Frontend from 8d5fffbeb1b0 to f635ee368669 (1 revision)
- 42c37af Fix unsafe buffer usage in display_config_helper.cc
- fffe95d pwa: user browser reload/stop and back arrow buttons
- 29c8adc [Contextual Tasks] Expose suggested tab context to composebox
- a82a18f Spanify API to crx_file::id_util::GenerateId().
- 6847a7b Revert "build: Speed up JUnit test listing"
- b92b110 Beef up id_util_unittest.cc prior to refactoring
- a529659 [cic_14] Add batch 2 of failing tests to filter
- 14465f0 Roll vulkan-deps from e7b4858e5111 to c31ad463724d (1 revision)
- 115ab85 [bookmarks] Selectively reassign node IDs upon corruption
- 253c12f Build target for ContextualSearchWebContentsHelper
- 59c4626 [omnibox][keyword] AutocompleteController::UpdateAssociatedKeywords()
- 25bdbed [GlicMI] Always bind pinned tabs in GlicInstanceImpl
- d439965 Add comment to GetReferringAppInfo in SafeBrowsingService.
- 664cd17 Translate context menu icon and unit test
- 4b18c16 Reland: Delete PrivacySandboxGetPromptFormNoticeService feature
- c6b6057 removed ps notice v2 implementation
- d4f816e [Prompt API WPTs] Fix Language Model QuotaExceededError test
- 4f7a8a2 [iOS] Integrate Gemini Fullscreen Promo with Feature Engagement Toolkit
- ba5d59f Reenable renderer_context browser tests on Windows
- e06093a [PEPC] Decouple GeolocationElement from PermissionElement
- ec5ff64 Enables retrying only failed tests for all suites on the remaining testing CQ builders.
- 51e53eb [iOS][AIM] Fix crash for overrealization in tab picker
- d32fb3f Roll clank/internal/apps from e6017a44dc61 to 37feea672712 (1 revision)
- 34e1a96 Roll Chrome Mac Arm PGO Profile
- 4e2402e [omnibox][keyword] Clean `OmniboxEditModel::ShouldAcceptKeyword*()`
- 5ac8fd7 Optimize container initialization in interest_group_storage.cc.
- 891dd7c Revert "[Android][WebAuthn]: Split Fido2CredentialRequestTest and extract utils"
- b8a370d [iOS] Remove PasskeyKeychainProvider aliases to webauthn types
- 7a8258e Update toolbar height side panel to update based on kSidePanelHorizontalAlignment pref
- b686c04 [actor] Add ClickAction functional test
- 9d9de04 [actor] Add initial functional tests for the Chrome-side Actor logic
- 895ebe1 Roll Perfetto Trace Processor Linux from 86f4498e708a to e4edb6ba7055
- 48be92e [PasskeyUnlockErrorUI] Check the GPM PIN availability
- 20ea6a5 Reland "Use property isKeyWindow for key window condition check"
- 4cb88d3 Move animations/composition/backdrop-filter-composition.html to WPT
- 837f6db [ntp-realbox] Introduce new variable for NTP placeholders.
- 5db62e0 [tree-view] Adding sorting to nested folders on tree view
- 13fb92e Remove DOS line endings from Mojo cpp templates
- beba0de [chromeperf] reduce shard sizes for wembley devices
- 9ac25ea Move animations/composition/object-position-composition.html to WPT
- baacdec Prolong some password manager histograms.
- cd7a8af [iOS] Remove use of separatorInset on cell
- 27b57c3 Add flag for kOverscrollEffectOnNonRootScrollers
- f08d006 Roll DevTools Frontend from c5b0eeea35b6 to 8d5fffbeb1b0 (1 revision)
- a3f96b7 [iOS] Properly namespace classes in components/webauthn/ios
- 59c971e Move animations/composition/stroke-*-composition.html to WPT
- 025ec19 Roll Chrome Win32 PGO Profile
- c725ee8 Move animations/composition/baseline-shift-composition.html to WPT
- 4932da0 YourSavedInfo: Add AccessPoint for "Your saved info" page
- a99f8cc Update OWNERS for //chrome/browser/ui/webui/inspect
- 177e3b9 [iOS][mvt-customization] Add collection view to display MVT
- 5bd73be [bookmarks] Reintroduce histogram Bookmarks.IdsReassigned.*
- d0fbdb0 [iOS][mvt-customization] Make MVT objects support UIContent protocols
- 5eaa0d0 Respect overscroll-behavior: none on non-root scrollers
- 20aee29 [omnibox][keyword] Partial clean up of omnibox edit model keywords
- 62f9c03 [Android][Settings] Adjust UI upon rotation/resizing
- beabaf0 [Autofill] Add GetIframeDocumentById() + minor cleanups
- 8eb0a61 Move animations/composition/font-*-composition.html to WPT
- 912445c [iOS][Autocomplete] Fix shutdown crash
- d7d904b Android Deps: adding leakcanary's shark-android to autoroll
- 224e2b6 [iOS][AIM] Fix input item fade view incorrect gradient colors
- 3d47601 [iOS]Use make_unique
- 7b9f1a4 [iOS]Corrects iOS collaboration controller delegate test
- a93cc1e Move animation/composition/*-origin-composition.html to WPT
- f5c3c3f [Growth] Skip profile customization variation for Profile Creation Friction Reduction Experiment.
- 33b3fb5 [identifiability] Remove HighEntropy idl extended attribute
- 1c72a75 [animation-trigger] Implement AnimationTrigger.getAnimations
- 4782dae Remove AndroidAnimatedProgressBarInVizName from about_flags
- 95c1f5d Inform root view when child frame converts an unconfirmed tap.
- a4f97c9 Move 15" Macbook testing to dedicated testers
- 163cb2f PaintTiming: Embed LargestTextPaintManager instead of allocate it
- 4eb633c [iOS] Prepopulate Gemini Floaty When Ask Gemini Chip is Tapped
- 768a658 [signin] Fix and improve SyncSettingsInteractiveTest
- aad0f69 Roll src-internal from d88875e7dea5 to 9e265fea1456 (1 revision)
- 9de9924 Roll WebRTC from 09d2d1482fa5 to 44f4787ec1cf (2 revisions)
- bc2fb97 Clarify EvalJs argument limitations.
- 436c427 [TDR] Remove TODOs linked to issue 343879839.
- 8f5950f Roll Chrome Android ARM64 Orderfile from uQTSUXxIRvGYczQKH... to bWiqtbdYJvPhyem_m...
- 1d5969b [TDR] Remove TODOs linked to issue 353475473.
- e67a0de Roll Media App from khKz9ubpSFlGPj5r2... to eYWET0JMA7sXxQAhF...
- e67ce2f [build] Remove use_cxx17 support
- 79a63a6 [build] Allow other repos to control use_cxx23 with build_overrides
- 5b94920 Roll Help App from j6UQf645m0VTh07q-... to ytZ_npH45sPlumwGz...
- ab61387 Ignore empty hidden username fields in change password form
- c01f4ab [Zoom Indicator] Make the Page Zoom popup window focusable and add an accessibility pane title.
- 2c8a447 [omnibox][zps] Fix broken ZPS prefetch triggering logic on Android.
- acca105 Group ComputedStyle bit fields by inheritance status.
- a89d452 Updating trunk VERSION from 7538.0 to 7539.0
- f1a6619 Roll Perfetto Trace Processor Linux from e4edb6ba7055 to 86f4498e708a
- 1c4dc4f Roll ios_internal from c2a683aa47c6 to 4780f0ad94c9
- aa5007b Roll Chromium Variations from WOLEdC33WLu6zZRNa... to FHcqYqvCYoUDmaLG5...
- d178477 [ntp-realbox] Update realbox placeholder animation interval.
- 44c560e Migrate ESB and Password desktop-to-mobile promo to user ed system
- 1a59522 Roll libc++ from 4cba0fa3571b to 99d9ab2603b0 (9 revisions)
- 28afc5a [ntp][realbox][next] Update cycling placeholder defaults
- ca0f361 Revert "Roll Perfetto from e4edb6ba7055 to 4164eebab5e3 (4 revisions)"
- f79f063 Give HttpEngineProvider a better default for getCronetInternalErrorCode
- 0b89632 Revert "Roll Perfetto from 4164eebab5e3 to 86f4498e708a (1 revision)"
- 3a1b407 Roll DevTools Frontend from 9b07794062f8 to c5b0eeea35b6 (1 revision)
- 1aa7817 [Omnibox WebUI] Restart popup content renderer on crash
- 9532a14 Clang: cherry-pick https://github.com/llvm/llvm-project/pull/167649
- 407a87f Add different errors for multi screen capture depending on OS
- 46d0e12 rcaps: Omit logging "Default" program for no active programs
- 132a3a9 [Passwords] Retire PasswordManager.AccountStoreCredentialsAfterOptIn
- 5191b20 Disable a web app integration test on ChromeOS debug build
- 54b6bdd [iOS] Add EG Test for Copy/Paste Protection in Reader Mode
- d75cb29 Extend ios-browser-edit-menu-metrics
- 8c39ea9 [PasskeyUnlockErrorUI] UMA logging for Passkey Unlock Error UI events
- 3b945c3 [Actor Overlay] Refactor test helpers to expose WebContents
- a3d1391 Replace kSync with kSignin in c/b/glic
- b59f8ef [Passwords] Extend PasswordManager.ApplySyncChanges.AddLoginSyncError
- 767c918 [iOS][AIM] Update input plaate compact mode once the consumer is set
- dc0e6de Add ReaderDelegate to ZipReader
- 38638e0 Roll androidx from FiYFa_oPASzCPQyU5... to ogyZF50R0VULMwGW5...
- 3b7b75f Enable IOSSoftLock by default.
- 6d11789 Roll Chrome Mac PGO Profile
- 4952ce0 Add HaTS to Bundled Security Settings page
- 92257b8 Make ActorFormFillingService timeouts configurable via feature parameters.
- d77479f [ios] Record data control metrics for custom context menu actions
- d637cf9 [actor] Add TaskStopped histogram
- bec9d54 Move IsCreditCardFetchOngoing to private and remove its test.
- f9f39a6 [iOS][AIM] Make omnibox placeholder take the width of the container
- d9afc92 [buildtools] Remove unrar exception from checkdeps/cpp_checker
- af36c9f Roll Chrome Android ARM64 Orderfile from waRCuLXi2hxJ--Op6... to uQTSUXxIRvGYczQKH...
- 001d0da Post a task to check cached page content to avoid use-after-free
- 1aef86c Roll vulkan-deps from 7e9132019790 to e7b4858e5111 (1 revision)
- 1ce942f legion: Make Decrypt async
- 63b2044 [Frameworks roll] Roll to 835184365 piper revision
- 66eb79e Include inherited variables in the MPC hash.
- f8e561a For highlight pseudo styles in the MPC, compare the correct styles.
- 4310f1d Roll Chrome Linux PGO Profile
- dbff21d Triage ::marker WPT failures
- b747390 Roll Perfetto from 4164eebab5e3 to 86f4498e708a (1 revision)
- df6cc3a [CodeHealth] Clean up stale base::Feature "TabGroupsSaveNudgeDelay"
- daa3715 Roll Chrome Win64 PGO Profile
- 3023fa1 Roll Chrome Mac Arm PGO Profile
- a178169 Roll ios_internal from 06728539ce05 to c2a683aa47c6
- b683d48 [iOS][AIM] Add a X mark button to the AIM button.
- bac3912 [iOS] Remove unused code
- f4cd0b6 legion: Add client-side request timeouts
- 5065db0 Roll DevTools Frontend from 1931fb3293b8 to 9b07794062f8 (5 revisions)
- 460f4f0 Automated Commit: LKGM 16490.0.0-1073293 for chromeos.
- a7f5b17 [iOS] Refactor IconDetailView Initializer
- 381d902 Support 16-bit strings in NameToPseudoType().
- d4ded55 Roll V8 from 6fca0d1612fa to ae8a1850235d (8 revisions)
- 22e5209 Sync: Clean up kSyncClearMetadataOnEmptyStorageKeys killswitch
- b1ace19 Migrate commerce page action controllers to UnownedUserData
- d55ca54 Clean up kCheckLoginStateBeforePasswordChange
- 97821c4 Add IncognitoModeBlocklist logic implementation
- 40545a8 [Signin][Android] Create feature flag to control full-screen FRE secondary button text label.
- 88c11a1 Fix perfetto::DynamicString usage
- e971bbc Updating XTBs based on .GRDs from branch main
- 0ae6c49 [PWA/Predictable Update] Retire await_manifest_update action
- 4f75648 [KP] Automatic update from google3
- 436c9cb [identifiability] Remove code tracing canvas readback
- 215d138 [IOS][AIM] Reload suggestions when all attached items has been removed
- 8cf47f5 Roll ChromeOS Bigcore AFDO profile from 144-7499.11-1763349143-benchmark-144.0.7535.0_pre1547597-r1 to 144-7499.11-1763349143-benchmark-144.0.7537.0_pre1548026-r1
- b7ed47b [identifiability] Remove FontMatchingMetrics logic
- 9c50b64 Roll ChromeOS Atom AFDO profile from 144-7499.11-1763355062-benchmark-144.0.7532.0_pre1546354-r1 to 144-7499.11-1763355062-benchmark-144.0.7537.0_pre1548026-r1
- 97cb63f Roll WebRTC from 890e15d6b54c to 09d2d1482fa5 (4 revisions)
- acc11de [CT] Automatic update from google3
- 79c8279 Revert "Simplify async waits in PasswordManagerUIHandlerUnitTest"
- 97c9038 Roll ANGLE from 80acba6230ed to f3ba010370f0 (1 revision)
- caf1038 Roll clank/internal/apps from 88c1ebef59a9 to e6017a44dc61 (1 revision)
- d5a288a [Autofill] Remove static WebStrings in form_autofill_issues.cc
- eb30389 [Growth] Add feature flag for Open All Profiles From Profile Picker Experiment.
- e6d0d4b [iOS] Refactor Content Suggestions Set Up List
- 2d435e5 Split gUM results histogram into two based on request type
- 1190144 [iOS] Reduce trailing margin of content view when used with accessory
- e92d4c0 Roll Chrome Win ARM64 PGO Profile
- a555e02 Roll DevTools Frontend from f1899b6dc778 to 1931fb3293b8 (9 revisions)
- 07a2357 Remove fallible IsContextDestroyed CHECK in WebViewAndroid
- f41dd95 Privacy guide: extend histograms
- d145e19 [iOS] Add a default selected account to the share sheet
- 77a760c Implement the attributes view for saving loyalty card and event ticket
- 01bf195 [iOS][Composebox] Create OmniboxSuggestHelper
- 21f6876 Remove redundant Fido2CredentialRequest re-initialization in test
- 59b671c [ios, tabgrid] Match background of containerView with GroupSnapshotView
- 620dc3c Roll ios_internal from 52069bd26fad to 06728539ce05
- ec0502e [🧼] NavigationAttachmentsPopup -> FuseboxPopup
- 0b9543f [Autofill] Remove std::vector<FormIssue>
- 32b26f0 Reapply "[rust png] Remove Chromium's `//skia` => `libpng` dependency."
- ed0cb11 Roll Perfetto from e4edb6ba7055 to 4164eebab5e3 (4 revisions)
- a7e07dc Roll Chrome Android Desktop x64 PGO Profile
- 87a9b07 [iOS] Fixes height detent in LensOverlayConsentViewController
- b115204 [TDR] Remove TODOs linked to issue 40535136.
- 6af11d0 [TDR] Remove TODOs linked to issue 388309832.
- e3c156c [Autofill] Add fieldtrial testing config for AutofillFixFormsEquality
- af4d8a0 Roll Chrome Mac Arm PGO Profile
- 57ba012 Roll Chrome Android ARM64 Orderfile from 0DnZ1GaGINbogTB-u... to waRCuLXi2hxJ--Op6...
- 2b222c7 Disable a failing web app integration test
- 784a3f4 [APC] Fix url reporting in MQLS logs
- 4a12d77 [Autofill] Avoid copy in MaybeAppendDuplicateIdForInputDevtoolsIssue()
- 9fc6e9f [Okta SSO] Add ProxyingURLLoaderFactory boilerplate.
- d641c8f Roll Chrome Win32 PGO Profile
- 54a08f2 [PWA/Code Health] Centralize util to read test images from disk
- 06165c9 [Autofill] Simplify a condition check in form_autofill_issues.cc
- a87e4f9 [Autofill] Test EmitFormIssues()
- 52f13fc [Autofill] Make MaybeEmitFormIssuesToDevtools() unit-testable
- ce7ac2a Clean up AutofillImproveCityFieldClassification
- 39e36b9 legion: Make Encrypt async
- 4e2a0fc Add more precise tests for ::highlight() styles in the MPC.
- e9fdf44 Simplify InheritedDataShared() Jinja templates.
- 445243e [Okta SSO] Spoof user agent when requesting from okta.com
- accf9ff wrap the privileged helper executable identifier string in quotes
- 30a3585 legion: Make ProcessHandshakeResponse async
- ee210db legion: Make GetHandshakeMessage async
- f83528f Show walletable pass consent bubble header image based on category
- b14fe82 [Autofill] Small cleanups in form_autofill_issues.{h,cc}
- a0eba99 [Autofill] Consider shadow DOM form controls for DevTools issues
- a80a4ef Roll Dawn from abeb03e022fb to 11231e451d65 (3 revisions)
- b26f235 Add support for application sharing device id in CATap.
- 816d1b6 Replace kSync with kSignin in c/b/policy/cloud
- 7387394 Roll Projector App from F9QCq-oM2dc-rhHEh... to jOCWMHklii5dQRPbW...
- dae080d ClientTagBasedDataTypeProcessor::Put(): Upgrade DUMP_WILL_BE_CHECKs
- 285fe53 Minor Refactor: Improve OneTimeTokenCacheTest assertions
- 62a96d5 Roll compiler-rt from 1f18c887f7f0 to 19ee5c79ece5 (8 revisions)
- 2702511 [Rust XML] Improve Doctype parsing
- 879e151 Add new specific error for when device is not found in registry
- 9f02006 [Okta SSO] Add a feature flag.
- 168bfd1 Fix Python linter errors in Autofill AI python scripts
- d652a80 [iOS][AIM] Add animation for focusing the composebox inputplate
- 721d2c1 Roll src-internal from 772044ae13b8 to d88875e7dea5 (1 revision)
- e00382b Roll Boca Receiver App from 0w9jXAXlNCbj3ewlw... to EmrvQOBOccEJe4ivj...
- 7a4237f Roll androidx from o9uE24fOpu2jU9v17... to FiYFa_oPASzCPQyU5...
- ea18f96 Roll Chrome Android ARM64 Orderfile from 5MT27BYmTwa1qyAGj... to 0DnZ1GaGINbogTB-u...
- 1a5ef26 Roll Chrome Mac Arm PGO Profile
- 9a217c5 [Android][WebAuthn]: Split Fido2CredentialRequestTest and extract utils
- a624011 Roll Boca App from RyhhbDT-s9t9TrqVF... to gj7He87DuZsYk2fgW...
- a63077f Add ability to start with predefined nodes in DomScenario FuzzTest tests
- d5da268 Roll Chrome Win64 PGO Profile
- a37d5e3 [signin] Introduce AccountInfo::Builder
- bddf356 Disable PageStabilityMetricsTest.Paint on Mac
- dfbce16 Roll Amd64 AFDO from 144.0.7535.0_pre1547597_rc-r1-merged to 144.0.7537.0_pre1548026_rc-r1-merged
- 6ee346b [IOS][AIM] Always include tab snapshot for tabs attachments requests
- ae86af6 Roll gn from c5a0003bcc2a to a156d0b1306b
- d053c88 Revert "Roll WebView ARM64 Orderfile from ubxaDJ2i2b2YyaP8s... to WHjNN_iEkvdpXfSHS..."
- b5fa541 Revert "[WebAudio] Add AudioDecoderAudioFileReader fieldtrial, fix tests"
- cd93b88 Create a preference for remote debugging page in chrome://inspect
- 36c3013 Roll WebRTC from 32df929168f5 to 890e15d6b54c (1 revision)
- 5965283 Remove EntityType::syncable
- 3c2c0b1 [AccountNameEmail] Add tests for deduplicating GAIA profile
- ba0e176 Roll DevTools Frontend from 46969c9304ef to f1899b6dc778 (2 revisions)
- 3cc195b [ios] Fix ShouldLogStorageMetrics() to record storage metrics
- 40660d1 Fix accumulation of grayscale(), invert() and sepia() filter functions
- 593c5e8 Roll ANGLE from b76908ff575e to 80acba6230ed (1 revision)
- 9b65865 Roll Skia from 747e8b62bf07 to d4e9d2873bfd (1 revision)
- 2b7efb4 Remove stale webcodecs expectations
- a6f0de8 Apply blink::StrCat() in core/xml*/
- c7c61f6 Simplify PasswordChangeBrowserTest
- 75c861f Add payments_autofill_client to WithTestAutofillClientDriverManager
- 7c0f11f Cleanup field trials for android webview dark mode.
- 94367c5 Revert "[ios] Add kIOSAutoOpenRemoteTabGroupsSettings to field trial config"
- 5174ccd Remove DCHECK_CURRENTLY_ON(content::BrowserThread::UI) from ConnectorUploadRequest constructors.
- 2a37c48 Enable checking system_headers for windows compile.
- f5f51de Roll Chrome Mac PGO Profile
- 4e3162d [signin] Fix a possible hang in OAuthMultiloginHelper with no cookies
- c5fd861 [//cc] Have tile-based layers get debug border resolution via helper
- bc00cc7 [//cc] Add helpers to produce TilingSetCoverageIterator
- 23b8e66 Handle Bookmark Limit Reached error on Android
- 4845874 [ClapperLoud] Open PageInfo on Manage click
- a295ba2 Roll Chrome Win32 PGO Profile
- 2491ba9 [TDR] Remove TODOs linked to issue 296440261.
- 6a6d432 Roll WebRTC from 734d756e8a6d to 32df929168f5 (1 revision)
- a5a759a Remove last vestiges of sigslot from Chrome
- 81f8cac Roll WebView ARM64 Orderfile from ubxaDJ2i2b2YyaP8s... to WHjNN_iEkvdpXfSHS...
- dacb4ad Roll Chrome Win ARM64 PGO Profile
- 404ef81 Roll Chrome Android ARM64 Orderfile from 9Yk31-WFJJ6YVNS9x... to 5MT27BYmTwa1qyAGj...
- 4b18121 [Signin][Android] Add SHOULD_SHOW_SIGNED_IN_LAYOUT to SigninPromoProperties#createModel
- ab5b9db Roll Chrome Mac Arm PGO Profile
- 7b3dad4 Added "MobileFre.FromLaunch.InitialLoadCompleted" histogram.
- 5de1a81 Roll DevTools Frontend from bdc0037a71bb to 46969c9304ef (1 revision)
- c9e8ad2 Reland "Roll clang+rust llvmorg-22-init-12326-g8a5f1533-2 : llvmorg-22-init-14273-gea10026b-1 / ab925646fae038b02bd462cd328ae9eef1639236-1 : 11339a0ef5ed586bb7ea4f85a9b7287880caac3a-1"
- fe0ad4f [TDR] Remove TODOs linked to issue 193784305.
- 3c306e8 Add structured name of the Variations Smoke Tests.
- b9292d9 [TDR] Remove TODOs linked to issue 40146300.
- 3b4a4b1 [TDR] Remove TODOs linked to issue 296282541.
- 106b55f Roll Skia from 30f65717fa76 to 747e8b62bf07 (1 revision)
- 69ac448 Revert "Roll clang+rust llvmorg-22-init-12326-g8a5f1533-2 : llvmorg-22-init-14273-gea10026b-1 / ab925646fae038b02bd462cd328ae9eef1639236-1 : 11339a0ef5ed586bb7ea4f85a9b7287880caac3a-1"
- 49f8457 [hub] Update hub search for tab groups to include a param for TG strings
- 613d875 Roll V8 from 515442afda67 to 6fca0d1612fa (2 revisions)
- 6b24e16 [Blink] Inline CreateSkSurface() in CRPBitmap::DoExternalDrawAndSnapshot
- 46800f8 [Blink] Inline GetSkSurface() in CRPBitmap::DoExternalDrawAndSnapshot
- 98f3ab0 [Blink] Inline EnsureSkiaCanvas in CRPBitmap::DoExternalDrawAndSnapshot
- 81a2439 [Blink] Inline RasterRecord call in CRPBitmap::DoExternalDrawAndSnapshot
- 76baad4 Blink: Remove IsPrinting check from CRPBitmap::DoExternalDrawAndSnapshot
- 7acfc18 [Blink] Remove hardcoded FlushReason var from CRPBitmap method
- af13231 [Blink] Strip out IsAccelerated() call from CRPBitmap
- e215573 [Blink] Remove default value from DoExternalDrawAndSnapshot() param
- a457dc1 [//ui] Have DRMThread::CreateBufferFromHandle() talk SIFormat
- f065f75 [Blink] Remove dead code in WebGPU helper
- 4ddf154 [persistent_cache] Add support for opening a db for a single connection
- 2283ea4 Roll Chrome Android Desktop x64 PGO Profile
- 5397275 Roll Updater chromium_win_x86_64 from 2@1542017 to 2@1543004
- 3697499 [TDR] Remove TODOs linked to issue 323421684.
- f781f77 WaaP: implement the complete input flags handling for reload button
- 52655a3 [Origin API] Add use counters.
- e4ad815 Automated Commit: LKGM 16490.0.0-1073286 for chromeos.
- 197c7c9 Extension: Enable developer private api unittest
- 808e3af Fix typo in TODO
- a99aef1 Roll Chrome Android ARM64 Orderfile from vDQzho0yd_oh3Meyu... to 9Yk31-WFJJ6YVNS9x...
- b7d11f9 mitigate codesearch-gen-chromium-fuchsia
- 12b8a39 Roll Chrome Mac Arm PGO Profile
- 3d93126 Roll WebView ARM64 Orderfile from ag2hTfVx6aJp7hPvF... to ubxaDJ2i2b2YyaP8s...
- 0c7fda2 Roll Skia from 51fd48dccfb8 to 30f65717fa76 (2 revisions)
- a0ce512 [DomStorage] Implement DeleteStorageKeysFromSession() for local storage
- 86c6555 Roll Dawn from d318cfca29fb to abeb03e022fb (5 revisions)
- 5b37614 Roll WebRTC from ba2ebc72bace to 734d756e8a6d (1 revision)
- 8697963 Prevent re-entrant RequestLock during CancelComposition in TSF
- 50e05a6 Roll V8 from c3ae9c05bd9a to 515442afda67 (2 revisions)
- faf426c Remove potentially racy checks for user activation from browser
- 9bcc118 Roll Depot Tools from 375fb27dca07 to 3ec220caca2f (1 revision)
- e81cbe6 Roll Chrome Win64 PGO Profile
- 276bf06 ChromeAndroidTask: support PENDING_{CREATE|UPDATE} state for maximize()
- b596ee2 Roll Perfetto Trace Processor Win from 743955d2b9fd to e4edb6ba7055
- b4bafc0 Write a script to generate a database of performance metrics.
- eb33936 extensions: Support registering multiple observers to EAVM
- 05f749c Roll clank/internal/apps from 1ed2b2980ebd to 88c1ebef59a9 (1 revision)
- 8231e16 Roll ANGLE from 19e7c0d499ad to b76908ff575e (1 revision)
- 23a40e4 Roll DevTools Frontend from f109dfc43367 to bdc0037a71bb (1 revision)
- b36431c Roll Skia from b9eafe0fab0c to 51fd48dccfb8 (1 revision)
- 80b0183 Roll optimization-guide from 1d14fad01e71 to 6d502ad032dc
- d5be0f5 Roll WebRTC from c7890a025146 to ba2ebc72bace (2 revisions)
- 35b1d64 Roll Chrome Win32 PGO Profile
- ad9b403 [wpt] Fix align-content-table-cell-005.html
- 2dc1c80 Track notification media types globally for desktop Android
- 8da41f6 Roll Chrome Mac Arm PGO Profile
- 5c8d2d2 Roll vulkan-deps from e70441254a5f to 7e9132019790 (1 revision)
- 6017347 Make `autocomplete`/`autocorrect` attributes case-insensitive
- fc2bee7 Roll WebView ARM64 Orderfile from 09S5ONzHZBmcSEgVx... to ag2hTfVx6aJp7hPvF...
- 2c077c4 [Masonry] Update masonry-flow shorthand to grid-lanes-flow
- 09def0c Roll Chrome Android ARM64 Orderfile from 5w9IZ8tDrsorwmuYJ... to vDQzho0yd_oh3Meyu...
- 013ae87 Updating trunk VERSION from 7537.0 to 7538.0
- d2721d3 Automated Commit: LKGM 16489.0.0-1073275 for chromeos.
- d7fb9d0 Reland "Move logging::LoggingSettings to base/logging/logging_settings.h"
- b460db8 [cic_14] Add failing tests to filter
- f584759 Move some Mojo test helpers to a test-only file
- fc8be23 Roll Catapult from 58a3c3ba4ad3 to 8109924dc01e (3 revisions)
- 265ae7a Add WebappsUtils::IsAutoMintedTwaEnabled()
- 7b792cc Roll Chrome Win ARM64 PGO Profile
- df3861a Move Mojo ScopedSuppressValidationErrorLoggingForTests into its own file
- 1245413 Roll WebView ARM64 Orderfile from NnWiha5x5TLlCTj6X... to 09S5ONzHZBmcSEgVx...
- 6086840 [contextual_tasks] Remove Open Chrome Settings option
- d967be5 Roll Perfetto Trace Processor Win from b15cc39892fb to 743955d2b9fd
- 2b56a1a Roll Chrome Mac Arm PGO Profile
- 8cc1c00 [deprecations] Cleanup old entries
- 81f585c Roll Website from 77b138bace45 to 692b4785a91a (1 revision)
- 51b0b0d ChromeAndroidTask: set initial maximized state based on pending task info
- d1c7478 Roll Chrome Android ARM64 Orderfile from sDfhWqo85xF1UWZwy... to 5w9IZ8tDrsorwmuYJ...
- 26ff87c Add CHECK on delegate in PostTask.
- 9e8a98a Roll Chromium Variations from U6p5NVwnGltdefU6a... to WOLEdC33WLu6zZRNa...
- 0dd3ada Roll V8 from 00abcc3e4240 to c3ae9c05bd9a (2 revisions)
- 7ad3a43 [Wallet]: Add walletable pass detection opt-in APIs
- 667164e url: Use string_view for Replacements setters
- 59d0601 Roll vulkan-deps from a85be128b7ec to e70441254a5f (1 revision)
- e2e7589 Remove BUILT_IN_AI_LOGGER
- 93c16c1 Fix raw ptr to stack local binding
- 8ec53fc IDB: validate a parameter in Connection::GetAll mojom
- d78f217 [context-input]Support interaction request details in CreateSearchUrl
- 1cd6ba4 Improve EDID codec bitmask parsing
- c364512 ash: Remove a dependency on browser_finder.h
- 5e67f90 Roll Enterprise Companion chromium_mac_amd64 from mNIVExLFtIt6AzgPf... to 3HL9zWgY7YongtBZ_...
- e414b43 Pass base::TimeDelta by value in pdf and printing code
- 8e18eeb Roll Enterprise Companion chromium_mac_arm64 from 6wCL0cne8FLzBFKvH... to UzH592AYhYxtt4lI6...
- 7ef4e96 Roll WebView ARM64 Orderfile from iQur40sgMxxH-3KI6... to NnWiha5x5TLlCTj6X...
- cc44473 Fix SidePanel visual glich that happens when closing it on CrOS
- 6575ff5 Roll Updater chromium_win_arm64 from 2@1542038 to 2@1543002
- f20dd5b [ios] Add metrics for clipboard operations on iOS
- 08850cc [aim][popup] Fix recording of AI Mode metrics.
- 4dc5780 [contextual_tasks] Added attached tabs menu dropdown
- 716aaa0 Roll Perfetto Trace Processor Linux from 743955d2b9fd to e4edb6ba7055
- b978e8d Roll Chrome Win64 PGO Profile
- 909b232 [soft navs] Remove unused GURL field from page_load_tracker.h.
- dfba576 Roll Chrome Android Desktop x64 PGO Profile
- 6c334e9 updater: integration tests for update service using mojo IPC on Windows
- 932ec5a Roll Catapult from f37cfdb4bf2f to 58a3c3ba4ad3 (1 revision)
- 8eb04e4 Add pauladedeji@ to //components/omnibox OWNERS.
- 4cfc276 Roll llvm-libc from 8aabeb515924 to b2be5ea77d19 (3 revisions)
- eca88de Roll Chrome Win32 PGO Profile
- 30aeb30 [glic] Enable `TabUnderlineViewUiTest.SmokeTest` for ChromeOS
- 377a426 Add pmonette@ as owners of components/memory_pressure/
- 21ddb84 WebUI: Detect lazy loading in @webui-eslint/web-component-missing-deps.
- 46d9d72 Roll clank/internal/apps from 0f797be35ff1 to 1ed2b2980ebd (1 revision)
- dc6c86c Update default scoring method for tab selection to be multi-signal scoring
- e0ef2cf [Connection-Allowlist] Enforcing fetch restrictions in the network service
- faab434 Roll V8 from 324a029b9f08 to 00abcc3e4240 (5 revisions)
- 34922a1 [PinnedTabs] Fix multi-select highlight while pinning
- 63c9638 [Connection-Allowlist] Adding network restrictions id to URLLoaderFactory
- 16c718b Roll PDFium from 21a5abba1166 to 99c42f5a6508 (8 revisions)
- 9809f19 [Masonry] Update masonry shorthand to grid-lanes
- e0440d6 Roll Updater chromium_mac_arm64 from 2@1542002 to 2@1543001
- b576e1f Roll Updater chromium_win_x86 from 2@1542009 to 2@1543001
- acf08bd Roll Updater chromium_linux64 from 2@1542004 to 2@1543006
- 855f7d5 Roll clank/internal/apps from 15009b6f144c to 0f797be35ff1 (1 revision)
- 3121b84 glic: Re-enable ContextualCueingHelperTest for ChromeOS
- a0358ed Roll WebRTC from 67275a529cb4 to c7890a025146 (2 revisions)
- 941e4c7 Roll Skia from 66bf50e37cc8 to b9eafe0fab0c (3 revisions)
- 6277b92 [crd host][wayland] Make PipewireMouseCursorCapturer use DesktopDisplayInfoMonitor
- ac1f1d4 [TreesInViz] Refactor LayerTreeHostImpl tests to explicitly cover TiV modes
- 200debb Roll Updater chromium_mac_amd64 from 2@1542026 to 2@1543008
- bb4c879 [PromptAPI] Tool use IDL changes (v2 - no execution of tool by blink)
- ce9ea78 [composebox] Fix accessibility labels for the submit button
- 625fa73 [Reading mode] Enforce test file usage in read_anything_browsertest
- 5872daf Roll Perfetto Trace Processor Linux from f473129dd02f to 743955d2b9fd
- b51be8f [Gardener] Disable SidePanelRoundedCornerRegularTab except on Linux
- 6050c60 Roll Open Screen from 6eda0c9075d8 to 8af5e085b87d (1 revision)
- 552e9d1 Roll src-internal from 9f27fc5f0d28 to 772044ae13b8 (3 revisions)
- 81a3a61 [PA/AC] Batch-free quarantined entries
- 0c925de Roll ChromeOS Bigcore AFDO profile from 144-7499.11-1763349143-benchmark-144.0.7532.0_pre1546354-r1 to 144-7499.11-1763349143-benchmark-144.0.7535.0_pre1547597-r1
- 10014cb Roll Chrome Mac Arm PGO Profile
- d154ec7 [infra] Add support for outputting values with comments.
- 4f2fc13 [🧼] NavigationAttachmentsViewHolder -> FuseboxViewHolder
- d6b11be [UIA] Always fire UIA_AsyncContentLoadedEventId from RootWebArea
- 3897f09 Roll ANGLE from 95e7d8872eae to 19e7c0d499ad (2 revisions)
- 495ad33 Roll WebView ARM Orderfile from C2d2EKXeiOidDwfxZ... to P1Rt3TUiyAufSgpn6...
- 0cd77d5 [ntp-next] Carve out the chips generation function
- 1d3289e Do not attach AIM action
- 44a0aa5 Roll Enterprise Companion chromium_win_x86_64 from x46jNYMcScUuvL3hX... to ZIw-Naf9Vf_10O1Yb...
- abea8a8 Roll Enterprise Companion chromium_win_x86 from oq_K-sHmpnRE9Mf4N... to lqgBjUH5KCS0W9XWo...
- 219a021 Roll Perfetto from 743955d2b9fd to e4edb6ba7055 (2 revisions)
- 09f6876 Change file handle id from size_t to uint64_t in FontDataService
- d302533 [GlicMI] Plumb unpin triggers for context sharing.
- 03f62c9 [Android][Settings] Display guiding info on search in empty state
- b81f6b9 Roll Enterprise Companion chromium_linux64 from 1axGDL2SyK9_UoAVV... to szigTVtNhVtXz5Ctu...
- 51527d9 Revert "Roll FFMPEG + related minor support script updates"
- 745b072 [DomStorage] Clone sessions using DomStorageDatabase::PutMetadata()
- 8ee9b73 Roll FFMPEG + related minor support script updates
- c46642a [cc] Reduce GpuImageDecodeCache lock contention
- 5b3ba98 Drop irrelevant mouse event in UTs
- c5f60a0 Mark externally loaded entities in XML deprecated
- ac73eb3 Roll ios_internal from d4cfc89249b3 to 52069bd26fad
- a7e4ce4 [Rust XML] Implement returning version based on Version::as_str()
- cb9c64c IDB: fix recently introduced UAF
- e1ab688 Roll Chrome Android ARM64 Orderfile from EEuj9Sw-EwwNZXbeC... to sDfhWqo85xF1UWZwy...
- 6fd82e2 [aim][popup] Stop the omnibox popup from opening on restoring text.