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

11093 Коммитов

Автор SHA1 Сообщение Дата
Coroiu Cristina 2edc28a37f Backed out 2 changesets (bug 1064172) for Wr failures at /css/css-text/boundary-shaping/boundary-shaping-010.html
Backed out changeset 8126c43fb9e7 (bug 1064172)
Backed out changeset 107a4383fa0c (bug 1064172)
2018-12-29 16:43:23 +02:00
Jonathan Kew 49f58b6031 Bug 1064172 - Add WPT reftests for properties that inhibit text shaping across inline element boundaries. r=jwatt
--HG--
rename : layout/reftests/fonts/LinLibertine_Re-4.7.5.woff => testing/web-platform/tests/css/css-text/boundary-shaping/resources/LinLibertine_Re-4.7.5.woff
2018-12-04 23:48:33 -05:00
Bogdan Tara fff0a1f4f9 Merge inbound to mozilla-central. a=merge 2018-12-28 23:50:12 +02:00
Jan-Ivar Bruaroey cbb94950ec Bug 1321221 - Delay getDisplayMedia() promise until first frame arrives, to pass wpt. r=ng
Differential Revision: https://phabricator.services.mozilla.com/D15283

--HG--
extra : moz-landing-system : lando
2018-12-28 03:13:11 +00:00
Jan-Ivar Bruaroey c8bbcb8047 Bug 1321221 - Implement getDisplayMedia() and update related wpt tests. r=pehrsons,smaug
Differential Revision: https://phabricator.services.mozilla.com/D15058

--HG--
extra : moz-landing-system : lando
2018-12-28 03:12:57 +00:00
Margareta Eliza Balazs 7a922172a9 Merge inbound to mozilla-central. a=merge 2018-12-28 11:29:35 +02:00
Ting-Yu Lin 1a1d5fc4e8 Bug 1508762 Part 1 - Support column-span:all for a multi-column <details> element. r=dholbert
In CreateColumnSpanSiblings(), aInitialBlock can be a DetailsFrame.
Therefore, when creating a non-column-span wrapper, we cannot assume
it's always a block frame. We need to use CreateContinuingFrame to
ensure the correct type of continuation is created.

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

--HG--
extra : moz-landing-system : lando
2018-12-28 02:15:58 +00:00
quasicomputational baf06c6032 Bug 1422235 - Implement the 'overflow-inline' media query. r=emilio 2018-12-28 02:16:59 +01:00
quasicomputational 20fa93316d Bug 1422235 - Implement the 'overflow-block' media query. r=emilio 2018-12-28 02:16:53 +01:00
Ting-Yu Lin 18ca6d4420 Bug 1515991 - Shrink columns width in column-span reftests to fit the window on wpt. r=dholbert
The width doesn't matter for the tests. It's to fit the 600x600 window
to prevent scrollbar from appearing.

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

--HG--
extra : moz-landing-system : lando
2018-12-24 05:56:36 +00:00
Kartikaya Gupta 3fb331d4d4 Bug 1491163 - Disable test on webrender for high frequency intermittents. r=me 2018-12-25 08:09:28 -05:00
Kartikaya Gupta 6006a63753 Bug 1515492 - Disable test on webrender for high frequency intermittents. r=me 2018-12-25 08:02:28 -05:00
Kartikaya Gupta f2e394f3bb Bug 1491264 - Disable test on webrender for high frequency intermittents. r=me 2018-12-25 08:02:27 -05:00
Andreea Pavel 025088ac42 Bug 1509373 - disabled sw.https.window.html on linux for leaks r=jmaher 2018-12-25 14:03:04 +02:00
Kartikaya Gupta 81f1e0e5d0 Bug 1463827 - Disable wpt test for WR because of high intermittent rate. r=me 2018-12-22 08:47:07 -05:00
Kartikaya Gupta 1424a0b4a5 Bug 1515486 - Set a leak threshold for the gpu process on WR-enabled WPT tests. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D15223

--HG--
extra : moz-landing-system : lando
2018-12-22 00:10:13 +00:00
Wes Kocher b3bdfa09c3 Bug 1378310 - Add descriptions to wpt mach commands r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D15166

--HG--
extra : moz-landing-system : lando
2018-12-21 18:55:27 +00:00
Henri Sivonen feff447597 Bug 1515066 - Mark SVG script without an end tag malformed. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D15090

--HG--
extra : moz-landing-system : lando
2018-12-20 18:20:04 +00:00
L. David Baron 7f7d426923 Bug 1514950 - Add test for pixel values of Gaussian blur for canvas 2d context shadowBlur. r=mattwoodrow
I should have added this test back in bug 590039 and bug 600428, but I didn't.

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

