mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 18:24:02 +00:00
r=troy; Added a property for max-element-size storage for fixing bug 13196
This commit is contained in:
parent
b573d95fee
commit
d6d696ef93
@ -101,6 +101,7 @@ LAYOUT_ATOM(viewportFrame, "ViewportFrame")
|
||||
|
||||
// Alphabetical list of frame property names
|
||||
LAYOUT_ATOM(overflowProperty, "OverflowProperty")
|
||||
LAYOUT_ATOM(maxElementSizeProperty, "MaxElementSizeProperty")
|
||||
|
||||
#ifdef DEBUG
|
||||
// Alphabetical list of atoms used by debugging code
|
||||
|
@ -101,6 +101,7 @@ LAYOUT_ATOM(viewportFrame, "ViewportFrame")
|
||||
|
||||
// Alphabetical list of frame property names
|
||||
LAYOUT_ATOM(overflowProperty, "OverflowProperty")
|
||||
LAYOUT_ATOM(maxElementSizeProperty, "MaxElementSizeProperty")
|
||||
|
||||
#ifdef DEBUG
|
||||
// Alphabetical list of atoms used by debugging code
|
||||
|
@ -101,6 +101,7 @@ LAYOUT_ATOM(viewportFrame, "ViewportFrame")
|
||||
|
||||
// Alphabetical list of frame property names
|
||||
LAYOUT_ATOM(overflowProperty, "OverflowProperty")
|
||||
LAYOUT_ATOM(maxElementSizeProperty, "MaxElementSizeProperty")
|
||||
|
||||
#ifdef DEBUG
|
||||
// Alphabetical list of atoms used by debugging code
|
||||
|
Loading…
x
Reference in New Issue
Block a user