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

48811 Коммитов

Автор SHA1 Сообщение Дата
Emilio Cobos Álvarez 1ab557e3f4 Bug 1656281 - Allow to stretch items with no intrinsic ratio. r=mats
There's no reason this shouldn't work per the grid spec.

We also remove some outdated condition on the meaning of
align/justify-self: normal on grid items without aspect ratio. This
matches the behavior of other browsers, and the spec as far as I can
tell.

https://drafts.csswg.org/css-grid/#grid-item-sizing no longer mentions
'stretch' from the definition of 'normal'.

Differential Revision: https://phabricator.services.mozilla.com/D85435
2020-08-05 16:31:46 +00:00
Makoto Kato 598f77baca Bug 1656412 - moznetwork isn't compatible with Python 3. r=ahal
After landing bug 1638963, geckoview-junit is Python 3 compatible. But
moznetwork isn't still compatible with Python 3 although bug 1428711 is fixed.

According to https://docs.python.org/3/library/array.html,

- `names = array.array('B', '\0' * bytes)` isn't compatible with Python 3.
- `names.tostring()` returns byte array on Python 3 and this is deprecated.

Differential Revision: https://phabricator.services.mozilla.com/D85526
2020-08-05 14:54:09 +00:00
Valentin Gosu c61967c799 Bug 1652106 - Add support for the mandatory SvcParamKey r=kershaw,necko-reviewers
6.5 A ServiceMode RR is considered "compatible" with a client if the
client implements support for all its mandatory keys.  If the SVCB
RRSet contains no compatible RRs, the client will generally act as if
the RRSet is empty.

Differential Revision: https://phabricator.services.mozilla.com/D85838
2020-08-05 13:40:33 +00:00
Valentin Gosu 6680c6fb12 Bug 1652106 - Rename esniconfig to echconfig and add HTTPS RR type r=kershaw,necko-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D85836
2020-08-05 13:39:53 +00:00
alexandru.ionescu fe5e299b10 Bug 1654204 Record twitter with mitm5 r=Bebe,perftest-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D85461
2020-08-05 13:54:22 +00:00
alexandru.ionescu 2cb9c9e412 Bug 1654208 paypal needs account confirmation by phone r=Bebe,perftest-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D85844
2020-08-05 13:47:59 +00:00
Andreea Pavel 83bb86ca26 Bug 1656686 - update image-loading-subpixel-clip.html expectancy for android r=jmaher DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D85695
2020-08-05 11:27:45 +00:00
John Dai 7e2fb3fe0d Bug 1556342 - Implement customElements.define's form-associated; r=edgar,smaug
Differential Revision: https://phabricator.services.mozilla.com/D85734
2020-08-05 09:35:56 +00:00
Geoff Brown e35f7cf171 Bug 1599109 - Make a few more mochitest error messages visible to treeherder; r=jmaher
Follow-up on part 1 of https://bugzilla.mozilla.org/show_bug.cgi?id=1599109#c16: preface
more mochitest error messages with TEST-UNEXPECTED-FAIL so that treeherder and especially
the log viewer will recognize the errors.

Differential Revision: https://phabricator.services.mozilla.com/D85925
2020-08-04 21:34:52 +00:00
Dzmitry Malyshau b1af5a2c2c Bug 1656808 - Disable WebGPU canvas reftests for now r=aryx
we currently disable these, will enable one by one

Differential Revision: https://phabricator.services.mozilla.com/D85899
2020-08-04 18:02:44 +00:00
Tom Prince 0fe74d5a31 Bug 1653171: Run windows L10n repacks on linux; r=Callek
Differential Revision: https://phabricator.services.mozilla.com/D85894
2020-08-04 18:47:55 +00:00
Hamzah b7e6b41fc5 Bug 1594914 - Convert mach python-test to run with python 3 r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D77872
2020-08-04 17:40:58 +00:00
Anny Gakhokidze e93d7c8e15 Bug 1654922 - Part 4: Remove DocumentChannel pref usage from taskcluster, raptor and talos tools, r=mattwoodrow,perftest-reviewers,sparky
Depends on D85485

Differential Revision: https://phabricator.services.mozilla.com/D85486
2020-07-31 14:33:54 +00:00
Anny Gakhokidze d6f531d3a5 Bug 1654922 - Part 2: Remove DocumentChannel pref from mach and mochitest tools, r=mattwoodrow,remote-protocol-reviewers,maja_zf
Depends on D85483

