[M124] Change mac_default mixins to mac13 or mac14
part of mac14 upgrade tasks. This will affect Mac builders that run tests on MacOS14
(cherry picked from commit da4b21397a10116e944e59397141ae4062ce6329)
Bug: 341704515
Change-Id: I09c9fbaffc4e72028d9fb8b825b5190f2650b4b9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5550920
Reviewed-by: Ben Pastene <[email protected]>
Commit-Queue: Yue She <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1303790}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5560123
Cr-Commit-Position: refs/branch-heads/6367@{#1248}
Cr-Branched-From: d158c6dc6e3604e6f899041972edf26087a49740-refs/heads/main@{#1274542}
Updating XTBs based on .GRDs from branch 6367
Change-Id: I9556f6ffc7252e7df0a8a8a94bfc1ec37eb42c66
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5578797
Auto-Submit: Ben Mason <[email protected]>
Commit-Queue: Rubber Stamper <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/6367@{#1247}
Cr-Branched-From: d158c6dc6e3604e6f899041972edf26087a49740-refs/heads/main@{#1274542}
Incrementing VERSION to 124.0.6367.243
Change-Id: I8a2a64ab3ac862d6611d946c34e88fc79fe81028
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5576858
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6367@{#1246}
Cr-Branched-From: d158c6dc6e3604e6f899041972edf26087a49740-refs/heads/main@{#1274542}
[M124]MediaSession: Use a MediaSessionImpl WeakPtr in MediaSessionServiceImpl
Currently, every time MediaSessionServiceImpl wants to talk to its
associated MediaSessionImpl, it recalculates it from its
RenderFrameHostId. This can lead to issues where a
MediaSessionServiceImpl of a disconnected RenderFrameHost can no longer
access the MediaSessionImpl to tell it that it is being deleted,
leaving MediaSessionImpl with a dangling raw_ptr.
(cherry picked from commit 1f0de3303671c6c041930c7f4f8a9ad017a7f211)
Bug: 338929744
Change-Id: I092d217d4a975b67a84280687ed5461a14ead98a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5577944
Reviewed-by: Frank Liberato <[email protected]>
Commit-Queue: Tommy Steimel <[email protected]>
Cr-Commit-Position: refs/branch-heads/6367@{#1245}
Cr-Branched-From: d158c6dc6e3604e6f899041972edf26087a49740-refs/heads/main@{#1274542}
[Presentation API] Cherry Pick to Extended Stable - Fix potential UAF on Clank
This fixes a potential UAF in PresentationConnectionCallbacks::OnSuccess.
(cherry picked from commit b4ad3013edb113cb8321a8adce3ad2ec333620ea)
Bug: 339588211
Change-Id: Ie1aec9bbbb35991b14d1c97c538ab1262ab23b0e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5551853
Commit-Queue: Muyao Xu <[email protected]>
Reviewed-by: Mark Foltz <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1303501}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5577159
Commit-Queue: Mark Foltz <[email protected]>
Auto-Submit: Muyao Xu <[email protected]>
Cr-Commit-Position: refs/branch-heads/6367@{#1244}
Cr-Branched-From: d158c6dc6e3604e6f899041972edf26087a49740-refs/heads/main@{#1274542}
Incrementing VERSION to 124.0.6367.242
Change-Id: Ib37b3f3510a64ade0052232128fa9be5e90bc3a0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5577717
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6367@{#1243}
Cr-Branched-From: d158c6dc6e3604e6f899041972edf26087a49740-refs/heads/main@{#1274542}
Updating XTBs based on .GRDs from branch 6367
Change-Id: I7fd8b3e713e6f0614420507a7c1d4ba1459efe3d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5575954
Bot-Commit: Rubber Stamper <[email protected]>
Auto-Submit: Ben Mason <[email protected]>
Commit-Queue: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/6367@{#1242}
Cr-Branched-From: d158c6dc6e3604e6f899041972edf26087a49740-refs/heads/main@{#1274542}
Fix container overflow when reloading multiple tabs.
When multiple tabs are selected, the reload command reloads all of them.
The selection model can change as a result of reloading a tab (e.g. when
one of the tabs is a submitted form). The reload command is not
expecting the selected tabs to change while it's iterating over them,
and can end up overflowing the selected indices container.
This CL simply converts the selected indices into a more-resilient
vector of selected WebContents* before reloading anything.
(cherry picked from commit 9cce0c95e740f637e1436cfa472b532c9ec35bfd)
Bug: 339061099
Change-Id: I0c0b66fc93ddcbe57b42646126a1f2ca651b2df2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5545011
Reviewed-by: Peter Boström <[email protected]>
Reviewed-by: David Pennington <[email protected]>
Commit-Queue: Taylor Bergquist <[email protected]>
Code-Coverage: [email protected] <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1303471}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5574988
Auto-Submit: Daniel Yip <[email protected]>
Owners-Override: Daniel Yip <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Commit-Queue: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/6367@{#1241}
Cr-Branched-From: d158c6dc6e3604e6f899041972edf26087a49740-refs/heads/main@{#1274542}
Roll commits from side projects in M124
Roll src/clank in M124 from a2d0e02570d8 to ef3fa13c2f47
Commits rolled:
https://chrome-internal.googlesource.com/clank/internal/apps.git/+log/a2d0e02570d8..ef3fa13c2f47
Generated by: http://go/bbid/8746696092008147649
Change-Id: I757f0054f750d7ee7118341c2dff6d8672fb5016
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5575654
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6367@{#1240}
Cr-Branched-From: d158c6dc6e3604e6f899041972edf26087a49740-refs/heads/main@{#1274542}
Incrementing VERSION to 124.0.6367.241
Change-Id: I45d189264ce7a6df9cf6b1d1e471c4d677339f83
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5573173
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6367@{#1239}
Cr-Branched-From: d158c6dc6e3604e6f899041972edf26087a49740-refs/heads/main@{#1274542}
Roll commits from side projects in M124
Roll src/third_party/dawn in M124 from 7ecefb42aeab to e04b03f71499
Commits rolled:
https://dawn.googlesource.com/dawn.git/+log/7ecefb42aeab..e04b03f71499
Generated by: http://go/bbid/8746754605227021841
Change-Id: I962f12c6120e43d40f25ca527f6fc0ff14d76034
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5574085
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6367@{#1238}
Cr-Branched-From: d158c6dc6e3604e6f899041972edf26087a49740-refs/heads/main@{#1274542}
Roll commits from side projects in M124
Roll src/third_party/dawn in M124 from c01092832e20 to 7ecefb42aeab
Commits rolled:
https://dawn.googlesource.com/dawn.git/+log/c01092832e20..7ecefb42aeab
Generated by: http://go/bbid/8746758378241275169
Change-Id: I96734e8edf93ee2c16521a0748d2320cad1483c1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5573866
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6367@{#1237}
Cr-Branched-From: d158c6dc6e3604e6f899041972edf26087a49740-refs/heads/main@{#1274542}
Updating XTBs based on .GRDs from branch 6367
Change-Id: I18850250cde41effb0a146ad555353b39de3f359
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5571161
Commit-Queue: Rubber Stamper <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Auto-Submit: Ben Mason <[email protected]>
Cr-Commit-Position: refs/branch-heads/6367@{#1236}
Cr-Branched-From: d158c6dc6e3604e6f899041972edf26087a49740-refs/heads/main@{#1274542}
Incrementing VERSION to 124.0.6367.240
Change-Id: I8e76527a89207e239514c554d86f219273fb3e95
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5570663
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6367@{#1235}
Cr-Branched-From: d158c6dc6e3604e6f899041972edf26087a49740-refs/heads/main@{#1274542}
Automatic update from google3
Automatic update for 2024-05-26 UTC
Change-Id: I49cef2102c570596bd2e8a67c747eeefa32b75cf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5569605
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6367@{#1234}
Cr-Branched-From: d158c6dc6e3604e6f899041972edf26087a49740-refs/heads/main@{#1274542}
Incrementing VERSION to 124.0.6367.239
Change-Id: I382e8cab4de96296be4318a0015e97b190caf9f6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5570661
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6367@{#1233}
Cr-Branched-From: d158c6dc6e3604e6f899041972edf26087a49740-refs/heads/main@{#1274542}
Automatic update from google3
Automatic update for 2024-05-25 UTC
Change-Id: I1be3c253a97750f6c3faebc2a485ea02dba0de3c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5571556
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6367@{#1232}
Cr-Branched-From: d158c6dc6e3604e6f899041972edf26087a49740-refs/heads/main@{#1274542}
Updating XTBs based on .GRDs from branch 6367
Change-Id: If2ccbdb3785062fc3d3b149aea6771ecfb24d7be
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5571863
Auto-Submit: Ben Mason <[email protected]>
Commit-Queue: Rubber Stamper <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/6367@{#1231}
Cr-Branched-From: d158c6dc6e3604e6f899041972edf26087a49740-refs/heads/main@{#1274542}
Incrementing VERSION to 124.0.6367.238
Change-Id: I92febf4ebccd5100307ff30b4001c422b3e5e4ad
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5571857
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6367@{#1230}
Cr-Branched-From: d158c6dc6e3604e6f899041972edf26087a49740-refs/heads/main@{#1274542}
Automatic update from google3
Automatic update for 2024-05-24 UTC
Change-Id: If11f49a0fb3f6797c8ae33f0972296e3dd78e5d3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5569619
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6367@{#1229}
Cr-Branched-From: d158c6dc6e3604e6f899041972edf26087a49740-refs/heads/main@{#1274542}
[Merge to M124] Streams: Check if buffer is detached when filling pull-into descriptor
The pull-into descriptor can become out-of-sync with the array buffer
when the buffer is detached. This CL adds a check to see if the buffer
is detached before trying to fill it.
(cherry picked from commit cd405492789ec4bc6ecd598754154c527ff60e95)
Bug: 339877167
Change-Id: Ibf46a75e36dc739910db07f2e88ff9998c21e8a8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5553232
Reviewed-by: Domenic Denicola <[email protected]>
Commit-Queue: Nidhi Jaju <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1303628}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5553411
Cr-Commit-Position: refs/branch-heads/6367@{#1228}
Cr-Branched-From: d158c6dc6e3604e6f899041972edf26087a49740-refs/heads/main@{#1274542}
Incrementing VERSION to 124.0.6367.237
Change-Id: I6f08d07ac69aa3f722bd170f132dcd377f132646
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5567510
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6367@{#1227}
Cr-Branched-From: d158c6dc6e3604e6f899041972edf26087a49740-refs/heads/main@{#1274542}
Mark inspector-protocol/heap-profiler/heap-objects-tracking.js as slow
Merge M124: Flaky on M124.
Logs [1] show that the test was aborted while still processing
data chunks. Marking it a slow to rule out general slowness
of heap profiling.
[1]: https://ci.chromium.org/ui/p/chromium/builders/ci/Mac12%20Tests/18119/test-results?q=ID%3Aninja%3A%2F%2F%3Ablink_web_tests%2Finspector-protocol%2Fheap-profiler%2Fheap-objects-tracking.js+V%3Abuilder%3DMac12%2520Tests+V%3Aos%3DMac-12+V%3Atest_suite%3Dblink_web_tests&sortby=&groupby=
(cherry picked from commit d7c1cdb0e9af9f6d7dd08641cffedcf0e77c16bf)
Bug: 330365759
Change-Id: Ia8f59115078d2533ed4be1056981d1872611d85a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5380606
Commit-Queue: Alex Rudenko <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Cr-Original-Commit-Position: refs/heads/main@{#1276099}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5549294
Commit-Queue: Robert Liao <[email protected]>
Auto-Submit: Robert Liao <[email protected]>
Owners-Override: Robert Liao <[email protected]>
Reviewed-by: Alex Rudenko <[email protected]>
Cr-Commit-Position: refs/branch-heads/6367@{#1226}
Cr-Branched-From: d158c6dc6e3604e6f899041972edf26087a49740-refs/heads/main@{#1274542}
Automatic update from google3
Automatic update for 2024-05-23 UTC
Change-Id: Iaac5cff77857a656d41b26a24fa26610effe797f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5563729
Commit-Queue: PKI Metadata Updates Bot <[email protected]>
Bot-Commit: PKI Metadata Updates Bot <[email protected]>
Cr-Commit-Position: refs/branch-heads/6367@{#1225}
Cr-Branched-From: d158c6dc6e3604e6f899041972edf26087a49740-refs/heads/main@{#1274542}
Updating XTBs based on .GRDs from branch 6367
Change-Id: I582d3825601dbea19d3553347cf59a9f3772a84d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5563707
Auto-Submit: Ben Mason <[email protected]>
Commit-Queue: Rubber Stamper <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Cr-Commit-Position: refs/branch-heads/6367@{#1224}
Cr-Branched-From: d158c6dc6e3604e6f899041972edf26087a49740-refs/heads/main@{#1274542}
Updating XTBs based on .GRDs from branch 6367
Change-Id: I567d7db2786452b9e35745fe21c0c902f19f7db7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5558043
Bot-Commit: Rubber Stamper <[email protected]>
Auto-Submit: Ben Mason <[email protected]>
Commit-Queue: Ben Mason <[email protected]>
Cr-Commit-Position: refs/branch-heads/6367@{#1223}
Cr-Branched-From: d158c6dc6e3604e6f899041972edf26087a49740-refs/heads/main@{#1274542}
Incrementing VERSION to 124.0.6367.236
Change-Id: Ic6d1895945c621bfbcce390650f8c86fc687e38d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5561349
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6367@{#1222}
Cr-Branched-From: d158c6dc6e3604e6f899041972edf26087a49740-refs/heads/main@{#1274542}
Incrementing VERSION to 124.0.6367.235
Change-Id: Idb824b0b91ac5dd42c0dab2bcb4b1105d2b7e138
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5560783
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6367@{#1221}
Cr-Branched-From: d158c6dc6e3604e6f899041972edf26087a49740-refs/heads/main@{#1274542}
Roll commits from side projects in M124
Roll src/internal in M124 from b004689171ee to fbdc1afe8f8f
Commits rolled:
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/b004689171ee..fbdc1afe8f8f
Generated by: http://go/bbid/8747207588437304001
Change-Id: I927d80c0885d8b79084d05557bad0337b646b068
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5560604
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6367@{#1220}
Cr-Branched-From: d158c6dc6e3604e6f899041972edf26087a49740-refs/heads/main@{#1274542}
[M124][infra] Turn down builders for unneeded platforms.
M124 is no longer being pushed for linux or ios.
Change-Id: I5f4d89cafb1359b601a591ac0cb452a855cdcfc8
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5560149
Commit-Queue: Ben Pastene <[email protected]>
Reviewed-by: Ben Pastene <[email protected]>
Auto-Submit: Garrett Beaty <[email protected]>
Commit-Queue: Garrett Beaty <[email protected]>
Cr-Commit-Position: refs/branch-heads/6367@{#1219}
Cr-Branched-From: d158c6dc6e3604e6f899041972edf26087a49740-refs/heads/main@{#1274542}
Roll commits from side projects in M124
Roll src/third_party/skia in M124 from e2ea2eb3e0d3 to a747f7ea37db
Commits rolled:
https://skia.googlesource.com/skia.git/+log/e2ea2eb3e0d3..a747f7ea37db
Generated by: http://go/bbid/8747209476543433713
Change-Id: I6ed5fa3f059c47b057843b5249a0fe585974753b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5560205
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6367@{#1218}
Cr-Branched-From: d158c6dc6e3604e6f899041972edf26087a49740-refs/heads/main@{#1274542}
Incrementing VERSION to 124.0.6367.234
Change-Id: I3c91315259dd4f9f48bb4a4a76cb3f5c96468f30
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5559025
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6367@{#1217}
Cr-Branched-From: d158c6dc6e3604e6f899041972edf26087a49740-refs/heads/main@{#1274542}