Chromium Daily Digest Logo

Chromium Changes Summarizer

Summary for 2025-12-29 on branch 'main'

Chromium Digest: 2025-12-29

Overview

This digest covers 99 commits from the Chromium repository. It highlights several major breaking changes, including API removals in Safe Browsing and Privacy Sandbox, signature changes to the Android TabModel and iOS provider APIs, and the removal of support for a non-standard image format. Other notable changes include bug fixes for crashes on macOS and in extensions, UI updates for experimental features like Vertical Tabs, and significant internal refactoring in the Privacy Sandbox and GuestView components.

API Removals & Breaking Changes

  • ⚠️ BREAKING Removes support for decoding JPG and PNG images embedded within BMP files. This is a significant behavioral change that removes a non-standard feature, which may cause some websites to render images incorrectly. The change is controlled by the kRemoveBmpExtensionForEmbeddingJpegOrPng feature flag, which is now enabled by default. (58fbc0c)
  • ⚠️ BREAKING Removes the public virtual methods MaybeReportSafeBrowsingHit and CreateAndSendHitReport from the BaseUIManager and SafeBrowsingUIManager interfaces. Embedders subclassing these components to override hit reporting will experience build failures. (cbeca2e)
  • ⚠️ BREAKING Changes the signature of the core Android method TabModel::CreateTab. The bool select parameter has been replaced with an enum TabLaunchType type. This is a breaking signature change for a stable public API used by Android embedders. (79344d3)
  • ⚠️ BREAKING Removes several "Stub"-suffixed types from the searchbox.mojom interface, renaming them to their final versions (e.g., SearchContextStub is now SearchContext). This is a breaking API change for any client using this mojom interface for Omnibox or Searchbox integration. (1169c88)
  • ⚠️ BREAKING Removes the public header components/privacy_sandbox/tracking_protection_prefs.h. Any embedder code that directly includes this file will fail to compile. (dd66256)
  • ⚠️ BREAKING Removes the TpcdExperimentEligibility class and related methods (IsCookieDeprecationExperimentEligible, GetCookieDeprecationExperimentCurrentEligibility) from the public PrivacySandboxSettings interface. This constitutes a removal of a public API. (1ff3d48)
  • ⚠️ BREAKING Replaces the public iOS provider API UpdateOverlayOffset with UpdateOverlayOffsetWithOpacity. This is a removal and signature change to a public API that will break consumers. (8ec9432)

Security & Privacy

  • Fixes a null pointer crash in the extension permission info generator that could occur if an extension's preferences were missing or corrupt. (616d4c1)
  • Removes the kRestorePrimaryAccountInfo feature flag, which was fully launched and enabled by default, simplifying the sign-in codebase. (dfc2862)

Android

  • Reverts a change to InputConnection text getters to fix a bug with Gboard's spell checker on Android. (04f4625)
  • Refactors the internal Navigate() function to prevent it from creating two navigations from a single call. (0c10350)
  • Corrects the handling of text replacements in modal dialogs to ensure surrounding text is not discarded. (3889699)

UI & Features

  • Moves draggable region forwarding logic from a custom delegate into the core GuestViewBase class. This fixes event propagation issues for embedders using <webview> or other guest views. (9453180)
  • Fixes a crash in the BackForwardButton that occurred when a click was notified while no active WebContents was available, such as during shutdown. (57b0396)
  • Numerous UI and bug fixes for experimental features, including Vertical Tabs, Contextual Tasks, and the Omnibox popup. (235c638) (ed1d6e8) (ae2bbaf) (60b50c7) (c6db293)

Extensions

  • Fixes a dangling pointer crash in GinPort that could occur during service worker termination due to a lifetime mismatch with its delegate. (b84da97)
  • Reverts a change to the ChromeOS input.ime API, changing the reported key value for the Control key back to "Ctrl" from "Control". (f9fb582)