Differential Revision: https://phabricator.services.mozilla.com/D85484
2020-07-31 13:06:08 +00:00
Anny Gakhokidze 2d1151529c Bug 1654922 - Part 1: Remove DocumentChannel pref usage from tests and document navigation code, r=mattwoodrow
Differential Revision: https://phabricator.services.mozilla.com/D85483
2020-08-01 16:36:12 +00:00
Kartikaya Gupta 9ae2d62f1b Bug 1657102 - Add directmanipulation.dll to the xperf whitelist. r=jmaher,perftest-reviewers,sparky
Differential Revision: https://phabricator.services.mozilla.com/D85890
2020-08-04 17:14:46 +00:00
Kartikaya Gupta e841f4a43b Bug 1621740 - Update wpt expectations for a couple of unexpected-passes. r=botond
Differential Revision: https://phabricator.services.mozilla.com/D85430
2020-08-04 17:20:40 +00:00
Bruno Bartolomasi 57df1c675c Bug 1617661 - fix inconsistent perfherder schema for the js-bench framework (units vs unit) r=perftest-reviewers,AlexandruIonescu
Differential Revision: https://phabricator.services.mozilla.com/D85185
2020-08-03 13:45:02 +00:00
Masayuki Nakano e7e1616f73 Bug 1655393 - Add WPT for `InputEvent.getTargetRanges()` r=smaug
There are no automated tests for `InputEvent.getTargetRanges()` because it
is set only when `beforeinput` event, but it's defined as not dispatched by
`document.execCommand`.

However, we can synthesize `beforeinput` event with test driver.

On the other hand, the definition in Input Events spec is not clear.
Therefore, most of the tests won't be passed on any browsers for now.
There are some spec issues which I filed:
* https://github.com/w3c/input-events/issues/112
* https://github.com/w3c/input-events/issues/113
* https://github.com/w3c/input-events/issues/114

These new test must be useful when browser vendors discuss the issues.

Differential Revision: https://phabricator.services.mozilla.com/D85527
2020-08-04 03:33:46 +00:00
Noemi Erli 37e7a2569c Backed out 3 changesets (bug 1620055, bug 1621740) for causing leaks (DManipEventHandler)
Backed out changeset 4ed6ec0c8220 (bug 1620055)
Backed out changeset bb406c0968c5 (bug 1621740)
Backed out changeset a816301284e6 (bug 1621740)
2020-08-04 05:11:54 +03:00
Kartikaya Gupta 355154b189 Bug 1621740 - Update wpt expectations for a couple of unexpected-passes. r=botond
Differential Revision: https://phabricator.services.mozilla.com/D85430
2020-07-31 18:08:43 +00:00
Florin Strugariu 40210bc1d1 Bug 1619269 - Enable alerts for jsshell-bench tests r=perftest-reviewers,davehunt
Differential Revision: https://phabricator.services.mozilla.com/D85748
2020-08-03 14:45:37 +00:00
Gregory Mierzwinski ec5f31f1a9 Bug 1650798 - Change Fenix glean tags coming from Raptor-Browsertime. r=perftest-reviewers,Bebe,Dexter
Differential Revision: https://phabricator.services.mozilla.com/D85661
2020-08-03 13:25:00 +00:00
Mats Palmgren 910e11aa99 Bug 1531609 part 2 - Implement overflow:clip/visible combinations. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D73717
2020-08-01 01:57:41 +00:00
Jeremy Ir 20235b390f Bug 1531609 part 1 - Rename overflow:-moz-hidden-unscrollable to overflow:clip. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D73716
2020-08-01 01:56:58 +00:00
Mats Palmgren 21b713c1f1 Bug 1635473 - [css-overflow] Make viewport propagation for 'overflow:-moz-hidden-unscrollable' compatible with the spec for 'clip'. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D84171
2020-08-01 02:00:23 +00:00
Geoff Brown d4f33f633f Bug 1656410 - Fix py3 sort failure in test-info report --show-manifests; r=bc
Differential Revision: https://phabricator.services.mozilla.com/D85619
2020-07-31 18:52:29 +00:00
Butkovits Atila cc95b93cba Backed out 3 changesets (bug 1635473, bug 1531609) for reftest failures. CLOSED TREE
Backed out changeset 1e7b32808be8 (bug 1531609)
Backed out changeset e64a61869cdb (bug 1531609)
Backed out changeset 6da37d7f6dd3 (bug 1635473)
2020-07-31 23:56:54 +03:00
sachin a1654899f8 Bug 1654056: Rename app-link tests to VIEW and home_activity to MAIN r=acreskey,sparky,tarek
Rename app-link tests to VIEW and home_activity to MAIN

Differential Revision: https://phabricator.services.mozilla.com/D84400
2020-07-31 18:54:27 +00:00
Bob Clary 423b921dc2 Bug 1653094 - Ignore some properties in BaseScript when collecting decorated methods. r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D85581
2020-07-31 18:56:17 +00:00
Mats Palmgren c875610606 Bug 1531609 part 2 - Implement overflow:clip/visible combinations. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D73717
2020-07-31 15:31:36 +00:00
Jeremy Ir 92b8f0f77a Bug 1531609 part 1 - Rename overflow:-moz-hidden-unscrollable to overflow:clip. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D73716
2020-07-31 16:40:48 +00:00
Mats Palmgren 043846d390 Bug 1635473 - [css-overflow] Make viewport propagation for 'overflow:-moz-hidden-unscrollable' compatible with the spec for 'clip'. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D84171
2020-07-31 16:40:48 +00:00
Zeke Medley dc8e84e2d4 Bug 546052 - Add parsing for cross-fade from CSS Image Values and Replaced Content Module Level 4 r=emilio
This is the first of what will likely be a couple patches for
cross-fade's implementation. Bug 546052 tracks it's complete
implementation.

Differential Revision: https://phabricator.services.mozilla.com/D81889
2020-07-31 16:11:38 +00:00
Bob Clary 1bccbd8551 Bug 1655164 - do not attempt to access device before virtualenv created. r=perftest-reviewers,sparky
Differential Revision: https://phabricator.services.mozilla.com/D85580
2020-07-31 14:32:03 +00:00
Corentin Arnould 5f67c91ba8 Bug 1613833 - Added wpt. r=padenot
Differential Revision: https://phabricator.services.mozilla.com/D84667
2020-07-30 16:02:28 +00:00
James Graham 26a110f459 Bug 1656228 - Update metadata for jsshell tests,
Differential Revision: https://phabricator.services.mozilla.com/D85586
2020-07-31 13:21:25 +00:00
Corentin Arnould da411c23ee Bug 1614019 - Added wpt for negative sample rate. r=padenot
Differential Revision: https://phabricator.services.mozilla.com/D83926
2020-07-30 15:55:02 +00:00
moz-wptsync-bot 7b8b40e29b Bug 1656228 - [wpt-sync] Update web-platform-tests to dbb007b68e15579d2240ef69f460e287416c06d6, a=testonly
MANUAL PUSH: wpt sync bot

