Commit Graph

56823 Commits

Author SHA1 Message Date
Hiroyuki Ikezoe
641e49c579 Bug 1359669 - Update mochitest and reftest expectations for multiple properties in a keyframe. r=birtles
MozReview-Commit-ID: FC2N33pLySy

--HG--
extra : rebase_source : c08118cc6137729341edfff07104a0fd721c4001
2017-05-02 18:21:44 +09:00
Cameron McCormack
476ddf32bb Bug 1361303 - Part 2: Update test expectations. r=xidorn
MozReview-Commit-ID: 2T23OneWKG0

--HG--
extra : rebase_source : 74a4c12abe9383bfc97be6105c5190f6898c7e44
2017-05-02 16:47:12 +08:00
Carsten "Tomcat" Book
2a74ba4261 Merge mozilla-central to autoland 2017-05-02 11:23:38 +02:00
Carsten "Tomcat" Book
a439f12e74 merge mozilla-inbound to mozilla-central a=merge 2017-05-02 11:04:56 +02:00
Ting-Yu Lin
918033ba12 Bug 1321754 Part 2 - Update reftest and crashtest expectations for stylo. r=heycam
MozReview-Commit-ID: AunZ2DE209M

--HG--
extra : rebase_source : 4a091cd55581039c8d81f4db9bfbe2af8c0d0863
2017-04-28 14:53:16 +08:00
Ting-Yu Lin
9a6dfb0bc5 Bug 1321754 Part 1 - Add an enum value to SheetParsingMode for agent sheets that use no unsafe rules. r=heycam
scrollbars.css is the only sheet which is parsed as author level, but later
added as agent level in [1]. Add a new enum value so that it can be parsed
as author level in gecko (nsCSSParser::AgentRulesEnabled() will exclude it),
but servo can recognize it as agent level sheet when the sheet is created.

Delete UserRulesEnabled() because no one uses it.

[1] http://searchfox.org/mozilla-central/rev/7419b368156a6efa24777b21b0e5706be89a9c2f/layout/base/nsDocumentViewer.cpp#2326

MozReview-Commit-ID: 2lrV4ogfnHM

--HG--
extra : rebase_source : 02ff7bf64520ec3de5647059f18989a7971a8a5d
2017-04-28 12:17:14 +08:00
Cameron McCormack
42b565d47c Bug 1341102 - stylo: Adjust test expectations for Servo #16683. r=me 2017-05-02 11:57:45 +08:00
Cameron McCormack
0d1233d865 Bug 1361126 - Adjust test expectations. r=me 2017-05-02 10:17:20 +08:00
Mantaroh Yoshinaga
46f5f1d742 Bug 1359281 - Use rounded interpolation value when interpolating the Integer type and Font strech type based on spec. r=birtles
MozReview-Commit-ID: L4aP8MqYpna

--HG--
extra : rebase_source : 350b57c9ee7dbcd0b0261e155191244e64ed3528
2017-05-01 11:07:50 +09:00
Matt Woodrow
82005900e6 Bug 1349418 - Put the unscrolled item in the right place when we're doing container scrolling. r=mstange 2017-04-28 12:45:36 +12:00
KuoE0
3b7d5554e3 Bug 1356104 - (Part 2) Update stylo-failures. r=xidorn
MozReview-Commit-ID: 8WuXXHhmfQ4

--HG--
extra : rebase_source : 4dab7ac02431c7d2a813bf8b0f4b2d5c43e518df
2017-04-25 16:43:48 +08:00
KuoE0
6107d7ca3c Bug 1356104 - (Part 1) The implementation inn Gecko of the FFI function Gecko_GetAppUnitsPerPhysicalInch. r=xidorn
MozReview-Commit-ID: IVmmpQIw0JG

--HG--
extra : rebase_source : cc994caaff5143a888e02605ef991424bbf37e8d
2017-04-25 16:29:46 +08:00
Emilio Cobos Álvarez
23bce99ae1 Bug 1361051: rename mozilla::FrameType to mozilla::LayoutFrameType. r=xidorn
This avoids conflicts with mozilla::dom::FrameType.

