gecko-dev/layout
Emilio Cobos Álvarez 9f1f97cdd9 Bug 1697291 - Remove assertion that doesn't hold. r=miko
When actually printing, we create a temporary display list builder with
a reference frame which is the PrintedSheetFrame for the current frame:

  https://searchfox.org/mozilla-central/rev/95c41d54c3fd65d51976d5188842a69b459a7589/layout/generic/nsPageSequenceFrame.cpp#674

So when building overflow from previous sheets, this assertion trivially
fails.

I don't think applying the offset even though the reference frame is the
printed sheet frame rather than the root frame is wrong, so remove the
assert to unblock fuzzers.

Differential Revision: https://phabricator.services.mozilla.com/D115933
2021-05-28 09:25:12 +00:00
..
base WIP: Bug 1708121, keep ticking after page load r=mstange 2021-05-27 16:08:04 +00:00
build Bug 1711078 - Part 2: Mark immutable fields in principal types as const, r=ckerschb 2021-05-17 20:50:09 +00:00
docs Bug 1682703: [css-grid-3] Remove in-tree masonry draft spec, now that it lives in csswg repo. r=mats DONTBUILD 2020-12-16 05:17:36 +00:00
forms Bug 1519636 - Reformat recent changes to the Google coding style. r=emilio 2021-05-24 15:08:47 +00:00
generic Bug 1712875 - Inflate flex container's padding by using the union of flex items' normal position margin boxes. r=dholbert 2021-05-27 05:52:15 +00:00
inspector Backed out changeset f7944c3f9e5b (bug 1711437) for causing mochitest failures. CLOSED TREE 2021-05-25 18:56:00 +03:00
ipc Bug 1645528 - Connect nsRefreshDrivers in content processes with a widget-local vsync source r=mattwoodrow,emilio 2020-12-02 09:47:53 +00:00
mathml Bug 1540737 - Don't use nsDisplayBorder's IsInvisibleInRect implementation for nsMathMLmtable, since it uses a custom style context. r=miko 2021-05-19 01:11:31 +00:00
media
painting Bug 1697291 - Remove assertion that doesn't hold. r=miko 2021-05-28 09:25:12 +00:00
printing Bug 1712130 - Make print.print_via_parent a static pref. r=layout-reviewers,jfkthame 2021-05-20 17:05:33 +00:00
reftests Bug 1711649 - Adjust fuzz or css-grid/grid-fragmentation-dyn1-029. r=aosmond 2021-05-28 05:49:26 +00:00
style Bug 1705032 - Added CSSCacheCleaner deleteByBaseDomain. r=emilio,timhuang 2021-05-27 12:37:03 +00:00
svg Bug 1394579 - Allow SVG context-fill on privileged extensions. r=dholbert 2021-05-20 20:34:40 +00:00
tables Bug 1710116 - Use more saturating nscoord arithmetic in BasicTableLayoutStrategy::DistributeISizeToColumns. r=emilio 2021-05-21 10:57:17 +00:00
tools Bug 1712147 - Add more missing MOZ_JXL checks r=tnikkel 2021-05-22 05:33:48 +00:00
xul Bug 1707789 - Make browser_bug1163304.js retry to open the popup of search bar if failed r=NeilDeakin 2021-05-26 22:31:49 +00:00
moz.build