Commit Graph

9259 Commits

Author SHA1 Message Date
Daniel Holbert
a1e7b693de Bug 1563050: Treat table-cells with contain:layout as if they had no baseline. r=TYLin
This makes us pass web platform test contain-layout-baseline-004.html (i.e. it
makes us treat that test's 'contain:layout' table-cell as having no baseline,
so we align its bottom edge with the other cell's actual baseline, as the test
expects).

This is required by the spec text at [1] which excludes most table parts but
includes table cells, and says "the containing element is treated as having no
baseline".

[1] https://drafts.csswg.org/css-contain/#containment-layout

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

--HG--
extra : moz-landing-system : lando
2019-07-08 17:41:35 +00:00
Charlie Marlow
52eb94596a Bug 1557857: Added reftests for text-underline-offset r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D35740

--HG--
extra : moz-landing-system : lando
2019-07-08 16:07:52 +00:00
Jonathan Kingston
31441f82ea Bug 1560455 - rename CodebasePrincipal to ContentPrincipal. r=ckerschb
Differential Revision: https://phabricator.services.mozilla.com/D35504

--HG--
extra : moz-landing-system : lando
2019-07-08 16:37:45 +00:00
Mihai Alexandru Michis
243ebfd35f Bug 1563134 - Disable mediasource-seek-during-pending-seek.html for frequent failures on android r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D37274

--HG--
extra : moz-landing-system : lando
2019-07-08 15:30:10 +00:00
Andreas Pehrson
cf67d306f8 Bug 1561569 - Put limits to width and height constraints in MediaEngineVideoDefault. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D36028

--HG--
extra : moz-landing-system : lando
2019-07-08 14:56:13 +00:00
Andreea Pavel
658492f45c Bug 1558966 - disabled test on win for frequent failures r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D37173

--HG--
extra : moz-landing-system : lando
2019-07-08 08:49:10 +00:00
Andreas Pehrson
90ffbb1560 Bug 1561319 - Check facingMode constraint in MediaEngineDefaultVideo and don't match empty string by default. r=jib
This does two things:
It makes MediaEngineDefaultVideo::GetBestFitnessDistance include a facingMode
check.
It also makes FitnessDistance() for StringRanges take a Maybe<nsString>, since
the device might not have a value for all StringRange constraints, as is the
case for facingMode. This fixes this issue for a MediaEngineRemoteVideoSource
with no facingMode, since such a device would match a facingMode of the empty
string prior to this patch.

To be fully spec compliant, the Maybe should be a set instead, since a device
may support multiple values for the facingMode capability. We don't support
more than one value however, so this change can be made later as needed.

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

--HG--
extra : moz-landing-system : lando
2019-07-05 18:46:32 +00:00
Andrea Marchesini
1dd6a5d98c Bug 1514296 - FeaturePolicy - WPT fixed, r=ckerschb
Differential Revision: https://phabricator.services.mozilla.com/D35803

--HG--
extra : moz-landing-system : lando
2019-07-08 08:47:30 +00:00
Cosmin Sabou
c13838cf6e Bug 1559313 - Disable fixed-z-index-blend.html on Android for frequent failures. a=test-only 2019-07-08 10:09:56 +03:00
Ciure Andrei
d94259f899 Backed out 2 changesets (bug 1514296) for causing beta simulation failures CLOSED TREE
Backed out changeset 88f4a687f039 (bug 1514296)
Backed out changeset fe343795c247 (bug 1514296)
2019-07-08 03:03:22 +03:00
Andrea Marchesini
f711552789 Bug 1514296 - FeaturePolicy - WPT fixed, r=ckerschb
Differential Revision: https://phabricator.services.mozilla.com/D35803

--HG--
extra : moz-landing-system : lando
2019-07-06 15:11:42 +00:00
Paul Adenot
3ffaf1696e Bug 1563728 - Throw when the three parameters of BiquadFilterNode.getFrequencyResponse aren't of the same size. r=baku
Differential Revision: https://phabricator.services.mozilla.com/D37056

--HG--
extra : moz-landing-system : lando
2019-07-05 20:34:47 +00:00
Kagami Sascha Rosylight
76dc4579b9 Bug 1563504: Implement DOMPoint matrixTransform() r=bzbarsky
Try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=619248c60ce6a3f432c13abe7e7bc5bbf03c4184 (7 unexpected passes in wpt8 here have been removed)

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

--HG--
extra : moz-landing-system : lando
2019-07-06 06:55:53 +00:00
Jan-Ivar Bruaroey
315c16a82e Bug 1528031 - Require [SecureContext] for navigator.mediaDevices & navigator.mozGetUserMedia(). r=pehrsons,smaug
Differential Revision: https://phabricator.services.mozilla.com/D33836

--HG--
extra : moz-landing-system : lando
2019-07-05 21:21:25 +00:00
Andreea Pavel
8039da4d93 Bug 1553657 - disabled c44-ln-box-001.xht on android debug r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D37070

