Chromium Main Console
| Legend: | Passed | Failed | Running | Exception |
Cleanup: Remove unused SyncService dependency from Ash PeopleSection
This bubbles up through several layers, which all don't need the
SyncService anymore.
Fixed: 1274802
Change-Id: Ie7e6bb0c5012ebca8649f85e0e5ffc3adb85762f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4614569
Auto-Submit: Marc Treib <treib@chromium.org>
Reviewed-by: Boris Sazonov <bsazonov@chromium.org>
Commit-Queue: Boris Sazonov <bsazonov@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1158731}
Revert "[PA] Add partition_alloc_optimized_debug to partition_alloc.gni."
This reverts commit 4ef79b5f8468216bf85da0588c78850bf8688fd8.
Reason for revert: Seems to have increased duration of browser tests by about 20%, see chromium:1455341
Original change's description:
> [PA] Add partition_alloc_optimized_debug to partition_alloc.gni.
>
> Add partition_alloc_optimized_debug to PartitionAlloc to enable
> PartitionAlloc-Everywhere on Linux debug build. This is the same way
> as v8 does, i.e. v8_optimized_debug.
>
> Bug: 1151236, 1449923, 1429450
>
> Change-Id: I6abfbdb3d0ef11104ec7ccf9edcaef4e21ddb1f4
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4599609
> Reviewed-by: Bartek Nowierski <bartekn@chromium.org>
> Commit-Queue: Takashi Sakamoto <tasak@google.com>
> Cr-Commit-Position: refs/heads/main@{#1158006}
Bug: 1151236, 1449923, 1429450, 1455341
Change-Id: Ida8e829f92f538412c3455a6cc4b6026d6360790
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4620228
Owners-Override: Antonio Sartori <antoniosartori@chromium.org>
Reviewed-by: Takashi Sakamoto <tasak@google.com>
Commit-Queue: Antonio Sartori <antoniosartori@chromium.org>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1158730}
[DBSC] Session registration in BoundSessionCookieRefreshService
This CL adds a new RegisterNewBoundSession() method to
BoundSessionCookieRefreshService which allows registering a new bound
session after fininsing the explicit registration flow.
For now, BoundSessionCookieRefreshServiceImpl supports two modes:
1. Bound session state is tied to the Chrome sign-in state.
2. Bound session can be started explicitly and is independent from the
Chrome sign-in state.
Mode 2 is put behind a feature flag and should replace mode 1 once the
registration flow is implemented.
Session parameters are stored on disk to remember the bound session
state across browser restarts. The parameters are stored in .proto
format in profile prefs.
Proto format has the following advantages:
+ Supports structured and typed messages.
+ No need to write custom serialization code to store a message on disk.
+ New optional fields can be added without breaking backwards
compatibility.
Bug: b/286222327
Change-Id: I74140d9b650e5a0b3896256a9fbcb9af4b664a9b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4604501
Reviewed-by: Kristian Monsen <kristianm@chromium.org>
Reviewed-by: Monica Basta <msalama@chromium.org>
Commit-Queue: Alex Ilin <alexilin@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1158729}
Roll WebRTC from 0b86253c1511 to 45666d4b0124 (1 revision)
https://webrtc.googlesource.com/src.git/+log/0b86253c1511..45666d4b0124
2023-06-16 jansson@webrtc.org Revert "[Stats]Â Remove enum-like structs in favor of strings."
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/webrtc-chromium-autoroll
Please CC webrtc-chromium-sheriffs-robots@google.com,webrtc-infra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in WebRTC: https://bugs.chromium.org/p/webrtc/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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Bug: None
Tbr: webrtc-chromium-sheriffs-robots@google.com
Change-Id: Ie5b2bea7c629692d72c942c26b23ce827db22e63
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4619142
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1158728}
ambient: Add startup time metrics for the managed screesaver
Started recording the amount of time it takes for the managed
screensaver to start.
Bug: b/278067527
Test: ash_unittests --gtest_filter=*Screensaver*
Change-Id: I7b2d0b0f6dfe047f185e2d7c80cfd456eef15517
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4615067
Reviewed-by: Eric Sum <esum@google.com>
Reviewed-by: Maria Petrisor <mpetrisor@chromium.org>
Commit-Queue: Antoni Dikov <adikov@google.com>
Reviewed-by: Sergey Poromov <poromov@chromium.org>
Reviewed-by: Xiaohui Chen <xiaohuic@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1158727}
Stop highlighting the password form on TouchToFill.
Apparently that "feature" existed from day 1 but it's just a bug. The
form should not be in the preview state until it is filled.
Fixed: 1455084
Change-Id: I8067d865dc00a939858be981435f2c999469373b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4618567
Code-Coverage: Findit <findit-for-me@appspot.gserviceaccount.com>
Reviewed-by: Anna Tsvirchkova <atsvirchkova@google.com>
Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1158726}
Roll ios_internal from 55863f051bc1 to 7d14012e57d6
https://chrome-internal.googlesource.com/chrome/ios_internal.git/+log/55863f051bc1..7d14012e57d6
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://skia-autoroll.corp.goog/r/ios-internal-chromium-autoroll
Please CC chrome-brapp-engprod@google.com,djean@google.com,qpubert@google.com 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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Bug: None
Change-Id: I575a9d4863228dda5e249753a59f0d216d28afd2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4620247
Bot-Commit: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com>
Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1158725}
[Frameworks roll] Roll to 540795552 piper revision
Change-Id: Ibbe0b3f96bd6af584ea037ebfd8d309efc33c9a8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4618334
Bot-Commit: Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1158724}
PreloadingDevTools: Disable prerendering for clients other than DevTools frontend
Prerendering introduced switching of FrameTreeNodes in the browser side
and frame targets in the CDP client side. If a CDP client unaware of
this logic and a prerendered page activated, it will cause unexpected
behaviors. For example, Puppeteer loses control. To mitigate this, this
CL disables prerendering if a target without tab target support is
attached. For more details, see [1].
[1] https://docs.google.com/document/d/12HVmFxYj5Jc-eJr5OmWsa2bqTJsbgGLKI6ZIyx0_wpA
Bug: 1440085
Change-Id: I80bf9234b60722112baf21c4fa2ee1f0d0cb3221
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4495911
Reviewed-by: Danil Somsikov <dsv@chromium.org>
Commit-Queue: Ken Okada <kenoss@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1158723}
Preloading: Remove unnecessary `explicit` keywords
Remove unnecessary `explicit` keywords from constructors
that take multiple arguments.
Change-Id: I7c795ee826da017bd2195342c6c95c8f3c6dd08c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4617633
Auto-Submit: Takashi Toyoshima <toyoshim@chromium.org>
Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org>
Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1158722}
Revert "system-web-app: fix web app shortcut missing icons in sample SWA and tests"
This reverts commit dbe20fd9f3fe6a877807118471f2559f7199c5e6.
Reason for revert: Seems to have broken All/SettingsAppIntegrationTest.OmniboxNavigateToSettings/Regular_Crosapi on Linux Chromium OS ASan LSan Tests (1), see https://crbug.com/1455351
Original change's description:
> system-web-app: fix web app shortcut missing icons in sample SWA and tests
>
> Sample SWA and test SWA didn't provide web app shortcuts menu item
> icons.
>
> This CL fixes relevant code and adds icons to WebAppInstallInfo, updates
> SystemWebAppManagerInstallAllAppsBrowserTest.BasicConsistencyCheck to
> verify shortcut menu item icon is provided for each shortcut entry.
>
> Bug: 1427444,1417955
> Change-Id: Ib08880900ea0f23e238602756af263a3749f99f6
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4613592
> Reviewed-by: Dibyajyoti Pal <dibyapal@chromium.org>
> Commit-Queue: Dibyajyoti Pal <dibyapal@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1158130}
Bug: 1427444,1417955, 1455351
Change-Id: If1342e4565c0caf5c9a6ef944f3696422eacbad6
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4614520
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Commit-Queue: Antonio Sartori <antoniosartori@chromium.org>
Owners-Override: Antonio Sartori <antoniosartori@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1158721}
Roll devtools-internal from d9caa21acca2 to 262d7a9f5103 (1 revision)
https://chrome-internal.googlesource.com/devtools/devtools-internal.git/+log/d9caa21acca2..262d7a9f5103
Also rolling transitive DEPS:
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/31b61655657cd499c74d6f099bb67c98cfb11cf4..738f63172f4e669e9d16a70edbdf5feb1b3c9e01
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://skia-autoroll.corp.goog/r/devtools-internal-chromium
Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com,liviurau@google.com 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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome
Bug: None
Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com
Change-Id: If687d580defc0ea6dd9465381e57c21d5b77e060
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4619141
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@{#1158720}
[dPWA] Update MS365 title bar experiment to ignore manifest colors
This CL updates the MS365 web app experiment to ignore the manifest
colors instead of supplanting them with specific colors based on the
page URL.
Bug: 1422071, b/287357327
Change-Id: I0a3d63438daa8568b3141dbc74b81ca4c0415933
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4614769
Auto-Submit: Alan Cutter <alancutter@chromium.org>
Commit-Queue: Alan Cutter <alancutter@chromium.org>
Reviewed-by: Glen Robertson <glenrob@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1158719}
ambient: Add engagement metrics for the managed screensaver
Started recording a simple engagement metric for the managed
screensaver.
Bug: b/278067412
Test: ash_unittest --gtest_filter=*Screensaver*
Change-Id: I50367f083c8e413cc638e23e4b683aeb50b48763
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4610752
Reviewed-by: Xiaohui Chen <xiaohuic@chromium.org>
Reviewed-by: Sergey Poromov <poromov@chromium.org>
Reviewed-by: Eric Sum <esum@google.com>
Commit-Queue: Fahad Mansoor <fahadmansoor@google.com>
Reviewed-by: Maria Petrisor <mpetrisor@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1158718}
Roll Chrome Mac Arm PGO Profile
Roll Chrome Mac Arm PGO profile from chrome-mac-arm-main-1686895138-5b1e1b17d7afcab4594fc08f91fd13a83504d607.profdata to chrome-mac-arm-main-1686901619-f7dbd33d86d5f324306743fb3cc94e2f42245acd.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 chrome-brapp-engprod@google.com,pgo-profile-sheriffs@google.com 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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
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: pgo-profile-sheriffs@google.com
Change-Id: I2b1d573d65d137c610c4621103a19a49a1f2a99d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4620289
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1158717}
Various cleanups of screenshot remote command
These no-op cleanups should make the code a bit easier to read,
and make it easier to spot mistakes like a missing return statement.
Bug: b/283890347
Change-Id: I6abfe501f9c4aa109ba81aa2f209cd2445be6a4c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4604942
Commit-Queue: Jeroen Dhollander <jeroendh@google.com>
Reviewed-by: Denis Kuznetsov <antrim@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1158716}
Roll Skia from 504a26e85fc6 to 9ab04a53b7be (2 revisions)
https://skia.googlesource.com/skia.git/+log/504a26e85fc6..9ab04a53b7be
2023-06-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 6f8e5c2f4684 to 58c6e1ea988a (4 revisions)
2023-06-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 5a5f21f4a2e2 to edf58105d695 (8 revisions)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-autoroll
Please CC herb@google.com,skiabot@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Skia: https://bugs.chromium.org/p/skia/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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
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-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel
Cq-Do-Not-Cancel-Tryjobs: true
Bug: None
Tbr: herb@google.com
Change-Id: Ib727f007607e7c753b844c4ac27a7e33845493bc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4620071
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1158715}
Support large size surrounding text in components/exo.
We hit an issue that large surrounding text size is truncated
because of wayland wire protocol field size.
This CL introduces a new API using memfd to pass the large data
so we should not hit the limit.
This is Ash side change.
BUG=1402906, 1451324
TEST=Ran manually, locally.
Change-Id: I562ceed44d20de3ca5fecb964a9549b272d4d59b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4612829
Commit-Queue: Hidehiko Abe <hidehiko@chromium.org>
Reviewed-by: Yuichiro Hanada <yhanada@chromium.org>
Reviewed-by: Curtis McMullan <curtismcmullan@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1158714}
[Telemetry] Add Touchpad Event Implementation in crospai
This adds an implementation for detecting touchpad events using
Telemetry Extension on the crosapi side.
This is part of a bigger effort to add an event interface
to the Telemetry Extension. For more context visit
go/design-sketch-event-api.
Bug: b/279127802, b/268125453
Test: 1. unit_tests --gtest_filter="*Telemetry*Event*"
2. extensions_unittests --gtest_filter="*TelemetryExtension*"
3. browser_tests --gtest_filter="*TelemetryExtensionEventsApi*"
Change-Id: Ie5283418954b91a80beecbb72dfcadb4cf6f731d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4458351
Commit-Queue: Ethan Cheng <yycheng@google.com>
Reviewed-by: Bastian Kersting <bkersting@google.com>
Reviewed-by: Hidehiko Abe <hidehiko@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1158713}
[dpwa] Creates 2 new actions for migrating incognito mode P1 manual tests.
Bug: b/280606638
Change-Id: I55ad0cbb7ca192ee4ff7ebb66973c5c77d3265b5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4617273
Reviewed-by: Daniel Murphy <dmurph@chromium.org>
Commit-Queue: Clifford Cheng <cliffordcheng@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1158712}
[Nigori] Rename Sharing-key related constructs with the prefix CrossUserSharing.
Follow up cls will perform the rename in the Proto fields.
Bug: 1445056
Change-Id: Ib9b61d66edb9db6a02e64ec7bd096c6d9dacc34a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4614973
Commit-Queue: Elias Khsheibun <eliaskh@chromium.org>
Reviewed-by: Maksim Moskvitin <mmoskvitin@google.com>
Cr-Commit-Position: refs/heads/main@{#1158711}
Revert "[wasm] Remove redundant call to {AbortCompilation}"
This reverts commit 97a8845cb194b50194b10fb3131fd056434fb285.
Reason for revert: https://crbug.com/1455264
Original change's description:
> [wasm] Remove redundant call to {AbortCompilation}
>
> Cancelling the `BytesConsumer` will trigger a state change, which will
> call `AbortCompilation`. Hence the second (explicit) `AbortCompilation`
> call can be skipped. It would return immediately anyway, because the
> `streaming_` field is reset at this point.
>
> R=ahaas@chromium.org
>
> Bug: chromium:1448858, chromium:1449546
> Change-Id: I969b380615551017614110c81cb815e6793dfe68
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4608054
> Reviewed-by: Andreas Haas <ahaas@chromium.org>
> Commit-Queue: Clemens Backes <clemensb@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1158038}
Bug: chromium:1448858, chromium:1449546, chromium:1455264
Change-Id: I46a46b09337568474893cb28e8dbfec7e1282bb5
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4614552
Commit-Queue: Clemens Backes <clemensb@chromium.org>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Reviewed-by: Andreas Haas <ahaas@chromium.org>
Auto-Submit: Clemens Backes <clemensb@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1158710}
Roll Chrome Win64 PGO Profile
Roll Chrome Win64 PGO profile from chrome-win64-main-1686884165-f915bdf471b4c08dffb094571f9c8dbfbcfd167e.profdata to chrome-win64-main-1686895138-39a675bf66a650699dfadbaf5c196e0db08825c0.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-win64-chromium
Please CC chrome-brapp-engprod@google.com,pgo-profile-sheriffs@google.com 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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome.try:win64-chrome
Tbr: pgo-profile-sheriffs@google.com
Change-Id: I8dfaa1c7d6721511cf918889abaadc1044170980
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4619750
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1158709}
[WebUI] Enable trusted types CSP for ShimlessRMA
Bug: 1400799
Change-Id: I178251f2168a7d9aad1cbbb8df26c269f7ba7a8e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4604691
Reviewed-by: Giovanni Ortuno Urquidi <ortuno@chromium.org>
Commit-Queue: Junguo (Jun) W. <jungoog@google.com>
Cr-Commit-Position: refs/heads/main@{#1158708}
Roll Chrome Win32 PGO Profile
Roll Chrome Win32 PGO profile from chrome-win32-main-1686884165-c945ce575cd58732376d15a851f9806dac28b2cd.profdata to chrome-win32-main-1686895138-918a247a987b0cc310c232535178fd89bf08b29a.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-win32-chromium
Please CC chrome-brapp-engprod@google.com,pgo-profile-sheriffs@google.com 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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome.try:win-chrome
Tbr: pgo-profile-sheriffs@google.com
Change-Id: I551918c4f8629c9c45bc966d92b484826e513a83
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4618685
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1158707}
UMA: add metrics for vmm-swap
The ArcVm will add new UMA metrics at:
https://crrev.com/c/4600750
https://crrev.com/c/4617309
Bug: b/265386742
Test: compile succeeds
Change-Id: Ia42887078f934e4b83980ddbecc6089f9f9ff25b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4619927
Commit-Queue: Shin Kawamura <kawasin@google.com>
Reviewed-by: Weilun Shi <sweilun@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1158706}
[CR2023] Fix LocationIconViewBrowserTest.InkDropMode
This test was crashing because LocationIconView is not in a views tree
and as a result does not have access to a Color Provider.
Bug: 1443572
Change-Id: If2782abd0455ae6730dc2e46c9c19140be080100
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4617848
Reviewed-by: Moe Ahmadi <mahmadi@chromium.org>
Commit-Queue: Keren Zhu <kerenzhu@chromium.org>
Auto-Submit: Keren Zhu <kerenzhu@chromium.org>
Code-Coverage: Findit <findit-for-me@appspot.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1158705}
[odfs] add a metrics for get entry request
This request is sent from ODFS MetadataProvider.
Bug: b:280003103
Change-Id: If45824f0d9337a6521aa20c2fe573e245753eb73
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4619950
Reviewed-by: Nigel Tao <nigeltao@chromium.org>
Commit-Queue: Alexander Bolodurin <alexbn@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1158704}
Roll Chrome Mac Arm PGO Profile
Roll Chrome Mac Arm PGO profile from chrome-mac-arm-main-1686887847-40bca04050520a04989a89436ff5908f6f163c33.profdata to chrome-mac-arm-main-1686895138-5b1e1b17d7afcab4594fc08f91fd13a83504d607.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 chrome-brapp-engprod@google.com,pgo-profile-sheriffs@google.com 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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
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: pgo-profile-sheriffs@google.com
Change-Id: Ia9fc872806fcdb70ea31e214eadd8d793721cf84
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4619975
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1158703}
Update IOTask Progress with blocked files
Updated IOTask Progress upon completion to State::kError and set the PolicyError if there's any file blocked by DLP or Enterprise Connectors so that FileOperationHandler and file_manager::SystemNotificationManager can show the block panel item or the block desktop notification for both DLP & Enterprise Connectors.
Bug: b/279029167
Change-Id: Ia478dd146b865715e42a29fc75aced04c23cff14
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4615026
Reviewed-by: Luciano Pacheco <lucmult@chromium.org>
Commit-Queue: Aya Elsayed <ayaelattar@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1158702}
[iOS] EnterprisePromptCoordinator dealloc checks stop was called
Bug: None
Change-Id: I1aed3f789939b0cb7cac77065c39b0a3f3ffa27e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4608404
Reviewed-by: Arthur Milchior <arthurmilchior@chromium.org>
Commit-Queue: Arthur Milchior <arthurmilchior@chromium.org>
Auto-Submit: Arthur Milchior <arthurmilchior@chromium.org>
Reviewed-by: Jérôme Lebel <jlebel@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1158701}
[Fontations-backend] Build rules for fontations backend in Chromium
Define a build flag for conditional compilation of the Fontations
SkTypeface backend in Chromium. When the flag is on, on Linux route all
web font creation through Fontations for testing.
Bug: 1446251
Change-Id: Ica4e2abdbe8b4a8f9a9c0fdbdbf1f1f8d1918bde
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4608308
Reviewed-by: Ben Wagner <bungeman@chromium.org>
Auto-Submit: Dominik Röttsches <drott@chromium.org>
Reviewed-by: danakj <danakj@chromium.org>
Commit-Queue: Dominik Röttsches <drott@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1158700}
Move kSetClientEncryptionKeysJsApi feature flag to //components/trusted_vault
Bug: 1223853
Change-Id: I01a359eabf5786ffb2d1e216c1cb4607a3e94e4d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4616397
Reviewed-by: Marc Treib <treib@chromium.org>
Auto-Submit: Martin Kreichgauer <martinkr@google.com>
Reviewed-by: Mikel Astiz <mastiz@chromium.org>
Commit-Queue: Marc Treib <treib@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1158699}
[BestEffortServiceWorker] Dedupe main resource
This CL is a part of efforts that achieve the dedupe function to
BestEffortServiceWorker.
At a high-level, the dedupe is achieved by reusing the
RaceNetworkRequest response as a response of the corresponding request
in the fetch handler, and do not send a new fetch request.
We can split into some smaller steps to implement this.
1. Generates a token of RaceNetworkRequest, and pass it to the
blink side to make the corresponding request in the fetch handler
discoverable.
2. Adds a map of the token and URLLoaderFactory in
ServiceWorkerGlobalScope, and replaces the default URLLoader when the
fetch request is same as the one called in RaceNetworkRequest which is
outside of the fetch handler.
3. (This CL) Fuses two message pipes into one in a custom
URLLoaderClient so that we can reuse the RaceNetworkRequest result and
don't dispatch duplicated requests in the fetch handler.
This CL introduces one new class.
`ServiceWorkerForwardedRaceNetworkRequestURLLoaderFactory` is the
URLLoaderFactory that fuses the RaceNetworkRequest URLLoaderClient mojo
message pipe and the other URLLoaderClient pipe for the corresponding
fetch request in the ServiceWorker fetch handler in blink side. By
fusing them into one message pipe, the request in the fetch handler
never creates a new URLLoader and thus no duplicated request, and reuses
the response of RaceNetworkRequest.
`ServiceWorkerRaceNetworkRequestDataPipeManager` is the class managing
the dedicated data pipe and buffering data from RaceNetworkRequset. We
use this class to create new data pipes and pass the response of
original RaceNetworkRequset to the RaceNetworkRequest itself and the
fetch handler, respectively.
`ServiceWorkerRaceNetworkRequestURLLoaderClient` is changed to send the
response data to newly created two mojo data pipes, one is for the
RaceNetworkRequest itself, and the other one is for the fetch handler.
This CL adds the dedupe feature to the main resource only. For
subresoureces, we don't support it at least for now due to the
complexity of redirect case, but the ActiveEntry in net layer would
dedupe requests in most cases in reality.
Here is a design doc including diagram how mojo pipes work.
https://docs.google.com/document/d/1eotFetBW9RUE2sYjCnVl7P8rbvIsWBJcy3NOswC5kek/edit#bookmark=id.umdo7cpwavad
Change-Id: Ia524f69a81335528a66db5df2488a1f8190f2024
Bug: 1420517
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4560732
Reviewed-by: Rakina Zata Amni <rakina@chromium.org>
Commit-Queue: Shunya Shishido <sisidovski@chromium.org>
Reviewed-by: Minoru Chikamune <chikamune@chromium.org>
Reviewed-by: Yoshisato Yanagisawa <yyanagisawa@chromium.org>
Reviewed-by: Tsuyoshi Horo <horo@chromium.org>
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1158698}
Disable multipart-formdata.window.html on all platforms
The above mentioned test is marked as timing out on Linux and Mac11
platforms. However, the test also fails due to a "NotImplemented" being
hit in "WriteResourceRequestBody" and this failure occurs on all
platforms, not just Linux and Mac11. See:
https://ci.chromium.org/ui/test/chromium/ninja%3A%2F%2F%3Ablink_wpt_tests%2Fexternal%2Fwpt%2Fhtml%2Fsemantics%2Fforms%2Fform-submission-0%2Fmultipart-formdata.window.html
This CL expands the expectations entry for this test to all platforms
and also adds a failure expectation.
Please let me know if this additional failure type should have a
separate bug, instead of reusing crbug.com/626703. I don't have access
to crbug.com/626703, therefore I cannot see what all it covers.
Bug: 626703
Change-Id: I1c90b75c832ca061cc37ef813be1cd80b0638244
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4617579
Commit-Queue: Sanket Joshi <sajos@microsoft.com>
Reviewed-by: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1158697}
Roll WebRTC from 816dc3b6081d to 0b86253c1511 (1 revision)
https://webrtc.googlesource.com/src.git/+log/816dc3b6081d..0b86253c1511
2023-06-16 webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com Update WebRTC code version (2023-06-16T04:04:20).
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/webrtc-chromium-autoroll
Please CC webrtc-chromium-sheriffs-robots@google.com,webrtc-infra@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in WebRTC: https://bugs.chromium.org/p/webrtc/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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Bug: None
Tbr: webrtc-chromium-sheriffs-robots@google.com
Change-Id: I0e5f8c45835f1866a113d970f50848f244590044
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4619340
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1158696}
Web Apps: Remove redundant observe_media_requests PublisherHelper option
This parameter is always true in production and can be removed.
Bug: b/270212284
Change-Id: Id5a7f9985d695b4b6ba43de4c090a00f335beb76
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4619947
Reviewed-by: Glen Robertson <glenrob@chromium.org>
Commit-Queue: Glen Robertson <glenrob@chromium.org>
Auto-Submit: Tim Sergeant <tsergeant@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1158695}
Add horizontal deletion metrics for site settings
This CL adds a horizontal metric to various browsing data deletion
surfaces on desktop:
- Site settings - clear all data
Histogram: "Privacy.ClearBrowsingData.Action"
Platform: Desktop
Bug: b/274063408
Change-Id: I41a2abc712b8a85bad1c1fc7b7b396e8654ad101
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4584558
Reviewed-by: Christian Dullweber <dullweber@chromium.org>
Reviewed-by: Theodore Olsauskas-Warren <sauski@google.com>
Reviewed-by: Demetrios Papadopoulos <dpapad@chromium.org>
Commit-Queue: Mohamad Arab <arabm@google.com>
Cr-Commit-Position: refs/heads/main@{#1158694}
[Viz] Allow MultiplanarSI in RenderableGMBVideoFramePool beyond Mac
This CL removes the IS_MAC restriction from using MultiplanarSI in
RenderableGMBVideoFramePool, instead just using the guard of whether
MultiplanarSI is enabled. From discussion, there shouldn't be any
logic needed here for other platforms beyond that which was added to
get the flow working on Mac.
Bug: 1429004
Change-Id: I1159689f4b27ec43513dd93758f46bf1bd315847
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4607381
Reviewed-by: Dale Curtis <dalecurtis@chromium.org>
Reviewed-by: Saifuddin Hitawala <hitawala@chromium.org>
Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org>
Commit-Queue: Colin Blundell <blundell@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1158693}
[iOS] Fix bubble frame LeadingDistance computation
This CL fixes the computation of the LeadingDistance() method.
In some cases `leadingDistance` could be a bit lower than 0.
Using round() instead of floor() returns 0 instead of -1.
Fixed: 1454071
Change-Id: I2e4e7b08e6994926cdcce416874f77a258d650e1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4618107
Commit-Queue: Ewann Pellé <ewannpv@chromium.org>
Reviewed-by: Gauthier Ambard <gambard@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1158692}
Roll Chrome Linux PGO Profile
Roll Chrome Linux PGO profile from chrome-linux-main-1686851973-6e9f8a281a96374b2bdf985258af96ca60ab3947.profdata to chrome-linux-main-1686895138-563f8b073abc7300eb45545d285cd1b7b40e1e23.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-linux-chromium
Please CC chrome-brapp-engprod@google.com,pgo-profile-sheriffs@google.com 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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome.try:linux-chrome
Tbr: pgo-profile-sheriffs@google.com
Change-Id: I8a610c8989d9cc0626b4b103cb3527a3ec30ba26
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4618739
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1158691}
Roll devtools-internal from 250b420bb8f5 to d9caa21acca2 (1 revision)
https://chrome-internal.googlesource.com/devtools/devtools-internal.git/+log/250b420bb8f5..d9caa21acca2
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://skia-autoroll.corp.goog/r/devtools-internal-chromium
Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com,liviurau@google.com 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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome
Bug: None
Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com
Change-Id: I513eec36c83f4544b76d9b7c5f81800c6064bb53
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4619971
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@{#1158690}
Roll ANGLE from 46ff02f8a2b1 to edf58105d695 (1 revision)
https://chromium.googlesource.com/angle/angle.git/+log/46ff02f8a2b1..edf58105d695
2023-06-16 amy@amyspark.me Validate GL backend after dispatch table initialization
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 angle-team@google.com,syoussefi@google.com 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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
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: syoussefi@google.com
Change-Id: Ie28c9bdcf2f99756cc4119596cdc22dff753e5ff
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4619707
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1158689}
Revert "Reland "[PolicyLogs] Adding chrome://policy/logs on Desktop""
This reverts commit d650fb99b98799805b8011aea96a0aa2fc1b3cc4.
Reason for revert: Causes iphone and ipad devices failures.
Like https://luci-milo.appspot.com/ui/inv/task-chrome-swarming.appspot.com-62d99c2b8da1e511/test-results?sortby=&groupby=
Original change's description:
> Reland "[PolicyLogs] Adding chrome://policy/logs on Desktop"
>
> chrome://policy/logs is already available on Android and enabled by default. This CL brings chrome://policy/logs to desktop behind a feature flag that is enabled by default.
>
> The CL also adds a reference to the sequence that created the logger to always post `AddLog()` to it if a different sequence adds a log. Some code paths previously tried to add a log from a different sequence, causing the DCHECKs to fail. This solution fixes the issue.
>
> A POLICY_EXPORT is added for the LogHelper class to avoid dll linkage errors on Windows.
>
> The ASAN Crash that caused the revert in crrev.com/c/4559846
> was due to the last_dm_status_ being logged in "cloud_policy_client.cc" which has already been freed from the `NotifyClientError()` call.
>
> Bug: b/282733597
> Change-Id: Icb75e4cbb069eefea86958b65b3f957db295cdf3
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4567744
> Reviewed-by: Demetrios Papadopoulos <dpapad@chromium.org>
> Reviewed-by: Fabio Tirelo <ftirelo@chromium.org>
> Commit-Queue: Salma Elmahallawy <esalma@google.com>
> Cr-Commit-Position: refs/heads/main@{#1158355}
Bug: b/282733597
Change-Id: I3e991148214869ad635455b4e3d7f6786252efb9
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4616067
Commit-Queue: David Jean <djean@chromium.org>
Reviewed-by: Quentin Pubert <qpubert@google.com>
Reviewed-by: David Jean <djean@chromium.org>
Owners-Override: David Jean <djean@chromium.org>
Owners-Override: Quentin Pubert <qpubert@google.com>
Cr-Commit-Position: refs/heads/main@{#1158688}
DestroyRegularProfileBeforeOTRs waits for profiles to be destroyed.
The test expects that the off-the-record profiles would be destroyed
immediately after calling `DestroyOriginalProfileWhenAppropriate` which
is wrong as the OTR profiles are sometimes given a bit of time to
close all their dependencies.
Bug: 1454090
Change-Id: Ia50c269fbec88cc08844f4cb290078961764ac05
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4614511
Reviewed-by: Alex Ilin <alexilin@chromium.org>
Commit-Queue: Ramin Halavati <rhalavati@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1158687}
[lacros skew tests] Refresh skew tests for M116 M116
This CL updates the ash version ['116.0.5835.0', '116.0.5830.0'] for Lacros version skew testing.
This cl only affect linux-lacros config builders like
linux-lacros-tester-rel, linux-lacros-rel.
This cl will certainly NOT affect Lacros on-device builders
(lacros-amd64-generic-rel, lacros-amd64-generic-chrome-skylab,
etc) or any other platforms.
If this CL caused regressions, please revert and stop the autoroller
at https://luci-scheduler.appspot.com/jobs/chrome/lacros-version-skew-roller
Also please file a bug to OS>LaCrOS>Partner, and CC svenzheng@chromium.org.
R=rubber-stamper@appspot.gserviceaccount.com
Bug: None
Change-Id: I889a2bd19a3c240bfa252fba961990b2fd5c4cc9
Requires-Testing: True
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4618135
Auto-Submit: chrome-weblayer-builder <chrome-weblayer-builder@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1158686}
Update V8 to version 11.6.176.
Summary of changes available at:
https://chromium.googlesource.com/v8/v8/+log/e7c25ca2..114cd478
Please follow these instructions for assigning/CC'ing issues:
https://v8.dev/docs/triage-issues
Please close rolling in case of a roll revert:
https://v8-roll.appspot.com/
This only works with a Google account.
CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel
CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel
CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel
CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel
CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel
R=hablich@chromium.org,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com
Change-Id: I9ee742f085d8df71435cbd089cc524e7dc98833c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4620007
Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1158685}
Shorten the name of SharedDictionaryStorageIsolationKey
This CL just renames SharedDictionaryStorageIsolationKey to
SharedDictionaryIsolationKey.
Bug: 1413922
Change-Id: I94d6dc1718085a7d338217fc2039448a7641610b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4619791
Commit-Queue: Tsuyoshi Horo <horo@chromium.org>
Reviewed-by: Adam Rice <ricea@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1158684}
Automated Commit: LKGM 15502.0.0 for chromeos.
Uploaded by https://ci.chromium.org/b/8778261585564755601
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-chrome
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-chrome
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-octopus-chrome
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-reven-chrome
Change-Id: Ifc782f642c1f564ef44648c7e3ddef0c975e991c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4616271
Commit-Queue: Andre Le <leandre@chromium.org>
Bot-Commit: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1158683}
[Office upload] Only show Connect To OneDrive dialog if ODFS not mounted
Only show Connect To OneDrive dialog if there is not already a ODFS
mounted. Previously this would be shown if the "Sign in" button
is clicked in the "You've been logged out" screen of an unauthenticated
ODFS mount. This is confusing as the user would expect to see the
authentication pop up instead.
Before:
- Dialog shown:
https://screencast.googleplex.com/cast/NDYyNTk4ODgxMDk2NDk5Mnw1NzE0Y2IyNi0zNQ
After:
- Authentication pop up shown:
https://screencast.googleplex.com/cast/NTU3NjMzODE3MDcwNzk2OHw0YTg3YzdkMy0xNA
Bug: b/287539168
Change-Id: Ie1607f9fcbc79403ca4e2936fc5a6ab02764663e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4615471
Commit-Queue: Cassy Chun-Crogan <cassycc@google.com>
Auto-Submit: Cassy Chun-Crogan <cassycc@google.com>
Reviewed-by: Luciano Pacheco <lucmult@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1158682}