Commit Graph

9272 Commits

Author SHA1 Message Date
Narcis Beleuzu
59c3fccd33 Merge inbound to mozilla-central. a=merge 2019-07-09 06:45:48 +03:00
Ehsan Akhgari
127357ac73 Bug 1558570 - Move HTMLDocument.clear/captureEvents/releaseEvents to Document; r=farre
Differential Revision: https://phabricator.services.mozilla.com/D34567

--HG--
extra : moz-landing-system : lando
2019-07-08 21:59:10 +00:00
Jonathan Kew
6bea7b3966 Bug 1421938 - Add an 'auto' value for the CSS 'quotes' property, and make it use language-dependent quote marks. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D36429

--HG--
extra : moz-landing-system : lando
2019-07-08 20:16:19 +00:00
Jonathan Kew
d6632784c7 Bug 1421938 - Add a set of WPT reftests (based on the manual i18n-wg testcases) for localized quote marks. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D36426

--HG--
extra : moz-landing-system : lando
2019-07-08 20:16:15 +00:00
shindli
3836f557ea Backed out 3 changesets (bug 1561657, bug 1557857, bug 1562704) for causing Wr permafailures in z:/build/build/src/layout/base/nsCSSFrameConstructor.cpp:3962 CLOSED TREE
Backed out changeset 3fd103a9fce8 (bug 1557857)
Backed out changeset c4ffd7ba0442 (bug 1561657)
Backed out changeset 4b67dff062c6 (bug 1562704)
2019-07-08 22:56:35 +03:00
Jonathan Kew
e5f479f588 Bug 1421938 - Add an 'auto' value for the CSS 'quotes' property, and make it use language-dependent quote marks. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D36429

--HG--
extra : moz-landing-system : lando
2019-07-08 12:13:28 +00:00
Jonathan Kew
a4621e023c Bug 1421938 - Add a set of WPT reftests (based on the manual i18n-wg testcases) for localized quote marks. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D36426

--HG--
extra : moz-landing-system : lando
2019-07-08 12:13:27 +00:00
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
Noemi Erli
ad06a86a88 Merge mozilla-central to inbound. a=merge CLOSED TREE 2019-07-08 12:53:36 +03:00
Gurzau Raul
93233f439a Merge mozilla-central to inbound. a=merge CLOSED TREE 2019-07-07 01:44:47 +03:00
Daniel Varga
1ea89eaac8 Merge mozilla-central to mozilla-inbound 2019-07-06 12:36:56 +03:00
longsonr
dcdb97d5bd Bug 1561721 - remove color-rendering tests since the property has been dropped from SVG 2 r=heycam 2019-07-06 09:14:02 +01:00
Mihai Alexandru Michis
c2dd1916fb Merge mozilla-central to mozilla-inbound. a=merge CLOSED TREE 2019-07-06 06:45:07 +03:00
Daniel Holbert
d314c4dfa3 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 : ec155bfd4b75dc9a751489c2ed07a2a92693c38f
2019-07-03 15:26:41 -07: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
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