From 645b1aba541cf6be1c01c62c73bb0b1b3500a776 Mon Sep 17 00:00:00 2001 From: "tbogard%aol.net" Date: Thu, 14 Oct 1999 10:54:32 +0000 Subject: [PATCH] Adding new XUL tags, "iframe", "browser", "editor". r=hyatt. git-svn-id: svn://10.0.0.236/trunk@50669 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/shared/public/nsXULAtomList.h | 5 +++++ mozilla/layout/xul/content/src/nsXULAtomList.h | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/mozilla/content/shared/public/nsXULAtomList.h b/mozilla/content/shared/public/nsXULAtomList.h index 75a64d5350a..a46e0eb2944 100644 --- a/mozilla/content/shared/public/nsXULAtomList.h +++ b/mozilla/content/shared/public/nsXULAtomList.h @@ -122,3 +122,8 @@ XUL_ATOM(container, "container") XUL_ATOM(widget, "widget") XUL_ATOM(window, "window") + +XUL_ATOM(iframe, "iframe") +XUL_ATOM(browser, "browser") +XUL_ATOM(editor, "editor") + diff --git a/mozilla/layout/xul/content/src/nsXULAtomList.h b/mozilla/layout/xul/content/src/nsXULAtomList.h index 75a64d5350a..a46e0eb2944 100644 --- a/mozilla/layout/xul/content/src/nsXULAtomList.h +++ b/mozilla/layout/xul/content/src/nsXULAtomList.h @@ -122,3 +122,8 @@ XUL_ATOM(container, "container") XUL_ATOM(widget, "widget") XUL_ATOM(window, "window") + +XUL_ATOM(iframe, "iframe") +XUL_ATOM(browser, "browser") +XUL_ATOM(editor, "editor") +