зеркало из https://github.com/mozilla/pjs.git
WIP for getComputedStyle().
This commit is contained in:
Родитель
367c181703
Коммит
286d0be8b7
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче