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

49679 Коммитов

Автор SHA1 Сообщение Дата
Kagami Sascha Rosylight 8fb6badd8c Bug 1623413 - Part 1: Skip selection point check when called from JS r=masayuki
Differential Revision: https://phabricator.services.mozilla.com/D88702
2020-09-03 11:55:22 +00:00
Mihai Alexandru Michis 0600dacd03 Backed out 3 changesets (bug 1623413) for causing failures in Selection_collapse.html
CLOSED TREE

Backed out changeset d3d67293f115 (bug 1623413)
Backed out changeset 75ed1b8a5c67 (bug 1623413)
Backed out changeset 0eef32d6a454 (bug 1623413)
2020-09-03 05:37:49 +03:00
Hiroyuki Ikezoe b15a8fe457 Bug 1661873 - Add wpts and mochitests to make sure downloadable font is properly printed or rendered in print preview. r=jfkthame
Differential Revision: https://phabricator.services.mozilla.com/D89095
2020-09-03 01:31:36 +00:00
Ting-Yu Lin 1f00be3d53 Bug 1652112 Part 6 - Move remaining shape-outside reftests to wpt, and delete w3c-css/submitted/shapes1 folder. r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D85020
2020-09-02 20:24:51 +00:00
Ting-Yu Lin f7a0b67ef8 Bug 1652112 Part 5 - Move shape-outside polygon reftests into wpt. r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D85019
2020-09-02 20:23:55 +00:00
Ting-Yu Lin 3e3e17c3f6 Bug 1652112 Part 4 - Move shape-outside inset reftests into wpt. r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D85018
2020-09-02 20:18:14 +00:00
Ting-Yu Lin ff2b86c068 Bug 1652112 Part 3 - Move shape-outside ellipse reftests into wpt. r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D85017
2020-09-02 20:17:16 +00:00
Ting-Yu Lin 93ad2862e1 Bug 1652112 Part 2 - Move shape-outside circle reftests into wpt. r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D85016
2020-09-02 21:32:10 +00:00
Ting-Yu Lin 2d4f738f49 Bug 1652112 Part 1 - Move shape-outside shape-box reftests into wpt. r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D85014
2020-09-02 20:10:07 +00:00
Ting-Yu Lin c30df13722 Bug 1652112 Part 0 - Delete vendor-imports/mozilla-central-reftests/shapes1/ in wpt. r=dholbert
Delete both the reftests and ini files.

Differential Revision: https://phabricator.services.mozilla.com/D87207
2020-09-02 20:02:39 +00:00
Mihai Alexandru Michis 8c92fd7398 Backed out 7 changesets (bug 1658359) for causing failures in browser_html_discover_view_clientid.js
Backed out changeset 85e7a3055098 (bug 1658359)
Backed out changeset 31334123ea1c (bug 1658359)
Backed out changeset 96c56797e427 (bug 1658359)
Backed out changeset 854803822b86 (bug 1658359)
Backed out changeset 40745945aadf (bug 1658359)
Backed out changeset 3882f59a56e0 (bug 1658359)
Backed out changeset 50b9c91c0939 (bug 1658359)
2020-09-03 04:12:42 +03:00
Kagami Sascha Rosylight 1e311a886d Bug 1623413 - Part 1: Skip selection point check when called from JS r=masayuki
Differential Revision: https://phabricator.services.mozilla.com/D88702
2020-09-01 09:28:26 +00:00
Mihai Alexandru Michis 7fb69eef2a Backed out changeset 71edbf86ce85 (bug 1662855) for causing xpcshell failures.
CLOSED TREE
2020-09-03 01:56:09 +03:00
Karl Tomlinson 01543eaa25 Bug 1659201 Test AudioWorkletNode subclass with parameters r=padenot
Differential Revision: https://phabricator.services.mozilla.com/D87555
2020-09-02 15:06:11 +00:00
Geoff Brown a2e1392505 Bug 1390884 - Enable all test-verify chaos modes except TimerScheduling; r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D89214
2020-09-02 21:13:40 +00:00
Andrew McCreight ecb1dff94b Bug 1661173 - Use browserId instead of the BC for BrowserTestUtils.addContentEventListener. r=kmag
The browserId is stable across navigations, but the browsing context
itself might not be if we are not preserving the BC across navigations.

It might seem like this change would mean that we'd start getting notified
about events for subframes, but the old code was passing in the BC of the
top level frame anyways, so that's not a change in behavior.

