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

55192 Коммитов

Автор SHA1 Сообщение Дата
Kagami Sascha Rosylight 84d84038b4 Bug 1623717 - Make sure selection offset remains within inline editing host r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D107120
2021-04-13 23:02:41 +00:00
Kashav Madan 0b905bfe1f Bug 1694974 - Remove "fission" intermittent annotations, r=webdriver-reviewers,cpeterson,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D109803
2021-04-13 20:43:54 +00:00
Ryan Hunt 9ab15bed44 Bug 1703105 - wasm: Stop vendoring duplicate WPT version of spec tests. r=lth
We have a duplicate copy of the *.wast tests in mozilla's private WPT
folder. I don't think we get anything out of this and it's more work to
get the wast2js converter working with it, so I think we should drop
this for now.

Differential Revision: https://phabricator.services.mozilla.com/D111226
2021-04-13 16:41:40 +00:00
Alex Ionescu 24ed8a6fcc Bug 1702689 - Fix browsertime_benchmark.js to collect all pagecycle results r=perftest-reviewers,sparky
Fixed browsertime benchmark script to correctly run the tests, fix python code to collect all the pagecycles data and disable unity-webgl test running on windows7.

Differential Revision: https://phabricator.services.mozilla.com/D110683
2021-04-13 14:37:01 +00:00
championshuttler 13fdc0184d Bug 1704061 - Fix FileNotFoundError code-coverage-grcov.zip.r=marco
Differential Revision: https://phabricator.services.mozilla.com/D111586
2021-04-13 10:42:40 +00:00
Henrik Skupin 616eb9e28c Bug 1697630 - [marionette] Remove non-WebDriver spec compliant "rotatable" capability. r=marionette-reviewers,jdescottes
This capability is not part of the WebDriver specification
and might have used in the past for B2G to indicate that
a mobile device allows screen orientation changes. This is
no longer used.

Differential Revision: https://phabricator.services.mozilla.com/D111781
2021-04-13 09:37:38 +00:00
alwu c53d7b0160 Bug 1703444 - part1 : comment block should be preceded by a blank line. r=jbauman
Differential Revision: https://phabricator.services.mozilla.com/D111300
2021-04-13 04:41:30 +00:00
Boris Chiou 95586d6559 Bug 1690423 - Part 3: No need to handle transferred size suggestion for the minimum contribution on non-replaced elements. r=mats
The spec says: the content-based minimum size for a grid item in a given
dimension is its specified size suggestion if it exists, otherwise its
transferred size suggestion if that exists and the element is replaced, else
its content size suggestion. So for non-replaced elements, we don't have
to take transferred size suggestion into account.

Add some tests when using the preferred size with percentage value and
min-size:auto in grid items, and a test for overflow:auto.

Differential Revision: https://phabricator.services.mozilla.com/D110479
2021-04-12 21:06:56 +00:00
Boris Chiou 98ea39687f Bug 1690423 - Part 2: Unified auto block-size behavior with UseAutoBSize flag in nsIFrame::ComputeSize(). r=mats
For grid layout, we set UseAutoBSize flag during measuring reflow to
resolve the grid track sizing. We still have to respect aspect ratio
for the calculation of the content contribution.

Differential Revision: https://phabricator.services.mozilla.com/D104936
2021-04-12 21:06:55 +00:00
Boris Chiou 20211d237b Bug 1690423 - Part 1: Fix stretched grid items with aspect-ratio. r=mats
Based on https://drafts.csswg.org/css-grid/#grid-item-sizing, the grid
items should ignore aspect-ratio if it's stretched in that axis.
1. If the alignment value is stretch: don't apply aspect ratio.
2. If the alignment value is normal: apply aspect ratio if we have one.
3. Other values: apply aspect ratio if we have one.

Note:
We also clamp margin block min size in nsBlockFrame::ComputeFinalSize(), so
grid-aspect-ratio-021.html is still passed without this patch. However, we
add this test case just in case and let other browsers catch this.

Differential Revision: https://phabricator.services.mozilla.com/D105082
2021-04-12 21:06:55 +00:00
Emilio Cobos Álvarez bc04fb8a65 Bug 1704492 - Some fields in MarionetteSession are never read. r=webdriver-reviewers,whimboo
This warns with Rust nightly.