--HG--
extra : moz-landing-system : lando
2019-07-05 15:03:05 +00:00
Jeff Gilbert
02b8c2bbc7 Bug 1563443 - Remark tests after bug 1560736.
Differential Revision: https://phabricator.services.mozilla.com/D37119

--HG--
extra : moz-landing-system : lando
2019-07-05 20:40:56 +00:00
Andreea Pavel
10c90a9d6a Bug 1490546 - update disabling condition r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D36712

--HG--
extra : moz-landing-system : lando
2019-07-05 05:54:47 +00:00
Jeff Gilbert
510b2f48e1 Bug 1560761 - Remark tests after bug 1560736.
Differential Revision: https://phabricator.services.mozilla.com/D37035

--HG--
extra : moz-landing-system : lando
2019-07-05 06:32:24 +00:00
Razvan Maries
daed363fd7 Merge mozilla-inbound to mozilla-central a=merge 2019-07-05 00:40:17 +03:00
Daniel Varga
5369a40c1d Backed out changeset c97ef13f37d2 (bug 1563059) for BPGO (run) failure. 2019-07-04 23:01:50 +03:00
Daniel Holbert
83b1768801 Bug 1563059: Give contain-paint-clip-015.html & -016.html a fuzzy annotation instead of a failure annotation. (no review, test-annotation-only)
Differential Revision: https://phabricator.services.mozilla.com/D36844

--HG--
extra : rebase_source : c73577030577cb4a0f4e3f0ba2f2314ceef3423c
2019-07-03 15:26:41 -07:00
Csoregi Natalia
0c754625a9 Merge mozilla-central to mozilla-inbound. CLOSED TREE 2019-07-04 12:54:22 +03:00
Oana Pop Rus
2ad74ef9f7 Merge mozilla-central to inbound. a=merge CLOSED TREE 2019-07-04 06:38:21 +03:00
Daniel Holbert
971c25ae0e Bug 1563061: Add/update bug annotation links for known failures in css-contain web platform tests. (no review, annotation-only)
This patch also adjusts some expected-fail annotations to instead mark tests as
fuzzy, to reflect reality and strenthen expectations.

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

--HG--
extra : rebase_source : 4158d156d0afb23ec585ae130589eaab06dc7c90
extra : amend_source : 770aedeff143edf42ee81633edbee8b205b99cd4
2019-07-03 09:31:39 -07:00
Olli Pettay
d957d5d294 Bug 1178763, move UIEvent.pageX/pageY to MouseEvent, r=masayuki
Differential Revision: https://phabricator.services.mozilla.com/D36781

--HG--
extra : moz-landing-system : lando
2019-07-04 01:50:22 +00:00
Andrea Marchesini
1cb27e6f3a Bug 1561210 - Pass samesite-none-secure WPTs, r=Ehsan
Differential Revision: https://phabricator.services.mozilla.com/D35762

--HG--
extra : moz-landing-system : lando
2019-07-03 18:18:27 +00:00
Henrik Skupin
a72ffd8cdf Bug 1493907 - [wdspec] Mark remaining failing tests as expected fail for headless mode. r=webdriver-reviewers,ato
Differential Revision: https://phabricator.services.mozilla.com/D36725

--HG--
extra : moz-landing-system : lando
2019-07-03 19:23:10 +00:00
Thomas Wisniewski
f4ce999b5d Bug 1559795 - drop check for header length under 128 chars in nsContentUtils::IsCORSSafelistedRequestHeader for webcompat; r=ckerschb,hsivonen
drop check for header length under 128 chars in nsContentUtils::IsCORSSafelistedRequestHeader for webcompat

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

--HG--
extra : moz-landing-system : lando
2019-07-03 17:24:52 +00:00
Jeff Gilbert
bf0dbae910 Bug 1560736 - Re-enable tests.
Differential Revision: https://phabricator.services.mozilla.com/D36686

--HG--
extra : moz-landing-system : lando
2019-07-02 23:25:40 +00:00
Cosmin Sabou
a00d8cc66f Bug 1560299 - Update expectations for several presentation-api/controlling-ua tests. r=aryx
Differential Revision: https://phabricator.services.mozilla.com/D36452

--HG--
extra : moz-landing-system : lando
2019-07-03 09:59:45 +00:00
Cosmin Sabou
56754efbdb Backed out 3 changesets (bug 1514474, bug 1514296) for mochitest failures on test_featureList.html. CLOSED TREE
Backed out changeset 52ae606e4cfa (bug 1514296)
Backed out changeset e74168e44dd7 (bug 1514474)
Backed out changeset a43f3aa0ea77 (bug 1514296)
2019-07-03 17:29:15 +03:00
Andrea Marchesini
d73e20e33d Bug 1514296 - FeaturePolicy - WPT fixed, r=ckerschb
Depends on D35802

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

