From 4e40fded47a4746060081e63f49f59ce4db1ce6c Mon Sep 17 00:00:00 2001 From: "jst%netscape.com" Date: Mon, 15 May 2000 01:33:27 +0000 Subject: [PATCH] WIP for getComputedStyle(). git-svn-id: svn://10.0.0.236/trunk@69714 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/html/style/public/nsIComputedDOMStyle.h | 2 +- mozilla/layout/html/style/public/MANIFEST | 3 ++- mozilla/layout/html/style/public/Makefile.in | 1 + mozilla/layout/html/style/public/makefile.win | 2 +- mozilla/layout/html/style/public/nsIComputedDOMStyle.h | 2 +- mozilla/layout/style/nsIComputedDOMStyle.h | 2 +- 6 files changed, 7 insertions(+), 5 deletions(-) diff --git a/mozilla/content/html/style/public/nsIComputedDOMStyle.h b/mozilla/content/html/style/public/nsIComputedDOMStyle.h index 7ce149b7cad..206a1b14901 100644 --- a/mozilla/content/html/style/public/nsIComputedDOMStyle.h +++ b/mozilla/content/html/style/public/nsIComputedDOMStyle.h @@ -32,7 +32,7 @@ class nsIPresShell; { 0x5f0197a1, 0xa873, 0x44e5, \ {0x96, 0x31, 0xac, 0xd6, 0xca, 0xb4, 0xf1, 0xe0 } } -class nsIComputedDOMStyle : public nsIDOMCSS2Properties +class nsIComputedDOMStyle : public nsIDOMCSSStyleDeclaration { public: NS_DEFINE_STATIC_IID_ACCESSOR(NS_ICOMPUTEDDOMSTYLE_IID) diff --git a/mozilla/layout/html/style/public/MANIFEST b/mozilla/layout/html/style/public/MANIFEST index e129144a200..029cf012f10 100644 --- a/mozilla/layout/html/style/public/MANIFEST +++ b/mozilla/layout/html/style/public/MANIFEST @@ -8,4 +8,5 @@ nsICSSLoader.h nsICSSParser.h nsICSSStyleSheet.h nsStyleUtil.h -nsICSSLoaderObserver.h \ No newline at end of file +nsICSSLoaderObserver.h +nsIComputedDOMStyle.h diff --git a/mozilla/layout/html/style/public/Makefile.in b/mozilla/layout/html/style/public/Makefile.in index feb076606c7..c402059c0be 100644 --- a/mozilla/layout/html/style/public/Makefile.in +++ b/mozilla/layout/html/style/public/Makefile.in @@ -36,6 +36,7 @@ EXPORTS = \ nsICSSStyleSheet.h \ nsStyleUtil.h \ nsICSSLoaderObserver.h \ + nsIComputedDOMStyle.h \ $(NULL) EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS)) diff --git a/mozilla/layout/html/style/public/makefile.win b/mozilla/layout/html/style/public/makefile.win index 03b38f05c18..8ca06d5ac2b 100644 --- a/mozilla/layout/html/style/public/makefile.win +++ b/mozilla/layout/html/style/public/makefile.win @@ -21,7 +21,7 @@ DEPTH=..\..\..\.. -EXPORTS=nsCSSAtoms.h nsCSSAtomList.h nsICSSLoader.h nsICSSParser.h nsICSSStyleSheet.h nsStyleUtil.h nsICSSLoaderObserver.h +EXPORTS=nsCSSAtoms.h nsCSSAtomList.h nsICSSLoader.h nsICSSParser.h nsICSSStyleSheet.h nsStyleUtil.h nsICSSLoaderObserver.h nsIComputedDOMStyle.h MODULE=raptor include <$(DEPTH)\config\rules.mak> diff --git a/mozilla/layout/html/style/public/nsIComputedDOMStyle.h b/mozilla/layout/html/style/public/nsIComputedDOMStyle.h index 7ce149b7cad..206a1b14901 100644 --- a/mozilla/layout/html/style/public/nsIComputedDOMStyle.h +++ b/mozilla/layout/html/style/public/nsIComputedDOMStyle.h @@ -32,7 +32,7 @@ class nsIPresShell; { 0x5f0197a1, 0xa873, 0x44e5, \ {0x96, 0x31, 0xac, 0xd6, 0xca, 0xb4, 0xf1, 0xe0 } } -class nsIComputedDOMStyle : public nsIDOMCSS2Properties +class nsIComputedDOMStyle : public nsIDOMCSSStyleDeclaration { public: NS_DEFINE_STATIC_IID_ACCESSOR(NS_ICOMPUTEDDOMSTYLE_IID) diff --git a/mozilla/layout/style/nsIComputedDOMStyle.h b/mozilla/layout/style/nsIComputedDOMStyle.h index 7ce149b7cad..206a1b14901 100644 --- a/mozilla/layout/style/nsIComputedDOMStyle.h +++ b/mozilla/layout/style/nsIComputedDOMStyle.h @@ -32,7 +32,7 @@ class nsIPresShell; { 0x5f0197a1, 0xa873, 0x44e5, \ {0x96, 0x31, 0xac, 0xd6, 0xca, 0xb4, 0xf1, 0xe0 } } -class nsIComputedDOMStyle : public nsIDOMCSS2Properties +class nsIComputedDOMStyle : public nsIDOMCSSStyleDeclaration { public: NS_DEFINE_STATIC_IID_ACCESSOR(NS_ICOMPUTEDDOMSTYLE_IID)