Граф коммитов

699372 Коммитов

Автор SHA1 Сообщение Дата
Nicolas Silva 4e7b069162 Bug 1626666 - Rework the ipc profile counters. r=Bert,gw
Before this patch:
 - Consume time merely is the time it takes to push something into a vector (always displays zero).
 - Total IPC time and the DisplayList IPC graph measure the time between api.set_display_list and the render backend picking the message up, plus the time it took to build the display list (but doesn't take into account the time it took for actual IPC in between).
 - Send time is only the time between api.set_display_list and the render backend picking the message up but doesn't take into account the time it took between the content thread sending the DL and the compositor thread forwarding it.

After this patch:
 - Content send time measures the time between the content thread sending the display list and the compositor forwarding it (actual IPC).
 - Api send time measures the time between the compostor thread forwarding the DL and the render backend picking it up.
 - Consume time is removed.
 - Total send time is the sum of content and api times.
 - Display list build times and display list IPC (total send time) are on separate graphs.

Depends on D69227

Differential Revision: https://phabricator.services.mozilla.com/D69228

--HG--
extra : moz-landing-system : lando
2020-04-02 02:51:12 +00:00
Nicolas Silva 28a2bbcd6d Bug 1626614 - Don't reset ipc profile counters every frame. r=Bert
Differential Revision: https://phabricator.services.mozilla.com/D69227

--HG--
extra : moz-landing-system : lando
2020-04-02 14:18:00 +00:00
Mike Conley 3a0834386a Bug 1625997 - Remove unnecessary unload event listener from AboutNewTabChildService. r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D68826

--HG--
extra : moz-landing-system : lando
2020-04-02 13:53:08 +00:00
ffxbld 11eaff63b3 No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D69379

--HG--
extra : moz-landing-system : lando
2020-04-02 14:01:33 +00:00
Tarek Ziadé 5c0481ca70 Bug 1623321 - Add perftest r=sparky,perftest-reviewers,marionette-reviewers,whimboo,ahal
mach perftest

Differential Revision: https://phabricator.services.mozilla.com/D67342

--HG--
extra : moz-landing-system : lando
2020-04-02 13:04:41 +00:00
Tarek Ziadé 59a04dec16 Bug 1626924 - fix the streamer for Python 3 r=ahal
Cleans up how we convert the EOL for all Python versions.

Differential Revision: https://phabricator.services.mozilla.com/D69361

--HG--
extra : moz-landing-system : lando
2020-04-02 13:12:42 +00:00
Jonathan Kew 128000c5eb Bug 1626844 - Prefer Helvetica over Menlo as fallback font for Georgian on macOS. r=lsalzman
Differential Revision: https://phabricator.services.mozilla.com/D69334

--HG--
extra : moz-landing-system : lando
2020-04-02 12:55:05 +00:00
Julian Descottes 7addf56289 Bug 1625906 - Remove backward compatibility message dedicated to debugger regression for Firefox 67 r=daisuke,fluent-reviewers
Depends on D69003

This backward compatibility message was only relevant for Firefox 67.
We can remove it.

Differential Revision: https://phabricator.services.mozilla.com/D69007

--HG--
extra : moz-landing-system : lando
2020-04-01 11:19:37 +00:00
Julian Descottes 4b80b1e82e Bug 1625906 - Add dedicated warning message for users trying to debug firefox for android 68 r=Harald,daisuke,fluent-reviewers,flod
Depends on D68987

Differential Revision: https://phabricator.services.mozilla.com/D69003

--HG--
extra : moz-landing-system : lando
2020-04-02 13:43:23 +00:00
Florin Strugariu 7558ba25ef Bug 1626869 - newtab_per_cycle setting is inappropriately transformed into reuseTab flag r=perftest-reviewers,whimboo,sparky
Differential Revision: https://phabricator.services.mozilla.com/D69330

--HG--
extra : moz-landing-system : lando
2020-04-02 12:59:48 +00:00
Emilio Cobos Álvarez 3fa761ca2d Bug 1626840 - Use the right reference box for preserve-3d children. r=miko
Clearly WPT doesn't have enough preserve3d tests :(

This was being used by the overflow computation, which computed a too-tight
overflow, and thus clipped too much. Test fails without the patch as expected.

Differential Revision: https://phabricator.services.mozilla.com/D69356

--HG--
extra : moz-landing-system : lando
2020-04-02 13:26:54 +00:00
Julian Descottes 1b92684353 Bug 1626875 - Return TabDescriptors in TestTabList for DevTools xpcshell tests r=ochameau
Differential Revision: https://phabricator.services.mozilla.com/D69331

--HG--
extra : moz-landing-system : lando
2020-04-02 13:24:19 +00:00
André Bargull 620c4d26b2 Bug 1626656 - Part 5: Add explicit casts to printf arguments for the x64 assembler to match either %d or %u specifier. r=jandem
Differential Revision: https://phabricator.services.mozilla.com/D69222

--HG--
extra : moz-landing-system : lando
2020-04-02 13:09:38 +00:00
André Bargull c518d5e98e Bug 1626656 - Part 4: Add explicit casts to printf arguments to match either %d or %u specifier. r=jandem
Differential Revision: https://phabricator.services.mozilla.com/D69221

--HG--
extra : moz-landing-system : lando
2020-04-02 11:55:17 +00:00
André Bargull c1b7e6733a Bug 1626656 - Part 3: Change printf %u to %d specifier for signed integers. r=jandem
Differential Revision: https://phabricator.services.mozilla.com/D69220

--HG--
extra : moz-landing-system : lando
2020-04-02 11:54:52 +00:00
André Bargull 8d3e36c263 Bug 1626656 - Part 2: Change printf %d to %u specifier for unsigned integers. r=jandem
Differential Revision: https://phabricator.services.mozilla.com/D69218

--HG--
extra : moz-landing-system : lando
2020-04-02 11:54:27 +00:00
André Bargull be38e1885a Bug 1626656 - Part 1: Change format specifier %d to %u for MDefinition::id(). r=jandem
Differential Revision: https://phabricator.services.mozilla.com/D69217

--HG--
extra : moz-landing-system : lando
2020-04-02 11:53:52 +00:00
Jonathan Kew 37a6e3c816 Bug 1619349 - patch 2 - Report font-matching statistics via telemetry ping. r=chutten
Differential Revision: https://phabricator.services.mozilla.com/D67788

--HG--
extra : moz-landing-system : lando
2020-04-02 01:38:16 +00:00
Jonathan Kew 9ae6c0bed1 Bug 1619349 - patch 1 - Record statistics about font-matching behavior in the presContext. r=jwatt
Differential Revision: https://phabricator.services.mozilla.com/D67787

--HG--
extra : moz-landing-system : lando
2020-04-02 01:38:18 +00:00
Jonathan Kew 1ab7bd6878 Bug 1619350 - patch 2 - Add lists of standard Mac and Windows fonts, and set font-family visibility attributes accordingly in those platform font lists. r=jwatt
These two platforms are the easiest to get started with - as well as accounting for the great majority
of desktop Firefox users.

This patch is based on the OS vendors' lists of fonts shipped with the current version of each OS.

Differential Revision: https://phabricator.services.mozilla.com/D66125

--HG--
extra : moz-landing-system : lando
2020-04-02 01:38:21 +00:00
Jonathan Kew 1e295dc3cc Bug 1619350 - patch 1 - Add a FontVisibility enumeration to determine whether fonts should be visible by name to CSS, and provide a visibility field in font family records. r=jwatt
This replaces and extends the "hidden" flag we currently use on macOS to mark internal system fonts
like .LastResort and .Keyboard that should not be exposed; rather than just a boolean "hidden" flag
we'll have several levels of visibility, some of which the user may opt in to exposing (at the cost
of potentially becoming more fingerprintable).

