Chromium Main Console
Legend: | Passed | Failed | Running | Exception |
java_cpp_enum: Support IS_POSIX and fix a bug on empty line handling
- Allow enum to have BUILDFLAG(IS_POSIX) ifdefs in it.
- Fix a crash bug that happens if an empty line exists before the last
ignored ifdefs.
Bug: 422035179
Test: java_cpp_enum_tests.py
Change-Id: I89d4ec778722b46e07448ad35bf6babb519c7663
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6791387
Commit-Queue: Keigo Oka <[email protected]>
Reviewed-by: Andrew Grieve <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497300}
Roll RE2 from c2c6a2eb663f to 85c7c0fb1163 (2 revisions)
https://chromium.googlesource.com/external/github.com/google/re2.git/+log/c2c6a2eb663f..85c7c0fb1163
2025-08-05 [email protected] re2: prepare to tag 2025-08-05
2025-08-05 [email protected] python: require Python 3.9+
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/re2-chromium
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected],[email protected]
Change-Id: Id9309a926fea5948cabbf6989664cba46a3dc063
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6822568
Commit-Queue: chromium-autoroll <[email protected]>
Bot-Commit: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497299}
Enable IndexedDB getAllRecords() API
... for the intent to ship in Chrome 141.
https://groups.google.com/a/chromium.org/g/blink-dev/c/h9Xk1cFORh0/m/j3kja3OvDAAJ
Bug: 40746016
Change-Id: If3ddf29139db9191341afa43e539c0d94a0a5635
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6819706
Reviewed-by: Dan Clark <[email protected]>
Commit-Queue: Steve Becker <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497298}
[TabStrip] Update keyboard reorder backing shape
Update keyboard reorder backing shape.
-Uses the same color as the tab strip background, so we don't have
overlapping issues and also don't see the backing shape popping in then
out during the reorder.
Fixed: 436640364
Change-Id: Ia67bffb5d9b0ef2f4937df2421a70d0c573aadcf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6821568
Reviewed-by: Jenna Himawan <[email protected]>
Commit-Queue: Neil Coronado <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497297}
[PDF] Encapsulate PdfRectangle
Turn PdfRectangle from a struct into a class. Take various functions
like ScalePdfRectangle() and SwapPdfRectangleValuesIfNeeded() and make
them part of the class.
Change-Id: Icb87a398448c70eba48e98b909cdefcbc6776cf9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6818842
Commit-Queue: Lei Zhang <[email protected]>
Reviewed-by: Andy Phan <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497296}
[First Run Bookmark Import] Add InitialPreferences::GetBookmarksBlock
This CL adds the GetBookmarksBlock method to load Bookmarks Block from
Initial Preferences file upon first run.
Fixed: 433262898
Change-Id: I1f5c7727584a4c899b45599668512bb777697f9e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6793224
Reviewed-by: Kaan Alsan <[email protected]>
Commit-Queue: Atharv Maan <[email protected]>
Reviewed-by: Daniel Soromou <[email protected]>
Reviewed-by: Greg Thompson <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497295}
When Payment app is present the details shown in header will change.
Title will change to `Pay instantly without QR upload` if at least
1 Payment app is present.
Google Pay icon is shown if at least 1 eWallet is present. In case only
payment app are present Google Pay icon is hidden.
SingleEwallet:
https://screenshot.googleplex.com/Afo7omQxRJdHf82.png
Single Payment app:
https://screenshot.googleplex.com/48eveLfw8WGpyJQ.png
Ewallet + Payment App:
https://screenshot.googleplex.com/ANwMGWayYMXxgmm
Multiple Payment App:
https://screenshot.googleplex.com/4vdADduvxepCDcW.png
Mocks:
https://docs.google.com/presentation/d/1G1vd9IrZLnAfpGoRjs-s7wqqXNA6KZhrqgH4pXMYpAM/edit?slide=id.g35fd1f514f2_0_136#slide=id.g35fd1f514f2_0_136
Bug: 433617327
Change-Id: I51da22f08ebe6702560bc487162d6b40deb9be7b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6790187
Reviewed-by: Junhui He <[email protected]>
Auto-Submit: Tushar <[email protected]>
Reviewed-by: Siddharth Shah <[email protected]>
Commit-Queue: Tushar <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497294}
Roll vulkan-deps from ffd86bf82322 to 1909eee37eb8 (4 revisions)
https://chromium.googlesource.com/vulkan-deps.git/+log/ffd86bf82322..1909eee37eb8
Also rolling transitive DEPS:
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers/+log/97e96f9e9defeb4bba3cfbd034dec516671dd7a3..a7361efd139bf65de0e86d43b01b01e0b34d387f
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools/+log/3aeaaa088d37b86cff036eee1a9bf452abad7d9d..cb2f796b2d6da09a4fea123b061f177f767e63c8
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-deps-chromium-autoroll
Please CC [email protected],[email protected],radial-bots+[email protected],[email protected],[email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86;luci.chromium.try:dawn-linux-x64-deps-rel
Bug: None
Tbr: [email protected],radial-bots+[email protected],[email protected]
Change-Id: If7d5647468027bae3f86e2c4d1c4e1e080dace4c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6822185
Commit-Queue: chromium-autoroll <[email protected]>
Bot-Commit: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497293}
Roll Perfetto Trace Processor Win from 734eb2bcaeee to a34053856f7c
https://android.googlesource.com/platform/external/perfetto.git/+log/734eb2bcaeee..a34053856f7c
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/perfetto-trace-processor-win-chromium
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Change-Id: Ie0543c7c293677d0f3ce7f83ba63f787213b2778
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6821886
Commit-Queue: chromium-autoroll <[email protected]>
Bot-Commit: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497292}
[download] Fix SavePackage::TruncateBaseNameToFitPathConstraints
Resolves long-standing issues with filename truncation in SavePackage:
* Fix encoding-unaware truncation on POSIX systems by using UTF-8 safe
truncation with base::TruncateUTF8ToByteSize() to respect character
boundaries instead of unsafe byte-level substr().
* Replace hardcoded filesystem constants with runtime queries using
base::GetMaximumPathComponentLength() in
ComputeMaxPathLengthForDirectory() when blocking I/O is allowed (file
threads).
* Implement two-tier architecture: runtime filesystem queries during
path selection and conservative platform defaults during save operations
to avoid blocking I/O on UI thread.
* Add proper UTF-8 encoding conversion on POSIX (AsUTF8Unsafe/FromUTF8Unsafe)
with fallback handling for edge cases.
* Update comments and method names for clarity between blocking
(ComputeMaxPathLengthForDirectory) and non-blocking
(GetMaxPathLengthForDirectory) variants.
* Add comprehensive test coverage for UTF-8 truncation, edge cases, and
cross-platform compatibility including Fuchsia support.
Bug: 41258047
Change-Id: I9772618bc9eae0e48f0b85a6d0ccee82d057a276
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6809425
Commit-Queue: Ho Cheung <[email protected]>
Reviewed-by: Min Qin <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497291}
siso: update to version 1.3.12
ukai@ukai ...src/infra/infra % git log --oneline \
887a10bc8a038d8e330d06d1ad5ae6ec646f3040..948637c5fe0dcb9b5de28268939dfaff907bb11c \
go/src/infra/build/siso
948637c5fe [Siso] execute: Wrap errors with more context
9b8228f35c siso: fix version
53d8543752 siso: show credential type
ffe8181001 siso: remove go.chromium.org/luci dependency.
54b407a89d siso: cache-write continue on error
986a68d348 siso: use luci-auth binary instead of go.chromium.org/luci/auth
5d38d46d12 revive clang -M deps scanning for scandeps unprocessable inputs
7a27a1d596 siso: cache-write cleanup unused test files
aa4502abb9 siso: cache-write rename nit followups
7b33956acb siso: fix backtrace for siso_build.pprof
11658bdfb7 siso: rename local-upload to cache-write followup
2c2137c587 siso: remove dependency to go.chromium.org/luci/cipd/version
8eca0bbaa1 siso: fix noctx lint error in reapi/reapi_test.go
40cbf77425 siso: fix noctx lint error after 6799580 merge
d687cb68af siso: update version string to v1.3.12
Bug: 436113143
Change-Id: Ia7342bff4069ca1d99cc9a893505c91bd97d7e02
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6820441
Auto-Submit: Fumitoshi Ukai <[email protected]>
Reviewed-by: Takuto Ikuta <[email protected]>
Commit-Queue: Fumitoshi Ukai <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497290}
[PDF] Change some offset calculations to return gfx::Vector2dF
CalculateScaledClipBoxOffset() and CalculateNonScaledClipBoxOffset()
currently return gfx::PointF to represent the offset. It would be better
to use gfx::Vector2dF.
Improve the code along the way:
- Auto-format
- Improve comments
- Declare variables closer to where used
Change-Id: I641c988aa0db6c8c381c5c531c3bdd58ed8b9c68
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6816389
Reviewed-by: Andy Phan <[email protected]>
Commit-Queue: Lei Zhang <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497289}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-main-1754427225-ed0d4dab58b93ddcb466e70b2280ce001d2d4817-49f743e6f7376142a5bd7a136a7116815371a47d.profdata to chrome-android64-main-1754432480-323d76a49e8419c2de1bb9e6992b0d5e0a1aa0ed-7d955fb856f224c6f9008357547edc524fe3bb0f.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium main branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Merge-Approval-Bypass: Chrome autoroller
Change-Id: I3bfbaedb3f2e6c0b3a2ab9a14ccce04873bbe0a7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6822484
Bot-Commit: chromium-autoroll <[email protected]>
Commit-Queue: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497288}
[PDF] Modernize and encapsulate SetDefaultClipBox()
Change SetDefaultClipBox() to GetDefaultClipBox() and remove the
out-parameter. Then move it into an anonymous namespace. Delete its unit
test, as its behavior is already being tested by the unit test for
CalculateMediaBoxAndCropBox().
Change-Id: Icfea8ade06f082e92bf251209ee8681606bcc8cd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6819417
Reviewed-by: Andy Phan <[email protected]>
Commit-Queue: Lei Zhang <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497287}
Roll Chrome Android ARM64 Orderfile from UlPg767tW2OJwjxGn... to q_1s4WYkUH8ERvKEh...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/orderfile-android-arm64-chromium
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium main branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Merge-Approval-Bypass: Chrome autoroller
Change-Id: I2b7cdaa3dc967e9f18e2ed29abbf03e7d652ebcb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6822560
Bot-Commit: chromium-autoroll <[email protected]>
Commit-Queue: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497286}
Disable ContentFaviconDriverTest.DoNotRemoveMappingIfStopped
This test recently became flaky: https://ci.chromium.org/ui/test/chromium/ninja%3A%2F%2Fchrome%2Ftest%3Abrowser_tests%2FContentFaviconDriverTest.DoNotRemoveMappingIfStopped
Bug: 434752631
Change-Id: Ie7f4406a623a9073504a755b06e37b5ae74ef83b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6821482
Commit-Queue: Reilly Grant <[email protected]>
Owners-Override: Reilly Grant <[email protected]>
Reviewed-by: Mike Wasserman <[email protected]>
Commit-Queue: Mike Wasserman <[email protected]>
Auto-Submit: Reilly Grant <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497285}
Revert "Manual roll ANGLE from b6b2f380814e to 35023c8ab484 (1 revision)"
This reverts commit 982c99a9c5c9948b5f85013271586e53d4c60fd1.
Reason for revert: May break conformance/misc/type-conversion-test.html
Cq-Include-Trybots: luci.chrome.try:fuchsia-webgl-sherlock
Bug: None
Original change's description:
> Manual roll ANGLE from b6b2f380814e to 35023c8ab484 (1 revision)
>
> Manual roll requested by [email protected]
>
> https://chromium.googlesource.com/angle/angle.git/+log/b6b2f380814e..35023c8ab484
>
> 2025-08-04 [email protected] Throttle validation error messages in release builds
>
> If this roll has caused a breakage, revert this CL and stop the roller
> using the controls here:
> https://autoroll.skia.org/r/angle-chromium-autoroll
> Please CC [email protected],[email protected] on the revert to ensure that a human
> is aware of the problem.
>
> To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry
> To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry
>
> To report a problem with the AutoRoller itself, please file a bug:
> https://issues.skia.org/issues/new?component=1389291&template=1850622
>
> Documentation for the AutoRoller is here:
> https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
>
> Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86
> Bug: None
> Tbr: [email protected]
> Change-Id: I27a9defcceb30bf152735dffb32e9de71b75c790
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6821515
> Bot-Commit: chromium-autoroll <[email protected]>
> Commit-Queue: Shahbaz Youssefi <[email protected]>
> Cr-Commit-Position: refs/heads/main@{#1497068}
Bug: None
Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86
Change-Id: I2a9a91b82c6b7a9a38fd4bf89f1fb10e64f6644b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6822000
Commit-Queue: Zijie He <[email protected]>
Reviewed-by: Reilly Grant <[email protected]>
Commit-Queue: Reilly Grant <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497284}
Implement browser_window_interface_iterator.h:GetAll..WindowInterfaces
The implementation calls into Java ChromeAndroidTaskTracker, which is
the source of truth that maintains all live BrowserWindowInterfaces.
Bug: 435264038
Change-Id: I37d7755d27c7a5294da18e55d6b9da6641fe9937
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6819887
Commit-Queue: Linyu He <[email protected]>
Reviewed-by: Calder Kitagawa <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497283}
Clean up launched `CopyImageFilenameToClipboard` feature flag.
This CL cleans up the launched `CopyImageFilenameToClipboard` feature
flag. The feature launched in M134 (https://crrev.com/c/6187922).
Bug: 400502444
Change-Id: I20ef360d58abe4ab54b211ebda552233bc41163e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6821759
Reviewed-by: Min Qin <[email protected]>
Commit-Queue: David Black <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497282}
Disable ChromeContentBrowserClientTest.SecurityCheckExceptionForAllowlistedUrls
It's flaky, and appears to have been broken by a recent change. See the
test history:
https://ci.chromium.org/ui/test/chromium/ninja%3A%2F%2Fchrome%2Ftest%3Abrowser_tests%2FProtocolHandlerTest.SecurityCheckExceptionForAllowlistedUrls
Bug: 434758587
Change-Id: I12e90cbd4b6a673d5d9c98458bb2c7bd9925a8a9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6821527
Reviewed-by: Clark DuVall <[email protected]>
Commit-Queue: Reilly Grant <[email protected]>
Reviewed-by: Mike Wasserman <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497281}
Add BUILD_OWNERS for //chrome/browser/ui/browser_window
BUILD files under //chrome/browser/ui/browser_window contains both
Android and cross-platform targets. This CL adds BUILD_OWNERS to
streamline code reviews, e.g., Android CLs that touch BUILD files
won't require cross-platform code owners.
Change-Id: I39ab53e23a8579c575ff6ecc1d22569b1c6ed1f6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6821884
Reviewed-by: Theresa Sullivan <[email protected]>
Reviewed-by: Devlin Cronin <[email protected]>
Auto-Submit: Linyu He <[email protected]>
Commit-Queue: Devlin Cronin <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497280}
Roll clank/internal/apps from 86740fe4cfe2 to 21da233e631a (1 revision)
https://chrome-internal.googlesource.com/clank/internal/apps.git/+log/86740fe4cfe2..21da233e631a
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://skia-autoroll.corp.goog/r/clank-apps-chromium-autoroll
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Bug: None
Tbr: [email protected]
No-Try: true
Change-Id: I3f7e4a92530b8a7f30f7b93326e8530b84e4647f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6822566
Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com>
Bot-Commit: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1497279}
Clean up launched `RetainOmniboxOnFocus` feature flag.
This CL cleans up the launched `RetainOmniboxOnFocus` feature flag. The
feature launched in M136 (https://crrev.com/c/6335041).
Bug: 427497741
Change-Id: I9b4afad2542b3fbae1fe1f566a5d574feff91e46
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6821558
Reviewed-by: Tomasz Wiszkowski <[email protected]>
Commit-Queue: David Black <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497278}
[DX12 Enc] Add Flush() support.
Support Flush() API with D3D12 VEA.
Bug: 40275246
Change-Id: If369e4c15c00d7a9f32cd52bacf8679dc0a31723
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6810325
Reviewed-by: Eugene Zemtsov <[email protected]>
Commit-Queue: Jianlin Qiu <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497277}
Roll Enterprise Companion chromium_win_x86_64 from c6fb8bBjJbS3FTvo7... to P1KR_Mpi1jjRjvYCO...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/ceca-chromium-win-x86-64-chromium
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Enterprise Companion chromium_win_x86_64: https://g-issues.chromium.org/issues/new?component=1604672&template=0
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chromium.try:linux-enterprise-companion-try-builder-dbg;luci.chromium.try:linux-enterprise-companion-try-builder-rel;luci.chromium.try:mac-enterprise-companion-try-builder-dbg;luci.chromium.try:mac-enterprise-companion-try-builder-rel;luci.chromium.try:win-enterprise-companion-try-builder-dbg;luci.chromium.try:win-enterprise-companion-try-builder-rel
Tbr: [email protected]
Change-Id: I41e8605e19444c69137dc9e4cc245501e51e1917
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6822557
Commit-Queue: chromium-autoroll <[email protected]>
Bot-Commit: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497276}
Remove FakeChromeUserManager from CrostiniTestHelper.
The class was deprecated. CrostiniTestHelper takes a Profile instance
so the user must be created beforehand. Now callers have responsibility
to create needed Users.
BUG=425160398
TEST=Tryjob
Change-Id: I73e80fdc07897290ac4569829f1719c78f8df872
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6817920
Reviewed-by: Xiyuan Xia <[email protected]>
Commit-Queue: Hidehiko Abe <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497275}
Roll Enterprise Companion chromium_mac_amd64 from ZXik2MzB8S6g1-HZA... to Mdbtvu7-pJUze7pKE...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/ceca-chromium-mac-amd64-chromium
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Enterprise Companion chromium_mac_amd64: https://g-issues.chromium.org/issues/new?component=1604672&template=0
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chromium.try:linux-enterprise-companion-try-builder-dbg;luci.chromium.try:linux-enterprise-companion-try-builder-rel;luci.chromium.try:mac-enterprise-companion-try-builder-dbg;luci.chromium.try:mac-enterprise-companion-try-builder-rel;luci.chromium.try:win-enterprise-companion-try-builder-dbg;luci.chromium.try:win-enterprise-companion-try-builder-rel
Tbr: [email protected]
Change-Id: I5e3157de63486bda55e40b663cd884966f8796b5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6822502
Commit-Queue: chromium-autoroll <[email protected]>
Bot-Commit: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497274}
Roll Enterprise Companion chromium_win_x86 from YoKJcQ41yn2CLo3UE... to wMOaOefFIUALEZFQ6...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/ceca-chromium-win-x86-chromium
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Enterprise Companion chromium_win_x86: https://g-issues.chromium.org/issues/new?component=1604672&template=0
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chromium.try:linux-enterprise-companion-try-builder-dbg;luci.chromium.try:linux-enterprise-companion-try-builder-rel;luci.chromium.try:mac-enterprise-companion-try-builder-dbg;luci.chromium.try:mac-enterprise-companion-try-builder-rel;luci.chromium.try:win-enterprise-companion-try-builder-dbg;luci.chromium.try:win-enterprise-companion-try-builder-rel
Tbr: [email protected]
Change-Id: Ice3fb101a09392f84787f61580a821f267dcbf81
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6822503
Commit-Queue: chromium-autoroll <[email protected]>
Bot-Commit: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497273}
Fix DSE icon handling discrepancy on IOS
Screen: http://screen/C48QGybamuMhF6C.png
Change-Id: I25a342932b8d414f64fe9a5a33ee92221ef4b780
Fixed: 436591107, 422992330
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6821916
Reviewed-by: Michael Wojcicka <[email protected]>
Reviewed-by: Robbie Gibson <[email protected]>
Commit-Queue: Tomasz Wiszkowski <[email protected]>
Owners-Override: Robbie Gibson <[email protected]>
Commit-Queue: Robbie Gibson <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497272}
Roll Enterprise Companion chromium_mac_arm64 from kPgLQAjvoRkS1vb_C... to TipoR97RttJOrr39y...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/ceca-chromium-mac-arm64-chromium
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Enterprise Companion chromium_mac_arm64: https://g-issues.chromium.org/issues/new?component=1604672&template=0
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chromium.try:linux-enterprise-companion-try-builder-dbg;luci.chromium.try:linux-enterprise-companion-try-builder-rel;luci.chromium.try:mac-enterprise-companion-try-builder-dbg;luci.chromium.try:mac-enterprise-companion-try-builder-rel;luci.chromium.try:win-enterprise-companion-try-builder-dbg;luci.chromium.try:win-enterprise-companion-try-builder-rel
Tbr: [email protected]
Change-Id: I3fbc6c41403c63a1a96c1dbc679111b9cc02f066
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6822556
Bot-Commit: chromium-autoroll <[email protected]>
Commit-Queue: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497271}
Make pix account linking pref local
Target Milestone: M140
Since users have pix accounts linked in Wallet
only on one of their devices, keeping the pref synced to profile results
in losing the opportunity to show it on the right device that is used
for making Pix transactions. This CL changes the pref to local only.
Fixed: 435461727
Change-Id: I228507d74626297d9bb6de8e09143266d67017d1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6807452
Reviewed-by: Olivia Saul <[email protected]>
Reviewed-by: Florian Leimgruber <[email protected]>
Auto-Submit: Siddharth Shah <[email protected]>
Commit-Queue: Siddharth Shah <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497270}
Roll Enterprise Companion chromium_linux64 from c-3HHiNKBHRve_MJr... to Zf0sHTROh4aRqgDix...
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/ceca-chromium-linux64-chromium
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Enterprise Companion chromium_linux64: https://g-issues.chromium.org/issues/new?component=1604672&template=0
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chromium.try:linux-enterprise-companion-try-builder-dbg;luci.chromium.try:linux-enterprise-companion-try-builder-rel;luci.chromium.try:mac-enterprise-companion-try-builder-dbg;luci.chromium.try:mac-enterprise-companion-try-builder-rel;luci.chromium.try:win-enterprise-companion-try-builder-dbg;luci.chromium.try:win-enterprise-companion-try-builder-rel
Tbr: [email protected]
Change-Id: I1033a177180c0c112d9805703e0233d0896e0cf8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6822555
Commit-Queue: chromium-autoroll <[email protected]>
Bot-Commit: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497269}
[CLAMS] Propagate GenerateOptions to Android Session
There isn't a generic mojo utility for converting c++ mojo struct to
java[1], so disassemble the struct in c++ and reassemble it in java.
Only passing the parameters that are supported on Android (max_output_tokens). max_output_tokens is equivalent to targetReplyLengthMax in AiCore.
[1]
https://chromium.googlesource.com/chromium/src/mojo/+/HEAD/public/java/bindings/README.md#missing-type-conversions-structtraits
Bug: 425408635
Change-Id: I413ebbda254bb1d9a719652b57968631e65cdff6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6819592
Commit-Queue: Xinghui Lu <[email protected]>
Reviewed-by: Clark DuVall <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497268}
Roll Chrome Mac Arm PGO Profile
Roll Chrome Mac Arm PGO profile from chrome-mac-arm-main-1754416640-d415ba2d1c7a4ed2ce64467de8259cc8b1977276-bb2c195887ca100d73de96972b6b19f64ca1cd91.profdata to chrome-mac-arm-main-1754423968-083a71df9ad3bdb79a66723dc4fbb124ffad6c09-464200e950ef4ae270dc8da96987731bac505f36.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-mac-arm-chromium
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium main branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome.try:mac-chrome
Tbr: [email protected]
Merge-Approval-Bypass: Chrome autoroller
Change-Id: I131f62d203308eeaeb8c1f5b27deec7867b4614a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6822069
Bot-Commit: chromium-autoroll <[email protected]>
Commit-Queue: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497267}
Show the AIM action button on Android
Bug: 431873155
Change-Id: Ib65f15da6feb6ffb21cde8843591ff59092faf27
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6818000
Commit-Queue: Jian Li <[email protected]>
Reviewed-by: Tomasz Wiszkowski <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497266}
[CVC storage IOS] Add CVC column to Save card details page (server card)
The CVC column can be edited in the card details page, so for the legal
message, we keep the "security code" for all card save type.
Bug: 432109188, 431857697
Mock: https://screenshot.googleplex.com/3VX3YjzURHNGZVe
Implementation: https://screenshot.googleplex.com/9Gz5Ystnh9C2FJS Save
with cvc (cvc editable) and save without cvc (cvc can be filled in)
Change-Id: I74684784886b2965fab74468401f2da6314f63d9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6770736
Reviewed-by: Olivia Saul <[email protected]>
Reviewed-by: Tommy Martino <[email protected]>
Commit-Queue: Yiwen Qian <[email protected]>
Reviewed-by: Chris Lu <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497265}
Build media_notification_service.cc from //chrome/browser/ui/global_media_controls:impl
... now that the dependency on crosapi has been removed [1].
[1] https://crrev.com/c/6647664
[email protected]
Bug: 369756821
Change-Id: Ia68c41883880979058a197a5266bc57383844d35
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6820715
Commit-Queue: Antonio Gomes <[email protected]>
Reviewed-by: Darryl James <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497264}
[BNPL] Add metrics for amount extraction timeout
Bug: 356443046
Change-Id: I261017d4e75a48d694b7c2e670679a545704681d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6821567
Reviewed-by: Olivia Saul <[email protected]>
Reviewed-by: Vinny Persky <[email protected]>
Commit-Queue: Wilson Low <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497263}
Extend histograms for Attribution Reporting API
Fixed: 431773178, 430048499
Change-Id: I5a5e4c240c660864c933b4d255c672f437389c3f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6822512
Reviewed-by: Andrew Paseltiner <[email protected]>
Commit-Queue: Andrew Paseltiner <[email protected]>
Auto-Submit: Nan Lin <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497262}
[PDF] Set enable_ink GN variable to false
Take the first step towards removing the original PDF Ink code.
Bug: 425604529
Change-Id: I1e2c08f495d9760f47445821cf21a4a040ce0067
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6821380
Commit-Queue: Lei Zhang <[email protected]>
Reviewed-by: Andy Phan <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497261}
[AIM] Fix composebox handler not being reset
Bug: 436293687
Change-Id: I8c6c0f4e8b99c5c282d023f41253a7416d39abb7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6821043
Reviewed-by: Bryan Nguyen <[email protected]>
Commit-Queue: Duncan Mercer <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497260}
Merge the error handlings of no frame_resource and not mappable
A quick follow up of https://crrev.com/c/6808019
Bug: 425745937
Fixed: 434746980
Change-Id: I54563c83802e2c92a5a8607b506bca3f3c45cbcc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6820585
Reviewed-by: vikas soni <[email protected]>
Reviewed-by: Dale Curtis <[email protected]>
Commit-Queue: Zijie He <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497259}
NTP Promos: Make "has promos" check consistent
The original check considered only promo elgibility when determining if
there are promos to show. The actual generation of promo lists can
suppress promos for several reasons, so rather than constructing a web
component that might not have anything to show, just align the two
methods.
Efficiency is not a concern here with a small number of promos, but
conditionally skip ordering the list (the heaviest part) for peace
of mind.
Bug: 433606749
Change-Id: Ie2852dcddb1eb2b2f09cc5e8f54bc9d7356a8acd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6806480
Auto-Submit: Christopher Grant <[email protected]>
Reviewed-by: David Pennington <[email protected]>
Commit-Queue: Christopher Grant <[email protected]>
Reviewed-by: Kaan Alsan <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497258}
Roll Chrome Android ARM64 PGO Profile
Roll Chrome Android ARM64 PGO profile from chrome-android64-main-1754423288-d9b512edb9fb4329251c73ca2bbc6253023ad4ed-47d3b3fe0c8e3117ec035a034ec8b668487a5fde.profdata to chrome-android64-main-1754427225-ed0d4dab58b93ddcb466e70b2280ce001d2d4817-49f743e6f7376142a5bd7a136a7116815371a47d.profdata
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/pgo-android-arm64-chromium
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium main branch: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Tbr: [email protected]
Merge-Approval-Bypass: Chrome autoroller
Change-Id: I269fe051052d28bad2e56b2aa31f1421013b12bd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6822500
Bot-Commit: chromium-autoroll <[email protected]>
Commit-Queue: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497257}
Disable flaky PrivacyBudgetGroupConfigBrowserTest.LoadsAGroup on CrOS.
Bug: 385000599
Change-Id: I3d3539a737265d3ca43a50be46f9b86852c8a92a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6821906
Commit-Queue: Khalid Peer <[email protected]>
Commit-Queue: Reilly Grant <[email protected]>
Owners-Override: Reilly Grant <[email protected]>
Reviewed-by: Reilly Grant <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497256}
[iOS] Hide AIM gradient border when background color is set
This CL hides the AIM gradient border circle around the magnifying glass
Spark symbol when a background color is applied. This behavior aligns
with the Search AIM/DSE Directional Review specifications outlined here:
https://docs.google.com/presentation/d/1-M5HG9td-zh1CgfS4EC_nBac8U8isdm78OviKM1oF98/edit?slide=id.g371133c1dbb_1_0#slide=id.g371133c1dbb_1_0
Default experience: https://screenshot.googleplex.com/ALgTmWW5gSFsqcK
Background image: https://screenshot.googleplex.com/55yxCKvNxPXysoD
Background color: https://screenshot.googleplex.com/7x9C9q5dUbVnvUm
Fixed: 435171559
Change-Id: I5fcc77464d71a7374ff9ae1253ee09b8a8be95b5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6821576
Commit-Queue: Pier-Alexandre Bouchard <[email protected]>
Reviewed-by: Adam Arcaro <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497255}
Roll V8 from c2c187362971 to 22b4de0c0696 (4 revisions)
https://chromium.googlesource.com/v8/v8.git/+log/c2c187362971..22b4de0c0696
2025-08-05 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Version 14.1.12
2025-08-05 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 DEPS (trusted)
2025-08-05 [email protected] [gn] Add additional compiler flag -Wunnecessary-virtual-specifier
2025-08-05 [email protected] Revert "Revert temporary fix for issue 40070746"
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/v8-chromium-autoroll
Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chromium.try:linux-blink-rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:dawn-linux-x64-deps-rel;luci.chrome.try:linux-perf-trigger
Change-Id: I06829f7c983e285681c0a0f2bc60b5ebce41c86b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6822043
Bot-Commit: chromium-autoroll <[email protected]>
Commit-Queue: chromium-autoroll <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497254}
Include focused tab in ZSS request for pinned tab changes
- When adding/removing/changing pinned tabs and there's a non-pinned
active tab, include that tab in the request.
- Still ignore active tab changes when there are pinned tabs.
Bug: 436644279
Change-Id: Ia0a9d2df363a91e76569e5d1502fc5f7c1ab4447
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6821919
Reviewed-by: Sophie Chang <[email protected]>
Commit-Queue: Ian Wells <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497253}
Roll src/chrome/browser/glic/e2e_test/internal/ f4ab390c2..f27c9a46e (1 commit)
https://chrome-internal.googlesource.com/chrome/browser/glic/test/internal.git/+log/f4ab390c2479..f27c9a46ebb7
Created with:
roll-dep src/chrome/browser/glic/e2e_test/internal
Bug: b:436264343
Change-Id: I32730ca7c4579efd53b26fed753ff159371118a8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6821905
Commit-Queue: Zhaoyang Li <[email protected]>
Auto-Submit: Zhaoyang Li <[email protected]>
Reviewed-by: Carlos Knippschild <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497252}
[TabStrip][RTL] Fix group reorder near tab strip edges
Fix group reorder near tab strip edges.
-Clamp the drag offset near the edges based on RTL.
Fixed: 436647445
Change-Id: Ibfbd89868a51ec93dd99f8f33e42cab6c588b618
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6822493
Commit-Queue: Neil Coronado <[email protected]>
Reviewed-by: Zhe Li <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497251}