Differential Revision: https://phabricator.services.mozilla.com/D111627
2021-04-12 20:03:30 +00:00
Geoff Brown 348a56ee33 Bug 1702321 - Improve crash reports for some rust panics; r=kmag
Add some additional patterns for well-known panic frames. This should
improve crash signature reporting for some rust panics.

Differential Revision: https://phabricator.services.mozilla.com/D111690
2021-04-12 20:00:58 +00:00
Tom Schuster 2c07d1b2e5 Bug 1704539 - Make ReadableStream getReader implement WebIDL semantics. r=arai
Differential Revision: https://phabricator.services.mozilla.com/D111642
2021-04-12 19:27:19 +00:00
Butkovits Atila 551d0c579d Backed out changeset e54fc0334261 (bug 1704061) for causing 1704603. 2021-04-12 22:16:58 +03:00
Geoff Brown 989a7c1107 Bug 1696530 - Run reftests with py3; r=ahal
Run all flavors of reftest with py3. A minor mozharness adjustment
is needed to stop using a Windows 7 work-around needed with py2 only.

Differential Revision: https://phabricator.services.mozilla.com/D111574
2021-04-12 18:00:56 +00:00
Butkovits Atila 7ea81c93fb Backed out changeset 929c410d53a8 (bug 1704539) for causing build bustages on ReadableStream.cpp. CLOSED TREE 2021-04-12 20:52:04 +03:00
Butkovits Atila 8b7a0827b5 Backed out 7 changesets (bug 1696531) for causing mochitest failures complaining about arguments.
Backed out changeset 52ba6bf74b55 (bug 1696531)
Backed out changeset c907d8324bcc (bug 1696531)
Backed out changeset 1f7ffffa368f (bug 1696531)
Backed out changeset 5002c2053444 (bug 1696531)
Backed out changeset 0b8c56f2f5c3 (bug 1696531)
Backed out changeset a8d8adae39b6 (bug 1696531)
Backed out changeset a7f9bd32a4c9 (bug 1696531)
2021-04-12 20:48:48 +03:00
Tom Schuster af9b35b1c9 Bug 1704539 - Make ReadableStream getReader implement WebIDL semantics. r=arai
Differential Revision: https://phabricator.services.mozilla.com/D111642
2021-04-12 16:50:21 +00:00
Andrew Halberstadt 47c981510f Bug 1696531 - [xpcshell] Fix Python 3 error in selftest.py, r=bhearsum
Differential Revision: https://phabricator.services.mozilla.com/D110546
2021-04-12 16:31:22 +00:00
Ben Hearsum 4e1b824a3f Bug 1696531: add required import to xpcshell/selftest.py r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D109732
2021-04-12 16:31:21 +00:00
Ben Hearsum df62fb3800 Bug 1696531: fix dmd.py and related tools to support python 3 r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D109731
2021-04-12 16:31:21 +00:00
Geoff Brown c792752b09 Bug 1704245 - Dump less device info in android test logs; r=jmaher
Make android test logs simpler and easier to read by removing less helpful diagnostic info.

Differential Revision: https://phabricator.services.mozilla.com/D111526
2021-04-12 13:38:28 +00:00
Sebastian Hengst 057f58ef49 Bug 1703853 - set background-color-animation-with-table3.html as intermittently timing out on all platforms. DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D111625
2021-04-12 12:19:38 +00:00
championshuttler 7f636f4e6c Bug 1704061 - Fix FileNotFoundError code-coverage-grcov.zip.r=marco
Differential Revision: https://phabricator.services.mozilla.com/D111586
2021-04-12 09:21:34 +00:00
Sebastian Hengst 1906ce5aed Bug 1704265 - set upgrade-insecure-requests/gen/srcdoc-inherit.meta/unset/sharedworker-import.https.html as passing on Linux tsan. DONTBUILD
The timeout expectation got added after the synchronization of
web-platform-tests with the upstream repository in bug 1702830.

