From c094bb863665f3a6c500e7b0cc0e1e83c6a4758e Mon Sep 17 00:00:00 2001 From: "hewitt%netscape.com" Date: Wed, 20 Feb 2002 03:50:48 +0000 Subject: [PATCH] 68136 - Mozilla should have a Full-screen mode, r=ben, sr=jst/jag --- content/shared/public/nsXULAtomList.h | 2 ++ widget/macbuild/widgetIDL.xml | 30 +++++++++++++++++++++++++++ widget/public/MANIFEST_IDL | 1 + 3 files changed, 33 insertions(+) diff --git a/content/shared/public/nsXULAtomList.h b/content/shared/public/nsXULAtomList.h index 28f3d1989c0..483e8a832bb 100644 --- a/content/shared/public/nsXULAtomList.h +++ b/content/shared/public/nsXULAtomList.h @@ -246,6 +246,7 @@ XUL_ATOM(listcols, "listcols") XUL_ATOM(listcol, "listcol") XUL_ATOM(listhead, "listhead") XUL_ATOM(listheader, "listheader") +XUL_ATOM(listrows, "listrows") XUL_ATOM(listboxbody, "listboxbody") XUL_ATOM(listitem, "listitem") XUL_ATOM(listcell, "listcell") @@ -320,3 +321,4 @@ XUL_ATOM(_star, "*") XUL_ATOM(defaultz, "default") XUL_ATOM(screenX, "screenX") XUL_ATOM(screenY, "screenY") +XUL_ATOM(hidechrome, "hidechrome") \ No newline at end of file diff --git a/widget/macbuild/widgetIDL.xml b/widget/macbuild/widgetIDL.xml index ef207c19aca..cde54460ec2 100644 --- a/widget/macbuild/widgetIDL.xml +++ b/widget/macbuild/widgetIDL.xml @@ -755,6 +755,13 @@ Text + + Name + nsIFullScreen.idl + MacOS + Text + + Name nsIDragSession.idl @@ -886,6 +893,11 @@ nsIFormatConverter.idl MacOS + + Name + nsIFullScreen.idl + MacOS + Name nsITransferable.idl @@ -1690,6 +1702,13 @@ Text + + Name + nsIFullScreen.idl + MacOS + Text + + Name nsIDragSession.idl @@ -1836,6 +1855,11 @@ nsIFormatConverter.idl MacOS + + Name + nsIFullScreen.idl + MacOS + Name nsIDragSession.idl @@ -1943,6 +1967,12 @@ nsIFormatConverter.idl MacOS + + headers + Name + nsIFullScreen.idl + MacOS + headers Name diff --git a/widget/public/MANIFEST_IDL b/widget/public/MANIFEST_IDL index 3e784020871..71b801a9a28 100644 --- a/widget/public/MANIFEST_IDL +++ b/widget/public/MANIFEST_IDL @@ -17,3 +17,4 @@ nsIClipboardOwner.idl nsIRollupListener.idl nsIBaseWindow.idl nsIDragTracker.idl +nsIFullScreen.idl \ No newline at end of file