From 11fc60f14d042c0b39fcce7bff0a7aee2d42ca89 Mon Sep 17 00:00:00 2001 From: "kipp%netscape.com" Date: Thu, 14 Oct 1999 23:08:31 +0000 Subject: [PATCH] r=troy; Added some more atoms so that Dframe sizing data is more particular for line boxes --- content/shared/public/nsLayoutAtomList.h | 8 +++++--- layout/base/nsLayoutAtomList.h | 8 +++++--- layout/base/public/nsLayoutAtomList.h | 8 +++++--- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/content/shared/public/nsLayoutAtomList.h b/content/shared/public/nsLayoutAtomList.h index 96b3e77e2da..e975d14b5a6 100644 --- a/content/shared/public/nsLayoutAtomList.h +++ b/content/shared/public/nsLayoutAtomList.h @@ -75,6 +75,7 @@ LAYOUT_ATOM(viewportScrollPseudo, ":viewport-scroll") // Alphabetical list of frame types LAYOUT_ATOM(areaFrame, "AreaFrame") LAYOUT_ATOM(blockFrame, "BlockFrame") +LAYOUT_ATOM(bulletFrame, "BulletFrame") LAYOUT_ATOM(hrFrame, "HRFrame") LAYOUT_ATOM(htmlFrameInnerFrame, "htmlFrameInnerFrame") LAYOUT_ATOM(htmlFrameOuterFrame, "htmlFrameOuterFrame") @@ -102,10 +103,11 @@ LAYOUT_ATOM(viewportFrame, "ViewportFrame") // Alphabetical list of atoms used by debugging code LAYOUT_ATOM(cellMap, "TableCellMap") LAYOUT_ATOM(imageMap, "ImageMap") -LAYOUT_ATOM(lineBox, "LineBox") -LAYOUT_ATOM(lineBoxSmall, "LineBoxSmall") -LAYOUT_ATOM(lineBoxBig, "LineBoxBig") +LAYOUT_ATOM(lineBoxBig, "LineBox:inline,big") +LAYOUT_ATOM(lineBoxBlockBig, "LineBox:block,big") +LAYOUT_ATOM(lineBoxBlockSmall, "LineBox:block,small") LAYOUT_ATOM(lineBoxFloaters, "LineBoxFloaters") +LAYOUT_ATOM(lineBoxSmall, "LineBox:inline,small") LAYOUT_ATOM(spaceManager, "SpaceManager") LAYOUT_ATOM(tableColCache, "TableColumnCache") LAYOUT_ATOM(tableStrategy, "TableLayoutStrategy") diff --git a/layout/base/nsLayoutAtomList.h b/layout/base/nsLayoutAtomList.h index 96b3e77e2da..e975d14b5a6 100644 --- a/layout/base/nsLayoutAtomList.h +++ b/layout/base/nsLayoutAtomList.h @@ -75,6 +75,7 @@ LAYOUT_ATOM(viewportScrollPseudo, ":viewport-scroll") // Alphabetical list of frame types LAYOUT_ATOM(areaFrame, "AreaFrame") LAYOUT_ATOM(blockFrame, "BlockFrame") +LAYOUT_ATOM(bulletFrame, "BulletFrame") LAYOUT_ATOM(hrFrame, "HRFrame") LAYOUT_ATOM(htmlFrameInnerFrame, "htmlFrameInnerFrame") LAYOUT_ATOM(htmlFrameOuterFrame, "htmlFrameOuterFrame") @@ -102,10 +103,11 @@ LAYOUT_ATOM(viewportFrame, "ViewportFrame") // Alphabetical list of atoms used by debugging code LAYOUT_ATOM(cellMap, "TableCellMap") LAYOUT_ATOM(imageMap, "ImageMap") -LAYOUT_ATOM(lineBox, "LineBox") -LAYOUT_ATOM(lineBoxSmall, "LineBoxSmall") -LAYOUT_ATOM(lineBoxBig, "LineBoxBig") +LAYOUT_ATOM(lineBoxBig, "LineBox:inline,big") +LAYOUT_ATOM(lineBoxBlockBig, "LineBox:block,big") +LAYOUT_ATOM(lineBoxBlockSmall, "LineBox:block,small") LAYOUT_ATOM(lineBoxFloaters, "LineBoxFloaters") +LAYOUT_ATOM(lineBoxSmall, "LineBox:inline,small") LAYOUT_ATOM(spaceManager, "SpaceManager") LAYOUT_ATOM(tableColCache, "TableColumnCache") LAYOUT_ATOM(tableStrategy, "TableLayoutStrategy") diff --git a/layout/base/public/nsLayoutAtomList.h b/layout/base/public/nsLayoutAtomList.h index 96b3e77e2da..e975d14b5a6 100644 --- a/layout/base/public/nsLayoutAtomList.h +++ b/layout/base/public/nsLayoutAtomList.h @@ -75,6 +75,7 @@ LAYOUT_ATOM(viewportScrollPseudo, ":viewport-scroll") // Alphabetical list of frame types LAYOUT_ATOM(areaFrame, "AreaFrame") LAYOUT_ATOM(blockFrame, "BlockFrame") +LAYOUT_ATOM(bulletFrame, "BulletFrame") LAYOUT_ATOM(hrFrame, "HRFrame") LAYOUT_ATOM(htmlFrameInnerFrame, "htmlFrameInnerFrame") LAYOUT_ATOM(htmlFrameOuterFrame, "htmlFrameOuterFrame") @@ -102,10 +103,11 @@ LAYOUT_ATOM(viewportFrame, "ViewportFrame") // Alphabetical list of atoms used by debugging code LAYOUT_ATOM(cellMap, "TableCellMap") LAYOUT_ATOM(imageMap, "ImageMap") -LAYOUT_ATOM(lineBox, "LineBox") -LAYOUT_ATOM(lineBoxSmall, "LineBoxSmall") -LAYOUT_ATOM(lineBoxBig, "LineBoxBig") +LAYOUT_ATOM(lineBoxBig, "LineBox:inline,big") +LAYOUT_ATOM(lineBoxBlockBig, "LineBox:block,big") +LAYOUT_ATOM(lineBoxBlockSmall, "LineBox:block,small") LAYOUT_ATOM(lineBoxFloaters, "LineBoxFloaters") +LAYOUT_ATOM(lineBoxSmall, "LineBox:inline,small") LAYOUT_ATOM(spaceManager, "SpaceManager") LAYOUT_ATOM(tableColCache, "TableColumnCache") LAYOUT_ATOM(tableStrategy, "TableLayoutStrategy")