MozReview-Commit-ID: 7aEMbHRaTFk

--HG--
extra : rebase_source : 2d01321f5ce0ec8c0e3f70984674f82678034b3c
2017-05-01 19:32:52 +02:00
Matt Woodrow
c95a73cfc6 Bug 1349418 - Require ASRs to match before allow occlusions between layers. r=mstange 2017-04-21 14:03:40 +12:00
Markus Stange
2a35142b62 Bug 1349418 - Remove checkerboarding code and just use an opaque background color behind root scroll frames. r=kats 2017-04-21 14:02:15 +12:00
Iris Hsiao
2cf79ec292 Merge mozilla-central to mozilla-inbound 2017-05-02 11:10:52 +08:00
Mats Palmgren
facb121186 Bug 1360867 - Make a few classes final to possibly devirtualize some calls. r=dholbert
MozReview-Commit-ID: EyBsvXbfJvK
2017-05-02 03:50:16 +02:00
Mats Palmgren
fdc1a8031f Bug 1359060 - [css-grid] Disallow fit-content() in repeat(auto-fill/fit) track sizes (per the CSS Grid spec). r=dholbert
MozReview-Commit-ID: Eijlbr8lHjV
2017-05-02 03:50:16 +02:00
Daniel Holbert
74687b05c2 Bug 1361086: Simplify UndisplayedMap::GetListFor/GetOrCreateListFor to take nsIContent* rather than nsIContent**. r=emilio
This patch shouldn't affect behavior -- it just takes a latent opportunity for
simplification and removes an unused layer of indirection. These functions were
set up to look like they took outparams, but none of the callers were using the
value left in the outparam.

MozReview-Commit-ID: LaL7YiyVYS2

--HG--
extra : rebase_source : 28466d6ab36da2e3609e7ed0fdb51618e652c7f7
2017-05-01 09:57:55 -07:00
Wes Kocher
9e5f4793f5 Bug 1341102 - Remove fails-if(stylo) for color-stop-clamp-interpolation.html a=bustage
MozReview-Commit-ID: GdF2GufuvpV
2017-05-01 12:00:24 -07:00
Emilio Cobos Álvarez
1e75c0c5e1 Bug 1361041: Avoid posting ReconstructFrame hints to an uninitialized PresShell. r=bz
The call that's causing the crash seems to be [1], that is, we're trying to
recreate frames for the root element, which should always have a frame created
at the initialization of the PresShell.

So the function I removed in that bug had something like the following:

  if (!mDidInitialize) {
    // Nothing to do here.  In fact, if we proceed and aContent is the
    // root we will crash.
    return NS_OK;
  }

Which PostRecreateFramesFor doesn't guard against (because I thought it was not
needed, per tryserver results).

