mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 10:33:33 +00:00
WIP for getComputedStyle().
This commit is contained in:
parent
ac56679bff
commit
3ef6dbd214
@ -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)
|
||||
|
@ -8,4 +8,5 @@ nsICSSLoader.h
|
||||
nsICSSParser.h
|
||||
nsICSSStyleSheet.h
|
||||
nsStyleUtil.h
|
||||
nsICSSLoaderObserver.h
|
||||
nsICSSLoaderObserver.h
|
||||
nsIComputedDOMStyle.h
|
||||
|
@ -36,6 +36,7 @@ EXPORTS = \
|
||||
nsICSSStyleSheet.h \
|
||||
nsStyleUtil.h \
|
||||
nsICSSLoaderObserver.h \
|
||||
nsIComputedDOMStyle.h \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
|
@ -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>
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user