Differential Revision: https://phabricator.services.mozilla.com/D111585
2021-04-12 09:00:17 +00:00
Mats Palmgren 2b3dbc5dc2 Bug 1696712 - [css-pseudo] Use 'white-space: pre' by default in ::marker. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D107359
2021-04-11 20:42:30 +00:00
Emilio Cobos Álvarez 97ec9ca623 Bug 1704332 - Remove various image-orientation related prefs. r=tnikkel
These shipped in 77.

Differential Revision: https://phabricator.services.mozilla.com/D111550
2021-04-11 17:39:12 +00:00
James Graham 983c29daef Bug 1703921 - Update wpt metadata r=twisniewski
Differential Revision: https://phabricator.services.mozilla.com/D111324
2021-04-10 20:04:49 +00:00
James Graham 5d7d6a92d3 Bug 1703921 - Ensure h2 server terminates threads when connections are closed r=twisniewski
Move the location where we send the "close thread" message so it will
always happen when we're waiting on the thread to join. Also stop
blocking forever on queues, but spin the loop every second to check if
the connection closed flag got set.

Differential Revision: https://phabricator.services.mozilla.com/D111323
2021-04-10 20:04:49 +00:00
Mark Striemer 909ff1f4d9 Bug 1702330 - Graduate infobars to main proton pref r=jaws,marionette-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D110638
2021-04-10 19:56:10 +00:00
Daniel Holbert 6d52394b7b Bug 1698428: Adjust WPT reference case "overflow-top-left-ref.html" to use a white border as a mockup for the testcase's margins. r=TYLin
Per https://drafts.csswg.org/css-overflow-3/#scrollable , the scrollable
overflow area of a scrollable flex container is supposed to contain "the margin
areas of...flex item boxes for which the box establishes a containing block."

Before this patch, the reference case didn't properly require this behavior (in
its mockup of the inline-end edge of the testcase's flex containers).  The
reference case was using "margin" on blocks in a block container to represent
this space, and that didn't match the testcase because margins behave
differently in block layout vs. flex layout with respect to creating scrollable
overflow in their container.

This patch changes the reference case to use borders to represent this space.
This works better because borders do reliably create scrollable
overflow. (Also, borders don't collapse like margins do in block layout; this
lets us remove an extra hack that the reference case was having to use to
counteract this.)

Differential Revision: https://phabricator.services.mozilla.com/D111025
2021-04-10 06:00:05 +00:00
Dorel Luca 26ac39c8d5 Backed out 9 changesets (bug 1702330) for Mochitest failures in toolkit/components/url-classifier/tests/mochitest/test_reporturl.html. CLOSED TREE
Backed out changeset f84605e6fc8b (bug 1702330)
Backed out changeset 79c63bf11b29 (bug 1702330)
Backed out changeset 5425a2312f6e (bug 1702330)
Backed out changeset d76516e0d07d (bug 1702330)
Backed out changeset 3b75ffae171a (bug 1702330)
Backed out changeset 4bb6ceb6adb3 (bug 1702330)
Backed out changeset 607be325b4e8 (bug 1702330)
Backed out changeset 4b345ea924cc (bug 1702330)
Backed out changeset c7f0de372b21 (bug 1702330)
2021-04-10 07:48:08 +03:00
Emilio Cobos Álvarez 30483671c1 Bug 1703984 - Clean up text-justify, and make distribute a parse-time alias. r=xidorn
Since it's simpler, as discussed in the CSSWG issue.