--HG--
extra : moz-landing-system : lando
2019-07-03 13:07:12 +00:00
arthur.iakab
7bc47eec9b Backed out 2 changesets (bug 1552168) for causing mochitest crashes on test_menubar.xul CLOSED TREE
Backed out changeset 83590619ce06 (bug 1552168)
Backed out changeset 7ff83cc5d33a (bug 1552168)
2019-07-03 16:08:23 +03:00
Sebastian Streich
ce99ef5438 Bug 1552168 - Fix Tests that rely on data_uri.unique_opaque_origin r=ckerschb
Differential Revision: https://phabricator.services.mozilla.com/D35006

--HG--
extra : moz-landing-system : lando
2019-07-03 10:23:46 +00:00
Jeff Gilbert
ddd8e853b4 Bug 1560330 - Restore expectation for the failing test.
(now that Android is behaving again after bug 1560736)

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

--HG--
extra : moz-landing-system : lando
2019-07-04 00:12:52 +00:00
Kagami Sascha Rosylight
509d2d30b6 Bug 1366738: Implement [LegacyWindowAlias] r=bzbarsky
Add [LegacyWindowAlias] extended attribute support for WebKitCSSMatrix and webkitURL.

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

--HG--
extra : moz-landing-system : lando
2019-07-03 08:37:01 +00:00
Mihai Alexandru Michis
9c4d142e96 Backed out changeset 509af1e0771d (bug 1366738) for causing failures in test_WebKitCSSMatrix.html CLOSED TREE 2019-07-03 10:21:30 +03:00
Boris Zbarsky
2ccccf1e48 Bug 1562690. Fix parsing of HTML dimension values to follow spec update and align better with other browsers. r=mccr8
See https://github.com/whatwg/html/pull/4747 for the spec changes

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

--HG--
extra : moz-landing-system : lando
2019-07-03 06:36:17 +00:00
Kagami Sascha Rosylight
8dd328fee0 Bug 1366738: Implement [LegacyWindowAlias] r=bzbarsky
Add [LegacyWindowAlias] extended attribute support for WebKitCSSMatrix and webkitURL.

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

--HG--
extra : moz-landing-system : lando
2019-07-03 02:37:11 +00:00
Boris Zbarsky
11712bd3ce Bug 1558101: Implement geometry static constructors r=bzbarsky
Includes .fromRect, .fromQuad, and .fromFloat32/64Array.

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

--HG--
extra : moz-landing-system : lando
2019-07-03 05:51:30 +00:00
Andreea Pavel
71f6e5e661 Bug 1560524 - disable mediasource-seek-beyond-duration.html on android debug r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D36684

--HG--
extra : moz-landing-system : lando
2019-07-03 00:42:17 +00:00
Andreea Pavel
1acf130783 Bug 1550758 - disabled send-after-setting-document-domain.htm on android debug r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D36683

--HG--
extra : moz-landing-system : lando
2019-07-03 00:06:59 +00:00
Ciure Andrei
f0ee56947e Merge mozilla-central to autoland. a=merge CLOSED TREE
--HG--
extra : rebase_source : dc375a75c39378fa7cb5db8220af0ee49528a568
2019-07-03 00:51:32 +03:00
Ciure Andrei
d2edc7f197 Merge inbound to mozilla-central. a=merge 2019-07-03 00:47:39 +03:00
Andreea Pavel
cb0dd936b4 Bug 1490546 - disable postmessage.https.html on android debug r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D36661

--HG--
extra : moz-landing-system : lando
2019-07-02 20:27:06 +00:00
Andreea Pavel
d7518c2c47 Bug 1546756 - disabled mediaElementAudioSourceToScriptProcessorTest.html on android debug r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D36658

--HG--
extra : moz-landing-system : lando
2019-07-02 20:21:04 +00:00
alwu
db4efa1d4e Bug 1557185 - part3 : enable wpt 'too_many_cues.html' and 'too_many_cues_wrapped.html'. r=heycam
Differential Revision: https://phabricator.services.mozilla.com/D34035

--HG--
extra : moz-landing-system : lando
2019-07-02 19:59:38 +00:00
Andreea Pavel
60ae629261 Backed out changeset 5607d2f3ef7d (bug 1557185) for failing too_many_cues_wrapped.html on a CLOSED TREE 2019-07-02 23:12:07 +03:00
alwu
4a75255151 Bug 1557185 - part3 : enable wpt 'too_many_cues.html' and 'too_many_cues_wrapped.html'. r=heycam
Differential Revision: https://phabricator.services.mozilla.com/D34035

--HG--
extra : moz-landing-system : lando
2019-07-02 04:53:18 +00:00
Andreea Pavel
dd8c448c22 Bug 1557492 - update resource_timing.worker.html expectation r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D36436

--HG--
extra : moz-landing-system : lando
2019-07-01 11:41:27 +00:00