Sounds a lot like we do need that check, though I'd like to have a testcase
where it happens :(

[1]: http://searchfox.org/mozilla-central/rev/3dc6ceb42746ab40f1441e1e659ffb8f62ae78e3/layout/base/nsCSSFrameConstructor.cpp#2420

MozReview-Commit-ID: Lh6SohNmmI6

--HG--
extra : rebase_source : 5b7076f86d41f5489e47ca16ac2f3620812ee9e8
2017-05-01 18:59:50 +02:00
Emilio Cobos Álvarez
419344d78b Bug 1341102: Adjust expectations for servo/servo#16672. r=emilio
MozReview-Commit-ID: 62z9JiY9m1N
2017-05-01 18:06:32 +02:00
Nazım Can Altınova
3614d47845 Bug 1360659 - stylo: Support other unit types in computed angle r=emilio
MozReview-Commit-ID: 7pwoXpHAxlz

--HG--
extra : rebase_source : 4bbb6fcb542ac61415f734dca6e0a4abbf034b1c
2017-04-28 18:33:00 +03:00
Emilio Cobos Álvarez
1d754815d3 Bug 1341102: Update expectations for servo/servo#16673. r=emilio
MozReview-Commit-ID: 3647fXHGel5
2017-05-01 16:47:39 +02:00
Hiroyuki Ikezoe
d8fafebff7 Bug 1360776 - Pass AnimationValueMap raw pointer instead of Arc to Gecko_GetAnimationRule(). r=emilio
MozReview-Commit-ID: 5o8NuJolG2R

--HG--
extra : rebase_source : 13d732112dfe5614a83657c7bf7703944050c0f4
2017-05-01 18:45:41 +09:00
Cameron McCormack
7c0403b62c Bug 1360991 - stylo: Adjust text expectations. r=emilio
MozReview-Commit-ID: IEibtkHgyLI

--HG--
extra : rebase_source : 3a670b96685e3c5a03efa6a176384ab03632e17f
2017-05-01 17:23:56 +08:00
Emilio Cobos Álvarez
e44543aad4 Bug 1360241: Devirtualize nsIFrame::GetType. r=heycam
MozReview-Commit-ID: 5Nzhyta5Hle

--HG--
extra : rebase_source : c2e9d4bfb9239f5e851d110cd7dff98c1e1a8d8b
2017-04-30 17:30:08 +02:00
Hiroyuki Ikezoe
1464289688 Bug 1341102 Update mochitest expectations for -moz-transform. r=me
Two test cases have been passed since
237a8d3c6b

MozReview-Commit-ID: CznLJSmqOLQ
2017-04-30 10:24:03 +09:00
Hiroyuki Ikezoe
768009cfce Bug 1360656 - Remove fails-if(stylo) for box-decoration-break-first-letter.html. r=jmaher
MozReview-Commit-ID: 7tU2AdQAH57

--HG--
extra : rebase_source : c18eb144e98e639e48f8dc9f126f6c7be88f8500
2017-04-29 20:23:58 +09:00
Sebastian Hengst
218d14273c merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: BTRXNHiIEWd
2017-04-29 21:30:59 +02:00
Sebastian Hengst
ebab5d74e2 Bug 1352628 - Re-disable (instead of set as failing) intermittent clipped-animated-transform-1.html which got accidentally enabled by bug 1351548. r=test-disabling 2017-04-29 16:38:02 +02:00
Robert Longson
732aac6704 Bug 1347409 part 1 - introduce nsStyleSVGFallbackType so that we can begin to distinguish the type of paintserver fallback r=cam 2017-04-29 14:03:20 +01:00
Sebastian Hengst
36601c26ed Bug 1352628 - Re-disable intermittent clipped-animated-transform-1.html which got accidentally enabled by bug 1351548. r=test-disabling 2017-04-29 14:18:27 +02:00
Sebastian Hengst
d1220d1757 Bug 1352942 - Re-disable intermittent css-grid/grid-whitespace-handling-1b.xhtml which got accidentally enabled by bug 1351548. r=test-disabling 2017-04-29 13:04:33 +02:00
Sebastian Hengst
42fd33ff9c merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: ELENTh08Be7
2017-04-29 11:10:31 +02:00
Sebastian Hengst
b10380c0c8 Backed out changeset de8bbf1eb200 (bug 1359762) for failing reftest context-fill-01.html. r=backout 2017-04-28 22:54:00 +02:00
Sebastian Hengst
f4f104e7e0 merge mozilla-central to autoland. r=merge a=merge 2017-04-29 11:11:48 +02:00
Hiroyuki Ikezoe
0ced305cb6 Bug 1342316 - A crashtest which has calc() method in translate3d function as base style of transform animation. r=heycam
MozReview-Commit-ID: HZHctZyq2k4

--HG--
extra : rebase_source : ff9b12abfaa55391857f6358c663a3283f185aa2
2017-04-28 08:19:46 +09:00
Hiroyuki Ikezoe
b9a5793e2b Bug 1342316 - Check eCSSUnit_Calc_Plus' array length in assertion. r=heycam
MozReview-Commit-ID: 9bxXrl36FtA

--HG--
extra : rebase_source : 66b5bbaf410cd1737e4ce6c08ba40c26d6924915
2017-04-28 07:52:02 +09:00
Phil Ringnalda
b9b730fd1f Backed out 7 changesets (bug 1302470) for mochitest-chrome failures
CLOSED TREE

Backed out changeset de9f42b512c8 (bug 1302470)
Backed out changeset 2394e63f50ff (bug 1302470)
Backed out changeset 3542d7bacbdc (bug 1302470)
Backed out changeset 22793139a866 (bug 1302470)
Backed out changeset cc6ff95187d0 (bug 1302470)
Backed out changeset 033fce5ecd39 (bug 1302470)
Backed out changeset 0bb3e70e5f46 (bug 1302470)

MozReview-Commit-ID: 5DmpbQp335X
2017-04-28 20:12:06 -07:00
Cameron McCormack
db465c6d63 Bug 1358968 - Static analysis fixup. r=me (CLOSED TREE) 2017-04-29 11:08:19 +08:00
Hiroyuki Ikezoe
1a5d673f57 Bug 1360791 - Skip clipped-animated-transform-1.html on stylo. r=boris
MozReview-Commit-ID: HbU1Jb7ifRF

--HG--
extra : rebase_source : 12fc0776a99f5c9920536a8bb3576d066bc66c94
2017-04-29 14:25:47 +09:00
Hiroyuki Ikezoe
7e21c8572f Bug 1358330 - Update mochitest expectations for timing-function r=xidorn
MozReview-Commit-ID: 9Cm8kTx6sgT

--HG--
extra : rebase_source : 8297523e4117d17e44c6d809325dfe3d61b5c4fb
2017-04-28 08:12:45 +09:00
Cameron McCormack
a34d0bbc9d Bug 1344914 - stylo: Stop pretending to handle style fixups on the C++ side. r=bz
MozReview-Commit-ID: FBM2NOlXIe5

--HG--
extra : rebase_source : b197089498e261a3abc7a50f4f06df92d7478d97
2017-04-25 12:52:51 +08:00
Cameron McCormack
0a88649960 Bug 1358968 - Part 4: Give nsComboboxDisplayFrame a name in frame tree dumps. r=bz
MozReview-Commit-ID: 67FhXW1C8lG

--HG--
extra : rebase_source : 68fdbcbc12b5928cc9f3f3924a9689809cdd0027
2017-04-24 17:50:57 +08:00
Cameron McCormack
234f4ebfd7 Bug 1358968 - Part 3: Use nsCSSAnonBoxList.h data to skip parent display-based style fixups when restyling anon boxes with ReparentStyleContext. r=bz
MozReview-Commit-ID: 5jqBEuVt3GH

--HG--
extra : rebase_source : 266a2a9280ce7588f4c4eeba58f4a370f41339c5
2017-04-24 16:26:29 +08:00
Cameron McCormack
060797a439 Bug 1358968 - Part 2: Use nsCSSAnonBoxList.h data to skip parent display-based style fixups when resolving anon box style. r=bz
MozReview-Commit-ID: HugxFcRcCqv

--HG--
extra : rebase_source : 5c3b12151db531a0b595cff674b1d1d137ebb9cf
2017-04-24 16:25:37 +08:00
Cameron McCormack
f22c4ebfdc Bug 1358968 - Part 1: Store in nsCSSAnonBoxList.h whether an anon box skips parent display-based style fixups. r=bz
MozReview-Commit-ID: 3DlGa5sH4eX

--HG--
extra : rebase_source : b46a018ccc7aa0e9c7580c96cecc68959c246b7c
2017-04-24 16:17:28 +08:00
Wes Kocher
5ddbffd2b7 Merge m-c to autoland, a=merge
MozReview-Commit-ID: EdAdRAuMmuz
2017-04-28 16:49:11 -07:00
Wes Kocher
f1ae056d77 Merge inbound to central, a=merge
MozReview-Commit-ID: I6PDL3TWDB0
2017-04-28 16:35:05 -07:00