1. Publish DEPS for 80.0.3987.116
    
  2. Incrementing VERSION to 80.0.3987.116
    
    [email protected]
    
    Change-Id: Id8dff3e104e47df2f361f83a3e13747a330819d6
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059174
    Reviewed-by: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/3987@{#917}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}
    
  3. Incrementing VERSION to 80.0.3987.115
    
    [email protected]
    
    Change-Id: Id18d921abfad07da6ec55426b26c3671b350cea4
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060708
    Reviewed-by: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/3987@{#916}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}
    
  4. [M80] Fix hosted app effective URL resolution for some edge cases with paths.
    
    Currently, URLs that are covered by a hosted app's web extent get a
    SiteInstance with a special "effective" site URL, formed by
    translating the regular URL into a chrome-extension:// URL.  The
    translation is done via Extension::GetResourceURL() against the target
    URL's path.
    
    This is problematic because GetResourceURL() internally uses
    GURL::Resolve(), which may fail for certain paths (such as a double
    slash, as in "http://docs.google.com//") and return an empty GURL, as
    described in issue 1034197.  This in turn means that the effective URL
    used for some navigations may end up *empty*, which is incorrect, as
    the resulting navigation won't end up in a hosted app process. It is
    also dangerous: cross-site navigations with such paths could try to
    share the same SiteInstance since the destination site URL is the same
    (i.e., empty), which is a potential site isolation bypass.
    Fortunately, we have logic that catches this, but this results in a
    browser crash.  See analysis in https://crbug.com/1016954.
    
    This CL fixes this by ensuring that effective URLs returned for hosted
    apps are never empty.  The process model never uses an effective URL's
    path, just the origin, so there's no reason to keep the path around,
    and this CL simply changes the effective URL of a hosted app to be of
    form chrome-extension://hosted_app_id/, with no path.
    
    We should additionally ensure that when we set a site URL on a
    SiteInstance, the site URL is never actually empty.  Unfortunately,
    this currently results in several test failures (see PS1) and thus
    will be attempted in a separate CL.
    
    TBR: [email protected]
    TBR: [email protected]
    
    (cherry picked from commit 582b2e92e4a5094b692c621689cdbce877f2bad5)
    
    Bug: 1016954
    Change-Id: Id4c71a4993de76f5cf8b56bbc333da5e08237c14
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1952033
    Reviewed-by: Devlin <[email protected]>
    Commit-Queue: Alex Moshchuk <[email protected]>
    Cr-Original-Commit-Position: refs/heads/master@{#728610}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059769
    Reviewed-by: Charlie Reis <[email protected]>
    Reviewed-by: Krishna Govind <[email protected]>
    Commit-Queue: Krishna Govind <[email protected]>
    Cr-Commit-Position: refs/branch-heads/3987@{#915}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}
    
  5. Incrementing VERSION to 80.0.3987.114
    
    [email protected]
    
    Change-Id: Id69f68317ad0a4f8ddbe01cffcaa34c62f47e07e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060408
    Reviewed-by: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/3987@{#914}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}
    
  6. [crashpad] Use MATCH_UNINSTALLED_PACKAGES for crashpad Java trampoline
    
    If chrome is disabled for a secondary user on N-P, then the package from
    which we loaded webview will still have a BuildInfo that reflects the
    fact that chrome is the provider, but crashpad isn't able to load the
    PackageInfo for it, unless it passes MATCH_UNINSTALLED_PACKAGES, since
    the package appears to be uninstalled for the secondary user.
    
    (cherry picked from commit 4506afb467eb771b8e9aa6b6a783aa9ea770838b)
    
    Bug: 1052371
    TBR: [email protected]
    Test: manual test following steps in bug
    Change-Id: I49364bf3f3addb482492a9a2d1c6cdae6b360ba7
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057305
    Commit-Queue: Tobias Sargeant <[email protected]>
    Reviewed-by: Richard Coles <[email protected]>
    Cr-Original-Commit-Position: refs/heads/master@{#741503}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060003
    Reviewed-by: Tobias Sargeant <[email protected]>
    Cr-Commit-Position: refs/branch-heads/3987@{#913}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}
    
  7. Incrementing VERSION to 80.0.3987.113
    
    [email protected]
    
    Change-Id: I31dfb5390954a0cb8f3421bb2873069d76fc246f
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058831
    Reviewed-by: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/3987@{#912}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}
    
  8. Roll airmont AFDO profile from 80-3987.76-1581334369-benchmark-80.0.3987.108-r1 to 80-3987.76-1581334369-benchmark-80.0.3987.111-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/+/master/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I69feefea0e2f591a9ec885a49aeb038d7775524a
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059530
    Reviewed-by: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/3987@{#911}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}
    
  9. Roll broadwell AFDO profile from 80-3987.76-1581332381-benchmark-80.0.3987.108-r1 to 80-3987.76-1581332381-benchmark-80.0.3987.111-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/+/master/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ieb8e5342f45698832fe41a343689c31f3f61111d
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059529
    Reviewed-by: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/3987@{#910}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}
    
  10. Roll silvermont AFDO profile from 80-3987.76-1581334760-benchmark-80.0.3987.108-r1 to 80-3987.76-1581334760-benchmark-80.0.3987.111-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/+/master/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I17f548d42e57592c60957b49b6efd4bb2ff96e9e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059528
    Reviewed-by: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/3987@{#909}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}
    
  11. Roll ChromeOS orderfile from 80-3987.76-1581334760-benchmark-80.0.3987.106-r1 to 80-3987.76-1581334760-benchmark-80.0.3987.108-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/+/master/autoroll/README.md
    
    CQ_EXTRA_TRYBOTS=
    [email protected]
    
    Change-Id: I296a430c9f1701556e31375f95fe5bf24fa3f87b
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058994
    Reviewed-by: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/3987@{#908}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}
    
  12. Incrementing VERSION to 80.0.3987.112
    
    [email protected]
    
    Change-Id: I2d8a8702a8d3e28f03e8a8a1b96dc501ea275d3e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059051
    Reviewed-by: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/3987@{#907}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}
    
  13. Android: Add cmdline-tools package to android_sdk. Use it in SuperSize
    
    The version of apkanalyzer within android_sdk/tools/bin does not work
    with JDK11. This alpha package of cmdline-tools has a version that does.
    
    (cherry picked from commit 13128c9aa452293f9a4d34dbfc053632484e12cb)
    
    Bug: 1036426
    Change-Id: I7a85300d243fc8ac2d2e79a9c5bd0b00c0956102
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1984667
    Reviewed-by: Peter Wen <[email protected]>
    Reviewed-by: John Budorick <[email protected]>
    Commit-Queue: Andrew Grieve <[email protected]>
    Cr-Original-Commit-Position: refs/heads/master@{#728649}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058911
    Reviewed-by: Andrew Grieve <[email protected]>
    Cr-Commit-Position: refs/branch-heads/3987@{#906}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}
    
  14. Incrementing VERSION to 80.0.3987.111
    
    [email protected]
    
    Change-Id: Ia3e9370e2f3a808a25777dc3f94a1a708c46a22f
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059088
    Reviewed-by: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/3987@{#905}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}
    
  15. Revert "[css-grid] Accommodate spanning items crossing flexible tracks"
    
    This reverts commit 7b72bfb4e734e6216bb76f93230e341f057c8fa1.
    
    Reason for revert: not web compatible, too much breakage
    
    Original change's description:
    > [css-grid] Accommodate spanning items crossing flexible tracks
    > 
    > The specification added a step to increase sizes to accommodate spanning
    > items crossing flexible tracks instead of ignoring their contents
    > completely. This is done after handling all grid items that don't cross
    > such tracks, and this time items are considered together, not grouped by
    > their span size.
    > 
    > This is a reland of r705228, which was reverted due to a performance
    > regression. The main problem was that non-spanning items in flex tracks
    > have to be handled with a variant of the algorithm for arbitrary spans,
    > which was much slower. But now that has been greatly improved by
    > r714511 and r715665. I have also refactored the patch to avoid worsening
    > the performance of spanning items that don't cross flex tracks.
    > 
    > However, the algorithm for arbitrary spans is still a bit slower than
    > the one for span of 1. Therefore the nested-grid perf test will decrease
    > by ~5%. This is expected since it has lots of non-spanning items in
    > flexible tracks, that will now be handled with the arbitrary span algo.
    > 
    > Spec: https://drafts.csswg.org/css-grid/#algo-spanning-flex-items
    > 
    > BUG=935102
    > 
    > TEST=third_party/blink/web_tests/external/wpt/css/css-grid/layout-algorithm/grid-flex-track-intrinsic-sizes-001.html
    > TEST=third_party/blink/web_tests/external/wpt/css/css-grid/layout-algorithm/grid-flex-track-intrinsic-sizes-002.html
    > TEST=third_party/blink/web_tests/fast/css-grid-layout/flex-and-content-sized-resolution-columns.html
    > TEST=third_party/blink/web_tests/fast/css-grid-layout/grid-gutters-and-flex-content.html
    > 
    > Change-Id: I4dfae4a0293aea611b04b59738cfced5e4fe8d44
    > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913406
    > Commit-Queue: Oriol Brufau <[email protected]>
    > Reviewed-by: Sergio Villar <[email protected]>
    > Reviewed-by: Javier Fernandez <[email protected]>
    > Reviewed-by: Manuel Rego <[email protected]>
    > Cr-Commit-Position: refs/heads/master@{#719104}
    
    [email protected],[email protected],[email protected],[email protected]
    
    (cherry picked from commit 54a70f604d356d735b592d54a091411a499fb9f9)
    
    Bug: 1051039, 935102
    Change-Id: I6f1fd18fd8f0f1e43acbac9bb47a6d2925b7c2ba
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2055623
    Reviewed-by: Oriol Brufau <[email protected]>
    Reviewed-by: Manuel Rego <[email protected]>
    Commit-Queue: Oriol Brufau <[email protected]>
    Cr-Original-Commit-Position: refs/heads/master@{#741241}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2056949
    Reviewed-by: Ian Kilpatrick <[email protected]>
    Cr-Commit-Position: refs/branch-heads/3987@{#904}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}
    
  16. Roll airmont AFDO profile from 80-3987.76-1581334369-benchmark-80.0.3987.107-r1 to 80-3987.76-1581334369-benchmark-80.0.3987.108-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/+/master/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ic0665feb79bbc1adf068e4faf87ad0db010115f5
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058360
    Reviewed-by: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/3987@{#903}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}
    
  17. Roll silvermont AFDO profile from 80-3987.76-1581334760-benchmark-80.0.3987.107-r1 to 80-3987.76-1581334760-benchmark-80.0.3987.108-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/+/master/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I1e33e0d2d9170ac6cc0abbe507c1eda14d05c2ce
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058358
    Reviewed-by: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/3987@{#902}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}
    
  18. Roll broadwell AFDO profile from 80-3987.76-1581332381-benchmark-80.0.3987.107-r1 to 80-3987.76-1581332381-benchmark-80.0.3987.108-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/+/master/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Ic563f678880757b7892713c21c1ebf49b120f29c
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058357
    Reviewed-by: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/3987@{#901}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}
    
  19. Incrementing VERSION to 80.0.3987.110
    
    [email protected]
    
    Change-Id: Ie15e487bb0b516435e1a821cca8bcd5b07319d62
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058014
    Reviewed-by: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/3987@{#900}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}
    
  20. Roll broadwell AFDO profile from 80-3987.76-1581332381-benchmark-80.0.3987.106-r1 to 80-3987.76-1581332381-benchmark-80.0.3987.107-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/+/master/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I267a71217e6f7935958dd9d84140c599fa6cc94f
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058349
    Reviewed-by: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/3987@{#899}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}
    
  21. Roll airmont AFDO profile from 80-3987.76-1581334369-benchmark-80.0.3987.106-r1 to 80-3987.76-1581334369-benchmark-80.0.3987.107-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/+/master/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: If0f402b9b832afd1e11f09922a1c50e81154ec83
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058345
    Reviewed-by: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/3987@{#898}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}
    
  22. Roll silvermont AFDO profile from 80-3987.76-1581334760-benchmark-80.0.3987.106-r1 to 80-3987.76-1581334760-benchmark-80.0.3987.107-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/+/master/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I437aed98eec1bc1bb2dd259f51cf4ef4cb476d5b
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058344
    Reviewed-by: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/3987@{#897}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}
    
  23. Incrementing VERSION to 80.0.3987.109
    
    [email protected]
    
    Change-Id: Idfe636191260c2c7c0e3974f2ae97962b61abff3
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057249
    Reviewed-by: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/3987@{#896}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}
    
  24. [M80] Skip GetOriginForURLLoaderFactory security check for about:blank
    
    Bug: 1026738
    Change-Id: I71d7657cfaea297e36255c0891a06e512e94d9ac
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057811
    Reviewed-by: Charlie Reis <[email protected]>
    Commit-Queue: Nasko Oskov <[email protected]>
    Cr-Commit-Position: refs/branch-heads/3987@{#895}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}
    
  25. Incrementing VERSION to 80.0.3987.108
    
    [email protected]
    
    Change-Id: I104ee8bbfb39fb85be5df44d644a4a6453c84e3c
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2056940
    Reviewed-by: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/3987@{#894}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}
    
  26. [StartSurface] Do not create feed surface when activity is finishing or destroyed
    
    The issue this CL solves should happen very rarely.
    
    Screenshot without feed in single pane:
    https://drive.google.com/a/google.com/file/d/10BPinS2HA0ciF6TbAJILNoYK9M-8WHAo/view?usp=sharing
    
    When there is no Tabs:
    https://drive.google.com/a/google.com/file/d/1r5_NJO-e1osd2bajyOM24B9ePR_QJI1F/view?usp=sharing
    
    (cherry picked from commit 3e53cb46f6b9ad399e782233147ad3b921e7e0ca)
    
    (cherry picked from commit 838567c660f26f2636d4061c28d4bdf50eea4bc5)
    
    TBR: [email protected]
    Bug: 1047488
    Change-Id: I3844a162e1e3e4206738bc8ca60cffbb01093489
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2031441
    Commit-Queue: Ganggui Tang <[email protected]>
    Reviewed-by: Wei-Yin Chen (陳威尹) <[email protected]>
    Cr-Original-Original-Commit-Position: refs/heads/master@{#737824}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036880
    Reviewed-by: Ganggui Tang <[email protected]>
    Cr-Original-Commit-Position: refs/branch-heads/4044@{#29}
    Cr-Original-Branched-From: a6d9daf149a473ceea37f629c41d4527bf2055bd-refs/heads/master@{#737173}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057535
    Cr-Commit-Position: refs/branch-heads/3987@{#893}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}
    
  27. Merge to M80: Add pre-finalizer to SpeechSynthesisUtterance.
    
    Avoids a UAF by disconnecting the mojo::Receiver from the pre-finalizer.
    
    (cherry picked from commit b739e83fb99ab2d00d5ed7d029d53d56d42a0fbb)
    
    Bug: 1043603
    Tbr: [email protected]
    Change-Id: I1592a517bf74dd4fcb8e947e1122442864e0dacc
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042276
    Reviewed-by: Darin Fisher <[email protected]>
    Commit-Queue: Dominic Mazzoni <[email protected]>
    Cr-Original-Commit-Position: refs/heads/master@{#739140}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057526
    Reviewed-by: Dominic Mazzoni <[email protected]>
    Cr-Commit-Position: refs/branch-heads/3987@{#892}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}
    
  28. [signin] Fix reconcilor loop
    
    This is a speculative fix.
    This is a revert of https://chromium-review.googlesource.com/c/chromium/src/+/1831863
    on Dice platforms.
    
    This won't fix the underlying bug in reconciliation, but should prevent the
    reconcilor from looping in this case.
    
    (cherry picked from commit 10c7348b1940b60a3a36c4ff056081a4867a487f)
    
    (cherry picked from commit c6a0085d83a557d7a2cc307f2c8ea30692686d63)
    
    Bug: 1051864
    Change-Id: Ica04d799cb5b159de99f06cab819bf53bef659b8
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2054205
    Reviewed-by: Monica Basta <[email protected]>
    Commit-Queue: David Roger <[email protected]>
    Cr-Original-Original-Commit-Position: refs/heads/master@{#741039}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2053301
    Reviewed-by: Srinivas Sista <[email protected]>
    Cr-Original-Commit-Position: refs/branch-heads/4057@{#7}
    Cr-Original-Branched-From: 272ec7d34b745e1f516312d07823f14ab3baed07-refs/heads/master@{#740899}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057128
    Reviewed-by: David Roger <[email protected]>
    Cr-Commit-Position: refs/branch-heads/3987@{#891}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}
    
  29. Roll ChromeOS orderfile from 80-3987.76-1581334760-benchmark-80.0.3987.104-r1 to 80-3987.76-1581334760-benchmark-80.0.3987.106-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/+/master/autoroll/README.md
    
    CQ_EXTRA_TRYBOTS=
    [email protected]
    
    Change-Id: Idda74c1681c90ca6b17bed61c93d7b672af09b1e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057363
    Reviewed-by: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/3987@{#890}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}
    
  30. Fixes issue with buzzing noise in combination with WebRTC
    
    Avoids usage of an invalid number of input channels (=0) on machines
    with a discrete multi channel input channel configuration. Without this
    change, the user can experience a loud (buzzing) distorted audio signal.
    
    (cherry picked from commit d454afdce23fdf2c1f24d68b509683f62348f439)
    
    Bug: 1051043, 1051900
    Change-Id: I8ebaee33959ae0da50bf93f0756810bc7f524349
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2054089
    Commit-Queue: Henrik Andreasson <[email protected]>
    Reviewed-by: Tommi <[email protected]>
    Reviewed-by: Olga Sharonova <[email protected]>
    Reviewed-by: Guido Urdaneta <[email protected]>
    Cr-Original-Commit-Position: refs/heads/master@{#741046}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2056723
    Reviewed-by: Henrik Andreasson <[email protected]>
    Cr-Commit-Position: refs/branch-heads/3987@{#889}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}
    
  31. Incrementing VERSION to 80.0.3987.107
    
    [email protected]
    
    Change-Id: I9bb394cd80d85acc8451535ba3ec8f50f4181f1e
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2056108
    Reviewed-by: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
    Cr-Commit-Position: refs/branch-heads/3987@{#888}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}
    
  32. Roll airmont AFDO profile from 80-3987.76-1581334369-benchmark-80.0.3987.104-r1 to 80-3987.76-1581334369-benchmark-80.0.3987.106-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/+/master/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: Id8c71e12de2ece77e6f29376f2ed24227c3937ed
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2055483
    Reviewed-by: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/3987@{#887}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}
    
  33. Roll broadwell AFDO profile from 80-3987.76-1581332381-benchmark-80.0.3987.104-r1 to 80-3987.76-1581332381-benchmark-80.0.3987.106-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/+/master/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I4a70113c7d1f19a64e30dbf09ea6ebfc7787cc14
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2055365
    Reviewed-by: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/3987@{#886}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}
    
  34. Do not resume OfflineAudioContext when it is cleared
    
    Previously OfflineAudioContext::resumeContext() method did not check
    if the context is cleared by ExecutionContext::ContextDestroyed().
    Such case is possible when the audio context is a part of a detached
    iframe.
    
    This CL changes the check so we can verify if the context's resources
    is still available. Otherwise, we can reject the resume promise
    resolver.
    
    (cherry picked from commit 5d595814f7262727112fc068ad6d4bc9ec319df4)
    
    Test: Locally confirmed ASAN does not crash with the repro case.
    Bug: 1048473
    Change-Id: I96a601dcf63963525d95cfc5089fd4a3b0176687
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042409
    Commit-Queue: Hongchan Choi <[email protected]>
    Commit-Queue: Kentaro Hara <[email protected]>
    Auto-Submit: Hongchan Choi <[email protected]>
    Reviewed-by: Kentaro Hara <[email protected]>
    Cr-Original-Commit-Position: refs/heads/master@{#739085}
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2055005
    Reviewed-by: Hongchan Choi <[email protected]>
    Cr-Commit-Position: refs/branch-heads/3987@{#885}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}
    
  35. Roll silvermont AFDO profile from 80-3987.76-1581334760-benchmark-80.0.3987.104-r1 to 80-3987.76-1581334760-benchmark-80.0.3987.106-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/+/master/autoroll/README.md
    
    Tbr: [email protected]
    Change-Id: I3727fd821c45d4f03b7e5f46cbb391ba91245dc6
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2055052
    Reviewed-by: Chrome Release Autoroll <[email protected]>
    Commit-Queue: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/3987@{#884}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}
    
  36. Roll ChromeOS orderfile from 80-3987.76-1581334760-benchmark-80.0.3987.100-r1 to 80-3987.76-1581334760-benchmark-80.0.3987.104-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/+/master/autoroll/README.md
    
    CQ_EXTRA_TRYBOTS=
    [email protected]
    
    Change-Id: I7790e260a626313bf33e93294753b7313d4324ef
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2053294
    Reviewed-by: Chrome Release Autoroll <[email protected]>
    Cr-Commit-Position: refs/branch-heads/3987@{#883}
    Cr-Branched-From: c4e8da9871cc266be74481e212f3a5252972509d-refs/heads/master@{#722274}