wpt-head: dbb007b68e15579d2240ef69f460e287416c06d6
wpt-type: landing
2020-07-31 12:02:25 +00:00
ziransun 717d2699e5 Bug 1655935 [wpt PR 24796] - Python 3: Use string type due to call of json_handler at stash-take.py, a=testonly
Automatic update from web-platform-tests
Python 3: Use string type due to call of json_handler at stash-take.py (#24796)

--

wpt-commits: dbb007b68e15579d2240ef69f460e287416c06d6
wpt-pr: 24796
2020-07-31 12:02:24 +00:00
Robert Ma ddbbd0bff4 Bug 1655984 [wpt PR 24798] - [lint] Clarify the help message for --ignore-glob, a=testonly
Automatic update from web-platform-tests
[lint] Clarify the help message for --ignore-glob (#24798)

Clarify that these are not UNIX globs (but patterns for fnmatch), and will be
matched against full paths.
--

wpt-commits: eeec543d1f1559fd28894d3ea60b6b156f0444ee
wpt-pr: 24798
2020-07-31 12:02:24 +00:00
Ian Kilpatrick 42c9f58982 Bug 1656092 [wpt PR 24805] - [FlexNG] Fix great-grandchild relative-position offsets., a=testonly
Automatic update from web-platform-tests
[FlexNG] Fix great-grandchild relative-position offsets.

In order to determine the correct size to resolve %-based relative
top offsets against we need to determine if the available-size given
to a flex-item is definite.

Previously this worked as there was a bit on the LayoutBox which
captured this information. This patch for NG flex-items allows for
looking at the previous constraint space while outside of layout.

Bug: 1108508
Change-Id: I3104b7afd4d96b707a8110eb2ed5d59d17129580
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327838
Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: David Grogan <dgrogan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#793028}

--

wpt-commits: fd5a851b2e6bd60ff49060f1b42197c976273728
wpt-pr: 24805
2020-07-31 12:02:23 +00:00
Marijn Kruisselbrink 7daec6a3b0 Bug 1654919 [wpt PR 24728] - [NativeFS] Writing an unreadable Blob should cause an error., a=testonly
Automatic update from web-platform-tests
[NativeFS] Writing an unreadable Blob should cause an error.

Instead of claiming success and writing 0 bytes.

Bug: 1045918
Change-Id: I729ecff8753d0486f101fdf0e801509363636a04
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316440
Commit-Queue: Marijn Kruisselbrink <mek@chromium.org>
Reviewed-by: Darwin Huang <huangdarwin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#792973}

--

wpt-commits: 223b6fe256730a17784393c4a04dac9e942b0d24
wpt-pr: 24728
2020-07-31 12:02:23 +00:00
David Grogan d6c0501cb7 Bug 1655824 [wpt PR 24786] - [FlexNG] Flex items can't be relayout roots, even with `contain`, a=testonly
Automatic update from web-platform-tests
[FlexNG] Flex items can't be relayout roots, even with `contain`

When a flex item is a relayout root, it gets neither the flexed nor
stretched dimensions from the parent flexbox. Though this problem seems
to manifest only when the flex item is a legacy layout node.

This change causes a 5% regression in the change-text-css-contain perf
test, even though it doesn't use flex, probably just because we test for
flex-item before deciding that a node with `contain: layout size` can be
a layout root.

Bug: 1108675
Change-Id: Iec0d35557ebfbf3136bd66fe986ba2456e0d92ab
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2322074
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Commit-Queue: David Grogan <dgrogan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#792833}

--

wpt-commits: 3b29525440ec57478a885a7d34f7475a4eb38854
wpt-pr: 24786
2020-07-31 12:02:22 +00:00
Ziran Sun fe088dfb94 Bug 1655922 [wpt PR 24795] - Python 3: Fix prefix in xhr tests, a=testonly
Automatic update from web-platform-tests
Python 3: Fix prefix in xhr tests

--

wpt-commits: 476af79370db1a292b28db5879f565d7fff10a39
wpt-pr: 24795
2020-07-31 12:02:22 +00:00
Philipp Hancke f981aa743e Bug 1653507 [wpt PR 24645] - webrtc wpt: fix split.https.html firefox compatibility, a=testonly
Automatic update from web-platform-tests
webrtc wpt: fix split.https.html firefox compatibility

The test does not work as intended in Firefox as described in
  https://bugzilla.mozilla.org/show_bug.cgi?id=1643050
since Firefox does not use the same fingerprint/certificate for different
peerconnections on the same page and puts the fingerprint into the SDP sessionpart.
With the change the test connects and gets video on the other end but still
fails in Firefox since it relies on connectionState which is not implemented.

BUG=None

Change-Id: Id6529bcb32f37e657d6f79c8d94a4b69c4d15db3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303391
Reviewed-by: Harald Alvestrand <hta@chromium.org>
Commit-Queue: Philipp Hancke <philipp.hancke@googlemail.com>
Cr-Commit-Position: refs/heads/master@{#792646}

--

wpt-commits: 21d0ad202f409a6e955ae3d000490db943bfaff3
wpt-pr: 24645
2020-07-31 12:02:22 +00:00
Stephen McGruer bdd3348a0d Bug 1655715 [wpt PR 24779] - Update interfaces/image-capture.idl and test, a=testonly
Automatic update from web-platform-tests
Update interfaces/image-capture.idl and test (#24779)

Closes https://github.com/web-platform-tests/wpt/pull/24764
--

wpt-commits: c273ba6a772dbc2326d5576f61d499e826e44dd9
wpt-pr: 24779
2020-07-31 12:02:21 +00:00
Gérard Talbot e2af2d0b69 Bug 1655873 [wpt PR 24794] - Corrections to selection-intercharacter-011 and 012 reference files, a=testonly
Automatic update from web-platform-tests
Corrections to selection-intercharacter-011 and 012 reference files (#24794)

--

wpt-commits: 43ef1ad9afcc9d9d922a5a96bc12b4eaf950960b
wpt-pr: 24794
2020-07-31 12:02:21 +00:00
moz-wptsync-bot 474a237416 Bug 1655836 [wpt PR 24788] - Update wpt metadata, a=testonly
wpt-pr: 24788
wpt-type: metadata
2020-07-31 12:02:20 +00:00
Gérard Talbot 206c83f623 Bug 1655836 [wpt PR 24788] - Added 9 new active-selection-* tests and their references, a=testonly
Automatic update from web-platform-tests
Added 9 new active-selection-* tests and their references (#24788)

--

wpt-commits: 9a60de15eda095faa363e76eec7cdc04fac36704
wpt-pr: 24788
2020-07-31 12:02:20 +00:00