Internals & Refactoring

  • Fixes a GPU crash on macOS by ensuring GetSupportedFrameIntervals always returns at least one value, preventing a CHECK failure in the FrameIntervalDecider. (08b4c9a)
  • Removes several unused feature flags and settings related to the Third-Party Cookie Deprecation (3PCD) effort as part of ongoing code cleanup. (1feabfd) (af24040) (aa33553)
  • Removes several expired histograms related to IndexedDB backing store duration. (444833b)
All Commits (243)
  • 235c638 [Vertical Tabs] Fixing SessionService + Initial Layout Bugs
  • f3ce345 Revert "[Extensions] Tests the current behavior of KeyboardEvent.key for Ctrl."
  • 92d3ccc Roll Chromium Variations from vsIsN9LSgIan3ibTo... to ngbt_DfKnBqnNe4oa...
  • 0703f2d Roll clank/internal/apps from 44b8d767061b to c3893478ac22 (1 revision)
  • 1c94bad Revert "Force the update of corrupted extensions."
  • 0c10350 Android's Navigate() Only Navigates Once
  • f940cf4 [gnrt] Recognize both `LICENSE-Apache` and `LICENCE-Apache`.
  • 09bae81 [WAConsent] Gate web actuation settings on separate feature flag
  • 3213282 [Android] Fix CreditCardAccessoryIntegrationTest breakage
  • 893aacf Move StripVisibilityState to an enum target
  • 8e60313 Roll Chrome Win64 PGO Profile
  • ed1d6e8 [ContextualTasks] Fix AIM dark mode colors
  • f9fb582 Revert "[Extensions][IME] Return "Control" instead of "Ctrl" for key events."
  • a0db947 Re-enable track change test
  • c64990b Roll ios_internal from e67acc2d95ec to 92bceed45937
  • b38b014 [Bundled Security Settings] Add warning icons for disabled state
  • 2f93232 Roll Chrome Mac Arm PGO Profile
  • adc19e5 [PSF] Fix badge tap handling in incognito mode with PSF enabled.
  • 9453180 [glic] Move draggable region forwarding logic to GuestViewBase
  • ffa3b29 [composebox] Fix attachment UX for HCM
  • 54ddc05 Roll Perfetto from a11d4942d779 to 87c48a41e765 (1 revision)
  • b844cf5 [composebox] voice search HCM fix
  • 14b7213 Roll Chrome Android ARM64 Orderfile from PgPFWUrVQkOMy5zhU... to 6faTADKJqp8BlP219...
  • ae2bbaf [Contextual Tasks] Fix Lens overlay reinvocation and closing logic
  • 8f0273f [WebInstallAPI] Fix browser crash on launch of redirecting install_urls
  • 289fc8a [clank-q4-fixit] Rename omnibox_suggestion_bg to search_suggestion_bg_color
  • dfc2862 [Signin] RestorePrimaryAccountInfo base::Feature removed
  • 081bfe8 Migrate SeekMedia to use milliseconds
  • 273d07a Roll Open Screen from 2c2fe8edf2c6 to 86ea0e8c9b0d (1 revision)
  • e83bfc2 [iOS] New image remix flag
  • 7bc5818 [BrowserControls] Disable animation during tab strip animations
  • 1a351c1 [PWA] Use WebAppFilter for display mode queries
  • 968b46c Roll Crossbench from 8b00563cf70f to 7427bd942393 (1 revision)
  • 1169c88 [aim][popup] Cleanup up mojom interface "Stub" naming.
  • 117c4dc Roll Skia from c85d3e2b12d7 to 5b19e81e512e (5 revisions)
  • 8858a40 [contextual_tasks] Deleted the ContextualTasksContextController
  • 4d3f6e9 Updating 'Contextual Tasks' naming in Customize Chrome Menu
  • 4996213 [omnibox][next] Add new close reason for crashes.
  • 7dde856 Roll WebView ARM64 Orderfile from mgIUTxtiR5PC6q1lO... to Fr0Iz3K9QplPropNy...
  • 2141ca4 Roll eigen from 2ac496ff8af8 to 5793499a5540 (1 revision)
  • cbeca2e Remove CreateAndSendHitReport,MaybeReportSafeBrowsingHit methods
  • 9533b4b [Android] Remove done TODO about supporting dialogs without an Activity
  • c675ccc Optimizations to TabCollectionAnimatingLayoutManager for dragging
  • bd55d7c Roll clank/internal/apps from 5603d91d0e46 to 44b8d767061b (1 revision)
  • b938fce Roll Chrome Mac PGO Profile
  • c251477 Roll Chrome Android ARM64 Orderfile from 9Q2W6JiQ0GOCCraNd... to PgPFWUrVQkOMy5zhU...
  • 0f7820c [Frameworks roll] Roll to 850122339 piper revision
  • c1ec76b Roll Open Screen from c2f2047e07f3 to 2c2fe8edf2c6 (2 revisions)
  • 5508eae Roll Chrome Mac Arm PGO Profile
  • 1feabfd Remove unused TPCD flags/features
  • 8ec9432 [iOS] Add Replacement Floaty Offset + Opacity Public API
  • 5587670 Updater UI: Add known app entries for O4 and CECA
  • d70c598 Updater UI: Provide event data to frontend
  • 60b50c7 [Vertical Tabs] Fixing Collapsed Buttons logic for BottomContainer
  • 8bdde6f [CADisplayLink] Use default values for invalid parameters
  • 5cfb317 Roll V8 from e9bafa826dc9 to 14e08af0bfb8 (10 revisions)
  • 55cda97 Roll WebView ARM64 Orderfile from rHt5vEqWZi6AIdYiw... to mgIUTxtiR5PC6q1lO...
  • 464cb64 [contextual tasks] refactor zero state header
  • 47a365d Automated Commit: LKGM 16538.0.0-1074177 for chromeos.
  • f48974c [Vertical Tabs] Adding Title Case for VT Strings
  • 835add0 Add ActuationService and ActuationActionFactory
  • 13f5456 Fail more gracefully if session state changes to query submitted
  • c96d648 Roll libc++ from 0a4910438c36 to 4f8b0c69c009 (4 revisions)
  • 08a35ee Roll Chrome Linux PGO Profile
  • 62b8c15 Fix memory leak in MediapipeTextModelExecutorTest.Execute
  • ecdd40c Force the update of corrupted extensions.
  • af24040 Remove obsolete 3pcd feature setting in tests
  • 12156aa [Gardener] Disable flaky LensOverlayControllerBrowserTest on Mac
  • b9cc57e Roll clank/internal/apps from 0699935d9963 to 5603d91d0e46 (1 revision)
  • df3b8cc Add new StopTask Event to EventDispatcher
  • 80301c8 Stop log spamming from GlicKeyedService::IsWindowShowing
  • 0eed162 Roll Chrome Win32 PGO Profile
  • 0982a52 Only dismiss the tooltip once
  • b84da97 [Extensions] Fix dangling pointer in GinPort during worker termination
  • 878383b TabModelOrderControllerImpl#willOpenInForeground() JNI Binds
  • 612615d Fix unsafe buffer usage in remoting/host/input_injector_win.cc
  • 79344d3 TabModel#CreateTab() Accepts a TabLaunchType instead of a bool
  • f508bb2 Remove outdated comment
  • 942cf77 [Android] Tighten displayed % requirement for onViewWaiting() to 90%
  • 8cda0e7 [Omnibox Next] Show context entry and contextual chips with no results
  • c1ebc4d Roll Chrome Android Desktop x64 PGO Profile
  • b12e014 [ntp][realbox][next] Gate IPH logic via feature param
  • cc65d87 Remove cookies_blocked_by_experiment condition
  • 50b5f79 [omnibox][next] Improve classic popup crash recovery and metrics.
  • 2f46c42 Fix unsafe buffer usage in remoting/protocol
  • 5657c91 Update footer terms for ai amount extraction.
  • f12fd21 Reland "Remove TabGroupModelFilterProvider"
  • 74381d9 [AIM] Adds histogram for cached vs live contents
  • 0937ad2 Roll Chrome Mac Arm PGO Profile
  • d72b870 [lens] Fix crash due to re-entrancy in LensSearchController::CloseLensPart2
  • e7b004d android: Add trailing newline to rebaselined files
  • 7380b60 [Android] Re-enable TileGroupTest unpin tests
  • 9382863 Fix unsafe buffer usage in dawn_platform.cc
  • 444833b IDB: Remove expired backing store duration histograms
  • 5827c88 Roll ios_internal from 23614071b4ee to e67acc2d95ec
  • b7a2b08 Roll clank/internal/apps from 53dc1bb1f9bc to 0699935d9963 (1 revision)
  • 9713f61 Roll Chrome Win64 PGO Profile
  • cfd596c Roll compiler-rt from ad86e641238e to 2e1e96676dbc (1 revision)
  • 68fe57e Roll androidx from DTyJQ37rJU7mkvZAZ... to QF6mEHMvM_6K6l8xg...
  • f6409ef Roll Chrome Android ARM64 Orderfile from 9_ko7DJ3UyFEpo7pp... to 9Q2W6JiQ0GOCCraNd...
  • 49a686f [context-input] Don't recontextualize if page contents havent changed much
  • 2a9af5c Roll Updater chromium_win_arm64 from 2@1557001 to 2@1558096
  • c44100e [iOS] Update Recent Tabs Dismiss Button on iOS 18
  • 123fc34 Roll ios_internal from 44a9398b2374 to 23614071b4ee
  • cc45ee4 Reland "Add GeminiSettingsContext forward declaration"
  • dc293b4 [Contextual Tasks] Fix interaction requests using context ID migration.
  • 1ff3d48 Remove TpcdExperimentEligibility
  • 814bcf8 [DBSC] Add initial dummy chrome://unexportable-keys-internals UI
  • 3889699 ModalDialog Correctly Handles Replacements and Surrounding Text
  • 56e153a Revert "media/gpu/v4l2: Follow v4l2 stateless spec at initialization"
  • 35c8dcc Provide WindowFeatures to Popup Intent
  • aa33553 Remove 3pcd feature from third party cookie phaseout switch
  • a52c5ae Roll WebView ARM64 Orderfile from CS4atnfe2KZnp28oY... to rHt5vEqWZi6AIdYiw...
  • 1bd9aae [iOS] Add chrome_next_ia feature flag
  • c6db293 Fixing tab separator visibility logic in collapsed state
  • 836effe Minor cleanup of VerticalTabView test
  • 5682be6 Roll ios_internal from 50823aec7530 to 44a9398b2374
  • b0d9f69 Roll Chrome Android ARM64 Orderfile from ay0WB-ZIskI76a5Wz... to 9_ko7DJ3UyFEpo7pp...
  • 22ff213 Roll Chrome Mac Arm PGO Profile
  • 3d9be32 Add desktop_to_ios_promo_receiving_enabled to DeviceInfo
  • 58fbc0c Suppress JPG/PNG-in-BMP support based on a new `base::Feature`..
  • e52e761 Roll BoringSSL from f2fdfcd521d9 to 9d2226a2b04e (1 revision)
  • 4b10fe1 [iOS] Fix Ask Gemini Chip FET Clean Up Logic Not Being Called
  • 8d51afe [iOS][Assistant][5/N] Implements animations
  • 657350e WebUI reload button: set accessibility attributes in HTML, not C++
  • 0faf471 [Vertical tabs] Add group expand/collapse icon and update header margins.
  • bddd08f Roll vulkan-deps from 40084bdb3e4c to 321a6d6ef9ea (1 revision)
  • 461c62b Do not block indefinitely within TestLogger
  • 5f57326 Updating trunk VERSION from 7607.0 to 7608.0
  • a758668 Roll ios_internal from 273b64528e51 to 50823aec7530
  • dd66256 Delete tracking_protection_prefs
  • b5d8015 Roll WebView ARM64 Orderfile from B-KqOgokTDma-0aph... to CS4atnfe2KZnp28oY...
  • 6561d47 Add *.profraw to .gitignore
  • ca7e7f5 Roll Chrome Android ARM64 Orderfile from TtHbG1Fcfe2UXd1fh... to ay0WB-ZIskI76a5Wz...
  • 07c82de Add actions to Gemini dynamic settings
  • 8b2aef7 [Android] Rename AutofillSuggestion misleading variables and comments
  • 30b5ae7 Revert "Add GeminiSettingsContext forward declaration"
  • e0e86fb Replace kSync with kSignin in components/safe_browsing
  • e2c1761 Replace kSync with kSignin in components/browser_sync tests
  • 87c6bcb Roll Chrome Mac Arm PGO Profile
  • 1f8ca44 Roll Media App from 2tLkGKb8d4YQmPvKg... to sgknbYO8Dms1uDVWX...
  • cfc0b7d fix auto spanification for linux_ui.cc
  • c9974a4 Roll Help App from 6b5243cFk70MxuutZ... to SO4SLVNgh2cjeCpv5...
  • dad829d Add null check in PaintTransitionPseudos.
  • 39137b9 Fix UNSAFE_TODO's in stack_trace_win.cc
  • 763fe83 Revert "Refactor X509Util"
  • ef7f2b2 Fix chrome android canary crash
  • bc44584 Add GeminiSettingsContext forward declaration
  • f2854ef [iOS] Add corner radius property to ImageContentConfiguration
  • 096723b Roll Chrome Mac PGO Profile
  • 6dc1240 [iOS][Assistant][4/N] Add sheet resizing
  • 2455f9a Roll Skia from c29a475066f5 to c85d3e2b12d7 (1 revision)
  • 3cbd91a Roll Perfetto from edb95c1965c7 to a11d4942d779 (3 revisions)
  • 0e4c765 [DBSC] Modify field trial testing cfg for oaml std cookie binding
  • 46a2f7e Roll WebView ARM64 Orderfile from BVFqQw_r4gTwO_ten... to B-KqOgokTDma-0aph...
  • 5f1230a Roll Chrome Win32 PGO Profile
  • 7e55567 [DBSC] Extend oaml persistent error tests to cover dbsc standard
  • d2293a8 Roll Chrome Win ARM64 PGO Profile
  • b38bf84 Roll V8 from e7c326e785ba to e9bafa826dc9 (51 revisions)
  • 573d549 Roll WebView ARM Orderfile from w_xjA-C-y-9HT-vLP... to ebmsuW9BbXB26vJNl...
  • 8aaa257 [KP] Automatic update from google3
  • 5b30f60 Roll Chrome Win64 PGO Profile
  • 8555d54 [CT] Automatic update from google3
  • 0a57748 Roll Chrome Linux PGO Profile
  • a9b0251 Roll ios_internal from f221079614fd to 273b64528e51
  • fbfbd7f Roll WebView ARM64 Orderfile from keG27uyMKWiHhsNZE... to BVFqQw_r4gTwO_ten...
  • 22c9f0e Roll Chrome Android ARM64 Orderfile from E25Iol9wcPW1wUrxc... to TtHbG1Fcfe2UXd1fh...
  • 7c7e1f5 [iOS] Fix testTranslateBadgeWithReaderModeBadgeSupport on ios-fieldtrial-rel
  • 0fdd751 Roll ANGLE from 8e129896a24a to 9519f206d861 (1 revision)
  • b750491 Roll Chrome Android ARM32 PGO Profile
  • 765eb8c Roll Chrome Android Desktop x64 PGO Profile
  • aeb7a45 Roll Chrome Mac Arm PGO Profile
  • 277f755 Roll ios_internal from 20768b8a23de to f221079614fd
  • f6e35c7 Roll Chrome Android ARM64 Orderfile from cAAP9hDPfxzVn3bjb... to E25Iol9wcPW1wUrxc...
  • 0aac734 Roll WebView ARM64 Orderfile from IsifEpJO633eZKQga... to keG27uyMKWiHhsNZE...
  • acac32e Roll Updater chromium_win_x86_64 from 2@1557028 to 2@1558071
  • 01a6220 Roll Updater chromium_win_x86 from 2@1557021 to 2@1558066
  • 6cba7cb [ios] Disable ExtractPageContextWithForceDetach
  • 4f98745 Roll WebView ARM Orderfile from eLblhlw9in-kDI736... to w_xjA-C-y-9HT-vLP...
  • d5d924f Roll Chromium Variations from BzNuFL-RIiwqLvpeR... to vsIsN9LSgIan3ibTo...
  • 3169ec8 Roll ios_internal from 9e3bb114e650 to 20768b8a23de
  • 4ec250f Roll Chrome Android ARM32 Orderfile from bfxUdjZ-YkRNwoUMF... to Fh-1kxB5lGAnL1MUD...
  • 6fab486 Roll Projector App from EorojVERN9rn7x0ed... to rxVSYiP0fJy6ozJeu...
  • a0c0135 Roll Chrome Mac Arm PGO Profile
  • 800b825 Roll Chrome Android ARM64 Orderfile from mbXsBwcQIpfP3dMGT... to cAAP9hDPfxzVn3bjb...
  • 23f5cca Autoshard chromium/src test suites
  • d916ded Roll Chrome Win64 PGO Profile
  • 6401a23 [iOS] Keep permission badges visible inside Reader mode
  • 0dfa6c1 [Frameworks roll] Roll to 849941742 piper revision
  • f15cdfb [Android] Refactor KeyboardAccessoryStyle with factory methods
  • 0e5e588 Roll Chrome Mac PGO Profile
  • 4f7c32c Roll Chrome Win32 PGO Profile
  • e9f6948 Roll Chrome Android ARM64 Orderfile from jB4hPj7PIIc7qDowA... to mbXsBwcQIpfP3dMGT...
  • 83d3c34 Automated Commit: LKGM 16537.0.0-1074171 for chromeos.
  • abf2b2c Roll WebRTC from 1fbc1f1be61c to 5a25db751b42 (2 revisions)
  • 867be78 Roll WebView ARM64 Orderfile from dQVpDPKVcVucrFDGk... to IsifEpJO633eZKQga...
  • 4fc746e Roll androidx from dUQToKCZcA591Tehj... to DTyJQ37rJU7mkvZAZ...
  • 5c7b7ae Roll Chrome Mac Arm PGO Profile
  • 262fdd1 Roll BoringSSL from a5eafaa42335 to f2fdfcd521d9 (1 revision)
  • 177994e Roll Chrome Win ARM64 PGO Profile
  • 7673922 Roll Chrome Linux PGO Profile
  • 59a7f56 Roll libunwind from f4b329c171f1 to 68533a8773e4 (1 revision)
  • 13c800a Roll Chrome Android ARM64 Orderfile from jpXJAuV93mOamBvBu... to jB4hPj7PIIc7qDowA...
  • 5ae9b49 Roll Chrome Android ARM32 PGO Profile
  • e0f03f2 Roll WebView ARM64 Orderfile from bWm_Mq9q7KBBjjpBj... to dQVpDPKVcVucrFDGk...
  • 7a124dc Move JP-metrics constants out of japanese_prefs_constants.h.
  • dcec80e Fold japanese sub-pkg into parent pkg chrome/browser/ash/input_method.
  • 8b701f0 Roll Chrome Android Desktop x64 PGO Profile
  • b2d0391 Roll Chrome Mac Arm PGO Profile
  • e26f969 Roll Updater chromium_mac_amd64 from 2@1557004 to 2@1558024
  • 48627aa Roll Chrome Android ARM64 Orderfile from V3lW5qmVMZeJ6e-A3... to jpXJAuV93mOamBvBu...
  • a950f3b Roll Chrome Win64 PGO Profile
  • ae87533 Remove unused constant in japanese_prefs_constants.h.
  • 08b4c9a [Mac] Fix GPU crash when GetSupportedFrameIntervals returns empty set
  • e610ae7 Roll Chrome Mac Arm PGO Profile
  • 98315a2 Roll Chrome Win32 PGO Profile
  • 2a19dd5 Roll Chrome Android ARM64 Orderfile from iadE0v_9ELRZrOUfM... to V3lW5qmVMZeJ6e-A3...
  • fd68617 Roll WebView ARM64 Orderfile from ERHeUPQcKHJ7GZ838... to bWm_Mq9q7KBBjjpBj...
  • f2aaa84 Updating trunk VERSION from 7606.0 to 7607.0
  • 616d4c1 Fix null pointer crash in AddPermissionsInfo when granted permissions are missing
  • 57b0396 Fix crash in BackForwardButton::NotifyClick when no active WebContents
  • 843e0ec Roll Chrome Mac PGO Profile
  • ac0e048 Roll Chrome Win ARM64 PGO Profile
  • e3edb44 Roll Chrome Mac Arm PGO Profile
  • 6d08cc1 Automated Commit: LKGM 16537.0.0-1074165 for chromeos.
  • 8f79f6c Roll cpuinfo from e8b4def4e6e6 to 38b1af9c619b (2 revisions)
  • 04f4625 Revert "[a11y] Update InputConnection text getters to return spannables."
  • ba7bb09 Roll Chrome Linux PGO Profile
  • 3e269b0 Roll WebView ARM64 Orderfile from RuVLkvDPRtawssEfL... to ERHeUPQcKHJ7GZ838...
  • aa4e636 Roll Chrome Android ARM64 Orderfile from k4h-wNyZsnN_p-2wO... to iadE0v_9ELRZrOUfM...
  • dd04e41 Roll Chrome Android Desktop x64 PGO Profile
  • 87f7b19 Roll Chrome Win64 PGO Profile
  • 97bc8ab Roll Chrome Mac Arm PGO Profile
  • 2aa0f50 Roll WebView ARM64 Orderfile from hTUH0lOrTd0CA_7KB... to RuVLkvDPRtawssEfL...
  • e89b418 Roll Updater chromium_linux64 from 2@1557009 to 2@1558001
  • b43550f Roll Enterprise Companion chromium_win_x86 from 6IjyTtEKqdvilAJvC... to HUnfAOIdIZDKbULv6...
  • 6a1aa97 Roll Chrome Android ARM64 Orderfile from cr5oDM6aZL4noY8pe... to k4h-wNyZsnN_p-2wO...
  • 64444a3 Roll Updater chromium_mac_arm64 from 2@1557021 to 2@1558017
  • 1e1d034 Roll Enterprise Companion chromium_mac_arm64 from A3TKj6uBvy-fUKZqa... to 1cN898nRSSbp7eqQJ...
  • e554d4c Roll Enterprise Companion chromium_win_x86_64 from BbxIk-33MsY-NtBpD... to uoX6MfXZi6XOm5F4e...
  • c4641f9 Roll Enterprise Companion chromium_linux64 from oPJRLZUVHI2Kcekpz... to Y_CBP5yUfCr_vUQy7...
  • b2cf2bd Roll eigen from 9164d3f16ad2 to 2ac496ff8af8 (1 revision)
  • ac97d95 Roll Enterprise Companion chromium_mac_amd64 from qz2k590ZjxC8xNq0M... to buli2QEg7mr1ofIjd...
← Back to all summaries