Differential Revision: https://phabricator.services.mozilla.com/D111346
2021-04-10 03:45:51 +00:00
Mark Striemer 4119d385db Bug 1702330 - Graduate infobars to main proton pref r=jaws,marionette-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D110638
2021-04-10 00:30:39 +00:00
Aaron Klotz 2cbadfbfae Bug 1703968: Part 6 - Fix Android expectation for nightly in wpt hr-time tests; r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D111448
2021-04-09 22:57:18 +00:00
Aaron Klotz f46dcaaab0 Bug 1703968: Part 5 - Fix Android expectation for nightly in wpt worker tests; r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D111447
2021-04-09 22:57:18 +00:00
Aaron Klotz 9b556fc369 Bug 1703968: Part 4 - Fix COEP wpt test expectations for Android Nightly; r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D111446
2021-04-09 22:57:17 +00:00
Aaron Klotz 7bb18060d1 Bug 1703968: Part 3 - Fix COOP wpt test expectations for Android Nightly; r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D111445
2021-04-09 22:57:17 +00:00
Dorel Luca 0e53a30dc1 Backed out 7 changesets (bug 1703968) for WPT failures in hr-time/clamped-time-origin-isolated.https.html. CLOSED TREE
Backed out changeset f9628f3c1fe0 (bug 1703968)
Backed out changeset 2297f0570091 (bug 1703968)
Backed out changeset 4d48931594ed (bug 1703968)
Backed out changeset d169cd7d7083 (bug 1703968)
Backed out changeset fcb0f1251d66 (bug 1703968)
Backed out changeset cbe5389803cd (bug 1703968)
Backed out changeset ac7dbdbff84d (bug 1703968)
2021-04-10 01:27:48 +03:00
Florian Quèze b92d76cb9f Bug 1671126 - fix python errors related to mixed strings and byte streams in mozgeckoprofiler symbolication code, r=gregtatum.
Differential Revision: https://phabricator.services.mozilla.com/D110661
2021-04-09 20:50:33 +00:00
Marco Bonardo cfbef4a018 Bug 1703274 - Update WPT tests expectations. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D111441
2021-04-09 18:20:20 +00:00
Aaron Klotz 1c41ebbdb1 Bug 1703968: Part 7 - Fix missing 'and' in report-only-require-corp.https.htmll.ini; r=bustage CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D111469
2021-04-09 18:09:39 +00:00
Aaron Klotz 579b7bde5f Bug 1703968: Part 6 - Fix Android expectation for nightly in wpt hr-time tests; r=jgraham
Depends on D111447

Differential Revision: https://phabricator.services.mozilla.com/D111448
2021-04-09 16:45:56 +00:00
Aaron Klotz 4cd5292ed8 Bug 1703968: Part 5 - Fix Android expectation for nightly in wpt worker tests; r=jgraham
Depends on D111446

Differential Revision: https://phabricator.services.mozilla.com/D111447
2021-04-09 16:45:55 +00:00
Aaron Klotz 5cd14917dc Bug 1703968: Part 4 - Fix COEP wpt test expectations for Android Nightly; r=jgraham
Depends on D111445

Differential Revision: https://phabricator.services.mozilla.com/D111446
2021-04-09 16:45:54 +00:00
Aaron Klotz 8f453423ee Bug 1703968: Part 3 - Fix COOP wpt test expectations for Android Nightly; r=jgraham
Depends on D111444

Differential Revision: https://phabricator.services.mozilla.com/D111445
2021-04-09 16:45:54 +00:00
Dorel Luca 7c6d9844e5 Backed out 8 changesets (bug 1702330)for Browser-chrome failures in est/popups/browser_popup_blocker.js. CLOSED TREE
Backed out changeset b81511f8e157 (bug 1702330)
Backed out changeset 15f60f1d3f14 (bug 1702330)
Backed out changeset 809af1f94b4b (bug 1702330)
Backed out changeset 63cec3eadb4f (bug 1702330)
Backed out changeset b9964fb4dd70 (bug 1702330)
Backed out changeset 1e5ccb47056e (bug 1702330)
Backed out changeset 65faaeeb2339 (bug 1702330)
Backed out changeset e72fb8b52609 (bug 1702330)
2021-04-09 20:21:35 +03:00
Mark Striemer 71680c44e5 Bug 1702330 - Graduate infobars to main proton pref r=jaws,marionette-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D110638
2021-04-09 15:26:24 +00:00
Sebastian Hengst 42b0da04ef Bug 1703843 - add expectation of timeout for test step in RTCPeerConnection-iceConnectionState.https.html on macOS opt. DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D111412
2021-04-09 13:52:19 +00:00
Emilio Cobos Álvarez 480efa657d Bug 1703592 - Deal with non-finite viewbox / viewports. r=longsonr
In the test-case we end up dividing viewbox/viewport, which is inf/inf,
end up with NaN, and boom.

Differential Revision: https://phabricator.services.mozilla.com/D111325
2021-04-09 13:10:55 +00:00