gecko-dev/layout
Boris Chiou 41488d1a22 Bug 1593796 - Apply the correct specified implicit size. r=mats
Per the spec, if multiple track sizes are given, the pattern is repeated as
necessary to find the size of the implicit tracks:
1. The first implicit grid track after the explicit grid receives the first
   specified size, and so on forwards.
2. The last implicit grid track before the explicit grid receives the last
   specified size, and so on backwards.

We use a positive index of the auto track sizes for (1) and a negative index
for (2), so we can apply the correct specified implicit size.

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

--HG--
extra : moz-landing-system : lando
2019-11-12 22:28:09 +00:00
..
base Bug 1576946 - Remove nsStackFrame platform code. r=mats 2019-11-12 19:50:19 +00:00
build Bug 1558420 - Part 1: Add an API for creating a sessionstorage manager and a cache object; r=baku 2019-11-12 15:40:02 +00:00
doc
forms Bug 1576946 - Remove nsStackFrame platform code. r=mats 2019-11-12 19:50:19 +00:00
generic Bug 1593796 - Apply the correct specified implicit size. r=mats 2019-11-12 22:28:09 +00:00
inspector Bug 1593119 - Remove dom/xbl and the MOZ_XBL build option r=bzbarsky 2019-11-07 00:35:32 +00:00
ipc Bug 1556548 - Rename RenderFrame to RemoteLayerTreeOwner. r=mattwoodrow 2019-06-02 13:51:33 -04:00
mathml Backed out 5 changesets (bug 1554499) for frequent crashes, at least on OS X (bug 1594381). a=backout 2019-11-06 14:29:12 +01:00
media
painting Bug 1356712 - Remove bogus assertions. r=emilio 2019-11-12 19:09:13 +00:00
printing Bug 1593793. Move and rename nsPrintData::mBrandName to nsPrintJob::mFallbackDocTitle. r=bobowen 2019-11-04 20:02:03 +00:00
reftests Bug 1576946 - Rewrite and remove tests relying on display: -moz-stack;. r=mats 2019-11-12 19:50:06 +00:00
style Bug 1593951 - Use MaybeUninit in style struct clone impls / constructors. r=xidorn 2019-11-12 20:30:42 +00:00
svg Bug 1594949 - Fix assertion of gfx::Path when changing offset-path on some svg frames. r=heycam 2019-11-11 23:31:23 +00:00
tables Bug 1591219 - [css-align] Synthesize a baseline from the content edges for empty table cells. r=dholbert 2019-11-12 15:31:57 +00:00
tools Bug 1595500 - Create reftest sandboxes on demand since they are often not required r=jmaher 2019-11-11 15:47:36 +00:00
xul Bug 1576946 - Remove nsStackFrame platform code. r=mats 2019-11-12 19:50:19 +00:00
moz.build