Chromium Digest: 2026-01-12
Overview
This daily summary covers 547 commits, with 384 deemed relevant to developers. The day was marked by an unusually high number of breaking changes, particularly affecting Android embedders, Ozone platform implementers, and consumers of various public C++ and Java APIs. The first commit included is (a640371) and the last is (c70144b).
Breaking Changes
-
⚠️ BREAKING
A massive, codebase-wide change replaced
jbooleanwithboolin numerous public JNI function signatures. This is a significant breaking change for Android embedders calling these native methods, requiring updates to match the newbooltype. (adeddc7) (88258a7) -
⚠️ BREAKING
The public API of
SurfaceFactoryOzonewas changed, replacing the virtual methodGetSupportedFormatsForTexturing()withIsFormatSupportedForTexturing(). Custom Ozone platform implementations must be updated. (590df83) -
⚠️ BREAKING
The signature of
gpu::MappedMemoryManager::Allocwas changed from returningvoid*tobase::span<uint8_t>, and then quickly reverted. Both the change and its revert are breaking for embedders using the command buffer client library. (b9b01d3) (4c01cbb) (4caa0a3) -
⚠️ BREAKING
On Android, the public method
X509Util.getUserAddedRoots()was changed from an instance method to a static method, breaking any existing calls on an object instance. (2df4195) -
⚠️ BREAKING
The
getUserMediaweb API will now throw different, spec-aligned DOM exceptions for certain errors. For example, calls without transient user activation now throwInvalidStateErrorinstead ofNotAllowedError, which may break web content that catches specific error types. (fb62763) -
⚠️ BREAKING
The DevTools protocol command
Network.getRequestPostDatanow base64-encodes binary request bodies. The response includes a newbase64Encodedboolean. DevTools clients parsing binary post data must be updated to handle this new format. (e51443c) -
⚠️ BREAKING
Several public APIs in
components/were removed, includingContextualTasksService::ClearAllTabAssociationsForTaskand the pure virtual methodSupervisedUserService::IsSupervisedLocally. (c6eb642) (279d9c4) -
⚠️ BREAKING
Several public utility headers and functions in
base/were removed, includingui/gfx/buffer_format_util.h,base/strings/latin1_string_conversions.h, and an unsafe overload ofbase::File::ReadAtCurrentPosNoBestEffort. (514bc7d) (e4c0c41) (b3a0fa5) -
⚠️ BREAKING
On Android, the deprecated public methods
PaymentAppService.create()andPaymentAppService.addFactory()were removed. Embedders must migrate tocreatePaymentApps()andaddUniqueFactory()respectively. (57bf0b9) (0f53531) -
⚠️ BREAKING
A QUICHE library roll removed the obsolete
ParsedQuicVersionmethodsUsesHttp3()andUsesTls(), affecting embedders who interact directly with the QUIC implementation. (a00f081) -
⚠️ BREAKING
For Isolated Web Apps, the public function
ValidateSignedWebBundleTrustAndSignatureswas renamed toValidateSignedWebBundleSignaturesand its signature was changed. Callers are now responsible for performing trust checks separately. (d675064) -
⚠️ BREAKING
The stable, default-enabled feature flag
kWaylandLinuxDrmSyncobjwas removed from the codebase. (093be6a)
Core, Internals & Performance
-
The exported function
base::debug::InProcessStackDumpingEnabledwas renamed and then reverted, causing a temporary break for consumers. (9d6079d) -
The
kMojoInlineMessagePayloadsfeature was enabled by default, which may provide a small latency improvement on Android. (c2cf9c2) -
Performance was improved in several areas by replacing
std::mapandstd::unordered_setwith more efficientabsl::flat_hash_mapandabsl::flat_hash_setcontainers. (f6a2c93) (5f7325b) -
A race condition in
ContentVerifierwas fixed by ensuring it is destructed on the IO thread, preventing crashes during profile shutdown. (78fb3ba)
Web Platform & Blink
-
The Cookie Store API's
maxAgeproperty has been enabled by default, allowing developers to set cookie expiration relative to the current time. (3af933e) - The data URL parser was updated to preserve the full MIME type as required by the Fetch Standard, fixing numerous Web Platform Test failures. (20d11f7)
-
For the experimental CSS Grid Masonry layout, a new
grid-lanes-packproperty was added and the syntax forgrid-lanes-directionwas updated to align with evolving specifications. (366fecc) (81963f4) -
The
AIPageContentIncludeSVGSubtreefeature was enabled, allowing content extraction from within SVG subtrees. (94a0c15) -
The
SecurePaymentConfirmationBrowserBoundKeysfeature was promoted to stable on macOS and Windows. (56976fd)
Graphics, GPU & UI
-
In
ui/views, a new APIView::ConvertRectFromScreen()was introduced to complementConvertRectToScreen(), andgfx::Rectwas defined as a standard view class property. (28cf934) (35721a8) - Experimental support for transient attachments was added to WebGPU. (a7968c1)
-
Timeout diagnostics were added to
CopyOutputRequestto help debug screen capture failures. (21fc482) - A crash in Picture-in-Picture was fixed by preventing duplicate destruction notifications when a child dialog is closed. (dadc58c)
Android
-
The
TabInterfacecan now look up its correspondingBrowserWindowInterface, improving component interaction. (a6288cb) - Sign-in promos on the New Tab Page and for Recent Tabs were migrated to a new, unified sign-in API. (b80a1b0) (9b996bf)
-
A threading bug in
WebViewChromium's autofill logic was fixed, preventing a potential double execution of logic. (36232ea) - The main thread name in WebView will no longer be overridden, which will provide more accurate and useful Perfetto traces for debugging. (941b582)
iOS
- Drag-and-drop support for PDF files was added to the composebox. (c70144b)
- A new setting was added to allow users to toggle the availability of the Reader Mode entrypoint chip. (cddd52e)
- The New Tab Page background image is now cached to reduce jank and improve the user experience on load. (4679590)
-
Ownership of the
SigninCoordinatorand Safari Data Import workflow was moved fromSceneControllertoSceneCoordinatoras part of a large-scale refactoring. (32ee73a) (683653f)
Extensions & DevTools
-
A new
rootNodeIdproperty was added to thechrome.bookmarksAPI, allowing extensions to easily retrieve top-level bookmark folders without fetching the entire bookmark tree. (b16fe93) -
Streaming support was implemented for the
dispatchHttpRequestDevTools UI binding, unblocking migration from the olderdoConversationbinding. (1e78865)
All Commits (547)
- 1afe3e7 Roll WebView ARM64 Orderfile from K4BU_VAnP-pknEmib... to _k5siNzIa0kuTZCg3...
- c70144b [iOS][Composebox] Introduce PDF Drag and Drop
- 5b3eae6 [lens] Fix CSB not getting full viewport thumbnail.
- a6b74e3 Extend histogram expiries.
- 6c9f3b5 Roll src-internal from d56a34b693d5 to 155b24c29b5f (1 revision)
- 1591dc3 [Persist] Encapsulate metrics tracking and ShadowTabStore cleaning
- 366fecc [Masonry] Add 'grid-lanes-pack'
- 42e1ed6 Temporarily set android_browsertests as ci_only on Android arm64 CQ
- de2be83 Update expiration of GPU.OsCompositor.NumLayersModified
- 3c1a7fd Add historgram to measure DComp commit time
- 6744161 Settings: Fix crash when deep linking to internet detail page item
- 69c07b6 Roll Skia from f9fa3ccca3ee to 714d0af2eda7 (1 revision)
- ef59236 Roll Chrome Mac Arm PGO Profile
- 67ecba2 [FedCM] Remove RequestService dependency on AccountsFetcher
- 25da60f Allow SharedImageFormat mismatch for CanvasSnapshotProvider reuse
- 3d32575 [PWA] Use WebAppFilter for OS integration in tests
- 4446bf7 WebUI: Check in ui/webui/resources/tools/codemods/package.json file.
- 8662de1 ios: Extend expiration for Crashpad.IntermediateDump.Reader histograms.
- 2d0ac29 utr: Support --omit-default-test-args as an arg
- 7346d5f net: Refactor GURLWithNSURL to fix 'about:' scheme percent-encoding
- 8e04c67 Log unsuffixed MemoryDumpTime, which was missed in the previous patch
- 36e90ff [Extensions] Remove host access request using index
- c408846 Mark Pixel_CSSFilterEffects* slow Mac Retina
- 25ad137 Add presubmit that checks new dirs include a BUILD.gn file
- 4f8c444 [Omnibox][AIM] Add telemetry perf test for Omnibox WebUI and AIM WebUI Popup.
- 6c92b0f Add MTC-specific CertVerificationResult metrics
- 21fc482 [viz] Add ability to determine cause of timeouts
- d61bd24 [glic-tab-context-menu] Implement switching conversations from recent conversations list inside GlicTabSubMenuModel.
- c033bff Emit Activate(true) event when IRM is reopened
- 3ca8b3b Fix drag and drop bookmark reordering
- 61f5ae8 Add Win/AMD RX 5500XT exp tester
- 35e38a2 [commerce] Extend histograms
- 1c0cfb5 Remove custom action image override for "Paste and Match Style"
- 6d99411 [Cache Encryption] [1/2] Integrate chunked encryption with encrypted file read/writes
- ecaa4b3 Roll Dawn from 224f2b35214f to 392e4c807c1b (5 revisions)
- 982c649 [Theme] Update icon for the default theme.
- eb2c9f5 Update Pixel_ReflectedDiv Expectation
- 808ac79 [PDF Ink Signatures] Rename StartTextAnnotation to EditTextAnnotation
- 973c254 Remove EqualIgnoringNullity(const Vector<...>&, ...) overload
- 56976fd [spc][bbk] Update SPC BBK blink feature to stable for Mac and Win
- 6949d29 Add ActuationService egtest
- 9b3fa2e Roll clank/internal/apps from baae2a8644d7 to 1ae1c9e874ca (1 revision)
- 2d71a1f [Media Indicator] Update GTS dimens
- f7ea21f Roll Chrome Win32 PGO Profile
- a18b20b modules/storage: Eliminate UNSAFE_TODOs in CachedStorageArea
- d80d8c1 Add new pref for encrypted key for cache encryption
- 5272c99 Move 5_frames_numbered.jxl into images resources
- 5609f10 Avoid duplicate map lookups.
- 7dea469 [HandoffButton] Maintain button text color when in an unfocused window.
- e437b77 Revert "[Android] Close all windows after the test in FreshCtaTransitTestRule"
- 7da18de [iOS] Add alternative text for home background customization IPH
- 399c988 [Extensions] Change ExtensionApiCaptureTest to MV3-only.
- c3b5697 [Vertical Tabstrip] Calculate active state of split tabs correctly
- bc277f5 Roll Chrome Win64 PGO Profile
- 4651531 Rename ReloadButtonWebView and related classes
- adeddc7 Replace jboolean with bool (Part 2)
- 56d6c1a [Vertical Tabs] Adding back fix in opaque_browser_frame_view
- b54b701 Fix glic inclusions in ActorTaskListBubbleRowButton
- 50b49ad Update CBB autoroll for the builds refs
- 1690942 Add Live eligibility to chrome://glic/internals
- 8af9a7b Import wpt@4fa1c0d71ff547b6abadaec73b72cbcf514e57c5
- 8fb08e1 Roll Open Screen from 2f7bcb51f043 to 8fc39671507f (1 revision)
- 4e17a8c power: Extend diagnostic histograms
- 305439a cros_ml: Extend diagnostic histograms
- 355f85d Expand ExpectedColor_MediaRecorderFromVideoElement Suppression
- 4117dae Roll clank/internal/apps from 51b6e63389af to baae2a8644d7 (1 revision)
- c7f1cc4 [actor][ui] Add metrics for GlobalTaskIndicator
- 4309b8b [FedCM] Parse potentially_approved_origin_hashes and origin_salt
- 1735368 Support tool: Migrate issue-details to Lit
- 409585d Autoshard chromium/src test suites
- 514bc7d [ui/gfx] Remove BufferFormat util files
- d2b1646 Add Mac/ARM64 trybot to WebGL roll script
- cfec334 UserLevelMemoryPressureSignalGenerator: Ignore MODERATE pressure level
- 20d11f7 Preserve MIME type in URL parser
- 04f413d [WebInstallAPI] Refine error handling to use kDataError
- bcd632f Revert "[iOS] Gemini image remix camera flow skeleton and gateway"
- 0abe6ec Roll clank/internal/apps from e138c620a068 to 51b6e63389af (1 revision)
- d899a5c [media] Rename MailboxHolderRelease callback refs in media
- 3ce646b [Bluetooth] Unify and update the expiry of histograms
- fc62dd4 Roll BoringSSL from 41b290f319b3 to f075344a3acb (1 revision)
- fe203f7 Add ResolveWebAppPendingMigrationInfoCommand and schedule it on startup
- 52d82a0 [infra] Don't generate targets_spec_directory_relative_to_source_dir
- 3936c6a [System Media Controls] Return early on failing to get timeline object
- ccf2834 Roll Chrome Android ARM64 Orderfile from chR9-FwMfDrwJCiis... to q30s6RLzZb5QcKv0c...
- 6efad75 Use FunctionRef for actor enterprise callback
- 1120a28 [iOS] Add new Passkey EG test for passkey creation
- bbf385f Roll clank/internal/apps from 98ea61aa4817 to e138c620a068 (1 revision)
- 590df83 Reland "[ozone] Refactor GetSupportedFormatsForTexturing"
- b47551f Roll src-internal from 135bc8f3719d to d56a34b693d5 (1 revision)
- 888aa5e Update README.chromium after enabling autoroller.
- 27806ae Record Net.QuicSession.TLSHandshakeBytes.MTC
- ef88975 [Contextual Tasks] Fix thread restore on browser restart
- 14cfa1a [PSF] Hide AI entry points buttons when signed out.
- 8c756b8 Roll WebView ARM64 Orderfile from n3vmNRAAI8b5wW0B3... to K4BU_VAnP-pknEmib...
- 2e2ee9a [Omnibox Next] Correct tab order in Variant 1
- 654cf5f GlicButtonPressedState: fix glic define guards
- bdbd0ba [webnn] Add LiteRT profiler summarizer.
- b6e2660 Remove MojoInlineMessagePayloads2 from fieldtrial testing config
- 885a1b0 Roll Chrome Mac PGO Profile
- e7f40d3 [ntp-threads] Add threads UI feature param to composebox next variation
- 093be6a Remove kWaylandLinuxDrmSyncobj feature definition and usages
- b45d461 [BNPL][Clank] Resize back button at least 48x48dp for accessibility
- 52c8744 Remove calls to base::android::GetClass() #3
- cb0e48b [Omnibox] Fixs stale height regression in WebUI popup
- 1897efd [Immersive] Configure dogfood groups.
- 29feb33 Roll clank/internal/apps from d5c2cd06566c to 98ea61aa4817 (1 revision)
- afe9654 [test-metric] Explicitly set the tag as a string in proto
- 7961c1d Roll Chrome Mac Arm PGO Profile
- a80d0df Format //c/b PRESUBMIT.py and PRESUBMIT_test.py
- 83bf126 Settings: Truncate extremely long queries
- fd5602b blink-input: suppress clank's default suggestion window in presence of should_hide_suggestion_menu
- de7a7b9 Record metrics about the success of a connection using MTCs.
- 3b5d30a Replace DumpOSStatusError with histograms in app_shim_manager_mac.cc
- 3278472 [aim-tools-models] Add initial `InputStateModel` class
- ac9c6ec Roll DevTools Frontend from 3338a0a25e00 to 65afb9b6e8ae (1 revision)
- e753a72 Roll Skia from a650ce2b0d50 to f9fa3ccca3ee (2 revisions)
- 2e24a75 [iOS][CX] Update fields in credential export manager
- f549f57 [TabRendererData] Migrate tab crashed state to TabUiHelper
- 1ae4d9a Add flag for enabling iframe in Pix
- 2e02544 Rename dom distiller variables.
- 281ba9e [Suggestion][Clank] Refactor showing icon for the payment bottom sheet
- 58b99c8 Roll vulkan-deps from f87352037110 to a359fd23fd78 (4 revisions)
- e568b80 Reland "fjord-oobe: Create FjordOobeStateManager to track OOBE state"
- 121625b [RWM][RecentlyClosed] Add metric
- 2c92e7a [Skills] Add storage implementation
- 38b1395 [ntp][realbox] Let IPH overflow from searchbox
- a5fda6f Implement TabListInterface::GetTabGroupTabIndices() for desktop Android
- f5d2b1c Revert "WebUI: Switch default tsconfig moduleResolution to 'NodeNext'."
- 7b635ad Avoid duplicate map lookups.
- 60b8121 Actor: Add histograms for observation results
- cab26ff [WebAudio] Fix OfflineAudioContext flakes
- fa1a35b [Cast] remove usage of Open Screen's build overrides
- b3140c8 Roll Catapult from c9916a593bec to cfb62296f04e (1 revision)
- b3a0fa5 Remove unsafe version of base::File::ReadAtCurrentPosNoBestEffort
- 74108dc [iOS] Add public method to get the current Gemini view state
- b5ff879 WebUI: Switch default tsconfig moduleResolution to 'NodeNext'.
- 9bca740 Construct overscroll pseudos for toggle-overscroll targets.
- 57de1b2 Add URLInfo fields to SafeBrowsingPasswordReuseEvent
- 7c3a96c [Bookmarks Bar] Add a feature param for fast-follow
- 93ae23a Plumb non-rectangular polygons if available
- eceaa42 AndroidX biometric flag temporary fix
- 77b5805 Remove unused test-mojom file
- b96eeec [Reading mode] Add new line focus menu strings
- dadc58c Fix PiP crash from duplicate child dialog destruction notifications
- dc0355b [contextual-tasks] Add pixel test for smart compose.
- e7f54d1 Disable flaky WebAppIntegration test
- cb14a92 Add fieldtrail for EnableADPFBoostRateLimit
- 5bc2f3a [sheriff] Disable flaky CollaborationIntegrationTest
- 204003f Add getCoseKeyType - missing function in secure payment confirmation.
- 5e02b47 Roll Chrome Linux PGO Profile
- 3982c6f Fix WebUI preservation across IRM open/close
- 9fe5630 Sequoia WebGL Suppressions
- dfdbf86 [renderer] Add input handling mode
- 86cd6c0 Move screen off detection to onStop for LaunchCauseMetrics
- 85953a2 Roll Chrome Win ARM64 PGO Profile
- 40edc47 Updates README.chromium for Tamachiyomi dependency
- 589e3c4 Update `TestExpectations` with bugs filed for crrev.com/c/7422821
- 26b1c24 Revert "Indicate when policies require a restart on chrome://policy"
- 53ad4c8 Add support for LLVM API notes to swift_modulemap
- 7fd2360 [Actor][Task Indicator] Add a Pressed button state
- 88258a7 Replace jboolean with bool (Part 1)
- 1615275 Roll WebRTC from 7fd01e001ed1 to 5f2ab20662f3 (1 revision)
- 9539080 Reland "[glic] Refactor GlicPinnedTabManager to use GlicTabObserver"
- 0a1c46a Bind Gemini Camera toggle to pref
- 2841563 Add GeminiCameraViewController
- feb46eb Roll clank/internal/apps from ebea3d28807b to d5c2cd06566c (1 revision)
- 95c9127 [VerticalTabs] Delete unused HasVisibleBackgroundTabShapes()
- 81963f4 [Masonry] Update grid-lanes-direction syntax
- b5b0447 Reland "[gpu] Add explicit NV12/P010 allocation texturing bools on FeatureInfo"
- c0bd9fb Wire SkillsSyncBridge to sync service
- 1d05f08 [Contextual Tasks] Correctly handle empty state search URLs
- 3b70d5d Roll src-internal from 3dd78ac18d95 to 135bc8f3719d (1 revision)
- 50a879d Fix libmonochrome_private_code_test failing on glic
- 4446de3 [bedrock] Migrate chrome_visibility_observer.cc away from BrowserListObserver.
- 5a2eeee [Android] Support waiting for INVISIBLE and GONE Views with ViewFinder
- 7e240ad [composebox] Allow a11y enter event on submit button
- 47bf6a4 BluetoothInternals UI: Migrate tests to TypeScript.
- c96a693 remove obsolete skia header
- 014edf9 [TabBottomSheet] Make fusebox container sticky
- 86c67fb Roll Chrome Mac Arm PGO Profile
- f6a2c93 Replace `std::map` with `absl::flat_hash_map`.
- 6d99532 [Android NTP] Add rounded corners to MVT Tile background.
- 7fd1a52 [iOS] Gemini image remix camera flow skeleton and gateway
- 19b9fd3 Restore comment explaining difference in color logic
- 973fafc Revert "Add log statements to debug flaky test case"
- cbfb849 Roll DevTools Frontend from eaf53930b880 to 3338a0a25e00 (2 revisions)
- 5c05871 Add MockExtensionInstallPolicyService
- 7f70b44 Roll Chrome Android Desktop x64 PGO Profile
- d8208ac Roll ANGLE from e104f3c6e08c to d1d446b99526 (1 revision)
- bedafcd Use string_view instead of string to avoid string copies.
- 1b63868 [PWA] Use WebAppFilter for OS integration in tests
- 82166d8 [RWM][RecentlyClosed] Account for tab entries with timestamp 0
- d2c678a [media] Remove stale MailboxHolder refs
- 724bc77 [Android] Close all windows after the test in FreshCtaTransitTestRule
- 1559eb2 Fix the crash in PixAccountLinkingManager destructor
- 57bf0b9 Remove deprecated PaymentAppService.create() method
- 9d96e8a [Masonry] Handle inline size containment
- 3b52c7b [glic] Fix premature tab sharing indicators in Trust First Onboarding
- 8dceb8c Restore css for sign-in error dialog in profile picker
- 364f9a0 Multi-account device metrics: Pass along all cache GUIDs
- e744f2a [Bundled Security Settings] Update Safe Browsing radio group styling
- 6d66c7f Roll BoringSSL from 80d9923e4893 to 41b290f319b3 (2 revisions)
- 697fc18 DOM: Remove unnecessary popover command arg
- 8cc0dcc Roll Chrome Win32 PGO Profile
- b81a81c Revert "[spc][config] Add Field Trial Testing Config for SPC UX Refresh"
- d75939b Roll Crossbench from f1a00ad443d0 to 8f7c9b39f4c1 (1 revision)
- 7a217d4 Extend ChromeOS.Settings.Device.Touchpad.* histograms
- 6ff19de Reduce overhead for parser library to Blink string conversion
- cff94ef [CLAMS] Log StartModelDownload function run time.
- 6381ac0 Roll src/chrome/services/speech/internal/ f5444a280..6d89c858b (1 commit)
- 26aefa9 [Bundled Security Settings] Fix hover highlighting on bundle buttons
- c2c846a Removing kFrame* Entries from kImagesToCrop
- b7f65c7 [Bundled Security Settings] Show warning icon when secure DNS is disabled
- fc75519 Add cert_verify_tool option to disable net fetcher.
- 2eed43c Spanify base::File usage in security_key_message_writer_impl.cc
- a00f081 Roll src/net/third_party/quiche/src/ eec4080d1..35edd098e (107 commits)
- a51e1e7 Revert "Enable kWebViewSurfaceControlForTV by default"
- 691ee6c Add an empty implementation of the pinned tab manager interface.
- 3ce3d6b [iOS][CX] Fix favicon fetching in credential import
- 369be63 [iOS][CX] Set conflict resolution button based on iOS version
- da6353c [PWA] Use WebAppFilter for OS integration in tests
- e4d66f2 [omnibox] Default enables drag&drop and recent tab chip params
- db01d8e WebGPU: Add texture_and_sampler_let enum
- 40f1d6e [MacOS][VerticalTabs] Fix crash for entering immersive mode with vertical tabstrip.
- f3b473b Roll ios_internal from 657700e34ba1 to ed6dc59005f0
- 7acb23a Import wpt@e7f1b842c259292b844f80035d7b47611e186716
- 4f2399d Fix some build issues with enable_glic on Android
- 58a43f4 [Chrome Next] Restrict pixel tests to pixel test platforms
- 35721a8 [views] Define gfx::Rect as a view_class_property
- cae8442 [Skills] Adding rushans to owners
- f76a916 Roll WebRTC from 1e0a6ec5b78b to 7fd01e001ed1 (2 revisions)
- f6ad3e2 [LNA] support CIDR blocks for ip address space override command line
- 9f3394b Suppress WebGL Trace Test
- 79f85f3 Roll Chrome Android ARM64 Orderfile from 3wWskyj-BKc3-ReQr... to chR9-FwMfDrwJCiis...
- a4baa4f [CC Clip Paths] Add missing unit test for backdrop-filter
- cabb163 [ntp-threads] Add navigation logic to history button click on rail
- c2cf9c2 mojo: Enable kMojoInlineMessagePayloads by default
- e9cd621 [Extensions] Remove unused method and param in extensions UI
- 28cf934 [views] Add View::ConvertRectFromScreen()
- 5658cbe Remove chromeos::ViewID and migrate to ElementID
- 94a0c15 Enable extracting content nodes from within SVG subtrees
- 1cf0f59 Roll DevTools Frontend from 27b83dc2aee4 to eaf53930b880 (1 revision)
- 0143b62 Updater UI: Don't display Omaha logo
- a163697 Suppress insecure download error message from top-level navigation on chrome:// pages
- 0be1275 [iOS] Update IDS_IOS_READING_MODE_SETTING_{TITLE,DESCRIPTION} case
- 5f7325b Replace `std::unordered_set` with `absl::flat_hash_set`.
- c4bc3bc [OIDC] Clean up EnableOidcProfileRemoteCommands feature flag
- 9ee6397 [iOS] Simplify badge support for Reading Mode under a single feature.
- 0706d2c [iOS] Implement CrossPlatformPromosNotificationClient
- 040cf36 Update fieldtrial test config for HeliosWithReaderMode.
- 40c0ebe [Theme] Fix trailing icon of chrome color is invisible.
- 3218290 Avoid duplicate map lookups.
- 94f23c0 [iOS] Change anchor for Lens desktop-to-iOS promo
- f59fc35 Roll vulkan-deps from 3d403081d669 to f87352037110 (1 revision)
- 5057447 Roll Chrome Win64 PGO Profile
- d7a4a00 Roll Website from f1b904cd83ea to cb33846322e8 (1 revision)
- 958de6e [Fix] Fix VCN in manual fallback to show masked expiration date
- e457959 Roll Skia from cc977c67f61d to a650ce2b0d50 (1 revision)
- 1052004 [Cache Encryption] Store derived key in `ChunkedEncryptor`
- 29e3670 [animation-trigger] Ensure first frame reflects triggered animation
- 80114b5 Handle the Expand/Collapse AX Actions in BookmarkFolderButton
- 0e3d8e8 [iOS][WhatsNew] Add a new string for What's New Lens Search instruction
- 61f3b07 Fix EarlyFullScreenVideoOptimization dropping video buffer rotation
- 718d95b Updater UI: Collapse EventListItem on reset
- 3203d97 [ios, tabgrid] Silently handle invalid drag entries
- 30a129b Rename IwaPendingInstallInfo to NonInstalledBundleInspectionContext
- 5e3a06f Roll BoringSSL from e8777c0ed644 to 80d9923e4893 (1 revision)
- f2e9457 [//components/viz] Inline SharedImageInterface::DestroySharedImage
- 83d8825 [X11] Fix scroll position invalidation in X11 Event Source
- a43039c [omnibox] Disables AIM caret color-change animation
- 136bc1f Add agale as owner for tab_search
- 516fc1e [Extensions] Change ScriptContext invalid observer CHECKs to DCHECKs.
- cc03654 [Toast] Fix bug with toast showing on actuating tabs
- 4ce483f [//media] Update reference in renderable_gmb_video_frame_pool.cc
- 31eb31d Roll clank/internal/apps from 1d4b76f8800a to ebea3d28807b (1 revision)
- 2d5c34c [spc][config] Add Field Trial Testing Config for SPC UX Refresh
- bb84924 Remove abandoned flags
- 235d548 Use span-based file API in ppd_cache.cc
- c113161 [Zoom Indicator] shorten popup
- 23944f3 Roll Media App from TuEGPzKoODruB2kVK... to CFbbFynZc-H8Z7PQt...
- 30536b6 [3PC Settings] Add bottom padding back to explanation text
- b39f161 [glic] Suppress side panel close animation on detach
- b8ffec3 [Autofill] Make EntityInstance::use_count() int64_t
- e4c28f6 Use base::DoNothingWithBoundArgs for lifetime extension
- fdeb31f [Blink] Remove redundant check in RtcVideoEncoder
- 2df4195 Revert `getUserAddedRoots` to a static method
- c0279d2 Roll WebView ARM64 Orderfile from LVgVdhJKQXPdLQZUF... to n3vmNRAAI8b5wW0B3...
- 3af933e Enable Cookie Store API maxAge by default
- cb8420a Roll FreeType from b91f75bd02db to 341049a95bac (1 revision)
- e4c0c41 fix auto spanification for latin string conversions
- 6e7b5c4 Roll WebRTC from 67e80e111c05 to 1e0a6ec5b78b (3 revisions)
- 78fb3ba Destruct ContentVerifier on the IO thread.
- 9db5b5e Remove calls to base::android::GetClass() #2
- b34adcc Fix typo in cookie_manager_mojom_traits_unittest.cc
- 79a452f [iOS] Use ContentConfiguration in AccountItem
- 916d8c3 [//gpu] Eliminate clone of handle in ClientSharedImage
- 05d861d Roll DevTools Frontend from 287a600bc34e to 27b83dc2aee4 (2 revisions)
- a6288cb [Tabs] Permit TabInterface to lookup its BWI on Android
- c3477ae [glic] Add future_browser_features.h
- e702f01 Roll Chrome Mac Arm PGO Profile
- 683653f [ios] Move ownership of Safari Data Import to SceneCoordinator
- 4679590 [ios] Cache NTP background image to reduce NTP load jank
- 42bcfb4 [Vertical Tabs] Updating System Context Menu Text
- de0b120 [DevTools] Remove obsolete
- cc0d73a [iOS] Remove use of TableViewAccountCell outside of its item
- 941b582 Stop overriding main thread name in WebView
- bb4352d Extend Fenced Frame virtual test suites.
- b9b01d3 Reland "Spanify MappedMemoryManager::Alloc() to avoid unsafe buffer usage"
- d0df81e Add cleanup code for Cookie Readiness List component
- c6a721a Disable flaky timeout WebAppIntegration test on Linux dbg
- 422e05f [//media] Update log message in vaapi_image_processor_backend.cc
- 8f7e756 [Blink] Remove CHECK in web_graphics_context_3d_video_frame_pool.cc
- 7ab18ea [//media] Remove redundant check in MFVideoEncodeAcceleratorWin
- 3d67b36 [iOS] Fix iOS 18 and below add language settings search scrim top anchor
- 27baddd [iOS] Fix iOS 26 bookmark folder chooser search scrim top anchor
- 00e0d7e Roll SwiftShader from e5b3afce6d92 to 76b5d96a9287 (1 revision)
- 8996c96 Disable flaky privacy sandbox tests
- d142573 [Force Save to OneDrive] Add a new DownloadCheckResult for force save to OneDrive.
- e686268 Refactor SubAppsInstallDialogController to separate view and logic
- 08eb1c2 [CAA] Enable SystemSignalCollectionImprovementEnabled on ToT
- fb7521a Roll ANGLE from dee3d72d1ec2 to e104f3c6e08c (2 revisions)
- 126c1c8 Roll Skia from 487a9943210b to cc977c67f61d (1 revision)
- 4269569 [wv] fix typo in feature name
- 2377adc Roll ios_internal from d7ed01771420 to 657700e34ba1
- 0a14d72 Add flag check for split show password setting feature
- 1d18e97 updater: implement UpdateService methods to get the state and policies
- fabf847 Subtract insets before setting constraints on xdg toplevel
- 903186a Roll ChromeOS Arm AFDO profile from 145-7606.0-1767584678-benchmark-145.0.7627.0_pre1567377-r1 to 145-7618.0-1768188251-benchmark-145.0.7630.0_pre1567562-r1
- 45a5f75 Remove usages of namespace in generate_jni in BUILD.gn files
- bcea1f3 [Signin][Android]Get AccountInfo by AccountId for NtpSigninPromoDelegate
- d293595 Roll BoringSSL from e27691bc3cb4 to e8777c0ed644 (1 revision)
- 0b993fe Disabling flaky media test
- c0a944e Stop enforcing package names for API and IMPL classes
- 53eda64 Improve and simplify API and impl of action_utils
- 08b6516 Replace maps with `absl::flat_hash_map`.
- 558347e Updating trunk VERSION from 7631.0 to 7632.0
- 50b7869 Fix Freedesktop session suspend type based on WakeLockType
- 35e8d4f Roll Chrome Android ARM32 Orderfile from 9a7Ns6NgvMSYBTxrn... to pIMj-ttF5L_QTNNcR...
- cbaf556 Disable flaky BookmarksTest.List on Linux dbg
- 67221b9 Add trace event for Omnibox::CharTypedToRepaint
- b5d78de Roll Dawn from ad2ca77aae3e to 224f2b35214f (3 revisions)
- 27ec41a Add a GN template to generate modulemaps
- 6be4a4e Add a NavigateTool to ActuationService.
- 34e3265 Only record the renderer Autofill success metrics if it's a fill action
- 5e0c9fb Roll WebRTC from b6a824060720 to 67e80e111c05 (1 revision)
- 7afab54 [cc] Update TextureLayer unittest refs of MailboxHolder
- 4eea0ed [iOS][PRDBD] Changes the trash icon size in Quick Delete VC
- 0d74360 [iOS][CX] Make invalid credential view button a checkmark
- 13cef49 Fix D-Bus inhibit leak in PowerSaveBlockerLinux
- 1710edd Roll DevTools Frontend from aba17e1fab9e to 287a600bc34e (4 revisions)
- 9b8d9ff Set allowed values of Action XML schema field: `not_user_triggered`
- c080561 Roll Help App from bHNRnJN586hKNjeIb... to c-y_MmkPyAmWE2d_1...
- 27d5850 Roll vulkan-deps from 64b598b99190 to 3d403081d669 (1 revision)
- 975d683 Clear server predictions for small forms
- 882f399 [Autofill AI] Autofill AI available by default when feature flag is on
- 6287664 [iOS] add basic passkey validation into PasskeyTabHelper
- 1172c34 Roll WebView ARM64 Orderfile from wz-REe4DJxK2tWkTX... to LVgVdhJKQXPdLQZUF...
- 4a3bc7f Disable failing MathML test
- a84e75c Roll ios_internal from 5d0777d838e8 to d7ed01771420
- b382108 [Page Info] Add cookie prefix to 3pc-specific page info variables
- 0f53531 Reland "Remove PaymentAppService.addFactory"
- 970c96b [iOS Blink] Pass world identifier to AddWebMessageHostFactory
- ad55c0d Disable slow browser test
- d47705f Fix Ctrl+W to close current tab when tab highlighting is disabled
- fb281ca Revert "[blink] Remove stale Linux expectation for unsupported-labels WPT"
- d4b48ee Roll Chrome Android ARM64 Orderfile from KGEWxJ-gl19vW7ti_... to 3wWskyj-BKc3-ReQr...
- 2a845be Revert "[blink] Remove stale Linux expectation for spin-by-blocking-style-sheet"
- c250a11 Roll Chrome Mac PGO Profile
- 5cccf86 Remove PopulateFrameBinders 6/8
- 80a9175 Roll androidx from bo9o6xqxT5PzuuVeE... to WX3ELG4TgH2nEIDT1...
- ba3c0df Roll WebView ARM Orderfile from TZLhs5wjKuffmd_s5... to Zn2fkWRENgaDZLAi3...
- cbcce6e Add Nano Banana row to FRE view
- 32ee73a [ios] Move SigninCoordinator ownership to SceneCoordinator
- 9682832 Add histogram when trying to defer a request that has an active refresh
- c067fc8 Roll src-internal from 7255f2b12721 to 3dd78ac18d95 (1 revision)
- fb62763 Change DOM exception code for some of the UserMediaRequestResult values
- 1a2569b Roll clank/internal/apps from cfe3a263d708 to 1d4b76f8800a (1 revision)
- 9126233 [Chrome Next] Remove killswitch flag from field trial.
- f0abbe6 Roll WebRTC from 66f2adcc7f16 to b6a824060720 (4 revisions)
- 704dbfe CCA: Google Drive upload cancellation
- 86d251e Roll Chrome Mac Arm PGO Profile
- e537f04 Add crash key for null ComputedStyle.
- bca9b72 [OIDC] Remove ProfileRemoteCommand experiment usage + expired flag
- 1bf331e Roll Chrome Win ARM64 PGO Profile
- 9d6079d Revert "Allow StackTrace to probe for dbghelp on Windows"
- 18c3a1a Simplify content filters observer interface
- 7f21b14 WebRTC GPU tests: expect to pass on Win10 Intel.
- 4caa0a3 Revert "Spanify MappedMemoryManager::Alloc() to avoid unsafe buffer usage"
- c5a5084 Mark error as deprecated in enums file
- b4fef25 Roll BoringSSL from 13526b337f4d to e27691bc3cb4 (2 revisions)
- baf3a80 Remove unused WebAuthn strings from generated_resources.grd
- 7057b8f [Settings Search] Index Bnpl Fragment for search
- 7b9eeca Roll DevTools Frontend from 18c8944a622d to aba17e1fab9e (1 revision)
- 47f1319 [UNO-FF] History page sync history promo button color
- 602af69 DevTools: Fix icon vertical alignment in policy dialog (macOS, Windows, chromeOS)
- bbfe370 [iOS] Disable NTPHomeTest.testMinimumHeight on iOS 17
- 2205d19 [views/examples] Fix dangling pointer in DialogModelExample
- 108256c [Gardener] Disable flaky ContextualSearchSystemTest on desktop
- 5dce663 Android: remove leftover migration code
- a7cb793 Roll Chrome Win32 PGO Profile
- ae9c5b0 Roll Chrome Linux PGO Profile
- 3597135 [KP] Automatic update from google3
- 6a7d961 Restructure SupervisedUserPrefStore
- c94765a [CT] Automatic update from google3
- 1db0ec1 [PermissionAI] Cleanup PermissionPredictionThresholdSource enum
- d675064 Remove the trust check from ValidateIntegrityBlock() in //components
- 9ef2cbe [Page Info] Fix data flow for ChromeOS cookie sync check in 3pc logic
- bba9f10 Updating XTBs based on .GRDs from branch main
- a0293bf Spanify base::File usage in bitstream_file_writer.cc
- b0b9cd3 Roll vulkan-deps from 201203c6a0dd to 64b598b99190 (1 revision)
- 7cd17a2 Multi-account device metrics: DeviceStatisticsTracker, part 4
- dbb0a0b Roll WebRTC from 84a167de10c5 to 66f2adcc7f16 (2 revisions)
- 0939ac0 Roll clank/internal/apps from 34e0af877fe2 to cfe3a263d708 (1 revision)
- 2f1e825 Use span-based file API in local_fd.cc
- 7d511c1 Roll Chromium Variations from 71jFBlCW8ttCoirZH... to aceJzOHX1zh7xTamF...
- fff19d1 Roll Chrome Android ARM32 PGO Profile
- e87a605 Roll ios_internal from efa1c4ad92fa to 5d0777d838e8
- a648c8b Add WebRTC-Agc2MaxSpeechLevelExperimental testing config
- 379ba5a Roll Chrome Android Desktop x64 PGO Profile
- 6b7edca Roll Chrome Mac Arm PGO Profile
- 8cd1ac9 Roll Chrome Android ARM64 Orderfile from L6vZxz1qZsD9nlGr5... to KGEWxJ-gl19vW7ti_...
- 49e9a1e Deprecate XML external entity loads
- e3d9f57 Roll WebView ARM64 Orderfile from URaDtWlzehXBx6p38... to wz-REe4DJxK2tWkTX...
- f69939f Roll Chrome Win64 PGO Profile
- 552bd07 Roll BoringSSL from c80786d1f531 to 13526b337f4d (8 revisions)
- 38bc659 [iOS]Account menu is opened only if the email is on the device
- 6a96e72 Roll ANGLE from 0e25a38de9cf to dee3d72d1ec2 (1 revision)
- 5d7cc72 Roll WebRTC from 4017b879fa7a to 84a167de10c5 (1 revision)
- b16fe93 [Extensions] Add ROOT_NODE_ID property to bookmarks API.
- 1da9e92 Roll ios_internal from 6a34d8d2deaa to efa1c4ad92fa
- 16b98d9 [Gardener] Disable flaky FullscreenManagerTest
- 4c007a5 Roll V8 from 8fcd1e952d15 to f09d67c66114 (1 revision)
- b80a1b0 [Android][Signin] Migrate NTP promo to the new sign-in API
- f3ef1ce Roll DevTools Frontend from b93743071aed to 18c8944a622d (1 revision)
- f5fddcc [glic][onboarding] Fix iph trigger conditions
- 588b969 Update meet_effects hash in DEPS file.
- c369266 [iOS] Update spacing between table view labels
- b0225fa [iOS] Fixes toolbar transition from windowed to full screen
- 4c01cbb Spanify MappedMemoryManager::Alloc() to avoid unsafe buffer usage
- e1b33b9 Remove non-defined PromptForGPMPin declaration
- 064c143 [Android][Signin] Update getActivityResultTracker()'s visibility
- 3b62768 Declare web filter status method in device parental controls
- 279d9c4 Add IsEnabled for Device Parental Controls and its testing util
- cddd52e [iOS] Add Reader mode availability toggle in Content Settings
- d4db288 Roll Arm AFDO from 145.0.7627.0_pre1567377_rc-r1-merged to 145.0.7630.0_pre1567562_rc-r1-merged
- 1e78865 [dispatchHttpRequest] Implement streaming support
- 36232ea Fix: Add missing return in WebViewChromium.autofill checkNeedsPost
- b16866b Revert "Reland "Add persistableMode to ChromeTabbedActivity for desktop""
- 3c8516d [Signin] Add fieltrial config for UsePrimaryAndTonalButtonsForPromos
- 7f3ffee Roll ios_internal from 8531dbfed477 to 6a34d8d2deaa
- f8c1218 Roll WebView ARM64 Orderfile from TEM8pQo2-rTFBIpGG... to URaDtWlzehXBx6p38...
- 6a8b1cd Reland "[iOS][mvt-customization] Enable feature in fieldtrial testing"
- 399ab08 Roll Projector App from krH2fKFP1ETcovSm2... to uKBXTwvAMLMEgqEow...
- 07008f2 Roll BoringSSL from f7c3618aaaed to c80786d1f531 (8 revisions)
- 2897e3a Add tests covering eligibility checks for dogfood clients
- b887d6f Clear progress state when an intercepted navigation is aborted
- 34f26f2 Roll Chrome Android ARM64 Orderfile from 8nhQ9UVogZ2jpofba... to L6vZxz1qZsD9nlGr5...
- 9b996bf [Android][Signin] Migrate Recent Tabs promo to new sign-in API
- f4a26f5 Roll Chrome Mac Arm PGO Profile
- e51443c [DevTools] Return base64-encoded data for binary request bodies
- 273742c Roll V8 from 0e596e39bb51 to 8fcd1e952d15 (17 revisions)
- a2f85d1 [WebGLOnWebGPU] Query the wgpu::Device from ANGLE instead of handing it
- 305201d Revert "Add a crash key for :has() selectors."
- 96fa769 Replace kSync with kSignin in chrome/browser/ui/views/passwords
- f6a7ac0 webrtc-internals: unregister peerconnection from tracker after close
- bbe4053 Roll Dawn from ec4db8da6d13 to ad2ca77aae3e (1 revision)
- 5b0f2f3 Roll BoringSSL from 81948b8196a7 to f7c3618aaaed (1 revision)
- b58265d Roll ANGLE from 2d91f554ab55 to 0e25a38de9cf (1 revision)
- c37b678 Add metric to report the source of TTF for loyalty card.
- 82625a2 [TDR] Remove TODOs linked to issue 258306301.
- 2704172 Roll Chrome Android ARM64 Orderfile from Uu-dNaLcDXczDFEBT... to 8nhQ9UVogZ2jpofba...
- 4665a79 Roll WebView ARM64 Orderfile from _3X_3tQ8ulAH3yBLz... to TEM8pQo2-rTFBIpGG...
- d04d9ee [iOS] Add a flag to disable the Reading Mode entrypoint in the US.
- 1943550 [Frameworks roll] Roll to 855081349 piper revision
- 334adbf Roll Chrome Android ARM32 Orderfile from 0xUlRzOy3lNWxJ49l... to 9a7Ns6NgvMSYBTxrn...
- cf79b59 Roll Chrome Mac PGO Profile
- 4b9160f [WebGLOnWebGPU] Allow ANGLE to use blocking Instance::WaitAny
- aee988a [base] Modernize StrCat internals using resize_and_overwrite
- a7968c1 WebGPU: Add experimental support for transient attachments
- e3aa988 Roll Chrome Mac Arm PGO Profile
- c00a078 Add retry logic for creating Android and ChromeOS driver.
- 527cc45 Roll Chrome Win32 PGO Profile
- e34c30d Roll Skia from aefdde600f1e to 487a9943210b (3 revisions)
- 0187f5b [AIAE] Fix 2nd issuer click hanging issue
- 1434f70 Roll WebView ARM Orderfile from GR92pXyh-os6J-9DL... to TZLhs5wjKuffmd_s5...
- b0611b0 Roll androidx from WLWA4dir1xBHuGFp9... to bo9o6xqxT5PzuuVeE...
- 9caa919 Roll WebView ARM64 Orderfile from m89ODAe6FWicSCRGZ... to _3X_3tQ8ulAH3yBLz...
- 922d000 Roll DevTools Frontend from a377a8c570a3 to b93743071aed (1 revision)
- 1b1ce9d Roll Chrome Linux PGO Profile
- 91d0e45 Add functions to record SaaS domain usage data in preferences.
- 2e09661 [DevTools] More histograms for Console Insight Teaser generation time
- 88abc01 Roll Chrome Android ARM64 Orderfile from trofeoHkg-Qi0PptU... to Uu-dNaLcDXczDFEBT...
- 4322661 Update the wallpaper if the current user is active
- 88e730e [blink] Remove stale Linux expectation for spin-by-blocking-style-sheet
- 1f8df70 Use span-based file API in minidump_with_crashpad_info.cc.
- 7efd914 Roll Chrome Win64 PGO Profile
- 94d264a Roll BoringSSL from 011f561226be to 81948b8196a7 (1 revision)
- f3f1106 Use span-based file API in arc_print_spooler_util.cc
- 073d9b9 Roll Chrome Win ARM64 PGO Profile
- 5cc7d8f Roll DevTools Frontend from 61df79908de3 to a377a8c570a3 (1 revision)
- 1c94cd1 Roll Chrome Android ARM32 PGO Profile
- 5a4bda9 Roll Chrome Mac Arm PGO Profile
- 0947bd0 Roll Skia from d42a43daa6cf to aefdde600f1e (1 revision)
- a6aff1c Roll Chrome Android Desktop x64 PGO Profile
- 871b33b Roll WebView ARM64 Orderfile from kdcc7DU5csAuYGtxO... to m89ODAe6FWicSCRGZ...
- 216abdf Roll Chrome Android ARM64 Orderfile from XKMq4Pr_0HIbMFxQd... to trofeoHkg-Qi0PptU...
- ca461aa [Desktop Android] Implement CreateExtensionInstallPrompt on Android
- 8161829 Add EnableProxyOverrideRulesForAllUsers implementation
- 28535e3 WebNN: Retry createContext to avoid service connection error
- 69168bc [blink] Remove stale Linux expectation for unsupported-labels WPT
- 7d64807 Roll WebRTC from 2fe3d69473e9 to 4017b879fa7a (2 revisions)
- f13a0ce Roll DevTools Frontend from d70e1521a345 to 61df79908de3 (1 revision)
- baeaa7f Optimize GetNormalizedLocale() in c/components_updater
- 87829e5 Roll clank/internal/apps from dc64a120487e to 34e0af877fe2 (1 revision)
- 3bd0244 Roll llvm-libc from 259b6a7101be to e9f0fd993242 (3 revisions)
- d2ace72 Roll Chrome Mac Arm PGO Profile
- 10f78f1 Fix misnomers in JP PunctuationStyle mojo enum of CrOS IME Service API.
- f7d8ddb Roll Chrome Android ARM32 Orderfile from P7uuzrRsVZKgS1bhR... to 0xUlRzOy3lNWxJ49l...
- ad0c166 Roll Chrome Android ARM64 Orderfile from wJC-Hjvat-0LRbUaN... to XKMq4Pr_0HIbMFxQd...
- 8cad3c7 Roll WebView ARM64 Orderfile from bE-VKZJ8tXYISHAYk... to kdcc7DU5csAuYGtxO...
- 4efc04c Refactor string param to string_view.
- f861b08 Automated Commit: LKGM 16551.0.0-1074500 for chromeos.
- 36e0c7b Updating trunk VERSION from 7630.0 to 7631.0
- b7c3cc4 [Gardener] disable pointer_mouse WPT test
- c6eb642 [contextual_tasks] Remove ClearAllTabAssociationsForTask
- 6114691 Roll Chrome Win64 PGO Profile
- a8acb05 Roll Chrome Win32 PGO Profile
- 4d8d0b8 Roll Chrome Android ARM64 Orderfile from xVN6UGzGVnDUz-N71... to wJC-Hjvat-0LRbUaN...
- bb947f0 Roll Chrome Mac PGO Profile
- e30ec23 Roll WebView ARM64 Orderfile from _1Md-ESa5O25qUVg2... to bE-VKZJ8tXYISHAYk...
- 0e9809e Roll Chrome Linux PGO Profile
- d5e2c6e Roll Chrome Mac Arm PGO Profile
- c191493 Roll Depot Tools from e50bb42b1a1d to fb0b652edba7 (1 revision)
- 2b1f43a Roll WebView ARM Orderfile from sbF1Qyw3u60Zsgi1A... to GR92pXyh-os6J-9DL...
- f49a019 Roll ChromeOS Bigcore AFDO profile from 145-7606.0-1767581439-benchmark-145.0.7625.0_pre1566806-r1 to 145-7606.0-1767581439-benchmark-145.0.7629.0_pre1567504-r1
- 4f19501 webnn: make browser installation only for developer builds
- 0e3a041 Roll Chrome Win ARM64 PGO Profile
- 788a183 Roll ChromeOS Atom AFDO profile from 145-7606.0-1767586649-benchmark-145.0.7625.0_pre1566806-r1 to 145-7606.0-1767586649-benchmark-145.0.7629.0_pre1567504-r1
- a640371 [Gardener] disable high failure rate test on Mac bots
- 84163d5 Roll Depot Tools from 7c837b993aba to e50bb42b1a1d (1 revision)
- ab94814 Roll Chrome Android ARM32 PGO Profile
- 0315e75 Roll clank/internal/apps from 5afb191590a2 to dc64a120487e (1 revision)
- dea7c81 Roll Chrome Mac Arm PGO Profile
- baee060 Roll Chrome Android Desktop x64 PGO Profile
- d769ea3 Roll Chrome Android ARM64 Orderfile from OO5FFz58ZB-VGdLOS... to xVN6UGzGVnDUz-N71...
- 10c7eef Roll WebView ARM64 Orderfile from JRXXvWFkH8d_L4Lpm... to _1Md-ESa5O25qUVg2...
- 697f598 Roll Chromium Variations from OkCFbvrNqBa5FQsEc... to 71jFBlCW8ttCoirZH...