The current patch assumes three levels besides always-hidden:

  Base     - fonts that are part of the base OS install and always available
  LangPack - fonts that are provided by the OS subject to user's chosen language options
  User     - user-installed fonts that were not provided by the OS

(This categorization may be subject to revision as we learn more about real-world needs and
configurations.)

Differential Revision: https://phabricator.services.mozilla.com/D66124

--HG--
extra : moz-landing-system : lando
2020-04-02 12:36:24 +00:00
Sebastian Hengst 2fbcddc03d Bug 1620842 - change Firefox for Android bugzilla components to GeckoView. r=snorp
Differential Revision: https://phabricator.services.mozilla.com/D65895

--HG--
extra : moz-landing-system : lando
2020-03-17 18:36:33 +00:00
Coroiu Cristina f26a7f5d17 Bug 1626865 - Another adjust for preserve3d-scale.html r=test-fix 2020-04-02 15:25:06 +03:00
Bogdan Tara cd329c7b65 Bug 1609313 - Disable browser_rules_cubicbezier-appears-on-swatch-click.js on windows 32 debug r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D69301

--HG--
extra : moz-landing-system : lando
2020-04-02 10:44:35 +00:00
Andy Wingo e767a4aec3 Bug 1626903 - Fix build when ENABLE_WASM_BIGINT is not defined r=lth
Differential Revision: https://phabricator.services.mozilla.com/D69354