Differential Revision: https://phabricator.services.mozilla.com/D89179
2020-09-02 21:09:45 +00:00
James Willcox b8fb1213a4 Bug 1662528 - Make ContentDelegate.onCloseRequest() work again r=geckoview-reviewers,agi
This also adds a test.

Differential Revision: https://phabricator.services.mozilla.com/D89026
2020-09-02 20:02:52 +00:00
Kris Maglione d2863ca956 Bug 1662855: Remove defunct httpd.manifest file. r=mccr8,necko-reviewers,valentin
The manifest file hasn't actually done anything since XPT definitions were
moved to the libxul binary, and now just generates warnings in local builes.

Differential Revision: https://phabricator.services.mozilla.com/D89197
2020-09-02 20:14:12 +00:00
Chris H-C ed7847a59f Bug 1658359 - Point Glean-sent pings to localhost for tests that redirect Telemetry r=janerik
Differential Revision: https://phabricator.services.mozilla.com/D88980
2020-09-02 19:05:07 +00:00
Ricky Stewart 4c6985333a Bug 1659539 - [python-test] Remove '--python' and stop using pipenv to manage virtualenvs r=ahal
Pipenv is heavy weight and overkill for the purposes it is being used. We'd like to remove it from the tree and |mach python-test| was one of the last remanining use cases.

Remove the `--python` command-line argument as a result. Users who wish to run unit tests with Python 2 can do `MACH_PY2=1 ./mach python-test ...` or `python2 ./mach python-test ...`.

Also update a few unit tests that would break otherwise in the presence of this change.

There were a couple lines in the `setup.py` for `mozlog` that were problematic for tests and was resulting in errors due to the `mozlog` plugin being loaded by `pytest` more than once. We just delete those lines and bump up the major version number of the package to fix it.

Differential Revision: https://phabricator.services.mozilla.com/D88296
2020-09-02 17:05:24 +00:00
Mark Banner 552793d2cc Bug 1619926 - Remove remnants of Search geo-location handling now it is handled by Region.jsm. r=daleharvey
Depends on D88021

Differential Revision: https://phabricator.services.mozilla.com/D88022
2020-09-01 18:08:46 +00:00
Gregory Mierzwinski b763a59e98 Bug 1661545 - Add a geckoview and desktop live site test on autoland. r=perftest-reviewers,Bebe
Differential Revision: https://phabricator.services.mozilla.com/D88680
2020-09-02 14:11:41 +00:00
James Graham 984c41ed4a Bug 1662539 - Mark history navigation test as intermittent on a CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D89134
2020-09-02 16:28:09 +03:00
James Graham 9596989193 Bug 1662539 - Mark content-type test as intermittent on Win32,
Differential Revision: https://phabricator.services.mozilla.com/D89132
2020-09-02 16:14:38 +03:00
James Graham 3e90721194 Bug 1662539 - Revert changes to report-only-same-origin.https.html.ini,
Differential Revision: https://phabricator.services.mozilla.com/D89129
2020-09-02 16:03:45 +03:00
James Graham 2475fdafd3 Bug 1662539 - Revert android metadata for screen-orientation,
Differential Revision: https://phabricator.services.mozilla.com/D89125
2020-09-02 15:26:15 +03:00
James Graham 7c9dc2f7c0 Bug 1662539 - Update metadata. CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D89117
2020-09-02 11:04:08 +00:00
moz-wptsync-bot 2551cc23e9 Bug 1662539 - [wpt-sync] Update web-platform-tests to 1ab7a4ebcf4a9c7eae8fad7ba8565ca3ae15ca27, a=testonly
MANUAL PUSH: wpt sync bot

wpt-head: 1ab7a4ebcf4a9c7eae8fad7ba8565ca3ae15ca27
wpt-type: landing
2020-09-02 08:23:26 +00:00
Camille Lamy ddfb3a10f7 Bug 1659787 [wpt PR 25072] - COOP: add reporting to redirects, a=testonly
Automatic update from web-platform-tests
COOP: add reporting to redirects

