diff options
Diffstat (limited to 'xpcom/ds/StaticAtoms.py')
-rw-r--r-- | xpcom/ds/StaticAtoms.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xpcom/ds/StaticAtoms.py b/xpcom/ds/StaticAtoms.py index 5be3323986..d50d31a6a3 100644 --- a/xpcom/ds/StaticAtoms.py +++ b/xpcom/ds/StaticAtoms.py @@ -386,6 +386,8 @@ STATIC_ATOMS = [ Atom("docNoteref", "doc-noteref"), Atom("docNotice", "doc-notice"), Atom("docPagebreak", "doc-pagebreak"), + Atom("docPagefooter", "doc-pagefooter"), + Atom("docPageheader", "doc-pageheader"), Atom("docPagelist", "doc-pagelist"), Atom("docPart", "doc-part"), Atom("docPreface", "doc-preface"), @@ -448,6 +450,7 @@ STATIC_ATOMS = [ Atom("figcaption", "figcaption"), Atom("figure", "figure"), Atom("findbar", "findbar"), + Atom("firstColumn", "first-column"), Atom("firstInput", "first-input"), Atom("fixed", "fixed"), Atom("flags", "flags"), @@ -969,6 +972,7 @@ STATIC_ATOMS = [ Atom("option", "option"), Atom("_or", "or"), Atom("order", "order"), + Atom("ordinal", "ordinal"), Atom("orient", "orient"), Atom("orientation", "orientation"), Atom("origin_trial", "origin-trial"), @@ -2461,6 +2465,7 @@ STATIC_ATOMS = [ Atom("DirectoryService_OS_SystemConfigDir", "SysConfD"), # Atom("DirectoryService_OS_HomeDirectory", "Home"), # "Home" is present above Atom("DirectoryService_OS_DesktopDirectory", "Desk"), + Atom("DirectoryService_OS_DocumentsDirectory", "Docs"), Atom("DirectoryService_InitCurrentProcess_dummy", "MozBinD"), Atom("DirectoryService_SystemDirectory", "SysD"), Atom("DirectoryService_UserLibDirectory", "ULibDir"), |