--HG--
extra : moz-landing-system : lando
2018-12-21 01:24:50 +00:00
Cosmin Sabou 4d5fd1304e Backed out 6 changesets (bug 1504756) as requested by whimboo in order to stop some wpt and mn intermittents. a=backout
Backed out changeset d7d78e79f0b3 (bug 1504756)
Backed out changeset 5c495fd7f64d (bug 1504756)
Backed out changeset 5c2826c58f9e (bug 1504756)
Backed out changeset f23b667d8bfa (bug 1504756)
Backed out changeset 6068c233f4ef (bug 1504756)
Backed out changeset 65858c8c0fbd (bug 1504756)

--HG--
extra : rebase_source : 6b895c62a74c6f7521e4a4baff3b0498c65fcbf9
2018-12-20 18:07:02 +02:00
Margareta Eliza Balazs 9528360768 Merge inbound to mozilla-central. a=merge 2018-12-20 17:26:03 +02:00
Ting-Yu Lin 473998be7d Bug 1506314 - Fix reframing ColumnSetWrapperFrame when it already has column-span children. r=dbaron
If a ColumnSetWrapperFrame already has column-span children,
ColumnSetWrapperFrame::GetContentInsertionFrame() will return itself to
let WipeContainingBlock() aware this is the case to reframe.

To make this work, we need to move the reframe condition prior to check
NS_FRAME_HAS_MULTI_COLUMN_ANCESTOR bit because the top level
ColumnSetWrapperFrame never has NS_FRAME_HAS_MULTI_COLUMN_ANCESTOR bit
set.

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

--HG--
extra : moz-landing-system : lando
2018-12-20 00:11:26 +00:00
Hiroyuki Ikezoe a02c7545f3 Bug 1515199 - Set dom.visualviewport.enabled true for the web platform tests for the Visual Viewport API. r=botond
Differential Revision: https://phabricator.services.mozilla.com/D14918

--HG--
extra : moz-landing-system : lando
2018-12-20 00:23:36 +00:00
Razvan Maries 98becee43c Merge mozilla-central to autoland. a=merge on a CLOSED TREE 2018-12-20 00:01:42 +02:00
Boris Chiou fc0401547c Bug 1512883 - Part 2: Tests. r=birtles
Add some tests to make sure we clamp the interpolated result with
negative easing function on circle(), ellipse(), and inset().

Depends on D14654

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

--HG--
extra : moz-landing-system : lando
2018-12-19 19:08:10 +00:00
Kartikaya Gupta ef264787cd Bug 1425592 - Update WPT reftest conditions for Windows QR results. r=jmaher
This also updates some existing annotations to collapse lines with
webrender and not-webrender clauses.

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

--HG--
extra : moz-landing-system : lando
2018-12-19 17:07:01 +00:00
Ting-Yu Lin 4d21c5dd06 Bug 1507244 followup - Change the width of #column to 500px. r=me
Per [1], web-platform-test's reftests are in 600x600 window. Shrink the
width of #column to 500px to prevent the scrollbar from appearing.

[1] https://web-platform-tests.org/writing-tests/reftests.html
2018-12-19 23:05:38 -08:00
Razvan Maries 81c417dbbf Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE 2018-12-20 07:09:51 +02:00
Mats Palmgren 40bed6405a Bug 1513959 - Make <input type=range> deal with "percentage inline-size implies zero min-content size" properly. r=dholbert 2018-12-20 02:01:01 +01:00
Boris Chiou 5c91563dc1 Bug 1322780 - Part 3: Let logical height, block-size, accept keywords. r=emilio
We should let block-size/min-block-size/max-block-size accept keywords as the
initial value, just like width in vertical writing mode or height in horizontal
writing mode.

Depends on D7536

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

--HG--
extra : moz-landing-system : lando
2018-12-18 18:47:39 +00:00
Boris Chiou c35f47093e Bug 1322780 - Part 2: Support unprefixed min-content and max-content. r=mats,emilio
Support unprefixed min-content and max-content and treat the prefixed
version as aliases for
1. width, min-width, max-width if inline-axis is horizontal, and
2. height, min-height, max-height if inline-axis is vertical, and
3. inline-size, min-inline-size, max-inline-size, and
4. flex-basis.

Besides, update the test cases to use unprefixed max-content and
min-content.

Depends on D7535

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