--HG--
extra : moz-landing-system : lando
2020-04-02 11:39:00 +00:00
Tom Schuster 97d9a753fc Bug 1170775 - Rename DOM Xray DefineProperty parameter from *defined to *done. r=peterv
Differential Revision: https://phabricator.services.mozilla.com/D68721

--HG--
extra : moz-landing-system : lando
2020-04-02 05:44:22 +00:00
Andy Wingo c5cea03d06 Bug 1625887 - Allow for WebAssembly called by JS to return multiple values r=lth
Add interpreter entry support for JS-to-wasm calls that return multiple
values.  The returned values will be collected into an array.

Differential Revision: https://phabricator.services.mozilla.com/D68769

--HG--
extra : rebase_source : 176fdf616132e64f23939ac558b77a0972c3e378
extra : source : 1e25841508c8a6b818e0f6b756c4d427a72394e7
2020-04-02 08:25:56 +00:00
Dorel Luca b91244b465 Backed out changeset ace2339387ab (bug 1625927) landed by mistake
--HG--
extra : rebase_source : 465e34a3d289222f0d8df4c1a4b3c945844e8eed
2020-04-02 14:29:25 +03:00
Jan de Mooij fb472f71d0 Bug 1626615 - Fix forced-return propagation for Ion frames after debugger has been disabled. r=loganfsmyth
With WarpBuilder enabled we failed the Frame-onStep-resumption-05.js jit-test. This
failed because when we are propagating a forced-return and turn off the debugger,
we ignored this forced-return for Ion frames. This patch fixes that test failure.

It also tidies up the code with a ShouldBailoutForDebugger helper function.

Differential Revision: https://phabricator.services.mozilla.com/D69219

--HG--
extra : moz-landing-system : lando
2020-04-02 11:25:46 +00:00
Jan de Mooij 4ddd2679c9 Bug 1626606 - Disable WarpBuilder for some jit-tests. r=iain
This covers the function.arguments issue discussed in bug 1626294 and the expression
decompiler being disabled for Ion frames (bug 831120). It gets us from 29 to 18 failures
with --ion-eager --no-threads --warp.

I considered looking into the expression decompiler issue more, but it's not easy and
disabling the expression decompiler might be the sanest thing to do anyway to avoid
confusing error messages.

Differential Revision: https://phabricator.services.mozilla.com/D69197

--HG--
extra : moz-landing-system : lando
2020-04-02 11:28:08 +00:00
moz-wptsync-bot b8f94c8cd7 Bug 1626224 - [wpt-sync] Update web-platform-tests to 3637298f9c5198cdf6a91f0a4920f6c1836eb614, a=testonly
MANUAL PUSH: wpt sync bot

