Chromium Digest: 2025-12-16
Overview
This summary covers 421 relevant commits out of 563 total commits on the main branch for December 16th, 2025. The day was marked by an exceptionally high number of breaking changes affecting core UI, Android APIs, build systems, and web platform behavior. The first relevant commit was (9356cc6)" target="_blank" rel="noopener noreferrer" class="text-sky-500 hover:text-sky-300 font-mono">((9356cc6)) and the last was (4296b27)" target="_blank" rel="noopener noreferrer" class="text-sky-500 hover:text-sky-300 font-mono">((4296b27)).
Breaking Changes
-
⚠️ BREAKING
A major behavioral change in
ui/views::Viewnow causes a fatal crash in production builds if a View's child list is modified during iteration. This was previously a debug-onlyCHECKand may uncover latent bugs in embedder UI code. (4b55b0b) -
⚠️ BREAKING
Build support for ARMv6 (
arm_version=6) has been removed. Additionally, thearm_use_neontoggle was removed, making NEON support mandatory for all ARM builds. (e6b1ab2) -
⚠️ BREAKING
The stable web event
clipboardchangewill now only fire if the page has sticky user activation or has been granted theclipboard-readpermission. This security enhancement may break web applications that previously relied on this event firing unconditionally. (2872da4) -
⚠️ BREAKING
Multiple core Android APIs have breaking signature changes.
Tab.isDetached()is renamed toisDetachedFromActivity(),TabWebContentsDelegateAndroid.addNewContentsrequires a newPictureInPictureWindowOptionsparameter, andTabModel::CreateTabrequires newindexandshould_pinparameters. (e8d8f95) (4528cd2) (dfd8fca) -
⚠️ BREAKING
The "Tab Organization" feature has been removed, including its public service classes
TabOrganizationServiceandTabOrganizationSession. (e1c53e2) -
⚠️ BREAKING
Public static methods on
BrowserListfor querying incognito state (IsOffTheRecordBrowserActive,GetOffTheRecordBrowsersActiveForProfile,GetIncognitoBrowserCount) have been removed. Embedders must migrate to alternatives inchrome::browser_finder. (bde29c0) -
⚠️ BREAKING
The public APIs for Safe Browsing's enterprise connectors have been refactored.
BinaryUploadService::GetForProfilehas been moved to a free function, and theBinaryUploadService::Requestclass has been removed entirely. (5ee7771) (afc8753) -
⚠️ BREAKING
Several graphics and Ozone/DRM APIs have been changed or removed. This includes the removal of
GetFourCCFormatForOpaqueFramebuffer, a signature change forHardwareDisplayController::UpdatePreferredModifierForFormat, and the removal of legacy IPC traits forgfx::BufferUsageandgfx::BufferFormat. (113c0aa) (be8f816) (af9cb0f) (6b232a5) -
⚠️ BREAKING
The
net::GetHttpReasonPhrase()function signature has changed to return astd::string_viewinstead ofconst char*and now guarantees a non-null return value. (f32bb69) -
⚠️ BREAKING
The public API
SigninClient::IsRevokeSyncConsentAllowed()and the enum valueSigninClient::SignoutDecision::REVOKE_SYNC_DISALLOWEDhave been removed, affecting sign-in flow integrations. (10226a6) -
⚠️ BREAKING
On Windows, the public COM interface method
IProcessLauncher::LaunchCmdLinehas been reverted to returnE_NOTIMPL. Callers must now implement their own process launching logic. (6684d0a) -
⚠️ BREAKING
An upgrade to the
libaddressinputthird-party library changes the signatures of its C++ wrapper APIs, such asChromeStorageImpl::Put, to usestd::stringby value andstd::optionalin callbacks. (1e3d336)
Web Platform & Blink
-
Behavior Change: The
clipboardchangeevent now requires user activation or theclipboard-readpermission to fire, which may impact existing web apps. (2872da4) -
Support has been added for
<meta name="text-scale">on Android, allowing web pages to respect the OS-level font scaling factor. (1e31691) -
The
AsyncTouchMovesImmediatelyAfterScrollfeature has been enabled by default on all platforms, aiming to improve scroll latency and responsiveness. (ce82799) -
The behavior of
text-justifyhas been updated to prevent adding space between cursive script characters, improving text rendering for languages like Arabic. (ab4bba2) -
The experimental
prefetch_with_subresourcesaction and the associatedcontent::SpeculationHostDelegateinterface have been removed from the Speculation Rules API. (277fc6f) -
Groundwork for approximate location has landed with the introduction of a new
GEOLOCATION_APPROXIMATEpermission type. (92e4b27)
Android
-
API Change: The
TabModel::CreateTabC++ method signature has been changed to includeindexandshould_pinparameters. (dfd8fca) -
API Change: The Java interface method
Tab.isDetached()has been renamed toTab.isDetachedFromActivity(). (e8d8f95) -
API Change: The Java method
TabWebContentsDelegateAndroid.addNewContentsnow requires an additionalPictureInPictureWindowOptionsparameter to support Document Picture-in-Picture. (4528cd2) -
A new
ActivityResultTrackerhas been introduced to more reliably handle activity results when the base activity is killed and recreated by the OS. (b7c2acf) -
The
SaveInstanceStateObserverinterface has been extended with a new method to support persisting state across device reboots, not just activity recreation. (3fe2dd5) -
The Android audio device listener (
kAndroidAudioDeviceListener) is now enabled by default to better handle audio device changes. (e3ec2c9)
Internals & Refactoring
-
The
base::PassKeyutility has been enhanced to support multiple callers, allowing a single method to be callable by a controlled set of classes. (72446fb) -
The
GlobalIndexedDBimplementation was refactored to be attached toExecutionContext, reducing code duplication and simplifying its lifecycle. (1424d67) -
On ChromeOS, the feature flags
kAccessibilitySlowKeysandkAccessibilityBounceKeyshave been removed, making these accessibility features permanently enabled. (d066c9c) - Work continues on the WebNN API, with changes to facilitate the installation of the Windows App Runtime (WinAppSDK) dependency. (dd0ebe0) (d9435e7)
All Commits (563)
- 4296b27 [Apps] Add temporary API owners for desktop android refactoring
- bf0afaa Add ability to deobfuscate java in native stacks
- c8a3d61 [VerticalTabs] Initial Accessibility Support for VerticalTabView
- e45b45c [1/n] Break language_pack_util and constants into smaller units
- c570455 Move components/services/on_device_translation/ into components/<>
- a06f026 Extend history pane flag through M150
- 94bd56e [composebox] Open CSB and contextual omnibox suggestions in AIM lens side panel.
- 8f22df6 [Drag and Drop] Wire up dependencies, disable default drag, and make grab handle visible on selected
- 1b1dc43 [TreesInViz] Fix a flaky cc_unittest
- 2b06c5e Reland "Add metrics for side panel clobbering between types."
- b545bee [EncapsulateAnimations] Include LB BG in the texture capture
- e0e5b47 [a11y][carousel] Remove content from inactive column tabs from AX tree
- 312471d Update `TestExpectations` with bugs filed for crrev.com/c/7260487
- ac5a693 Correct the padding for omnibox verbose text and update visibility logic.
- 725eecf [iOSFidoImportExport] Update cell UI in credential export view
- 0579a1c Roll eigen from 21e4582d1739 to 4f14da11d9dc (1 revision)
- 277fc6f SpeculationRules: Remove prefetch_with_subresources rule
- 3dbc119 [iOSFidoImportExport] Update export entry point UI
- d6ff1b1 Cleanup GetNewTabButton() in HorizontalTabStripRegionView
- e545194 [NTP Theme] Add metrics for NTP theme customization IPH.
- 291aa90 [ios] Fix for minimal app ui tests on ipad-device
- a4c45b9 [glic] Fix crash when getting drag regions from blink
- 49a1494 [Code Health] Remove DanglingUntriaged Pointer in ios/components/security_interstitials/https_only_mode/https_only_mode_blocking_page.h
- 1001be1 [CCSG-2] Move functions out of anonymous namespace of psg_util.cc
- 6db3b55 Add trewin@ to reading mode OWNERS
- 5c29cf2 [CCSG-2] Rename GetObfuscationLength and move it out of anonymous namespace
- 88ed02a Roll earl_grey2 from 41df141f1c8c to 86dac92517d1 (1 revision)
- c7d9707 Add AUTH_TAB to LaunchCause enum
- 35490ad [CCSG-2] Rename payments_suggestion_generator* to
- 36c5bce [GlicMI] Make hibernation on memory pressure more aggressive
- fe788da Roll automotive AVDs for new display config.
- 498525b [GlicMI] Add feature flag for Glic memory pressure response
- aeeaa9b Deflake ...inspector-protocol/target/auto-attach-wait-for-debugger-2-sessions-worker.js
- e6e631f [PWA] Set text field in the DIY install dialog as the focused field
- 3494cb9 [Glic] Add client_data to ConversationInfo
- 9dd6625 Fix add/remove preferred network bug
- 689ece8 Add read-anything to the PageActions experiment.
- 7d15093 Clean up statics/unnamed namespace in text_codec_utf8.cc
- 18dcb45 [EncapsulateAnimations] Restore toolbar shadow alpha animation
- 73fb5a3 Attach full Chrome Version to GetModels requests.
- aed39d2 Update CBB autoroll for the builds refs
- 3e66a9b [Settings Search] Index dynamic preferences of Accessibility settings
- 5e0c4a5 IDB: restore FIFO assumption to PartitionedLockManager
- 162e5ed Roll Dawn from 17a47df26f8c to d15a5db72362 (6 revisions)
- e1ff97a [Export Tagged PDFs] Support exporting of checkboxes
- 821497e Revert "[a11y] Support atomic live regions on Clank"
- 92618ec [Frameworks roll] Roll to 845373177 piper revision
- 4f689bd Import wpt@5123142aa9e06571d5753ef0ba95726f0559906d
- 123da9a Scroll Fusebox Attachments to reveal newly added items.
- d066c9c a11y: Remove bounce keys and slow keys feature flag and usages
- 77e0eea Add some missing base/task/single_thread_task_runner.h includes
- 22080e5 [iOS] Restructure default_browser/ folder
- 3f1a58b Create onboarding tooltip UI
- 2bea294 [Reading mode] Add headers to the line focus menu to match the mocks
- 9dd5694 glic: Extend countries to AU/CA/NZ
- 6692e76 [Extensions] Tests the current behavior of KeyboardEvent.key for Ctrl.
- f4b9a6b [Persist] Move methods into internal methods
- 3391a63 Revert "Roll FFMPEG for M145"
- 7f1ac2d Updater UI: Fix event_history.ts formatting
- 718b7ce [Persist] ScopedStorageBatch-related changes
- 06bce80 Remove submenu dividers for 'Add to group' and 'Move to window'.
- d9ccee8 Add host capability for glic share image
- de5519d [AIAE][UMA] Log APC fetch result
- 664a8d0 [ios][fixit] Cleanup pwd suggestions for deleted frames.
- 3cb1262 Roll clank/internal/apps from 92dca315c7f2 to 0438d2bf95be (1 revision)
- a45a9df update GlicInstanceTracker to use weakPtr<Profile>
- cbb64ae Roll WebRTC from b37a6b17276b to d20f1291010c (2 revisions)
- 9c97131 Update metrics protos with proto_export
- 8a16b70 [SxS] Remove split view params setting in tests
- 09732cf Roll Chrome Mac PGO Profile
- 66e302c Roll Chrome Win64 PGO Profile
- 28487bf [contextual-tasks] Move Tab Context Controller to /contextual_search
- f845e90 [AIM] Selects only 1 Tab in Single-Context Mode and Doesn't show Limit Snackbar
- 88352db [Extensions] Move input.ime test folders to a common directory
- eb0c80d Fix TrustSafetySentimentSurveyV2BrowserTest startup/teardown
- 161b5dc webnn: remove stale mac12,13 expectations
- 3b54a18 Roll ANGLE from 4f9f20913ac5 to 6e8d1295712d (2 revisions)
- 3bf6ef8 [iOS] Enable OnDeviceStorage by default.
- 9120831 Roll Chrome Linux PGO Profile
- 64511e3 [Contextual Tasks] Don't overwrite signin domains when override is specified
- 2555f8a [Contextual Tasks] Prevent theming favicon
- 8a1ecc6 [Code Health] Remove DanglingUntriaged Pointer in TranslationFinishedObserver
- 2643cf2 Automated Commit: LKGM 16524.0.0-1073864 for chromeos.
- ea356b7 Roll Chrome Mac Arm PGO Profile
- 0043c95 [BNPL][Clank] Clean up finished TODO from Manager and Mediator
- 47cf327 Enable CompositorTest.CreateAndReleaseOutputSurface test on Windows
- b2c9c93 [AIM] Delete unused fusebox settings button.
- 145f7cf Uplift calendar performance patch
- 48d92d9 Roll src-internal from f48dc7a83d0c to 1daa5a7f8214 (1 revision)
- e793de9 Updater UI: Add i18n wrapper
- c1d1df4 [PWA] More test updates in preparation for enforcing web app construction constraints
- ade7ca5 Roll Skia from 82905ed2d854 to 346237235009 (1 revision)
- 92f2a16 Update OWNERS for anonymous_tokens
- a5b0980 Roll ios_internal from e976a75fcfd2 to 322b7920081e
- 9c3e9f1 ChromeAndroidTask: require it to run on UI Thread
- 66c885e [ChromeAndroidTask] Do not update focus after maximization/restore
- 11e3112 Roll src/remoting/internal/ f532b6e84..725598cd1 (1 commit)
- ece17f1 [iOS] Public Bridge For Gemini Offset API
- 0ffd52a Glic ZSS - filter pinned tabs for some NTP pages
- 3c6d0ac Use a single flag for temporary permissions across affiliated origins.
- 07ad4a4 [Theme] Add gradient overlay at the bottom of upload image preview dialog.
- 672f8e7 Reland "[VerticalTabs] Re-enable all flaky tests on Windows"
- 7bfebc3 [SLAMS] Implement a daily quota for intelligent scans on Android.
- f03e958 [tracing] Migrate legacy async macros
- 1f91784 [gap-decorations] Rename *-{start/end}-inset to *-inset-{start/end}
- e342c4c Roll DevTools Frontend from 24aab000a9ff to 5e129ae64389 (1 revision)
- c74374d [soft navs] From SNH, return LargestContentfulPaintDetailsForReporting.
- 997d595 [Task Nudge] Add feature for M144 UI fixes
- 60c16d9 [AIAE] Replace regular error dialog with currency-specific dialog
- 027bb2e JNI Zero: Update README to say the JNIEnv* parameter is optional
- a58902b Roll FFMPEG for M145
- 94e6017 Fix Webview CTS config for Android V on Arm
- 64aa179 Add tools/android/build_all_errorprone.sh
- e72956e [gDM] Uncheck application audio sharing toggle by default
- 18f65f2 Roll Chrome Win ARM64 PGO Profile
- 7cafeb7 [iOS] Fix incorrect histogram enum case labels for home customization
- bcd343e Split detailed title evenly to each component
- c6c807d Revert "[gDM] Do not allow capturing Chromium windows audio in Picker UI"
- f1f1620 Enable elastic overscroll for non-root scrollers in WebView
- a5739e8 Roll Chrome Win32 PGO Profile
- c03b82b [Reading mode] Use the finalized line focus colors
- 49bddc2 [Okta SSO] Add okta option to ExtensibleEnterpriseSSOBlocklist policy
- bc01f9e Reland #2 "Android: Convert ObservableSupplierImpl -> nullable interfaces (part 1)"
- 5be7e2f Fix bug with static IP configuration format
- 8b1a88b Migrate ic_search.png to ic_search_24dp.xml
- f5e05d4 Add Unused() helper to GlicPinnedTabUsage
- 1c6cd67 Migrate ic_devui_search.xml to ic_search_24dp.xml
- 23f455e ic_suggestion_magnifier.png Replaced with ic_search_24dp.xml
- 1afa20a Revert "Reland "Android: Convert ObservableSupplierImpl -> nullable interfaces (part 1)""
- 86038ce [CodeHealth] Save spans during AudioBuffer construction
- ffa5886 [AXMac] Make BrowserAccessibilityManagerMac::FireNativeMacNotification
- a3c6403 Remove MemoryPressureListener in NavigationEntryScreenshotManager
- fae9cc9 [Task Nudge] Fix Glic nudge issue
- d39a749 Roll Chrome Android ARM32 PGO Profile
- 84788f0 Windows: Register custom URI schemes for branded and unbranded builds
- edbb0a6 Roll Chrome Android Desktop x64 PGO Profile
- f075cb3 Roll src-internal from dc2978c195f5 to f48dc7a83d0c (1 revision)
- bd569d5 [ntp][realbox] Suggestion group screen reader announcements
- fd06d58 [v8] Implement gin ScopedBoostablePriority
- c5c641b Move some non-trivial functions out of mediastream headers
- 8a572f9 [Clank Navigation] Add support for user-modified (Shift-Click)
- ee508fe [Extensions] Clarify MessageData comments
- 4844f28 IDB: don't allow making a client inactive (frozen) when blocking others
- 2bf1114 [Contextual Tasks] Avoid opening panel on Contextual Tasks tab
- 27635f3 [Extensions] Move extension sorting logic to ExtensionsMenuViewModel
- e1c53e2 [Tab Organization] remove all logging for Tab organization
- 25dbc6f webnn: remove stale expectations
- e92748a [Vertical Tabs] Update layout to wrap pinned/split tabs
- 6de62cd [Task Nudge] Follow plural string guidance for task nudge label
- 6c0f069 Use StrongAlias to differentiate origin gating allowlists
- e9f8e0a IDB: Change DCHECK to CHECK in indexed_db_leveldb_coding.cc
- 41184c4 Roll Skia from cecc462ac69b to 82905ed2d854 (3 revisions)
- cc69af6 Roll Chrome Mac Arm PGO Profile
- d690659 Reland "Add country/locale filtering for Glic"
- 85d5f0f [Omnibox Next] Implement current vs previous tab logic
- df32b22 Roll V8 from f7db3864918c to ef5cdd93b330 (7 revisions)
- e35de31 [iOS] Refactor push_notification to split up ui_bundled
- b387b30 gcapi: reimplement `LaunchGoogleChrome` using `base::win::RunDeElevated`
- 103089c Share borders between rects in complex occluding region for RRectF
- 630beb8 Improve chrome://updater filter bar structure
- a237e45 [bedrock] Migrate tab_lifecycle_unit_source.cc away from BrowserListObserver.
- 4a8789b Fix leak in UmaCorrectionFixes when entering SearchActivity
- 821b02f [Reading mode] Add lineFocus to SettingsPrefs
- 6a270d7 GetInstance() -> GetInstanceForTesting()
- 4b55b0b views: always enforce child list immutability
- e96e0ea [iOS][gardening] Disable FileUploadPanelTestCases on device
- fa2b3f5 Minor cleanups from upstream code review
- 0c0ed51 Android: Convert ObservableSupplierImpl usages in //components
- d0d8b41 [Contextual Tasks] Remove description from plus button
- 8a11022 JNI Zero: Make the JNIEnv* parameter optional in Java->Native methods
- 9a1d45d [Reading mode] Ensure the toolbar font is applied on open
- 9347884 Create tab_bottomsheet component
- daddc72 display: Extend histogram flag end date
- 605517f [Read anything] Return early if the browser_view is missing.
- 71840a9 Revert "Add linux bluebird to opt-in CQ for chromium actor directories."
- 1970cb5 [Code Health] Remove DanglingUntriaged Pointer in ios/chrome/browser/policy/model/browser_policy_connector_ios.h
- 007fa08 [Code Health] Remove DanglingUntriaged Pointer in ios/chrome/browser/omnibox/model/omnibox_text_model.h
- 9fbeea4 Roll Kotlin Compiler from ZaD14L2TxUox2xMeW... to swjrmkJ-TygIVaYOB...
- f99c61b Defer check for PositioningDelegate in TabDragController.
- 3acdd71 [iOS] Add EG Test for Policy Incognito Long Press New Tab Button
- fa4a2dc Add CreateIncognitoBrowserWindow() helper to ExtensionBrowserTest
- 5ffbc4c extensions: Port sessions API tests to desktop Android, part 1
- 34ed631 extensions: Port sessions API to desktop Android, part 1
- 2e3e99f Add alsan@ to tab dragging OWNERS.
- 44e5ed1 Clean up 3PCD flag
- 4528cd2 [Document PiP] Pass PictureInPictureWindowOptions from addNewContents
- f8c94f0 Enable UseSharedImageInOOPVDProcess by default
- b78cfcf [animation-trigger] Avoid layout invalidation in UpdateNamedTriggers
- 20660af Roll Perfetto from 3d900dd05bc0 to 98a02f1bd428 (3 revisions)
- 963661a Roll Arm AFDO from 145.0.7576.0_pre1557818_rc-r1-merged to 145.0.7580.0_pre1559112_rc-r1-merged
- 5ab1c8d Reland "Record time to first navigation on Incognito NTP."
- 0ea4fe0 extensions: Port ExtensionBrowserTestBrowserTest to desktop Android
- ff45746 [Icons] Update ic_help_24dp
- 06811e3 [FedCM] Remove flags for shipped features
- 9d59019 Address Fusebox text overlapping with clear button.
- 66b21af [Vertical Tabs] Update region view background when inactive
- ef6491c android: cleanup: Remove feature flag kPumpFastToSleepAndroid
- 0ad9d9c [TreesInViz] Add Traces to track VizLayerContext update times
- fcb4aca [TDR] Remove TODOs linked to issue 41372015.
- 392fbd0 Roll compiler-rt from cc0a79d4b895 to 695a2bfb29b0 (7 revisions)
- 5300ea5 [a11y] Support atomic live regions on Clank
- bde29c0 [bedrock] Eliminate lagecy APIs in browser_list.h/cc
- e4975ea Manual roll Platform Experience Win from 0a84e3a5546a to 7a83b065ef26 (4 revisions)
- 19cce3e Disable ChangePasswordFormIsFilledAutomatically test on ChromeOS.
- 8c267f0 [Code Health] Remove stale base::Feature kDestroySystemProfiles
- b4a2163 [layout] Merge anonymous objects more correctly.
- 42935cf [TDR] Remove TODOs linked to issue 40158987.
- 9e0bf58 Rename BWGSessionDelegate to GeminiSessionDelegate
- e6b1ab2 build: Always use neon on arm, remove support for arm_version=6
- f41cbd8 Roll ios_internal from 6a41842b9c86 to e976a75fcfd2
- 6dbf536 Fix Inspect not working under automation
- 001133a Add metadata-validator try builder
- e85bb1e Reland "Android: Convert ObservableSupplierImpl -> nullable interfaces (part 1)"
- b531ba0 Initialize the right font integration in print compositor
- a41e19e [Android] Implement ViewFinder#waitForView()
- 47f25a2 Roll llvm-libc from ef2b68dfb264 to 8664ce0685dd (2 revisions)
- 7a5cf5e [vertical tabs] Add TabCollectionAnimatingLayoutManager
- ac7c5dd [TDR] Remove TODOs linked to issue 40730171.
- f6133ec Guard IwaKDIProvider::GetInstance() behind a PassKey
- 28c8117 Roll WebRTC from b5be3b197418 to b37a6b17276b (1 revision)
- 0168a96 [Extensions] Add CanShowSitePermissionsPage to extensions menu model
- 02e5db4 Roll V8 from 9c7a70999dce to f7db3864918c (2 revisions)
- 9b71c9a [ios][fixit] Fix pwd checkup UI double coordinator start
- a9d9f93 Remove MemoryPressureListener in ImageDecodingStore
- 8db0f8e [CustomizationV2] Implement Daily Update Logic (Part 7)
- fae2d3b [Omnibox Next] Update the error string to reflect correct file upload limit
- 26a7ddc [iOS] iOS 16 deprecation code cleanup
- abe0507 [soft navs] Refactor pending ICP entry buffering
- 6b03b02 [ThemeChange] Change spinning indicator to be theme adaptive
- d118cdc Remove unused header in demuxer_manager.cc
- f9be7f8 [iOS] Enable Safari import by default
- e3c2588 [Omnibox][Aim] Fix another potential crash/misbehavior with Variant 3.
- e8d8f95 [Tab] Update the name and description of isDetached
- c7f24dd Extend Net.TcpSocketPoolLimitRandomization.* Histograms
- 30b236e Roll Chrome Mac Arm PGO Profile
- b661f5d [iOS] Enable full-page translation in Reading Mode.
- 64fb142 Roll vulkan-deps from 81be22d6240b to 783a40cb2115 (1 revision)
- 15d55ea Roll ANGLE from 602ede577abd to 4f9f20913ac5 (1 revision)
- dd2433f Fix launchDebugger link in testing webui documentation.
- c07c1f1 [Code Health] Removed base::feature "TabScrollingButtonPosition"
- 9faa32b Roll DevTools Frontend from e958508371af to 24aab000a9ff (1 revision)
- 5c81879 [TabModel] Unblock persistence work over holiday
- b1278ab Roll Chromite from 5bdbda797884 to 4317bff39a96 (1 revision)
- a044908 [Default Browser] Migrate Default Browser startup infobar
- 24eb203 [iOS][PRDBD] Reorganize Quick Delete Browsing Data Files.
- 9786223 [Settings Search] Set the required args for PrivacySandboxSettingsFrag
- 6ab6bfe Add feature flag for dynamic settings
- e5c4755 [SxS] Clean up kSideBySide flag from parameterized footer test
- 665cd90 Enable feature PointerLockOnAndroid by default
- de882d0 Roll Perfetto from 15643f46c556 to 3d900dd05bc0 (1 revision)
- 4838eb9 Revert "Add metrics for side panel clobbering between types."
- 19c5469 [iOS] Remove obsolete TODO
- 449a329 [PasskeyUnlockErrorUI] Record GPM PIN status on Chrome startup
- c3e0247 Roll Dawn from 30ba1e5a12e4 to 17a47df26f8c (6 revisions)
- 5dc160f Update browser tests with updated CDM Interface version support.
- 6d06193 Roll Skia from 3d0498af980f to cecc462ac69b (1 revision)
- 8b4661a [AutofillAi - M4] Create Java AutofillAiSaveUpdateEntityPrompt.
- 2569df6 Updating trunk VERSION from 7581.0 to 7582.0
- 1858811 [AutofillAi - M4] Create AutofillAiSaveUpdateEntityPrompt.
- a7bb308 [iOS] Remove iOS 17 compile-time check
- cd87f98 Roll WebRTC from f0edfc399074 to b5be3b197418 (2 revisions)
- 56f589b [iOS] Add composeboxIpad feature flag
- aad9797 [Start Chrome with Windows] Introduce StartupLaunchManager::Client
- 10226a6 Remove SignoutDecision::REVOKE_SYNC_DISALLOWED
- f60f7fb Refine IME message handling in `WinWindow`
- f96607f Add a fieldtrial testing entry for HistoryQueryOnlyLocalFirst.
- caec447 Roll clank/internal/apps from 2e3d6de31e23 to 2d68f57dd3c8 (1 revision)
- 8fcf0f4 [rust] Reuse `Punctuated::parse_terminated` for `import!` macro.
- 448c605 Roll V8 from c2db5591ed84 to 9c7a70999dce (3 revisions)
- aa69ecd [omnibox-next] Update Lens search chip text to latest approved string.
- 152c656 Removed the (launched) SharedDictionaryCache fieldtrial config
- fb7c3dc fake_dmserver: handle *-extension-install policy fetch
- 0a040b3 Roll ios_internal from 3c234bdf67e7 to 6a41842b9c86
- e350f18 Roll Media App from fHAmjGEIbmjeR0L1J... to c3jHN_y54LlDpLCYq...
- 5a859a4 Roll androidx from J51oqDBGQPY_IH7o-... to JHHqI732qUnbFrMrc...
- 2c90ff7 Revert "[VerticalTabs] Re-enable all flaky tests on Windows"
- 3c9cd91 [Code Health] Remove DanglingUntriaged Pointer in ios/chrome/browser/omnibox/eg_tests/fake_suggestions_database.h
- 59823cf [Code Health] Remove DanglingUntriaged Pointer in ios/web/public/test/fakes/fake_download_task.h
- 0b596d1 Update BuildServiceInstanceFor docs to allow nullptr
- 519eed4 Remove leak suppression for fixed leak
- 5a14d8b [EVP] Introduce a dedicated chrome://flag for EVP
- 886647b [iOS] Finalize file upload panel photo picker and add EG tests
- 5c1b7e0 Roll Help App from Fp5lIVqX7W0Pl6FfI... to IW4y2GDSIXI0w1CrK...
- fa2e048 Roll Chrome Win64 PGO Profile
- 8c62ca0 Roll Chrome Mac PGO Profile
- be76b40 viz: Fix gpu::VulkanImage lifetime
- 0fe9ab8 Add UseActionablesForImprovedPasswordChange feature flag to fieldtrial_testing_config
- 69709e7 [iOS] Move reportDetectedFormSubmission out of gCrWeb
- 135e3f7 [iOS] Move fieldWasEditedByUser out of gCrWeb
- 29dce11 [iOS] Fix error displayed in CPE when user is signed out
- 84dac8f Create WebUI Lit Style Guide
- dbcd5a6 Roll Perfetto from 5b637d152606 to 15643f46c556 (1 revision)
- 7582a0c Remove CSSPseudoElement from event target names
- 8bff72d Extract PRF input data logic from ExtensionInputData
- b95c496 Roll Chrome Win ARM64 PGO Profile
- fb25285 WebView Web Performance Metrics API: Fix FCP bug
- b929832 Correctly sort content/test filelist to address presubmit
- 8ecfdc5 Add histogram entry for SPIR-V validation timing.
- 3604406 iwa: Show IsolatedWebAppsOpenedTabsCounterService notification for 20 seconds
- 531f21c Stronger fix for crashes in PDF navigation throttle
- da30b2c [Reland] iwa: Rename IsolatedWebAppsOpenedTabsCounterService to IsolatedWebAppsWindowOpenPermissionService
- d5f8eb7 Extend histogram expiration dates
- 79e23f8 Fix non-Win unit tests to start unblocking ProfileManager work.
- 4fb01f6 Roll Chrome Mac Arm PGO Profile
- 827a0a7 Roll src-internal from b074ab3a3a63 to dc2978c195f5 (2 revisions)
- 60cf214 Move BuildConfig to the shared jar
- 4cc1ba0 Overscroll: skip empty idrefs when matching overscroll areas
- 54fea3b legion: Fix FetcherTokenDelegate crash
- 6eec8f9 Remove skip_iwa_allowlist_checks from kiosk_mixin
- 02e878d Roll WebRTC from 204df44fcb67 to f0edfc399074 (1 revision)
- 05d1105 [AIAE] Add BNPL unsupported currency error dialog
- 038a74d Roll Skia from d08e8f4c4284 to 3d0498af980f (1 revision)
- 0ffe69d Roll ios_internal from 423fc6031dfb to 3c234bdf67e7
- 0833ab4 YourSavedInfo: Trigger HaTS survey in Settings
- 3754d73 [PeerConnection] Add histograms for DTLS version and connection time
- 95e7942 Roll V8 from 2152fca33d56 to c2db5591ed84 (9 revisions)
- f32bb69 Rework [TryTo]GetHttpReasonPhrase() API.
- e4c9d22 [CRS] Automatic update from google3
- 6be4127 LPP: Enable Password selection screen for managed users
- 8463245 Roll DevTools Frontend from ea3b6c0fe55f to e958508371af (4 revisions)
- e4fc1fd legion Improve client unit test for request/response size histograms
- 7e19328 [PermissionSiteSettingsRadioButton] Launch PermissionSiteSettingsRadioButton
- 0ab16af Use a separate PermissionSource for disruptive notification revocation
- 3c2bcf1 Add ui handler observer for flaky signout confirmation browsertest
- c286428 Roll ANGLE from f51bc1503666 to 602ede577abd (2 revisions)
- f7aadaf Import prefilled country and state values
- ba9749d Roll Chrome Linux PGO Profile
- 4fe4b81 [contextual_tasks] Resize toolbar icons to 20px
- 296ca82 Speed up Element::GetShadowRoot().
- 0b04492 Fix crash in storage handler
- 5ee7771 Move BinaryUploadService::GetForProfile to enterprise_connectors::GetForProfile
- bf0bff4 [tools] Support lower and uppercase keys in crossbench perf importer
- 361272e [Read aloud] Cap voice speed at platform max.
- 1da27ce Roll Chrome Android Desktop x64 PGO Profile
- e5ce308 Roll src-internal from 0c61290e15f1 to b074ab3a3a63 (1 revision)
- e696c91 Roll Depot Tools from d29cc8d7bb26 to 276d76ecbd54 (1 revision)
- f591d20 Use the correct source if a session is created without NTP/Omnibox
- a41783b Updating XTBs based on .GRDs from branch main
- dc5cd7c [CT] Automatic update from google3
- 7039370 Roll clank/internal/apps from 9a66c3a644c8 to 2e3d6de31e23 (1 revision)
- 279ca1f Roll ios_internal from 3477ee64ad04 to 423fc6031dfb
- 2584371 [iOS] Enable ios_chrome_enable_profile_altering_tests on bots
- 6da67db Roll DevTools Frontend from 4e9be9402d63 to ea3b6c0fe55f (26 revisions)
- 8e04761 [RouteMatching] Add CSS @route rule.
- ae922e8 Add test for swift/C++ interop with std::vector
- e188861 Revert "Disable site isolation memory thresholds on Desktop Android."
- 2bae44f [iOS] Add ios_chrome_enable_profile_altering_tests gn flag
- 49d01cf [TDR] Remove TODOs linked to issue 428895438.
- 88030f3 Roll Chrome Mac Arm PGO Profile
- 11bc068 [safety_hub] Add myself to //chrome/browser/ui/safety_hub/OWNERS
- 01013fa [3PAutofillSettings] Remove feature flag usages
- d2f49fd move webrtc/mac testexpectation
- 1c9bc67 Revert "[Auto-PiP] Fix Auto-PiP triggering during tab reparenting and closure"
- 37c557a Remove all peer connections on PeerConnectionTrackerHost destruction.
- 98d07ee Convert to UNSAFE_TODO in base 1/9
- 7e2fc4e Support application loopback from Chrome windows with restrictOwnAudio
- 037a346 Migrate WebView CTS tests from Trichrome to Standalone
- a6967c5 Remove redundant Win/GTX 1660 exp testing
- 3d1566b Add additional Win/NVIDIA driver tag
- 9354096 Roll ANGLE from 0094a0ccbc2c to f51bc1503666 (1 revision)
- 5d252a6 Serialize WebGL 2/Graphite on M1 exp
- 4fd74d4 Extend the permission name schema.
- 323ff94 Roll vulkan-deps from 95386ec66264 to 81be22d6240b (1 revision)
- 6684d0a updater: revert the implementation of `IProcessLauncher::LaunchCmdLine`
- 94d0fd6 Roll Kotlin Stdlib from _P_mVICimRoH_KwdF... to KK42Np5R2acXeI3Uq...
- aef3dac Roll Chrome Win32 PGO Profile
- 6032f5f Add IWA Sink to unmanaged allowlist
- af5deb0 [iOS] Remove PrivacyGuide
- 498d42e [TDR] Remove TODOs linked to issue 260015147.
- e8c4493 Roll libunwind from 0f7574d6db95 to f4b329c171f1 (1 revision)
- 85bc301 Add a fieldtrial testing entry for IOSOneTapMiniMapRestrictions.
- bd52efa Roll Projector App from mEqKCHLwUyYqIuu0P... to BaFeYuzqIM9-cfBqM...
- 0157413 Add reader and writer delegate to rar library
- ae8352c [Signin][Android] Add a fieldtrial testing entry for SeamlessSigninClank
- cdf6e01 [Crash][HybridInAutofill] Expect item in prefix-matched suggestions
- f8406ae Disable flaky test on windows
- 472b4a7 Roll Chrome Mac Arm PGO Profile
- 9f5d580 Roll WebRTC from 765f70d55483 to 204df44fcb67 (5 revisions)
- c1cf80c [Signin][Android] Create fieldtrial configuration for FRESignInSecondaryActionLabelUpdate
- bea2f74 Refactor PageInfo folders
- 782780f Fix c/b/ extensions related tests.
- 1e0fc18 [iOS] iOS 16 deprecation code cleanup
- 9f00812 Prerender2Fallback: Add UMA for collecting candidates
- de61e0e Extend Sync.ProblematicServerSideBookmarksDuringMerge
- c72b198 Resolve anchor-center to center with no default anchor
- 7c2123c Disable flaky test on linux
- 143d3fc Automated Commit: LKGM 16523.0.0-1073858 for chromeos.
- 1e3d336 Upgrade libaddressinput
- 3f5b21f Roll Dawn from 350515d7d3c4 to 30ba1e5a12e4 (13 revisions)
- b7c2acf [Android][Signin] Introduce ActivityResultTracker
- 0662177 Roll ios_internal from e1e83b6a69a4 to 3477ee64ad04
- c7f07be Add a RTC_LOG_FILE_LINE macro.
- 6653fc6 Remove ljjlee@ from bookmarks/OWNERS
- afc8753 Remove safe_browsing::BinaryUploadService::Request
- 9d07720 Use ContentLayoutBox for Grid and Flex overlays in DevTools
- 72446fb Sketch base::PassKey<Args...>
- 73ae01b Use real xml data for print_expanded_histograms smoke tests.
- 22bd0af heap,wtf: Avoid write barrier checks for non-traceable types
- 5e76fa3 [ios] Replace @preconcurrency with @MainActor
- 6720e4d [ios] Fix issue with color changes in button on iOS 26.2 bots
- 113c0aa [//ui] Remove unneeded drm_util method
- cc99ac8 [//ui] Change DRMFramebuffer to talk SharedImageFormat
- be8f816 [//ui] Have HardwareDisplayController talk SIFormat
- 6095ada Fix windows-1252 decoding for non-ASCII characters
- 0733bb7 Prevent undefined behavior in gmock tests.
- 22316ed [iOS] iOS 16 deprecation code cleanup
- 392263b WTF: Use IgnoringAsciiCaseHashTraits for TextEncodingNameMap
- a5633cd [permissions] Add guarding comment to enum PermissionSourceUI
- cc0c843 Refactor PipScreenCaptureCoordinator into an interface
- af9cb0f [//ui] Remove BufferUsage legacy IPC trait
- 4acb357 WTF: Avoid LOG(ERROR) from text_encoding_registry.cc
- b6f087a Roll Boca App from AuEeAwA0ntjijDHq-... to YZZ1VV9NlVZD7vgV1...
- 2bbd311 Roll Chromium Variations from upeVgG3OH-A1fPRh3... to sVGXGTLheiifx213Q...
- 1f2139e Roll ANGLE from 759b70cd6a4e to 0094a0ccbc2c (3 revisions)
- e17b776 [iOS] Remove obsolete TODO
- dd0ebe0 webnn: fix the browser UI hung issue
- f8d0c23 Roll Updater chromium_linux64 from 2@1553002 to 2@1554014
- 5989cfa [signin] Re-enable DiceBrowserTest.NoDiceFromWebUI on Windows
- 59a6863 Update fieldtrial testing config for RenderDocument webview experiment
- f92cf3f Roll Chrome Win64 PGO Profile
- d4b2a8e [bedrock] Migrate BrowserList::IsOffTheRecordBrowserInUse call sites
- e75883d Roll WebGPU CTS from 3597f03a6f75 to f793370752aa (1 revision)
- e2b8e15 Roll clank/internal/apps from f45cec0989af to 9a66c3a644c8 (1 revision)
- 92e4b27 [permissions] Add GEOLOCATION_APPROXIMATE permission type
- 4ea62f1 Delay expiry of histograms causing alerts.
- 38b1715 Roll Enterprise Companion chromium_win_x86 from 24N--efs4DwpsFj8l... to 61B7wrvJiVTuVzN-N...
- ec8a20a Roll Chrome Mac Arm PGO Profile
- c0a3120 Roll Skia from 19e3eacb5391 to d08e8f4c4284 (2 revisions)
- e0fa550 Refactor ArCompositorFrameSink usage of TextureDrawQuad to unnormalized
- 70e34d4 [Frameworks roll] Roll to 845113569 piper revision
- 81072e1 Fix the issue where the bookmark menu cannot be opened via hover when the window is in full-screen mode on macOS.
- 97a4cc8 Roll android_deps from P5Qp6C9G4XPQxoe2b... to rvBSn8UxQdnZvwFr2...
- 6b232a5 [//ui] Remove BufferFormat legacy IPC trait
- f6e44f5 Relax some invariant checks for initial WebUI
- e3ec2c9 Enable features::kAndroidAudioDeviceListener by default for all devices
- 12c5ad2 Roll Chrome Mac PGO Profile
- 62d4b42 Roll Chrome Win ARM64 PGO Profile
- 2872da4 [Clipboardchange event] Add sticky activation and permission checks
- 69d7083 Split align/justify-self abspos tests into separate files
- 8b0c526 Flag-guard CanUseGeminiInChrome capability fetch
- 89dff41 [Windows] Add UMA for MFVEA keyframe feedback.
- 88666b4 Roll androidx from alaS69lDBXQ2H5WTg... to J51oqDBGQPY_IH7o-...
- 66e5074 Prevent leak detection UI from showing when an actor task is active.
- a3ee560 Roll vulkan-deps from 8287398d4107 to 95386ec66264 (2 revisions)
- 66d35d9 Revert "fix sinc_resampler auto spanification"
- 382a5db Revert "[RWM][RecentlyClosed] Add InstanceStateObserver"
- 0540cd5 [//media] Update check in VideoFrameHelpers
- 9426a46 [//media] Update check in VideoFrameFileWriter
- eed3edb [//media] Update check in MailboxVideoFrameConverter
- eb73193 [//media] Update check in LibYUVImageProcessorBackend
- 78f9c64 [Blink] Eliminate CSPExternalBitmap::info_
- 304be9d [//cc] Dedupe last_append_quads_scales_ var and manipulation
- b393af5 [Blink] Have CSPExternalBitmap create SkSurface in constructor
- f089498 [//cc] Simplify layer_tree_pixel_test.cc
- a6759be [Blink] Move CanvasSnapshotProviderExternalBitmap to its own files
- ae93212 [//ash] Remove outdated comment
- cb2060b Roll Chrome Android Desktop x64 PGO Profile
- 42c8b2a [blink] Fix first touch move to correctly track if event is blocking
- 85ee09c Revert "[RWM][RecentlyClosed] Add RestoreInstance method"
- 909357e Revert "[RWM][RecentlyClosed] Support Ctrl + Shift + T to open the most"
- 94db14c Roll Updater chromium_win_x86_64 from 2@1553032 to 2@1554002
- b8052ff Roll Updater chromium_win_x86 from 2@1553001 to 2@1554002
- 7c90188 fix sinc_resampler auto spanification
- 719e662 [DX12 Enc] Check number of manual reference buffers supported.
- d2cb484 Roll Updater chromium_mac_amd64 from 2@1553014 to 2@1554014
- 700e7b7 Roll Updater chromium_win_arm64 from 2@1553048 to 2@1554044
- 8946bdd media: Add histogram for mismatch between active GPU and display
- 3a7c5b7 Roll Skia from 61162d72343f to 19e3eacb5391 (2 revisions)
- 9bfdbb9 Roll Chrome Mac Arm PGO Profile
- a792336 Roll Chrome Win32 PGO Profile
- 4689364 Roll Updater chromium_mac_arm64 from 2@1553016 to 2@1554031
- a784577 Update PrefetchContainer::resource_request_ after eligibility check
- 4d59ca8 Roll Enterprise Companion chromium_win_x86_64 from nAStYiaSlXJA4HyBq... to mBFNV-SfUpmQNZy51...
- 65877c6 Roll clank/internal/apps from 7df3576e4aec to f45cec0989af (1 revision)
- 19ffd08 Roll ChromeOS Bigcore AFDO profile from 145-7559.17-1765773901-benchmark-145.0.7576.0_pre1557818-r1 to 145-7559.17-1765773901-benchmark-145.0.7579.0_pre1558708-r1
- 4b0f95f Roll Enterprise Companion chromium_mac_amd64 from LexFoY9OXV3yQucDi... to zquVyO3NaR78EgHfT...
- f1af4ef Roll ANGLE from 249669769629 to 759b70cd6a4e (6 revisions)
- f677f2f WaaP: Delay showing BrowserView until WebUI reload button loads
- 325f3db Roll clank/internal/apps from 6f6cbbda2da1 to 7df3576e4aec (1 revision)
- 6ae1b51 Roll ChromeOS Atom AFDO profile from 145-7559.4-1765166302-benchmark-145.0.7576.0_pre1557818-r1 to 145-7559.17-1765773297-benchmark-145.0.7579.0_pre1558708-r1
- 1164938 Roll vulkan-deps from 06bd96026886 to 8287398d4107 (2 revisions)
- ce82799 Enable AsyncTouchMovesImmediatelyAfterScroll by default everywhere
- 1424d67 Reland "Refactor GlobalIndexedDB to use ExecutionContext"
- d8a4988 Roll Chrome Mac Arm PGO Profile
- 9c12879 Roll V8 from dec56067b2fa to 2152fca33d56 (4 revisions)
- 35a7557 Roll Bundletool from uOjFFaA5gYLXkFeuk... to 7Vo6ZzIxIaC51ATTB...
- d1c52ea [SAA] Extend histogram expiration
- dfd8fca [TabModel] Include index and pinned state in CreateTab
- 750196c Automated Commit: LKGM 16523.0.0-1073852 for chromeos.
- 156695a Roll Skia from 1c819a9765e2 to 61162d72343f (3 revisions)
- 2de6e07 Revert "Re-enable BrowserControlsPTTest"
- 95088c3 Updating trunk VERSION from 7580.0 to 7581.0
- 52ae8ea Add DwoC for RPH creation for initial WebUI SiteInstance
- 4f71027 Roll Dawn from 2cd0f8d51c55 to 350515d7d3c4 (7 revisions)
- 6eb9bae Roll Chrome Win64 PGO Profile
- 68b4a7b Fix unsafe buffer usage in media/audio/cras/cras_unified.cc
- e1eb158 [Omnibox Next] Update the accepted file upload types
- 95a18c5 [Wallet] Orchestrate barcode detection with LLM extraction for pass ingestion
- 3dfe05b Roll Chrome Mac PGO Profile
- 88be6c6 [contextual_tasks] Fix underline not showing due to race condition
- 6a2aa9b Revert "Android: Convert ObservableSupplierImpl -> nullable interfaces (part 1)"
- f0cb56f spanification: automatically spanify base/trace_event/heap_profiler_allocation_context.cc etc.
- 3eea7a1 Roll Depot Tools from 3aee16b5f661 to d29cc8d7bb26 (1 revision)
- a5bd9c1 settings: Add Walletable Pass Detection toggle
- 4dfb05e Extend expiry and update the owner of Arc.EngagementTime.*
- 62c1a66 Fix Multiline label height for glyphs w/ high ascenders and descenders
- 8284873 Roll Chrome Mac Arm PGO Profile
- 52e6f24 Roll ANGLE from cb16fc8dd1c3 to 249669769629 (1 revision)
- 29df208 ios: Add helper to retrieve failing URL from an NSError
- d9435e7 webnn: install WinAppRuntime in Chrome installer
- 8845ea5 Reland "Give parent widget a chance to process accelerators"
- fe71375 Roll Chrome Win ARM64 PGO Profile
- 61e7676 Roll Chrome Android Desktop x64 PGO Profile
- 1e31691 [meta text-scale] Support for Android
- df828b1 Roll Enterprise Companion chromium_mac_arm64 from SPlhUgz-sSywBMcnt... to 5tNDIPvi22Fp2MW_k...
- 6938a9f Fix crash in UserLevelMemoryPressureSignalGenerator
- 5327366 Roll Amd64 AFDO from 145.0.7576.0_pre1557818_rc-r1-merged to 145.0.7579.0_pre1558708_rc-r1-merged
- ee917dc Fix AXVirtualViewTest.HitTesting failure on HiDPI displays
- 03173fd Roll optimization-guide from bb9b1279ec38 to da94f3dd83fc
- 2463693 Roll Chrome Win32 PGO Profile
- 8363b9a [Auto-PiP] Temporarily add device restriction to testCanAutopipWithConferenceCall
- 55ff203 Roll ios_internal from 47cbd08dba5c to e1e83b6a69a4
- e41223e [Contextual Tasks] Reset page handlers on reload.
- 3fc75bd [Comploseplate] Enable feature ComploseplateLFF by default.
- ceffa49 Roll src-internal from 30e3a39e46c8 to 0c61290e15f1 (1 revision)
- a6da4ec [TabGroupsModule] Fire event for module usage logging.
- 01748b1 Fix unsafe buffer usage in edge_database_reader_unittest_win.cc
- 9d0f88b [Reading mode] Add static line option for line focus
- 2add153 Uplift more Temporal patches
- a9c471a [RWM][RecentlyClosed] Support Ctrl + Shift + T to open the most
- 8741d37 Roll eigen from 75bcd155c40c to 21e4582d1739 (7 revisions)
- 3cb6bc9 Roll WebGPU CTS from b231a8cb2488 to 3597f03a6f75 (1 revision)
- 1ff0895 [Contextual Tasks] Fix interaction requests when adding tab context.
- b8e17bb Add PartitionAllocFreeWithSize to ProductionSupportedFlagList.
- 13e54c8 NewTabPage: Fix TS error surfaced with upcoming TypeScript v6.
- a093d8f Fix DSE prewarm metrics for RenderProcess reuse
- 357f75a Check for a null BrowserWindowInterface
- 6a2baaf Roll Perfetto from 292acd1b4e7b to 5b637d152606 (2 revisions)
- 3bb6f51 [lensoverlay] Enable upload chunking by default.
- a92e575 [contextual_tasks] Do not update top toolbar about context changes.
- 8a97da0 Roll vulkan-deps from 5a6d6db9f9ef to 06bd96026886 (2 revisions)
- 511bcfe Use gfx::BitmapsAreEqual() in lens_overlay_blur_layer_delegate.cc
- 88993e7 Use Blink binders in AudioServiceAudioProcessorProxy
- 359d277 Move ControllerPresentationServiceDelegateImplTest to components
- a0ebbbf Roll Chrome Mac Arm PGO Profile
- fbaeecf Convert SandboxedUnpacker errors to std::u16string
- c6a8393 [Settings Search] Single-column mode has search UI only at main settings
- ab4bba2 text-justify: Do not expand between cursive script characters
- 761f791 Roll Enterprise Companion chromium_linux64 from Nlvosf-Tq06nAg_6w... to HeTQjnD4S9ZD-1ta5...
- 954c2a2 [context-input] Enable image suggest requests by default
- e11fe2e [Extensions] Add documentation for Message struct mojom fields.
- d01145a [Extensions] Move kMaxMessageBytes to message_port.mojom
- 4494ee8 Fix context menu header expand action
- 4d00218 Move invocation source to components/lens
- 3fe2dd5 Add persistence to SaveInstanceStateObserver
- 191f0ac [ios][web_view_shell] Remove debugging message handler
- 6993341 Roll src-internal from 71d29c476e06 to 30e3a39e46c8 (1 revision)
- 6a831cd [omnibox] Update histograms.xml.
- b06a8fa WTF: Represent encoding aliases as StringView
- a2855a7 Revert "Reland "Add a feature param to initialize feature list early for Android""
- 4c65dc3 Reland "Add a fieldtrial testing entry for StaticStorageQuota and update tests."
- fc288bf [Contextual Tasks] Implement Lens Suggest support for CSB
- 9356cc6 [contextual_tasks] Move active task recording to service factory