--HG--
extra : moz-landing-system : lando
2018-12-18 18:47:37 +00:00
Ting-Yu Lin 1e0598caea Bug 1507244 Part 2 - Suppress column-span descendants under a new block formatting context. r=dbaron
Bug 1506163 fixed only part of the issue. There are more types of frames
such as table, grid, flex, etc. that create their own block formatting
context.

Instead of propagating NS_FRAME_HAS_MULTI_COLUMN_ANCESTOR to the
children, we explicit carry the bit over to block and inline frames by
checking that their parent doesn't suppress column-span descendants.

Also, remove the unused "onload" from <body> in the tests.

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

--HG--
extra : moz-landing-system : lando
2018-12-18 00:40:58 +00:00
arthur.iakab f1762a3667 Merge mozilla-central to mozilla-inbound 2018-12-18 07:36:08 +02:00
Dorel Luca 137799b838 Backed out 2 changesets (bug 1513959) for wpt failure in css/css-sizing/range-percent-intrinsic-size-1.html. CLOSED TREE
Backed out changeset 24d7c1d1ea09
Backed out changeset 094ae6e3e717 (bug 1513959)
2018-12-18 04:37:15 +02:00
Mats Palmgren 1c2fba8e29 (no bug) - Fix trailing white-space in test files to fix linting error. CLOSED TREE r=me 2018-12-18 02:00:40 +01:00
Mats Palmgren ecdcceaf6a Bug 1513959 - Make <input type=range> deal with "percentage inline-size implies zero min-content size" properly. r=dholbert 2018-12-18 01:09:02 +01:00
arthur.iakab e14d71a660 Merge mozilla-central to inbound
--HG--
rename : mobile/android/geckoview/src/main/aidl/org/mozilla/gecko/gfx/ISurfaceAllocator.aidl => mobile/android/geckoview/src/main/aidl/org/mozilla/gecko/gfx/SyncConfig.aidl
extra : rebase_source : a7f6628299f30b300a02932debe0cc92810f901d
2018-12-18 00:04:04 +02:00
Mats Palmgren 150ae2447d Bug 1514658 - Fix a few baseline alignment tests that makes bogus assumptions about line-height metrics. r=emilio 2018-12-17 22:33:17 +01:00
longsonr 717a265944 Bug 1514570 - Only graphics elements should support tabindex r=dholbert 2018-12-17 21:11:12 +00:00
Jonathan Kingston 943bc1976a Bug 903372 - Removal of xml:base. r=baku
Differential Revision: https://phabricator.services.mozilla.com/D13457
2018-12-13 15:16:52 +00:00
Ciure Andrei a464905af4 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-12-17 18:43:49 +02:00
WR Updater Bot e5f883b32d Bug 1514740 - Update WPT annotations for changes in WR PR 3421. r=kats
Depends on D14739

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

--HG--
extra : moz-landing-system : lando
2018-12-17 16:01:09 +00:00
James Graham afe98ddb33 Bug 1436244 - Make default allowed leaks for mozilla wpt tests match those for upstream tests, a=testonly 2018-12-17 11:07:10 +00:00
Andreas Pehrson 1445eb8b70 Bug 1514241 - Remove Chrome-specific dependency and modernize. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D14596

--HG--
extra : moz-landing-system : lando
2018-12-17 13:56:05 +00:00
Emilio Cobos Álvarez 94522362b2 Bug 1513920 - Make <use> shadow trees lookup keyframe rules in the containing tree. r=heycam
The same thing we do for rule matching.

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

--HG--
extra : moz-landing-system : lando
2018-12-17 13:14:19 +00:00
Cosmin Sabou b30ca1fd33 Merge mozilla-inbound to mozilla-central. a=merge 2018-12-15 04:47:12 +02:00
Cosmin Sabou 563aa72f89 Bug 1513891 - [wpt-sync] Update expectation for text-space-collapse-preserve-breaks-001.xht to fail on OSX. a=Wr-fix 2018-12-15 01:35:58 +02:00
Ciure Andrei 814adb5c46 Merge mozilla-central to mozilla-inbound. a=merge CLOSED TREE 2018-12-15 00:03:24 +02:00
James Graham 1bd05f5530 Bug 1513891 - Extra metadata updates, a=testonly 2018-12-14 21:50:39 +00:00
Henri Sivonen acfba8e927 Bug 1469580 - Ignore charset= in <meta content> if followed by unmatched quote. r=mrbkap
Differential Revision: https://phabricator.services.mozilla.com/D14410

--HG--
extra : moz-landing-system : lando
2018-12-14 17:53:59 +00:00