gecko/layout/svg
L. David Baron 1984592c22 Add a font inflation data structure per block formatting context. (Bug 706193, patch 2) r=roc
This structure is per block formatting context because we have to make a
single inflation decision for things like consecutive runs of paragraphs
of text.  Inflating some paragraphs and not others (within the same
sequence of adjacent paragraphs) based on the amount of text in each one
would be disastrous.  Otherwise it's ideal for the units to be as small
as possible as long as they merge such sequences; therefore this uses a
definition corresponding to CSS's idea of elements that establish new
block formatting contexts.
2012-04-16 15:32:12 -07:00
..
base/src Add a font inflation data structure per block formatting context. (Bug 706193, patch 2) r=roc 2012-04-16 15:32:12 -07:00
crashtests Backed out changeset a329aa4bc026; r=bustage 2012-03-31 13:23:37 +02:00
tests