gecko-dev/layout
Kartikaya Gupta 1dc275308d Bug 1409446 - Switch over to the new code. r=mstange
One of the sticky-pos tests was only passing because of two wrongs that
cancelled each other out in the old code. Specifically, instead of
defining a nested clip with the sticky clip as an ancestor, the clip was being
defined with the root ASR as an ancestor. Both resulted in the nested
clip not scrolling with the actual scrolling scrollframe and so the test
was passing.

The new code changes things so that the nested clip is defined with the
actual scrolling scrollframe as the ancestor, causing the reftest to fail.
Fixing the clip ancestry is not hard but it reveals other problems so
so I'm deferring that to a follow-up bug.

MozReview-Commit-ID: DldAKi1AP4l

--HG--
extra : rebase_source : a448e06fd26fff21bbc4a6f50e04dbbdb427298c
2017-10-24 15:46:00 -04:00
..
base merge mozilla-inbound. r=merge a=merge 2017-10-23 23:50:37 +02:00
build Bug 1394649 - Use nsGkAtoms on nsTextServiceDocument. r=masayuki 2017-10-23 13:09:49 +09:00
doc
forms Bug 1409446 - Modify the extra-clip flag to instead track more useful information. r=ethlin,mstange 2017-10-24 15:45:59 -04:00
generic Bug 1409446 - Modify the extra-clip flag to instead track more useful information. r=ethlin,mstange 2017-10-24 15:45:59 -04:00
inspector Bug 1408322 - Remove inDOMUtils.cssPropertyIsValid() and use CSS.supports() instead. r=jryans 2017-10-17 13:00:42 +08:00
ipc Bug 1403915 - Remove the IsLayersFreeTransaction() machinery and assume it's always true. r=jrmuizel 2017-10-03 16:31:07 -04:00
mathml Bug 1409162. Make nsTableCellFrame::GetColIndex/GetRowIndex faster. r=mats 2017-10-17 15:39:36 -04:00
media
painting Bug 1409446 - Treat sticky clips as out-of-band clips. r=ethlin,mstange 2017-10-24 15:46:00 -04:00
printing Bug 1410288 - Change nsIPrintProgressParams' attributes from wstring to AString. r=bobowen. 2017-10-19 11:32:37 +11:00
reftests Bug 1409446 - Switch over to the new code. r=mstange 2017-10-24 15:46:00 -04:00
style Bug 1410294 (part 3) - Overhaul static atom macros. r=froydnj. 2017-10-22 08:50:25 +11:00
svg Bug 1402486 - Add crashtest. r=me 2017-10-12 22:41:14 -04:00
tables Bug 1409787. Guard against empty column groups when building a display list for a table. r=mats 2017-10-19 18:06:43 -04:00
tools Backed out changeset dab1c5badddb (bug 1407679) for failing server startup in mochitests on Android. r=backout on a CLOSED TREE 2017-10-24 21:18:26 +02:00
xul Bug 1408811 - Update test expectation for this bug. r=emilio 2017-10-24 21:16:52 +02:00
moz.build