Publish DEPS for 84.0.4147.105
Incrementing VERSION to 84.0.4147.105
[email protected]
Change-Id: I1ac5d667a481b79a0ba617faab718cfc70e01ada
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317996
Reviewed-by: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/4147@{#943}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Bump shards of storage-variant content_browsertests on linux-dbg.
The suite has been running at around 2 hours per-build on the dbg linux
tester since it was added:
http://shortn/_I45U4pBNNO
Leading to occasional shard timeouts:
https://ci.chromium.org/p/chromium/builders/ci/Linux%20Tests%20%28dbg%29%281%29/89935
This increases shard count from 2 to 4, which should avoid the
timeouts.
(cherry picked from commit 0c9473e8a668d1c87fc63f3d61ff0ba5acc1df85)
Change-Id: I214f30386e8e4563c52c0554716a65c0db4cf8d1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2273619
Reviewed-by: Stephen Martinis <[email protected]>
Commit-Queue: Ben Pastene <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#783764}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2311313
Reviewed-by: Ben Pastene <[email protected]>
Commit-Queue: Stephanie Kim <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#942}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
[iOS] Do not display SSL interstitial for a WebState not in a WebStateList
When a WebState isn't in a WebStateList, it doesn't have tab
helpers. WebStates used to update the reading list in the
background aren't in any WebStateList. When such a WebState
encounters an SSL error, it currently attempts to display
an error interstitial.
With committed interstitials, IOSBlockingPageTabHelper
is used to display SSL errors, but since tab helpers aren't
created for WebStates that aren't in a WebStateList, trying
to use an IOSBlockingPageTabHelper results in a crash.
Without committed interstitials, an error interstitial is
created and displayed in the WebState, but is never seen by
the user since the WebState itself is not visible (and will
never be visible).
This CL stops attempting to display an SSL error interstitial
for a WebState that isn't in the WebStateList.
(cherry picked from commit 8ef27fbdc7e40cf43933241a27029b60198f06f3)
Bug: 1107534
Change-Id: Iae88f30a024dd770f59b15b1aa3fc6f2ea23f06a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308910
Commit-Queue: Ali Juma <[email protected]>
Reviewed-by: Eugene But <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#790508}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316401
Reviewed-by: Ali Juma <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#941}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Orderfiles from 84-4147.94-1595243074-benchmark-84.0.4147.100-r1 to 84-4147.94-1595243074-benchmark-84.0.4147.101-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-orderfile-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: I3915ed4589d0abfc41ecf7b8c40d167a7b9cb7a8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317745
Reviewed-by: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#940}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
[Media History] Fix crash hitting CHECK
For some reason we are hitting this CHECK so
this removes it and logs it to a histogram.
BUG=1072403
(cherry picked from commit 2f8fab0d31b444395f76de45adbe517b68c1cd11)
Change-Id: Icd0d0aa974a17710df2d8467f34aaf2cbad8ef93
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2247912
Commit-Queue: Becca Hughes <[email protected]>
Reviewed-by: Tommy Steimel <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#779048}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316623
Reviewed-by: Becca Hughes <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#939}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Exclude redirecting accelerators to bubble's anchor widget from MacOS
Accelerators are processed on MacOS without doing the manual redirect to
bubble's anchor widget so this code doesn't need to be included in Mac.
I exclude it here because it appears that it breaks processing
accelerators by the bubble (ex. copy text).
(cherry picked from commit d355f18d8b520ef25df4cb43feb2aaaf2c6c6533)
Bug: 1106654
Change-Id: I4837d6aec4175dd170632678047755b62c5e1b53
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303720
Reviewed-by: Scott Violet <[email protected]>
Reviewed-by: Bret Sepulveda <[email protected]>
Commit-Queue: Olesia Marukhno <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#790804}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316099
Commit-Queue: Bret Sepulveda <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#938}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Airmont AFDO profile from 84-4147.83-1595239607-benchmark-84.0.4147.101-r1 to 84-4147.83-1595239607-benchmark-84.0.4147.102-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-airmont-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: I7ee3e0406c3e32a5c98f81b69ae2324151e5a617
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315226
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#937}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Silvermont AFDO profile from 84-4147.94-1595243074-benchmark-84.0.4147.101-r1 to 84-4147.94-1595243074-benchmark-84.0.4147.102-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-silvermont-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: I9b5983931c76298ee185e8c6b06642d7218f4312
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315212
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#936}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Broadwell AFDO profile from 84-4147.83-1595241257-benchmark-84.0.4147.101-r1 to 84-4147.83-1595241257-benchmark-84.0.4147.102-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-broadwell-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: I9968971de73f8030775d161cdc29bbbc1dfdb2d1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315225
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#935}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Incrementing VERSION to 84.0.4147.104
[email protected]
Change-Id: Ic1ec44fe546a4bc0998887ec4556d8ea3eb13806
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316853
Reviewed-by: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/4147@{#934}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Omaha on Android: fixed the on-demand check not working due to an IllegalStateException
RequestGenerator::getNumSignedIn() made an incorrect assumption that it was running on the UI thread. Fixed it to match RequestGenerator::getNumGoogleAccountsOnDevice(), which posts the necessary code to the UI thread.
Tested manually by having OmahaBase::getRequestGenerator() return a custom version of MockRequestGenerator and checking "adb logcat".
Bug: 1070620
Change-Id: Ib04e34ea0b2d7ca2fc64a209731013e6d43fd09f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300384
Commit-Queue: Joshua Pawlicki <[email protected]>
Reviewed-by: Joshua Pawlicki <[email protected]>
Auto-Submit: Andrey Zaytsev <[email protected]>
Cr-Commit-Position: refs/heads/master@{#789033}
(cherry picked from commit 5fc6538c822b6c8e6388b9d33498c1484da990af)
No-Try: Branch CQ is broken. crbug.com/1092503
Change-Id: Ib04e34ea0b2d7ca2fc64a209731013e6d43fd09f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316618
Commit-Queue: Krishna Govind <[email protected]>
Reviewed-by: Krishna Govind <[email protected]>
Reviewed-by: Joshua Pawlicki <[email protected]>
Reviewed-by: Tommy Nyquist <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#933}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Incrementing VERSION to 84.0.4147.103
[email protected]
Change-Id: I88271fb133dbede23c20d97d4e77c0fa43ffc434
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316817
Reviewed-by: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/4147@{#932}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
usb: Prevent iterator invalidation during Promise resolution
This change swaps sets of ScriptPromiseResolvers into local variables in
a number of places where it was possible for script to execute during
the call to Resolve() or Reject() and modify the set being iterated
over, thus invalidating the iterator.
(cherry picked from commit dbc6c3c3652680e287c60b3c6551622748543439)
Bug: 1106773
Change-Id: Id4eb0cd444a7dbb5de23038ec80f44fee649cfe4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2304538
Auto-Submit: Reilly Grant <[email protected]>
Commit-Queue: James Hollyer <[email protected]>
Reviewed-by: James Hollyer <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#790217}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315804
Reviewed-by: Reilly Grant <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#931}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
[FlexNG] Fix %-relpos for a grandchild of a flexbox.
When we resolve %-based offsets for a relative position child, if its
parent is a flex-item we'll read the constraint-space used to generate
this fragment, and resolve the %-based offset using that block-size. I.e.
https://source.chromium.org/chromium/chromium/src/+/master:third_party/blink/renderer/core/layout/layout_box.cc;l=4521;drc=3f50460dcc4c426eb876cd0a1d2838eb35472e18?originalUrl=https:%2F%2Fcs.chromium.org%2F
However flex can have two passes, one without a fixed block-size, and one
with. If we can determine ahead of time that these would result in the
same fragment we'll hit the cache, but the constraint space would
be the one without the fixed block-size.
In other words, if a flex-item remained the same size between the
measure, and layout passes, a relative position grandchild would resolve
its %-based offsets incorrectly.
This patch introduces *some* logic from another patch current WIP:
https://chromium-review.googlesource.com/c/chromium/src/+/2214608
which got reverted for unrelated reasons.
Effectively if we have a %-based grandchild like this, we'll miss the
cache, meaning that when we later read the constraint space fixed
block-size, it'll resolve against the correct size.
(cherry picked from commit 882a110267ca9b8c420767d5614ccb76e485b529)
Bug: 1106074
Change-Id: I5003e4c0903bda408c45f8fb608ad4106c8f22b0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2302231
Commit-Queue: Ian Kilpatrick <[email protected]>
Reviewed-by: David Grogan <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#789058}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2314785
Commit-Queue: David Grogan <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#930}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Broadwell AFDO profile from 84-4147.83-1595241257-benchmark-84.0.4147.100-r1 to 84-4147.83-1595241257-benchmark-84.0.4147.101-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-broadwell-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: I8ad64246d7bf4d74998ab9c0b105d2bff8c1dabb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2314809
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#929}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Silvermont AFDO profile from 84-4147.94-1595243074-benchmark-84.0.4147.100-r1 to 84-4147.94-1595243074-benchmark-84.0.4147.101-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-silvermont-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: I6528d42edd0b1d6239a4122e9f7bcdebcd97ea04
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2314799
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#928}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Airmont AFDO profile from 84-4147.83-1595239607-benchmark-84.0.4147.100-r1 to 84-4147.83-1595239607-benchmark-84.0.4147.101-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-airmont-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: I1e623539ce87eda251a607b95026d11a2b64636a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2314803
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#927}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Incrementing VERSION to 84.0.4147.102
[email protected]
Change-Id: Iba45c12bfbaa18965065a0315e761aba4e218c5c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315159
Reviewed-by: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/4147@{#926}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Orderfiles from 84-4147.94-1595243074-benchmark-84.0.4147.99-r1 to 84-4147.94-1595243074-benchmark-84.0.4147.100-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-orderfile-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: I3e242779700198f68c5ba2870faee66aa5c634dc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2314440
Reviewed-by: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#925}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
[FlexNG] Image fixes for 84 branch 4147
Both of the below cherry picks are needed to fix an image issue. A
trivial change was needed to make them compile on the 84 branch.
[FlexNG] Fix % max-height definiteness
A replaced element's % max-height was being ignored when it was the
child of a flex item that acquired its definite height by stretching.
This was flaky though, it only broke when the image was loaded before
the flexbox had laid out. If the flexbox was laid out, _then_ the image
loaded and hence caused a relayout, the image would obey the
definiteness that was cached from the flex item's first layout.
Fixed: 1092934
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2287370
Commit-Queue: David Grogan <[email protected]>
Reviewed-by: Christian Biesinger <[email protected]>
Cr-Commit-Position: refs/heads/master@{#787095}
[FlexNG] Use block % resolution size when finding image preferred widths
Flex uses image preferred widths as flex-basis. When an image has
max-height:blah%, that can affect its preferred width. FlexNG wasn't
passing the percent resolution height to legacy for this calculation,
and the % max-height was being treated as auto.
ComputeMinAndMaxContentContribution was already doing this for replaced
elements, so piggy-back on that code.
Bug: 1107604
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2309048
Reviewed-by: Ian Kilpatrick <[email protected]>
Reviewed-by: Christian Biesinger <[email protected]>
Commit-Queue: David Grogan <[email protected]>
Cr-Commit-Position: refs/heads/master@{#790439}
Bug: 1107428
Change-Id: I8383382c4640b608dbee09af7754f33a838ebd90
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2311072
Reviewed-by: David Grogan <[email protected]>
Commit-Queue: David Grogan <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#924}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
[Merge to 84] [TabViewManager] Fix omnibox focus issue
Merge conflict resolution is in PS1..PS3.
--- Original CL description ---
This makes all Views added through TabViewManager explicitly focusable.
On some versions of Android, these views were not focusable by default
and this led to an issue where the omnibox gained focus after a View
was added and it never releases the focus.
(cherry picked from commit a64933b5677d4414818a973ba9c81cecc6aed391)
Bug: 1081628
Change-Id: Ifb272500a274dfd64f432650a567ce20881e6c50
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2307536
Reviewed-by: Theresa <[email protected]>
Commit-Queue: Mehran Mahmoudi <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#790062}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2313118
Reviewed-by: Mehran Mahmoudi <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#923}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
OOR-CORS: Add kWebViewOriginCheckForStreamReader as a kill-switch
This patch adds a new WebView specific base::Feature to control
newly introduced origin checks to reduce unexpected compatibility
breakages.
(cherry picked from commit e21eb00e49a7b17c007d3ba3fdc5af10cf9b5381)
TBR: [email protected], [email protected], [email protected]
Bug: 1096677
Change-Id: I28c9fadc6ee5ce0f06017c4977358a3566d6c159
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2265709
Commit-Queue: Richard Coles <[email protected]>
Reviewed-by: Richard Coles <[email protected]>
Auto-Submit: Takashi Toyoshima <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#784021}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2311598
Reviewed-by: Takashi Toyoshima <[email protected]>
Commit-Queue: Takashi Toyoshima <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#922}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
OOR-CORS: Keep WebView APIs compatible on special scheme checks
On WebView, there are two APIs to modify the CORS check rules.
setAllowFileAccessFromFileURLs(true) allows CORS-enabled requests
from content:// or file:// URLs to the same scheme URLs.
setAllowUniversalAccessFromFileURLs(true) allows CORS-enabled
requests from file:// URLs to content:// URLs in addition to
the same scheme cases on content:// and file:// URLs.
This patch adjusts CORS and tainting related behaviors for such
special schemes to be compatible with Blink CORS.
TEST=./out/a/bin/run_webview_instrumentation_test_apk -A Feature=CORS
TBR: [email protected], [email protected], [email protected], [email protected], [email protected]
(cherry picked from commit 4c509b812ed32980debbc54195ad5bb07f9ff670)
Bug: 1096677
Change-Id: Ie71bbd3d205deb736dceecef087ac442ef529b2b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2239605
Reviewed-by: Yutaka Hirano <[email protected]>
Reviewed-by: Richard Coles <[email protected]>
Reviewed-by: Nate Fischer <[email protected]>
Commit-Queue: Takashi Toyoshima <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#781001}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2310231
Reviewed-by: Takashi Toyoshima <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#921}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
[webui][ntp] Ensure MV titles of 3P themes are dark
Previously, the titles honored the theme setting. However, the title is
shown in a white pill and, therefore, was invisible if the theme set a
light color. Thus, this CL always sets the title color to dark. This is
also what the local NTP does.
Before: https://screenshot.googleplex.com/3W85KAw7sbv
After: https://screenshot.googleplex.com/d2pAxBWjRx9
(cherry picked from commit 26aef83547c48a4ceaa8cb6da3690d2e943e20ba)
Bug: 1105941
Change-Id: I4ca38bd3e70cf0e669ea2f5d23f6821ef822bf43
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300662
Commit-Queue: Tibor Goldschwendt <[email protected]>
Commit-Queue: Moe Ahmadi <[email protected]>
Auto-Submit: Tibor Goldschwendt <[email protected]>
Reviewed-by: Moe Ahmadi <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#788827}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2304661
Reviewed-by: Tibor Goldschwendt <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#920}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Incrementing VERSION to 84.0.4147.101
[email protected]
Change-Id: Ia893ba4494c6bd2746ea49439887040e8f271933
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2311126
Reviewed-by: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/4147@{#919}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Cap tabstrip minimum width.
(cherry picked from commit 832be12cecce20165e0a250919c6cb1a0fd36b7f)
Bug: 1087512, 1106302
Change-Id: I41e47646752e4ab74197d2cc657bf96a3a6e1af5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225593
Commit-Queue: Taylor Bergquist <[email protected]>
Reviewed-by: Connie Wan <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#778462}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2310901
Commit-Queue: Connie Wan <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#918}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
[iOS] Ignore invalid frameIds
Additionally, update tests to use correctly formatted frame ids.
(cherry picked from commit 37bccc228e1089bb07e37c9137bd03437b7c4de7)
Fixed: 1098606
Change-Id: I0d0b9cfa473d20433c228863af3a434ffd50b5f1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264468
Commit-Queue: Mike Dougherty <[email protected]>
Auto-Submit: Mike Dougherty <[email protected]>
Reviewed-by: Eugene But <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#782598}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2309555
Reviewed-by: Mike Dougherty <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#917}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Broadwell AFDO profile from 84-4147.83-1595241257-benchmark-84.0.4147.99-r1 to 84-4147.83-1595241257-benchmark-84.0.4147.100-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-broadwell-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: I1d2c1b31b64899d7b91a2a488a91768fdd909f26
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2310954
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#916}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Silvermont AFDO profile from 84-4147.94-1595243074-benchmark-84.0.4147.99-r1 to 84-4147.94-1595243074-benchmark-84.0.4147.100-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-silvermont-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: I7502895f3ca91da1dc598371de8735603720eaf5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2310953
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#915}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Airmont AFDO profile from 84-4147.83-1595239607-benchmark-84.0.4147.99-r1 to 84-4147.83-1595239607-benchmark-84.0.4147.100-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-airmont-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: Ic7d93ca7450616ed82c98e0ac6898b5a0cf9d98b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2311137
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#914}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Orderfiles from 84-4147.83-1594637599-benchmark-84.0.4147.98-r1 to 84-4147.94-1595243074-benchmark-84.0.4147.99-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-orderfile-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: I48d761d7b53a6f383cde5342e2db02f8a9dd578a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2310803
Reviewed-by: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#913}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Query Tiles : Added a flag to run country based finch experiment
This CL adds an additional flag that will act as a gateway for query
tiles feature. Any current usage of query tiles will check for this
feature as well. This is required for running country based experiments
while not introducing crosstalk with other omnibox experiments.
Finch CL : https://critique-ng.corp.google.com/cl/321059391/
Bug: 1105246
Change-Id: Ic89ed0c0be462709fe99b58b680bcbc15b5fe087
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2296287
Commit-Queue: Shakti Sahu <[email protected]>
Reviewed-by: Justin Donnelly <[email protected]>
Reviewed-by: Ender <[email protected]>
Reviewed-by: Min Qin <[email protected]>
Cr-Commit-Position: refs/heads/master@{#788427}
(cherry picked from commit e259078d1c5281c630361ce8a22fabb9f76df31d)
[email protected]
Change-Id: I150973617a0ccdf9e7567b7cd378a8295a5da3f9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2309032
Reviewed-by: Shakti Sahu <[email protected]>
Commit-Queue: Shakti Sahu <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#912}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Reland "blink: Disable WebP YUV image decoding by default."
This is a reland of 9746a4cde14a8abf4711801c8bcd3172ce5a5761
The CL got reverted due to failures in two Windows 10 bots, but it
doesn't look like those failures were caused by this CL:
- For https://ci.chromium.org/p/chromium/builders/ci-m84/Dawn%20Win10%20x64%20DEPS%20Release%20%28Intel%20HD%20630%29/537:
The failing tests (dawn_end2end_validation_layers_tests) seem to be
flaky. My CL was picked up on build #536 and those tests also failed on
build #500 (and I didn't find evidence that they started passing again
due to a revert). Also, the revert of my CL wasn't picked up until build
#539, but the tests were already passing at build #538. It looks like my
CL just got unlucky to be the only one in build #536 and the tests just
happened to fail for an unrelated reason.
- For https://ci.chromium.org/p/chromium/builders/ci-m84/Dawn%20Win10%20x86%20DEPS%20Release%20%28Intel%20HD%20630%29/523:
The situation is less clear. My CL was picked up in build #522. The same
tests failed at build #486 (and I didn't find evidence that they started
passing again due to a revert). Also, there were some similar failing
tests (but not the same) at build #521. The revert of my CL was picked
up in build #526 where tests started passing again, so that's
suspicious. However, I'm including dawn-try-win10-x86-rel in the dry run
since that includes the test in question (dawn_end2end_no_spvc_tests).
So, that should increase confidence.
Original change's description:
> blink: Disable WebP YUV image decoding by default.
>
> JPEG YUV image decoding is already disabled by default.
>
> Bug: 1102054,1091347
> Test: WebP images in bug 1091347 don't have artifacts on Linux
> Change-Id: Icf7f9ef46da97ba80d4e3b4aac4196f789bdf6d5
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2283409
> Reviewed-by: Andres Calderon Jaramillo <[email protected]>
> Commit-Queue: Andres Calderon Jaramillo <[email protected]>
> Cr-Commit-Position: refs/branch-heads/4147@{#901}
> Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Bug: 1102054
Bug: 1091347
Change-Id: I7441ba47a4285f745f628153801a9f7d16df985d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2309570
Reviewed-by: Andres Calderon Jaramillo <[email protected]>
Commit-Queue: Andres Calderon Jaramillo <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#911}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Incrementing VERSION to 84.0.4147.100
[email protected]
Change-Id: I0f4b2c2afa5dd256e4e73e51e01c1147c893a2e3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308921
Reviewed-by: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/4147@{#910}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Revert "blink: Disable WebP YUV image decoding by default."
This reverts commit 9746a4cde14a8abf4711801c8bcd3172ce5a5761.
Reason for revert: two windows 10 bots started to fail dawn_end2end_no_spvc_tests:
https://ci.chromium.org/p/chromium/builders/ci-m84/Dawn%20Win10%20x86%20DEPS%20Release%20%28Intel%20HD%20630%29/523
https://ci.chromium.org/p/chromium/builders/ci-m84/Dawn%20Win10%20x64%20DEPS%20Release%20%28Intel%20HD%20630%29/537
Original change's description:
> blink: Disable WebP YUV image decoding by default.
>
> JPEG YUV image decoding is already disabled by default.
>
> Bug: 1102054,1091347
> Test: WebP images in bug 1091347 don't have artifacts on Linux
> Change-Id: Icf7f9ef46da97ba80d4e3b4aac4196f789bdf6d5
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2283409
> Reviewed-by: Andres Calderon Jaramillo <[email protected]>
> Commit-Queue: Andres Calderon Jaramillo <[email protected]>
> Cr-Commit-Position: refs/branch-heads/4147@{#901}
> Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
[email protected]
Change-Id: I773ec87cefc860a06559ae896539be58b0db2f4e
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 1102054
Bug: 1091347
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308862
Reviewed-by: Mounir Lamouri <[email protected]>
Commit-Queue: Mounir Lamouri <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#909}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Don't crash when using 'revert' in var() fallback
CSS-wide keywords should not be allowed here in general, but they
currently are by Chrome and FF. (And WPT requires this behavior).
It would be easy to make revert-in-fallback actually behave as
'revert', but I don't want to ship this behavior since the spec doesn't
currently define how to handle this. So for now I'm just adding a unit
test that verifies that we don't crash.
(cherry picked from commit 88b1d19329dff67302e2c84008d9a7aaad758a00)
Bug: 1105635, 1105782
Change-Id: Ia8c9100484c3c351f67aada850211a0ff6d2367f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300079
Commit-Queue: Anders Hartvoll Ruud <[email protected]>
Reviewed-by: Oriol Brufau <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#788624}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308709
Reviewed-by: Anders Hartvoll Ruud <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#908}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Silvermont AFDO profile from 84-4147.83-1594637599-benchmark-84.0.4147.98-r1 to 84-4147.94-1595243074-benchmark-84.0.4147.99-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-silvermont-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: I0f9204ddfa2f7f25ea3075d7ed262941ab2e0ce8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308810
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#907}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Broadwell AFDO profile from 84-4147.64-1594637184-benchmark-84.0.4147.98-r1 to 84-4147.83-1595241257-benchmark-84.0.4147.99-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-broadwell-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: I188eaf70e06b7e9a2c41930f3764fe7f145c635b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308969
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#906}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Airmont AFDO profile from 84-4147.83-1594635057-benchmark-84.0.4147.98-r1 to 84-4147.83-1595239607-benchmark-84.0.4147.99-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-airmont-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: I3e83cdba84634a4f3b9772e92cc324492031adbe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308368
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#905}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Initialize ChromeActivitySessionTracker earlier in ChromeActivity.
This makes it so the the VariationsSession is created as early as
possible, allowing code in the internal version of that class to
start a background task earlier.
(cherry picked from commit 5becb438c5ace213b003b3fdef948f0349fb7a64)
Bug: 1101384
Change-Id: Ic9b92449c72445f4c99259635fe06386917825a8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2283486
Reviewed-by: Andrew Grieve <[email protected]>
Commit-Queue: Alexei Svitkine <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#785547}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308310
Reviewed-by: Alexei Svitkine <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#904}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Add initializeWithNative() to VariationsSession.
This will be overridden in the internal subclass to
support extra functionality.
(cherry picked from commit cac936989d22f1b745f941637ab02914f71a04ac)
Bug: 1101384
Change-Id: I505653d0ee3166bd9d884ca211b17263863f2060
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2281024
Reviewed-by: Andrew Grieve <[email protected]>
Commit-Queue: Alexei Svitkine <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#785112}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308136
Reviewed-by: Alexei Svitkine <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#903}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Reland "Fix UAF in SelectType"
This is a reland of 72158deaf3751325f1983c87829f65441ee32de3
The only change made here is to add the new test to LeakExpectations,
pointing to crbug.com/1103082. Local testing shows that this leak
is triggered by the new test, both before and after this patch. And
since the patch fixes a UAF security bug, I'd like to land it with the
test, and then work on the leak.
Fixed: 1102408
Bug: 1103082
[email protected]
Original change's description:
> Fix UAF in SelectType
>
> This fixes the UAF detected by ClusterFuzz in [1], caused by [2].
> The test case added here is a minimized version of the clusterfuzz
> case, and I verified that it crashes (ASAN UAF) before this patch
> and no longer crashes after.
>
> [1] https://clusterfuzz.com/testcase-detail/6224868955193344
> [2] https://chromium-review.googlesource.com/c/chromium/src/+/1912682
>
> Fixed: 1102408
> Change-Id: Ieb6a9582ff5b9676596048920bbcff881fdc2eb2
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2283901
> Commit-Queue: Mason Freed <[email protected]>
> Auto-Submit: Mason Freed <[email protected]>
> Reviewed-by: Kent Tamura <[email protected]>
> Cr-Commit-Position: refs/heads/master@{#785970}
(cherry picked from commit e1c45006a8e5a97778eeed0010a7f57d86e70ca4)
Change-Id: I471cb4abc98a7627803de4e434e0453cb729c15f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2288372
Auto-Submit: Mason Freed <[email protected]>
Reviewed-by: Kent Tamura <[email protected]>
Commit-Queue: Mason Freed <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#786562}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2307621
Reviewed-by: Mason Freed <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#902}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
blink: Disable WebP YUV image decoding by default.
JPEG YUV image decoding is already disabled by default.
Bug: 1102054,1091347
Test: WebP images in bug 1091347 don't have artifacts on Linux
Change-Id: Icf7f9ef46da97ba80d4e3b4aac4196f789bdf6d5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2283409
Reviewed-by: Andres Calderon Jaramillo <[email protected]>
Commit-Queue: Andres Calderon Jaramillo <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#901}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Orderfiles from 84-4147.83-1594637599-benchmark-84.0.4147.97-r1 to 84-4147.83-1594637599-benchmark-84.0.4147.98-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-orderfile-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: Icdfe5acab3b0646f9f1815a0cb3aaed7aa4b5cf0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2307643
Reviewed-by: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#900}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Incrementing VERSION to 84.0.4147.99
[email protected]
Change-Id: Ieb00fddf9a365a746a52f3f6b113dbbe5ccc6870
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2306376
Reviewed-by: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/4147@{#899}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Broadwell AFDO profile from 84-4147.64-1594637184-benchmark-84.0.4147.97-r1 to 84-4147.64-1594637184-benchmark-84.0.4147.98-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-broadwell-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: I401cd768ae74d010a5c302e3343043e2b08c07ed
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2306816
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#898}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Airmont AFDO profile from 84-4147.83-1594635057-benchmark-84.0.4147.97-r1 to 84-4147.83-1594635057-benchmark-84.0.4147.98-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-airmont-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: Ic4aacca9c7b0c746581e5e69fbf87b6ea49205da
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2306812
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#897}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Silvermont AFDO profile from 84-4147.83-1594637599-benchmark-84.0.4147.97-r1 to 84-4147.83-1594637599-benchmark-84.0.4147.98-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-silvermont-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: If9d256fdbb8b58b1e221412299b3d99fa3563664
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2306728
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#896}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Orderfiles from 84-4147.83-1594637599-benchmark-84.0.4147.96-r1 to 84-4147.83-1594637599-benchmark-84.0.4147.97-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-orderfile-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: I34c8f012247821071acb7b12328419452c9f65b5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2306718
Reviewed-by: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#895}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Incrementing VERSION to 84.0.4147.98
[email protected]
Change-Id: I4017dfbd3a2df10480ae136876a33c08f0bc2ee2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2306369
Reviewed-by: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/4147@{#894}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Airmont AFDO profile from 84-4147.83-1594635057-benchmark-84.0.4147.96-r1 to 84-4147.83-1594635057-benchmark-84.0.4147.97-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-airmont-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: I463aa06cc938c7bcfc06fe14e1784970b65c3040
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2306246
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#893}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Broadwell AFDO profile from 84-4147.64-1594637184-benchmark-84.0.4147.96-r1 to 84-4147.64-1594637184-benchmark-84.0.4147.97-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-broadwell-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: I83dd77b89c0d8082285dd1136829072d93b16d3f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2306245
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#892}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Silvermont AFDO profile from 84-4147.83-1594637599-benchmark-84.0.4147.96-r1 to 84-4147.83-1594637599-benchmark-84.0.4147.97-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-silvermont-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: I25df3635f89cb9d1ba582dace528c3ede18d062a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2306240
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#891}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Orderfiles from 84-4147.83-1594637599-benchmark-84.0.4147.95-r1 to 84-4147.83-1594637599-benchmark-84.0.4147.96-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-orderfile-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: Ib740e7e76ec6db42e6ffc7d9e3c03015b717ab55
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2306232
Reviewed-by: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#890}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Orderfiles from 84-4147.83-1594637599-benchmark-84.0.4147.94-r1 to 84-4147.83-1594637599-benchmark-84.0.4147.95-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-orderfile-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: Ifb01fe989d6b46e5501ac9129100a9b2feeaf4b9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2305796
Reviewed-by: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#889}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Incrementing VERSION to 84.0.4147.97
[email protected]
Change-Id: Ide2c104c94c18b189be00678c1c25f6f7e82d702
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2305023
Reviewed-by: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/4147@{#888}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Airmont AFDO profile from 84-4147.83-1594635057-benchmark-84.0.4147.95-r1 to 84-4147.83-1594635057-benchmark-84.0.4147.96-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-airmont-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: Ida901b3aa732d4b69a2def1bec4f3ec8c5ac70b5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2305098
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#887}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Broadwell AFDO profile from 84-4147.64-1594637184-benchmark-84.0.4147.95-r1 to 84-4147.64-1594637184-benchmark-84.0.4147.96-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-broadwell-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: Ic3788127fa9d7605029a5989e1cb884a4d698d6c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2305063
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#886}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Silvermont AFDO profile from 84-4147.83-1594637599-benchmark-84.0.4147.95-r1 to 84-4147.83-1594637599-benchmark-84.0.4147.96-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-silvermont-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: I212966c288b7bcff88bd0e29acf7ac969e8c6fda
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2305062
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#885}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Delay expiration of force-color-profile to M89
TBR=mcasas
(cherry picked from commit d0a33f75ff3188b9cd06f2e7702cad721f0e3722)
Bug: 1105566
Change-Id: Ie07c3f3c2197faf77aefa5fd35090020fda204fa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300085
Reviewed-by: ccameron <[email protected]>
Commit-Queue: ccameron <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#788740}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303984
Reviewed-by: Ben Mason <[email protected]>
Commit-Queue: Ben Mason <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#884}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Incrementing VERSION to 84.0.4147.96
[email protected]
Change-Id: I6126f2c09f308b6709e63d0542f86288e63ad958
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303603
Reviewed-by: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/4147@{#883}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Silvermont AFDO profile from 84-4147.83-1594637599-benchmark-84.0.4147.94-r1 to 84-4147.83-1594637599-benchmark-84.0.4147.95-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-silvermont-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: I5efd75658132f221868185fd72283c70602c4c81
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303047
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#882}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Broadwell AFDO profile from 84-4147.64-1594637184-benchmark-84.0.4147.94-r1 to 84-4147.64-1594637184-benchmark-84.0.4147.95-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-broadwell-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: Ia79eaad34d24703ed78f5b334e2dee096c62d3f3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303108
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#881}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Airmont AFDO profile from 84-4147.83-1594635057-benchmark-84.0.4147.94-r1 to 84-4147.83-1594635057-benchmark-84.0.4147.95-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-airmont-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: I4ab500f2d6029027217da193f0ecf196cf1253e2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303107
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#880}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Orderfiles from 84-4147.83-1594637599-benchmark-84.0.4147.93-r1 to 84-4147.83-1594637599-benchmark-84.0.4147.94-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-orderfile-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: If6dd1414e0b751cebba20a974f716d27561d9496
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303102
Reviewed-by: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#879}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
[M84] Disable EnumerateDevicesHideDeviceIDs on ChromeOS
This is exposing an underlying bug that is causing issues in some
enterprise ChromeOS setups.
(cherry picked from commit 831735c3c9a5a1f833352e237ae873e79c7d0c23)
Bug: 1086756
Change-Id: I23dbae2e81cf58215dade0227584b206017bbcca
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2292472
Commit-Queue: Guido Urdaneta <[email protected]>
Reviewed-by: Avi Drissman <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#787282}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2301974
Reviewed-by: Guido Urdaneta <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#878}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Uprev rtanalytics-light/full to min_env_version 84.0
(cherry picked from commit 5a138a173915c12f9bf47bdfc69492772969dfed)
Bug: 1099420
Test: Not necessary.
Change-Id: I384df5ad2f2775484138fff11bc98b7a01b8bc27
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2268200
Reviewed-by: Joshua Pawlicki <[email protected]>
Commit-Queue: Luke Sorenson <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#786164}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2301181
Reviewed-by: Luke Sorenson <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#877}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Incrementing VERSION to 84.0.4147.95
[email protected]
Change-Id: I1b458ea8ba0aa5badddd56f3bef56ba7343558d7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2301042
Reviewed-by: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/4147@{#876}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Airmont AFDO profile from 84-4147.83-1594635057-benchmark-84.0.4147.93-r1 to 84-4147.83-1594635057-benchmark-84.0.4147.94-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-airmont-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: Id7d9505a7aae1595c7c10b712dcb8d14083d81ec
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300736
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#875}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Silvermont AFDO profile from 84-4147.83-1594637599-benchmark-84.0.4147.93-r1 to 84-4147.83-1594637599-benchmark-84.0.4147.94-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-silvermont-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: Ic3a914e6ba93df3c93bb1c09f09e8fbbf93a11cd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300735
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#874}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Broadwell AFDO profile from 84-4147.64-1594637184-benchmark-84.0.4147.93-r1 to 84-4147.64-1594637184-benchmark-84.0.4147.94-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-broadwell-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: Idbd64fe5cdf43fd387acb96a9e6f99a3727b7c61
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300734
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#873}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Orderfiles from 84-4147.64-1594029716-benchmark-84.0.4147.90-r1 to 84-4147.83-1594637599-benchmark-84.0.4147.93-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-orderfile-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: I319b4e57c6ecd52fd3ec0c196fb1d7744d9f39df
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300292
Reviewed-by: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#872}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Incrementing VERSION to 84.0.4147.94
[email protected]
Change-Id: Ia0f75474a1a5ee0114ea02efab3005b879f1d2e7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2297812
Reviewed-by: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/4147@{#871}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Broadwell AFDO profile from 84-4147.64-1594637184-benchmark-84.0.4147.92-r1 to 84-4147.64-1594637184-benchmark-84.0.4147.93-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-broadwell-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: Ib8e48bc145fd0e4a46f5b6567a92d9ec276a7d4f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2298251
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#870}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Airmont AFDO profile from 84-4147.83-1594635057-benchmark-84.0.4147.92-r1 to 84-4147.83-1594635057-benchmark-84.0.4147.93-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-airmont-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: Idbd3429f961ae63149ff98b730b1f0d0acbeee39
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2298250
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#869}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Silvermont AFDO profile from 84-4147.83-1594637599-benchmark-84.0.4147.92-r1 to 84-4147.83-1594637599-benchmark-84.0.4147.93-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-silvermont-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: I4d5cb92110b7319c0eb2a90f23ffc19418845bcd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2298194
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#868}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Updating the brand code map with a few more new brandcodes for M84+.
R=[email protected]
(cherry picked from commit 74349f9a4b27494399e9d72aca157f4a7826dc12)
Bug: 1097552
Change-Id: Iade43fb028ae09ea1471bb24cd8a51e62d070bc4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2293263
Auto-Submit: Stephen Lin <[email protected]>
Commit-Queue: Peter Kasting <[email protected]>
Reviewed-by: Peter Kasting <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#787486}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2296881
Cr-Commit-Position: refs/branch-heads/4147@{#867}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Broadwell AFDO profile from 84-4147.64-1594032001-benchmark-84.0.4147.90-r1 to 84-4147.64-1594637184-benchmark-84.0.4147.92-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-broadwell-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: I626cc616eb060b32407d165efbe437c79652365e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2297322
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#866}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Airmont AFDO profile from 84-4147.64-1594033476-benchmark-84.0.4147.90-r1 to 84-4147.83-1594635057-benchmark-84.0.4147.92-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-airmont-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: Ie3b533c255f50f7e6a29a3095508711e200aec60
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2297320
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#865}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Silvermont AFDO profile from 84-4147.64-1594029716-benchmark-84.0.4147.90-r1 to 84-4147.83-1594637599-benchmark-84.0.4147.92-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-silvermont-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: Icd8bd1b348fdbba653165a745b6d0bc5ee9eba44
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2296975
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#864}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Updating the brand code map with new brandcodes for M84+.
R=[email protected]
(cherry picked from commit d5f4d143d249c9aaa5888ebd3b01defead414eeb)
Bug: 1097552
Change-Id: I60641142a6c05f3132b037810c7aecd533d779a0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2293456
Auto-Submit: Stephen Lin <[email protected]>
Commit-Queue: Peter Kasting <[email protected]>
Reviewed-by: Peter Kasting <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#787438}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2296492
Cr-Commit-Position: refs/branch-heads/4147@{#863}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Incrementing VERSION to 84.0.4147.93
[email protected]
Change-Id: I1a509b94bf9f222ed9d5536d69f15729a78646a5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2296267
Reviewed-by: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/4147@{#862}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Use document.getElementById instead of $ in keyboard_utils.
$ can be defined differently depending on this file's
execution and cannot guarantee consistency.
(cherry picked from commit 87e9a36e2c42aea6920cecb4c6527a538d741c84)
Bug: 1083145, b:157634877
Change-Id: I3b5d0577f7abaf6f58a3c6715e93537456ec8414
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2235932
Commit-Queue: Juan Pablo De Lima <[email protected]>
Reviewed-by: Xiyuan Xia <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#776108}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2296003
Cr-Commit-Position: refs/branch-heads/4147@{#861}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Add special handling for Chrome OOBE in keyboard_utils.
(cherry picked from commit 961a91f97f7bd95e4beaa30685268b3b8134cade)
Bug: 1083145
Change-Id: I8beaeeb8a0b57a11d684ee7d074a8a3207a6d036
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2203293
Reviewed-by: Xiyuan Xia <[email protected]>
Commit-Queue: Juan Pablo De Lima <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#769815}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2283285
Cr-Commit-Position: refs/branch-heads/4147@{#860}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Orderfiles from 84-4147.64-1594029716-benchmark-84.0.4147.86-r1 to 84-4147.64-1594029716-benchmark-84.0.4147.90-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-orderfile-chromium-beta
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: Ic56aefbc62365a5bf59bc2e83a4218237fbb91ad
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295880
Reviewed-by: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#859}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Incrementing VERSION to 84.0.4147.92
[email protected]
Change-Id: I8262fb67c849727106301e7672ddbc53bab61569
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2294393
Reviewed-by: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/4147@{#858}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Broadwell AFDO profile from 84-4147.64-1594032001-benchmark-84.0.4147.86-r1 to 84-4147.64-1594032001-benchmark-84.0.4147.90-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-broadwell-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: I2d56e6fcf4f3ba9751b5e239ac71b792410aef21
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2294253
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#857}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Silvermont AFDO profile from 84-4147.64-1594029716-benchmark-84.0.4147.86-r1 to 84-4147.64-1594029716-benchmark-84.0.4147.90-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-silvermont-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: Ic27969ef884566c9f9bba9959f908a583ddbe495
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2294187
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#856}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Roll ChromeOS Airmont AFDO profile from 84-4147.64-1594033476-benchmark-84.0.4147.86-r1 to 84-4147.64-1594033476-benchmark-84.0.4147.90-r1
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/cros-afdo-airmont-chromium-stable
Please CC [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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
Tbr: [email protected]
Change-Id: I1d03addaf9637ce3b1e709e9cc515fce184d4a2b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2294185
Reviewed-by: Chrome Release Autoroll <[email protected]>
Commit-Queue: Chrome Release Autoroll <[email protected]>
Cr-Commit-Position: refs/branch-heads/4147@{#855}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Incrementing VERSION to 84.0.4147.91
[email protected]
Change-Id: Ic50a346f0a6d0e5a575bd330cc17af92191bb779
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2292923
Reviewed-by: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/4147@{#854}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}
Incrementing VERSION to 84.0.4147.90
[email protected]
Change-Id: I319e5a1563d0a0afad648fa4e1ce6fb43f5c396e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2292969
Reviewed-by: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/4147@{#853}
Cr-Branched-From: 16307825352720ae04d898f37efa5449ad68b606-refs/heads/master@{#768962}