fune/layout/tables
Ting-Yu Lin 19a0c5fb59 Bug 1819211 - Export Baseline.h under mozilla. r=emilio
It is because `Baseline` is a utility class under `namespace mozilla`.

Also change the include guard to match the coding style.
https://firefox-source-docs.mozilla.org/code-quality/coding-style/coding_style_cpp.html#header-files

Differential Revision: https://phabricator.services.mozilla.com/D171162
2023-03-01 03:50:03 +00:00
..
crashtests Bug 1232881: Add crashtest for this no-longer-reproducible bug. (no review, crashtest-only) 2022-10-30 21:48:58 +00:00
reftests
test
BasicTableLayoutStrategy.cpp
BasicTableLayoutStrategy.h
celldata.h
FixedTableLayoutStrategy.cpp
FixedTableLayoutStrategy.h
moz.build
nsCellMap.cpp
nsCellMap.h
nsITableCellLayout.h
nsITableLayoutStrategy.h
nsTableCellFrame.cpp Bug 1818851 - Minor cleanups to table classes. r=TYLin 2023-02-25 00:42:48 +00:00
nsTableCellFrame.h Bug 1818851 - Minor cleanups to table classes. r=TYLin 2023-02-25 00:42:48 +00:00
nsTableColFrame.cpp Bug 1651129 - Convert uses of mState to various StateBits methods and make mState private r=emilio 2023-02-15 21:35:46 +00:00
nsTableColFrame.h
nsTableColGroupFrame.cpp Bug 1803377 - Rename the values of the IntrinsicDirty enum r=emilio 2022-12-02 12:27:31 +00:00
nsTableColGroupFrame.h Bug 1798373 Part 7 - Change nsContainerFrame::InsertFrames() to take rvalue reference of nsFrameList. r=emilio 2022-11-01 21:15:55 +00:00
nsTableFrame.cpp Bug 1811311 - Part 3: Refactor GetNaturalBaselineBOffset to return Maybe<nscoord>. r=layout-reviewers,emilio 2023-02-23 14:53:27 +00:00
nsTableFrame.h Bug 1811311 - Part 3: Refactor GetNaturalBaselineBOffset to return Maybe<nscoord>. r=layout-reviewers,emilio 2023-02-23 14:53:27 +00:00
nsTableRowFrame.cpp Bug 1819211 - Export Baseline.h under mozilla. r=emilio 2023-03-01 03:50:03 +00:00
nsTableRowFrame.h Bug 1818851 - Minor cleanups to table classes. r=TYLin 2023-02-25 00:42:48 +00:00
nsTableRowGroupFrame.cpp Bug 1818851 - Minor cleanups to table classes. r=TYLin 2023-02-25 00:42:48 +00:00
nsTableRowGroupFrame.h Bug 1818851 - Minor cleanups to table classes. r=TYLin 2023-02-25 00:42:48 +00:00
nsTableWrapperFrame.cpp Bug 1811311 - Part 3: Refactor GetNaturalBaselineBOffset to return Maybe<nscoord>. r=layout-reviewers,emilio 2023-02-23 14:53:27 +00:00
nsTableWrapperFrame.h Bug 1811311 - Part 3: Refactor GetNaturalBaselineBOffset to return Maybe<nscoord>. r=layout-reviewers,emilio 2023-02-23 14:53:27 +00:00
SpanningCellSorter.cpp Bug 1519636 - Reformat recent changes to the Google coding style. r=glandium 2023-02-13 15:02:07 +00:00
SpanningCellSorter.h
TableArea.h