This CL allows reporting browsing context group switches triggered by
redirects and updates the reports sent in this case to the latest
version of the spec PR (https://github.com/whatwg/html/pull/5518). Since
the status of COOP was becoming hard to track, I moved it to its own
class for better encapsulation.

Bug: 1059303
Change-Id: Ifafb23073301bd05cd9ce83fdb0b748c28e8a51f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352880
Commit-Queue: Camille Lamy <clamy@chromium.org>
Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org>
Reviewed-by: Mike West <mkwst@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#799863}

--

wpt-commits: 677c57c0e8816b0892cc3ae1c2772189b1bdcf65
wpt-pr: 25072
2020-09-02 08:23:25 +00:00
Amr Aboelkher 2d09f5a20e Bug 1661302 [wpt PR 25248] - [Sheriff] Revert "[Perfect Negotiation] Surface session descriptions at the right time.", a=testonly
Automatic update from web-platform-tests
[Sheriff] Revert "[Perfect Negotiation] Surface session descriptions at the right time."

This reverts commit 3bc91ccc927f8eb887a84a1e59f34c88518ce2ab.

Reason for revert: Failure of WebKit Linux ASAN build, and that's the suspect for root cause. See https://ci.chromium.org/p/chromium/builders/ci/WebKit%20Linux%20ASAN/17329

Original change's description:
> [Perfect Negotiation] Surface session descriptions at the right time.
>
> This fixes another timing related issue that blocks Perfect Negotiation.
>
> Before this CL, current/pending local/remote description attributes do
> blocking-invokes on the webrtc thread, fetching the most up-to-date
> states. This can prematurely expose the result of "in-parallel"
> operations that have not surfaced yet, such as:
> - setLocalDescription
> - setRemoteDescription
> - addIceCandidate
>
> This CL fixes that by copying the SDP states when any of these
> operations complete on the WebRTC thread and carry them over in the
> PostTask to the main thread. Here, we store these snapshots in
> "internal slots" (variables living on the main thread). With this CL,
> reading SDP attributes from RTCPeerConnection is non-blocking and
> spec-compliant.
>
> WPT test coverage added for the exact timing of SLD/SRD and other test
> expectations are updated. addIceCandidate updating the SDP is already
> covered by old WPTs.
>
> Bug: chromium:1110347
> Change-Id: Id41ec354465525c6cedf631fe2209fe097148f60
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2323359
> Commit-Queue: Henrik Boström <hbos@chromium.org>
> Reviewed-by: Harald Alvestrand <hta@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#801798}

TBR=hta@chromium.org,hbos@chromium.org

Change-Id: I4af12fd1430773ea3d134cfc37b9c5e736f20ed0
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: chromium:1110347
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377715
Reviewed-by: Amr Aboelkher <amraboelkher@google.com>
Commit-Queue: Amr Aboelkher <amraboelkher@google.com>
Cr-Commit-Position: refs/heads/master@{#801822}

--

wpt-commits: dc1106492705bb07a14a066eab757981159cb7b9
wpt-pr: 25248
2020-09-02 08:23:25 +00:00
Kevin Ellis 30bbf066e0 Bug 1660497 [wpt PR 25182] - Fix test flake in animation-state-changes-positive-playback-rate.html, a=testonly
Automatic update from web-platform-tests
Fix test flake in animation-state-changes-positive-playback-rate.html

The flake is caused by limited precision of timeline times. When
comparing times with >=, the boundary time needs to factor in error
tolerance.

The virtual/threaded-no-composited-antialiasing variant of this test
had a recent flake score of 954.

Bug: 623434
Change-Id: I44b41da1326849da4b3dec30cea76be6673e0b17
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368500
Reviewed-by: Xida Chen <xidachen@chromium.org>
Commit-Queue: Kevin Ellis <kevers@chromium.org>
Cr-Commit-Position: refs/heads/master@{#801013}

--

wpt-commits: ec11bcffbb38f6b10c500f13edeaa5844339f66b
wpt-pr: 25182
2020-09-02 08:23:24 +00:00
Henrik Boström 28bb26f50d Bug 1655987 [wpt PR 24800] - [Perfect Negotiation] Surface session descriptions at the right time., a=testonly
Automatic update from web-platform-tests
[Perfect Negotiation] Surface session descriptions at the right time.

This fixes another timing related issue that blocks Perfect Negotiation.

Before this CL, current/pending local/remote description attributes do
blocking-invokes on the webrtc thread, fetching the most up-to-date
states. This can prematurely expose the result of "in-parallel"
operations that have not surfaced yet, such as:
- setLocalDescription
- setRemoteDescription
- addIceCandidate

This CL fixes that by copying the SDP states when any of these
operations complete on the WebRTC thread and carry them over in the
PostTask to the main thread. Here, we store these snapshots in
"internal slots" (variables living on the main thread). With this CL,
reading SDP attributes from RTCPeerConnection is non-blocking and
spec-compliant.

WPT test coverage added for the exact timing of SLD/SRD and other test
expectations are updated. addIceCandidate updating the SDP is already
covered by old WPTs.

Bug: chromium:1110347
Change-Id: Id41ec354465525c6cedf631fe2209fe097148f60
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2323359
Commit-Queue: Henrik Boström <hbos@chromium.org>
Reviewed-by: Harald Alvestrand <hta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#801798}

--

wpt-commits: 0d794eb31a9920dd63065a1c4de2d14132b986f5
wpt-pr: 24800
2020-09-02 08:23:24 +00:00
moz-wptsync-bot 4da7adddce Bug 1660878 [wpt PR 25215] - Update wpt metadata, a=testonly
wpt-pr: 25215
wpt-type: metadata
2020-09-02 08:23:24 +00:00
jugglinmike 15a2d00893 Bug 1660878 [wpt PR 25215] - [html] Test sequence of navigation failure checks, a=testonly
Automatic update from web-platform-tests
[html] Test sequence of navigation failure checks

This test is in support of this patch to HTML: https://github.com/whatwg/html/pull/5859
--

wpt-commits: 63c8be26e528d19e77819bbb6c9ad7aab5ea5abe
wpt-pr: 25215
2020-09-02 08:23:23 +00:00
Morten Stenshorne 000b97a84b Bug 1661011 [wpt PR 25227] - Never re-use the layout result from the fieldset contents wrapper., a=testonly
Automatic update from web-platform-tests
Never re-use the layout result from the fieldset contents wrapper.

On the layout object side, all children of a fieldset are wrapped inside
an anonymous fieldset contents block. We'll detect during layout which
of the legend children (if any) will become the rendered legend. Unlike
all other in-flow children of a fieldset element, whose containing block
is the wrapper, the containing block of the rendered legend is the
fieldset layout object itself (not the wrapper child), so if we change /
remove the rendered legend, the wrapper won't be marked for layout.

Bug: 1119400
Change-Id: I5b898af8c7b7e3687def6a2333d43a8ba6af09b1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2374526
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: Koji Ishii <kojii@chromium.org>
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#801772}

--

wpt-commits: 6b6a74e478f36b8039d448d8f44f86033dabefa3
wpt-pr: 25227
2020-09-02 08:23:23 +00:00
moz-wptsync-bot 301e6700d7 Bug 1662539 [wpt PR 25240] - Update wpt metadata, a=testonly
wpt-pr: 25240
wpt-type: metadata
2020-09-02 08:23:22 +00:00
Gérard Talbot 67adb327e0 Bug 1662539 [wpt PR 25240] - Corrected and improved (more precise & challenging) 2 border-image-repeat tests, a=testonly
Automatic update from web-platform-tests
Corrected and improved (more precise & challenging) 2 border-image-repeat tests (#25240)

* Corrected and improved (more precise) 2 border-image-repeat tests

* Fix typo

Co-authored-by: fantasai <fantasai.bugs@inkedblade.net>
--

wpt-commits: cfa78012a280dda8f20eb293464939311ccb88cd
wpt-pr: 25240
2020-09-02 08:23:22 +00:00
Rune Lillesveen de8b38b842 Bug 1661220 [wpt PR 25243] - Fixed test/reference mismatch for border., a=testonly
Automatic update from web-platform-tests
Fixed test/reference mismatch for border.

Test added a border of 20px to a width of 80px and expected 100px, but
border is added to both sides. Reduced border to 10px.

Bug: 1121917
Change-Id: I98fd76c9eb9581f842e2d8ea90e2e8b32fba01f0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377487
Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org>
Commit-Queue: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#801714}

--

wpt-commits: 9ad6ebf9fff00dcd46d6c5438ebbd0f7e71c15f8
wpt-pr: 25243
2020-09-02 08:23:22 +00:00
moz-wptsync-bot b9608b778b Bug 1604915 [wpt PR 20852] - Update wpt metadata, a=testonly
wpt-pr: 20852
wpt-type: metadata
2020-09-02 08:23:21 +00:00
jugglinmike 1d465944e6 Bug 1604915 [wpt PR 20852] - [html] Add tests for parsing COEP values, a=testonly
Automatic update from web-platform-tests
[html] Add tests for parsing COEP values

Co-authored-by: Simon Pieters <zcorpan@gmail.com>
--

wpt-commits: 8adc6cbbf26a654baff822ceaa4ac6faf17d3b99
wpt-pr: 20852
2020-09-02 08:23:21 +00:00
youennf 841a140d58 Bug 1661038 [wpt PR 25231] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=215806, a=testonly
Automatic update from web-platform-tests
WebKit export of https://bugs.webkit.org/show_bug.cgi?id=215806 (#25231)

--

wpt-commits: 66b725a622d42bab051099accdd16d88d0df65e0
wpt-pr: 25231
2020-09-02 08:23:20 +00:00
Emilio Cobos Álvarez a29afe9b5a Bug 1658302 - Don't reframe for changes to the placeholder attribute value. r=masayuki
We still reframe for additions / removals of the attribute because that
makes us create the placeholder <div>. We could avoid it if we created
it independently of the presence of the attribute but that seems like it
could regress perf for the case where there's no placeholder attribute,
which is probably common enough.

Differential Revision: https://phabricator.services.mozilla.com/D88724
2020-09-01 23:03:36 +00:00
Emilio Cobos Álvarez 03baee9d8a Bug 1662478 - Rename ::file-chooser-button to ::file-selector-button, and enable it in all channels. r=jwatt
See https://github.com/w3c/csswg-drafts/issues/5049

Differential Revision: https://phabricator.services.mozilla.com/D88995
2020-09-01 22:58:10 +00:00
Kartikaya Gupta 9258cf89d3 Bug 1662440 - Add a width=device-width meta tag to avoid rounding errors. r=hiro
Differential Revision: https://phabricator.services.mozilla.com/D89031
2020-09-01 22:51:33 +00:00
Henrik Skupin b33376f2aa Bug 1662544 - [marionette] Disable various Telemetry related services. r=marionette-reviewers,chutten,maja_zf
Differential Revision: https://phabricator.services.mozilla.com/D89039
2020-09-01 21:46:08 +00:00
Henrik Skupin 7aeb2c77af Bug 1662544 - [geckodriver] Don't set "toolkit.telemetry.server" to prevent side-effects. r=webdriver-reviewers,chutten,maja_zf
Differential Revision: https://phabricator.services.mozilla.com/D89037
2020-09-01 21:41:57 +00:00
Kartikaya Gupta ba7397a11e Bug 1661897 - Acknowledge pending visual scroll updates for any RSF. r=botond
We set pending visual scroll updates even for RSFs that are on subdocuments,
so we should ensure they get acknowledged and cleared on paints. Otherwise
the pending visual scroll update can get "stuck" and it affects things that
depend on it, such as the drag-selection code.

Differential Revision: https://phabricator.services.mozilla.com/D88893
2020-09-01 18:18:01 +00:00
Michael Froman 04b04a1e20 Bug 1654399 - pt2 - implement RTCDtlsTransport state and onstatechange. r=bwc
Differential Revision: https://phabricator.services.mozilla.com/D84460
2020-09-01 17:16:07 +00:00
Butkovits Atila 7b340f9684 Backed out 15 changesets (bug 1612824, bug 1661234, bug 1619926, bug 1612380, bug 1559530, bug 1642990) for Xpc failures. CLOSED TREE
Backed out changeset 426d017d7e46 (bug 1642990)
Backed out changeset 84ab4021d403 (bug 1559530)
Backed out changeset 82a8305543e5 (bug 1559530)
Backed out changeset 38832c1185b8 (bug 1559530)
Backed out changeset f16918c10a6b (bug 1661234)
Backed out changeset 3a13258fbd51 (bug 1661234)
Backed out changeset abf8d8b24845 (bug 1612824)
Backed out changeset 7dfeb065a385 (bug 1619926)
Backed out changeset bc9d3e210fe7 (bug 1619926)
Backed out changeset 786164c461ae (bug 1619926)
Backed out changeset d89793e9d17d (bug 1619926)
Backed out changeset d665885bc912 (bug 1619926)
Backed out changeset 9260b6620943 (bug 1619926)
Backed out changeset af69a4896f2f (bug 1619926)
Backed out changeset b9cd6b7047b9 (bug 1612380)
2020-09-01 21:03:23 +03:00
Cristina Coroiu 8eaafae8fd Backed out 2 changesets (bug 1661514) for lint failure on a CLOSED TREE
Backed out changeset 8e58c88f756b (bug 1661514)
Backed out changeset aef89f9a8031 (bug 1661514)
2020-09-01 19:34:12 +03:00