wpt-head: 3637298f9c5198cdf6a91f0a4920f6c1836eb614
wpt-type: landing
2020-04-02 10:49:56 +00:00
Sergio 2699b2d25d Bug 1626000 [wpt PR 22538] - Make stability.py work with py3, a=testonly
Automatic update from web-platform-tests
Make stability.py work with py3 (#22538)

Running wpt run --verify was failing in py3 for 2 reasons:

* Importing modules from the same dir was not working
* iteritems() is not defined for collections
--

wpt-commits: 3637298f9c5198cdf6a91f0a4920f6c1836eb614
wpt-pr: 22538
2020-04-02 10:49:55 +00:00
moz-wptsync-bot ed871c04a3 Bug 1625744 [wpt PR 22515] - Update wpt metadata, a=testonly
wpt-pr: 22515
wpt-type: metadata
2020-04-02 10:49:55 +00:00
Noam Rosenthal 6e12001459 Bug 1625744 [wpt PR 22515] - Add two more FCP tests, based on new spec changes, a=testonly
Automatic update from web-platform-tests
Add two more FCP tests, based on new spec changes (#22515)

Co-authored-by: Noam Rosenthal <noam@webkit.org>
--

wpt-commits: 5721f7843f406054b8e02b0e33ff8e733830cc3d
wpt-pr: 22515
2020-04-02 10:49:54 +00:00
moz-wptsync-bot 71d0d4d060 Bug 1625826 [wpt PR 22520] - Update wpt metadata, a=testonly
wpt-pr: 22520
wpt-type: metadata
2020-04-02 10:49:54 +00:00
Gyuyoung Kim eb70460ecc Bug 1625826 [wpt PR 22520] - [css-flexbox] Move flexitem-stretch-range.html test to WPT, a=testonly
Automatic update from web-platform-tests
[css-flexbox] Move flexitem-stretch-range.html test to WPT

This CL moves flexitem-stretch-range[-expected].html test from
css3/css-flexbox to external/wpt/css/css-flexbox with WPT
styles, adding links to the relevant specs, and test description.

Additionally, this CL removes <p></p> paragraph because it's the
same to the assert.

Bug: 1063749
Change-Id: If2811c22ddb2d38e9bb233d8fca416c8c5f0452d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2124280
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Reviewed-by: Christian Biesinger <cbiesinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#754799}

--

wpt-commits: fae595a73489890622c9351f40b8b57dc904d235
wpt-pr: 22520
2020-04-02 10:49:53 +00:00
moz-wptsync-bot 8bd189d01a Bug 1625808 [wpt PR 22517] - Update wpt metadata, a=testonly
wpt-pr: 22517
wpt-type: metadata
2020-04-02 10:49:53 +00:00
Gyuyoung Kim cbcc1ea1f7 Bug 1625808 [wpt PR 22517] - fixup! [css-flexbox] Move flex-flow-auto-margins-no-available-space-assert.html test to WPT, a=testonly
Automatic update from web-platform-tests
fixup! [css-flexbox] Move flex-flow-auto-margins-no-available-space-assert.html test to WPT

Change 'auto' with 'percentage the test title and file name.
And, the attribute of the bug link rel is changed to 'issue'
with a full bug link.

Bug: 1063749
Change-Id: I0a25c6caa3d3afd6c928bb8bc2b692037c0f57c2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2126329
Reviewed-by: Christian Biesinger <cbiesinger@chromium.org>
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Cr-Commit-Position: refs/heads/master@{#754778}

--

wpt-commits: 5eb4894a68051e04b14fe471da38dd8817e417ed
wpt-pr: 22517
2020-04-02 10:49:52 +00:00
moz-wptsync-bot 95e0ffb2e3 Bug 1625821 [wpt PR 22519] - Update wpt metadata, a=testonly
wpt-pr: 22519
wpt-type: metadata
2020-04-02 10:49:52 +00:00
Gyuyoung Kim 224ca5bfb5 Bug 1625821 [wpt PR 22519] - [css-flexbox] Move flexitem-stretch-image.html test to WPT, a=testonly
Automatic update from web-platform-tests
[css-flexbox] Move flexitem-stretch-image.html test to WPT

This CL moves flexitem-stretch-image.html
test from css3/css-flexbox to external/wpt/css/css-flexbox with WPT
styles, adding links to the relevant specs, and test description.

Additionally, this CL adds 100x100-blue.png to
external/wpt/css/css-flexbox/support directory.

Bug: 1063749
Change-Id: I1424f3fb9ca5a79046e3e451393a4eaa0f080347
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2126428
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Reviewed-by: David Grogan <dgrogan@chromium.org>
Reviewed-by: Christian Biesinger <cbiesinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#754775}

--

wpt-commits: 4645d03374fc26707b7cf80ba0649694631fb3ec
wpt-pr: 22519
2020-04-02 10:49:51 +00:00
Gyuyoung Kim 88f1939df9 Bug 1625818 [wpt PR 22518] - [css-flexbox] Move flexitem-percent-height-change.html test to WPT, a=testonly
Automatic update from web-platform-tests
[css-flexbox] Move flexitem-percent-height-change.html test to WPT

This CL moves flexitem-percent-height-change.html test from
css3/css-flexbox to external/wpt/css/css-flexbox with WPT
styles, adding links to the relevant specs, and test description.

Bug: 1063749
Change-Id: I265c8cc40707ffa6cffbacb544aea66add617658
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2124278
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Reviewed-by: Robert Ma <robertma@chromium.org>
Reviewed-by: Christian Biesinger <cbiesinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#754774}

--

wpt-commits: 66b81958d0fb22f77a8b19cd7ed4fc9f8c235809
wpt-pr: 22518
2020-04-02 10:49:51 +00:00
moz-wptsync-bot 423f98e581 Bug 1626052 [wpt PR 22546] - Update wpt metadata, a=testonly
wpt-pr: 22546
wpt-type: metadata
2020-04-02 10:49:50 +00:00
Ian Kilpatrick f1b9b2de6d Bug 1626052 [wpt PR 22546] - [LayoutNG] Fixes OOF min/max sizes for nodes w/ %-dependent children., a=testonly
Automatic update from web-platform-tests
[LayoutNG] Fixes OOF min/max sizes for nodes w/ %-dependent children.

Previously we just passed in the containing block size, however this was
incorrect for the following case:
<div style="position: relative; height: 200px;">
  <div style="position: absolute; top: 0; bottom: 100px;">
    <canvas width=1 height=1 style="height: 100%;"></canvas>
  </div>
</div>

This pre-calculates the block-size of the OOF-positioned element, and
pass it into the NGBlockNode::MinMaxSizes pass.

Change-Id: I897dc6f9c157bfa1ae63f9821cdb6ed03a218322
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2122854
Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: Aleks Totic <atotic@chromium.org>
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#754763}

--

wpt-commits: f4afb725eca2a7765da4038b6e6f66745b642006
wpt-pr: 22546
2020-04-02 10:49:50 +00:00
autofoolip d1a24d6de1 Bug 1626134 [wpt PR 22550] - Update interfaces/video-raf.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/video-raf.idl (#22550)

Source: https://github.com/tidoust/reffy-reports/blob/633a365/ed/idl/video-raf.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/669029377
--

wpt-commits: 0b748137eacd45646ddfcc138e0ae4084b0702f2
wpt-pr: 22550
2020-04-02 10:49:50 +00:00
moz-wptsync-bot 09323c58c8 Bug 1626012 [wpt PR 22540] - Update wpt metadata, a=testonly
wpt-pr: 22540
wpt-type: metadata
2020-04-02 10:49:49 +00:00
Morten Stenshorne 5323af6a53 Bug 1626012 [wpt PR 22540] - CSS parser and layout support for the 'page' property., a=testonly
Automatic update from web-platform-tests
CSS parser and layout support for the 'page' property.

There were already some stubs for the 'page' property, but it couldn't
be used for anything. Move it behind a runtime flag and implement it.
Also add legacy layout engine support. Will add to LayoutNG once it
supports printing.

Bug: 1053768
Change-Id: I2b7eff133c925a67ef36db4b6fa259cf934abf75
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2126708
Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org>
Reviewed-by: Chris Harrelson <chrishtr@chromium.org>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#754753}

--

wpt-commits: d0418fc79cf3142bd69d9e488611ef5574bd27c8
wpt-pr: 22540
2020-04-02 10:49:49 +00:00
Antonio Gomes 17d7a4ffd3 Bug 1626093 [wpt PR 22548] - [css-flexbox]: Migrate multiline-min-max.html to WPT, a=testonly
Automatic update from web-platform-tests
[css-flexbox]: Migrate multiline-min-max.html to WPT

BUG=1063749
R=cbiesinger@chromium.org

Change-Id: I14718b6bb2b9c48653e737fb08a9f780f86da000
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128426
Commit-Queue: Antonio Gomes <tonikitoo@igalia.com>
Reviewed-by: Christian Biesinger <cbiesinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#754694}

--

wpt-commits: b52d2076a8681e4a77adef1c1fa9f061281ae083
wpt-pr: 22548
2020-04-02 10:49:48 +00:00
moz-wptsync-bot b7c9410086 Bug 1620425 [wpt PR 22105] - Update wpt metadata, a=testonly
wpt-pr: 22105
wpt-type: metadata
2020-04-02 10:49:48 +00:00
Chris Mumford c56f718801 Bug 1620425 [wpt PR 22105] - Added Badging API Web Platform Tests., a=testonly
Automatic update from web-platform-tests
Added Badging API Web Platform Tests.

The [Badging API](https://wicg.github.io/badging/) is a new API
allowing the setting of application/document badges. This change
converts the Badging API web tests into Web Platform Tests.

This change adds a no-op MockBadgeService to the content_shell.
This is necessary because the RenderProcessHostImpl will terminate
the render process if unknown Mojo messages are received.

Bug: 1051684
Change-Id: I61e29b8f197a754fea489ebb2d0dcd41484f6cf4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2088297
Reviewed-by: Scott Violet <sky@chromium.org>
Reviewed-by: Mike West <mkwst@chromium.org>
Reviewed-by: Matt Giuca <mgiuca@chromium.org>
Commit-Queue: Chris Mumford <cmumford@google.com>
Cr-Commit-Position: refs/heads/master@{#754676}

--

wpt-commits: 051ca830ad86d533cb17ad35fe654a7d04d86fb3
wpt-pr: 22105
2020-04-02 10:49:47 +00:00
Antonio Gomes 381d709359 Bug 1625983 [wpt PR 22534] - [css-flexbox]: Migrate flexbox-with-multi-column-property.html to WPT, a=testonly
Automatic update from web-platform-tests
[css-flexbox]: Migrate flexbox-with-multi-column-property.html to WPT

This CL moves flexbox-with-multi-column-property.html from
css3/flexbox/ to external/wpt/css/css-flexbox/. It also adds
links and references to the related spec, and expected behavior.
Last, it replaces uses of -webkit-column-* by their respective
column-* counterparts.

Relevant spec change: https://github.com/w3c/csswg-drafts/issues/1364
([css-multicol-1][css-flexbox-1][css-grid-1] Clarify that column-*
properties only apply to block containers).

BUG=1063749
R=dgrogan@chromium.org

Change-Id: Icd31c1974af431bd8cd6de94970e4e29137a669e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2127294
Commit-Queue: Antonio Gomes <tonikitoo@igalia.com>
Reviewed-by: Stephen McGruer <smcgruer@chromium.org>
Reviewed-by: David Grogan <dgrogan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#754649}

--

wpt-commits: 79a262ea111267cc1cc5c436f872ae5e8daaeec1
wpt-pr: 22534
2020-04-02 10:49:47 +00:00