WIP for getComputedStyle().

This commit is contained in:
jst%netscape.com 2000-05-15 01:33:27 +00:00
parent ac56679bff
commit 3ef6dbd214
6 changed files with 7 additions and 5 deletions

View File

@ -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)

View File

@ -8,4 +8,5 @@ nsICSSLoader.h
nsICSSParser.h
nsICSSStyleSheet.h
nsStyleUtil.h
nsICSSLoaderObserver.h
nsICSSLoaderObserver.h
nsIComputedDOMStyle.h

View File

@ -36,6 +36,7 @@ EXPORTS = \
nsICSSStyleSheet.h \
nsStyleUtil.h \
nsICSSLoaderObserver.h \
nsIComputedDOMStyle.h \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))

View File

@ -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>

View File

@ -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)

View File

@ -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)