Added script namespace management mechanism. This allows external native code to add symbols and constructors to the script global namespace. Added IID() static method generation to IDL generator.

git-svn-id: svn://10.0.0.236/trunk@16821 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
vidur%netscape.com
1998-12-22 22:03:20 +00:00
parent 16ba8ffa10
commit 4ef7dcc47f
211 changed files with 2197 additions and 1862 deletions

View File

@@ -34,6 +34,7 @@ class nsIDOMHTMLCollection;
class nsIDOMHTMLTableSectionElement : public nsIDOMHTMLElement {
public:
static const nsIID& IID() { static nsIID iid = NS_IDOMHTMLTABLESECTIONELEMENT_IID; return iid; }
NS_IMETHOD GetAlign(nsString& aAlign)=0;
NS_IMETHOD SetAlign(const nsString& aAlign)=0;