From 90d44234207a6f4ac84a89d9264e4b70d66d79bf Mon Sep 17 00:00:00 2001 From: "kipp%netscape.com" Date: Thu, 21 Oct 1999 20:23:05 +0000 Subject: [PATCH] r=troy; Added a property for max-element-size storage for fixing bug 13196 git-svn-id: svn://10.0.0.236/trunk@51387 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/shared/public/nsLayoutAtomList.h | 1 + mozilla/layout/base/nsLayoutAtomList.h | 1 + mozilla/layout/base/public/nsLayoutAtomList.h | 1 + 3 files changed, 3 insertions(+) diff --git a/mozilla/content/shared/public/nsLayoutAtomList.h b/mozilla/content/shared/public/nsLayoutAtomList.h index 29ef10cd00b..7903fbbdc1c 100644 --- a/mozilla/content/shared/public/nsLayoutAtomList.h +++ b/mozilla/content/shared/public/nsLayoutAtomList.h @@ -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 diff --git a/mozilla/layout/base/nsLayoutAtomList.h b/mozilla/layout/base/nsLayoutAtomList.h index 29ef10cd00b..7903fbbdc1c 100644 --- a/mozilla/layout/base/nsLayoutAtomList.h +++ b/mozilla/layout/base/nsLayoutAtomList.h @@ -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 diff --git a/mozilla/layout/base/public/nsLayoutAtomList.h b/mozilla/layout/base/public/nsLayoutAtomList.h index 29ef10cd00b..7903fbbdc1c 100644 --- a/mozilla/layout/base/public/nsLayoutAtomList.h +++ b/mozilla/layout/base/public/nsLayoutAtomList.h @@ -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