mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:18:48 +00:00
dcf4178212
- Bug 1218706 - Make 'unicode-bidi: isolate' the default for elements with a dir attribute. r=dbaron,jfkthame (037a5aaf57) - Bug 743198 part 7 - Add :fullscreen pseudo class. r=heycam (05eb82ccc9) - missing bits of Bug 1242904 - Update Brotli t (f4f569d859) - Bug 1235298 - Annotate intentional switch fallthroughs to suppress -Wimplicit-fallthrough warnings in netwerk/. r=mcmanus (c4ae414769) - Bug 1244841 - Don't measure SharedArrayBuffer objects multiple times. r=lth. (e9b665dc82) - Bug 234031 - broken parsing of xlen in gzip rfc 1952 r=mcmanus (c905b50417) - Bug 1239605 - filter insertions into the global object. r=jandem (35520bc5c8) - Bug 1248681 - Warn if the result of putWrapper goes unused; r=sfink (8051888ef8) - Bug 1246293 - Fix a typo in DefineSelfHostedProperty; r=till (5e05a76b2a) - Bug 1243808 - Allow modules to be compiled off main thread r=shu (51e5adca0a) - Bug 1241767 - avoid default-only switch to placate MSVC. r=bbouvier (392aa8eda0) - Bug 1239710 - Use CountingSort for Uint8Array and Int8Array; r=mrrrgn (6f394ab442) - Bug 1246860 - Preserve holes when sorting arrays with a custom comparator. r=till (725b091e55) - Bug 1247283 - Improve self-hosted Array.sort performance; r=till (ab1f3ddb74) - Bug 1248717 - Don't initialize variables in a for head with var, then use them later. r=jorendorff (87a77f9623) - Bug 1242196 - Use RadixSort for typed arrays. r=mrrrgn (a280ea097d) - Bug 1246927 - Fix OOM handling in usages of GlobalObject::maybeGetIntrinsicValue. r=arai (f7f3761c45) - Bug 1248405 - Recover from JSObject::getGroup OOM in CanOptimizeForDenseStorage. r=jandem (68ea32c044) - Bug 1225905 - create a mozharness script that manages each beet mover task logic, NPOTB DONTBUILD r=rail (076f25536f) - Bug 1246074 - add partials template config for mozharness beetmover, DONTBUILD r=rail (2e42c78d92) - Bug 1246074 - add partials mozharness beetmover, custom tc artifact location, DONTBUILD NPOTB r=rail (c74fe0755a) - Bug 1210538 - Add antivirus checks to release promotion graph a=rail (56de774389) - Bug 1238610 - Restore compartment debug mode flags if adding a debuggee global fails r=jimb (f8a9a1fa85) - Bug 1243851 - Treat enter as shift+enter if input is valid but incomplete; r=fitzgen, bgrins (f27c959bc0) - Bug 1238610 - Fix implicit constructor errors r=me (6f26f92763) - Bug 1242111 - Handle OOM in UpdateExecutionObservabilityOfScriptsInZone. (r=jimb) (91b125725f) - Bug 1240503 - Skip the initial block scope when unwinding scopes due to an exception that's thrown in the prologue before the scope chain is properly initialized for a script that starts with a block scope. (r=jorendorff) (0247fc8848) - Bug 1242111 - Fix references to oomTest. (r=me) (a9dc13a648) - Bug 1240546 - Handle OOM in updateObservesAllExecutionOnDebuggees. (r=jimb) (5d7e3a49f4) - Bug 1245961 - Throw a TypeError if less than one argument is supplied to isCompilableUnit;r=fitzgen (f896abb042) - Bug 1240803 - Handle OOM in replaceFrameGuts. (r=jimb) (2d43384c72) - Bug 1248094 - Simplify PCLocationMap with GCHashMap; r=fitzgen (b28d983bbd) - we don't care much abut 68k sadly (51c50300c5) - Bug 1233786 - JSScript::initScriptCounts should report OOMs. r=bhackett (eb42f7b8c1) - Bug 1233178 - Move ScriptCounts allocation outside the HashMap. r=bhackett (c3fa6d487c) - Bug 1141579 - Synchronize access to warmUpCount; r=jandem (a5b72cdf94) - Bug 1203696: Improve comments about lazily-initialized member of js::LazyScript. r=shu (caa895612d) - Bug 1221992 - Fix test using GetMostRecentWindow from the child process. r=smaug (07affe8195) - Bug 1235636 - rewrite PCToLineNumber; r=fitzgen (9dc9ff013e) - Bug 1232100 - "Check charsWritten in non-debug builds.". r=jcoppeard (fc5a64e621) - last bit of Bug 1197932 (86277af34e) - Bug 1067049 - Implement arguments[@@iterator]. r=evilpie (543e513269) - Bug 1248930 - Use Int32Value in ArrayBufferObject::BYTE_LENGTH_SLOT. r=lth (71e3a9ee51) - Bug 1113685 - Report the right name when calling selfhosted functions on incompatible objects. r=till (51f68d4f8d) - some symbol cleanup (83fca10034) - Bug 1165011 - Remove Symbol_isRegExp. r=jorendorff (46a2d293cc) - Bug 1122900: Make libyuv compile with MSVC 2015, r=rjesup. (9e147c7ba7) - bug 1241453 - clean up GetAccessibleWrap() r=davidb (01e37c5012) - Bug 1243331 - Prevent G_DEFINE_TYPE_EXTENDED macro from producing a fatal warning, r=tbsaunde (8bf031c4b9) - Bug 1232527 - Call into WMF PDM to determine if WMF can decode instead of using GMPVideoDecoderTrialCreator. r=jwwang (7d2b1f16f1) - Bug 1229475 - Fix gen-sources for libopus 1.1.1. r=cpearce (1e5a768d94) - Bug 1229475 - Update libopus to 1.1.1 release. r=jmspeex (0b73488ab3) - Bug 1139087 - Add moz.build bugzilla metadata for codecs. r=kinetik,gps (3d906f8f5a) - Bug 1229475 - libopus: Patch out asm flags for run_analysis. r=jmspeex (bfa15edac1) - Bug 1229475 - Fix unified build. r=cpearce (bbeda94cfc) - Bug 1239078 - Update libopus to 1.1.2 release. r=kinetik (9990b00867) - Bug 1239078 - Bump libopus update script for 1.1.2. r=kinetik (eecd46d3d3) - bug 1230377 - part 1/2: ensure nsKeyObject releases NSS resources on shutdown r=jcj (9ceefecbea) - bug 1230377 - part 2/2: simplify nsIKeyObject and nsIKeyObjectFactory r=jcj (1297d168b7) - bug 1239609 - audit nsNSSShutDownObject destructors for correctness r=Cykesiopka,sworkman (c78404e52a) - Bug 1246263 - fix unified build pollution r=valentin (f8db2c45cf) - Bug 1214981 - Disable output stream buffering. r=keeler (d9e7a1b863) - bug 1240173 - improve nsIX509Cert.dbKey r=Cykesiopka (0c0fc8e8a3) - Bug 1238042 - Extract a helper function to check if a JSObject is a global with a particular about: URI. r=ehsan (d065854725) - Bug 1244118 - Shutdown threadpool when xpcom-shutdown-threads happened. r=roc (e6ef2768b6) - Bug 1201685 - Limit the number of indexedDB open() calls in IndexedDBHelper r=gwagner (a4fc80fca2) - Bug 1244049 - Part 3: Replace the type of nsCSSSelector::mPseudoType. r=dbaron (c817ee6145) - Bug 1244049 - Part 4: Define CSSPseudoElementTypeBase. r=dbaron (94dab59375) - Bug 1246846 (part 1) - Avoid nsTHashtable::RawRemoveEntry() in dom/. r=bz. (5371e478da) - Bug 1246846 (part 2) - Avoid nsTHashtable::RawRemoveEntry() in nsPermissionManager. r=mconnor. (d7a1143ed1) - Bug 1246846 (part 3) - Avoid nsTHashtable::RawRemoveEntry() in gfxFontconfigUtils. r=jfkthame. (d23259ca8e) - Bug 1246846 (part 4) - Avoid nsTHashtable::RawRemoveEntry() in FramePropertyTable. r=roc. (7de416abfa) - Bug 1238404 - Use 'using' directive instead of having separate Dispatch impl in subclasses of nsIEventTarget. r=froydnj (43028ed3b3) - Bug 938699 - Remove FindElementWithViewId from nsIDOMWindowUtils.idl and nsDOMWindowUtils.cpp. r=kats (b49d2b5e6a) - missing bit of Bug 1210294 - Remove the release-mode IsCallerChrome assertions (a555243280)
367 lines
12 KiB
C++
367 lines
12 KiB
C++
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
/*
|
|
* representation of CSS style rules (selectors+declaration) and CSS
|
|
* selectors
|
|
*/
|
|
|
|
#ifndef mozilla_css_StyleRule_h__
|
|
#define mozilla_css_StyleRule_h__
|
|
|
|
#include "mozilla/Attributes.h"
|
|
#include "mozilla/MemoryReporting.h"
|
|
#include "mozilla/css/Rule.h"
|
|
|
|
#include "nsString.h"
|
|
#include "nsCOMPtr.h"
|
|
#include "nsCSSPseudoClasses.h"
|
|
#include "nsCSSPseudoElements.h"
|
|
#include "nsIStyleRule.h"
|
|
|
|
class nsIAtom;
|
|
struct nsCSSSelectorList;
|
|
|
|
namespace mozilla {
|
|
enum class CSSPseudoElementType : uint8_t;
|
|
class CSSStyleSheet;
|
|
} // namespace mozilla
|
|
|
|
struct nsAtomList {
|
|
public:
|
|
explicit nsAtomList(nsIAtom* aAtom);
|
|
explicit nsAtomList(const nsString& aAtomValue);
|
|
~nsAtomList(void);
|
|
|
|
/** Do a deep clone. Should be used only on the first in the linked list. */
|
|
nsAtomList* Clone() const { return Clone(true); }
|
|
|
|
size_t SizeOfIncludingThis(mozilla::MallocSizeOf aMallocSizeOf) const;
|
|
|
|
nsCOMPtr<nsIAtom> mAtom;
|
|
nsAtomList* mNext;
|
|
private:
|
|
nsAtomList* Clone(bool aDeep) const;
|
|
|
|
nsAtomList(const nsAtomList& aCopy) = delete;
|
|
nsAtomList& operator=(const nsAtomList& aCopy) = delete;
|
|
};
|
|
|
|
struct nsPseudoClassList {
|
|
public:
|
|
explicit nsPseudoClassList(nsCSSPseudoClasses::Type aType);
|
|
nsPseudoClassList(nsCSSPseudoClasses::Type aType, const char16_t *aString);
|
|
nsPseudoClassList(nsCSSPseudoClasses::Type aType, const int32_t *aIntPair);
|
|
nsPseudoClassList(nsCSSPseudoClasses::Type aType,
|
|
nsCSSSelectorList *aSelectorList /* takes ownership */);
|
|
~nsPseudoClassList(void);
|
|
|
|
/** Do a deep clone. Should be used only on the first in the linked list. */
|
|
nsPseudoClassList* Clone() const { return Clone(true); }
|
|
|
|
size_t SizeOfIncludingThis(mozilla::MallocSizeOf aMallocSizeOf) const;
|
|
|
|
union {
|
|
// For a given value of mType, we have either:
|
|
// a. no value, which means mMemory is always null
|
|
// (if none of the conditions for (b), (c), or (d) is true)
|
|
// b. a string value, which means mString/mMemory is non-null
|
|
// (if nsCSSPseudoClasses::HasStringArg(mType))
|
|
// c. an integer pair value, which means mNumbers/mMemory is non-null
|
|
// (if nsCSSPseudoClasses::HasNthPairArg(mType))
|
|
// d. a selector list, which means mSelectors is non-null
|
|
// (if nsCSSPseudoClasses::HasSelectorListArg(mType))
|
|
void* mMemory; // mString and mNumbers use NS_Alloc/NS_Free
|
|
char16_t* mString;
|
|
int32_t* mNumbers;
|
|
nsCSSSelectorList* mSelectors;
|
|
} u;
|
|
nsCSSPseudoClasses::Type mType;
|
|
nsPseudoClassList* mNext;
|
|
private:
|
|
nsPseudoClassList* Clone(bool aDeep) const;
|
|
|
|
nsPseudoClassList(const nsPseudoClassList& aCopy) = delete;
|
|
nsPseudoClassList& operator=(const nsPseudoClassList& aCopy) = delete;
|
|
};
|
|
|
|
#define NS_ATTR_FUNC_SET 0 // [attr]
|
|
#define NS_ATTR_FUNC_EQUALS 1 // [attr=value]
|
|
#define NS_ATTR_FUNC_INCLUDES 2 // [attr~=value] (space separated)
|
|
#define NS_ATTR_FUNC_DASHMATCH 3 // [attr|=value] ('-' truncated)
|
|
#define NS_ATTR_FUNC_BEGINSMATCH 4 // [attr^=value] (begins with)
|
|
#define NS_ATTR_FUNC_ENDSMATCH 5 // [attr$=value] (ends with)
|
|
#define NS_ATTR_FUNC_CONTAINSMATCH 6 // [attr*=value] (contains substring)
|
|
|
|
struct nsAttrSelector {
|
|
public:
|
|
enum class ValueCaseSensitivity : uint8_t {
|
|
CaseSensitive,
|
|
CaseInsensitive,
|
|
CaseInsensitiveInHTML
|
|
};
|
|
|
|
nsAttrSelector(int32_t aNameSpace, const nsString& aAttr);
|
|
nsAttrSelector(int32_t aNameSpace, const nsString& aAttr, uint8_t aFunction,
|
|
const nsString& aValue,
|
|
ValueCaseSensitivity aValueCaseSensitivity);
|
|
nsAttrSelector(int32_t aNameSpace, nsIAtom* aLowercaseAttr,
|
|
nsIAtom* aCasedAttr, uint8_t aFunction,
|
|
const nsString& aValue,
|
|
ValueCaseSensitivity aValueCaseSensitivity);
|
|
~nsAttrSelector(void);
|
|
|
|
/** Do a deep clone. Should be used only on the first in the linked list. */
|
|
nsAttrSelector* Clone() const { return Clone(true); }
|
|
|
|
size_t SizeOfIncludingThis(mozilla::MallocSizeOf aMallocSizeOf) const;
|
|
|
|
bool IsValueCaseSensitive(bool aInHTML) const {
|
|
return mValueCaseSensitivity == ValueCaseSensitivity::CaseSensitive ||
|
|
(!aInHTML &&
|
|
mValueCaseSensitivity == ValueCaseSensitivity::CaseInsensitiveInHTML);
|
|
}
|
|
|
|
nsString mValue;
|
|
nsAttrSelector* mNext;
|
|
nsCOMPtr<nsIAtom> mLowercaseAttr;
|
|
nsCOMPtr<nsIAtom> mCasedAttr;
|
|
int32_t mNameSpace;
|
|
uint8_t mFunction;
|
|
ValueCaseSensitivity mValueCaseSensitivity;
|
|
|
|
private:
|
|
nsAttrSelector* Clone(bool aDeep) const;
|
|
|
|
nsAttrSelector(const nsAttrSelector& aCopy) = delete;
|
|
nsAttrSelector& operator=(const nsAttrSelector& aCopy) = delete;
|
|
};
|
|
|
|
struct nsCSSSelector {
|
|
public:
|
|
nsCSSSelector(void);
|
|
~nsCSSSelector(void);
|
|
|
|
/** Do a deep clone. Should be used only on the first in the linked list. */
|
|
nsCSSSelector* Clone() const { return Clone(true, true); }
|
|
|
|
void Reset(void);
|
|
void SetNameSpace(int32_t aNameSpace);
|
|
void SetTag(const nsString& aTag);
|
|
void AddID(const nsString& aID);
|
|
void AddClass(const nsString& aClass);
|
|
void AddPseudoClass(nsCSSPseudoClasses::Type aType);
|
|
void AddPseudoClass(nsCSSPseudoClasses::Type aType, const char16_t* aString);
|
|
void AddPseudoClass(nsCSSPseudoClasses::Type aType, const int32_t* aIntPair);
|
|
// takes ownership of aSelectorList
|
|
void AddPseudoClass(nsCSSPseudoClasses::Type aType,
|
|
nsCSSSelectorList* aSelectorList);
|
|
void AddAttribute(int32_t aNameSpace, const nsString& aAttr);
|
|
void AddAttribute(int32_t aNameSpace, const nsString& aAttr, uint8_t aFunc,
|
|
const nsString& aValue,
|
|
nsAttrSelector::ValueCaseSensitivity aValueCaseSensitivity);
|
|
void SetOperator(char16_t aOperator);
|
|
|
|
inline bool HasTagSelector() const {
|
|
return !!mCasedTag;
|
|
}
|
|
|
|
inline bool IsPseudoElement() const {
|
|
return mLowercaseTag && !mCasedTag;
|
|
}
|
|
|
|
// Calculate the specificity of this selector (not including its mNext!).
|
|
int32_t CalcWeight() const;
|
|
|
|
void ToString(nsAString& aString, mozilla::CSSStyleSheet* aSheet,
|
|
bool aAppend = false) const;
|
|
|
|
bool IsRestrictedSelector() const {
|
|
return PseudoType() == mozilla::CSSPseudoElementType::NotPseudo;
|
|
}
|
|
|
|
#ifdef DEBUG
|
|
nsCString RestrictedSelectorToString() const;
|
|
#endif
|
|
|
|
private:
|
|
void AddPseudoClassInternal(nsPseudoClassList *aPseudoClass);
|
|
nsCSSSelector* Clone(bool aDeepNext, bool aDeepNegations) const;
|
|
|
|
void AppendToStringWithoutCombinators(
|
|
nsAString& aString,
|
|
mozilla::CSSStyleSheet* aSheet,
|
|
bool aUseStandardNamespacePrefixes) const;
|
|
void AppendToStringWithoutCombinatorsOrNegations(
|
|
nsAString& aString,
|
|
mozilla::CSSStyleSheet* aSheet,
|
|
bool aIsNegated,
|
|
bool aUseStandardNamespacePrefixes) const;
|
|
// Returns true if this selector can have a namespace specified (which
|
|
// happens if and only if the default namespace would apply to this
|
|
// selector).
|
|
bool CanBeNamespaced(bool aIsNegated) const;
|
|
// Calculate the specificity of this selector (not including its mNext
|
|
// or its mNegations).
|
|
int32_t CalcWeightWithoutNegations() const;
|
|
|
|
public:
|
|
// Get and set the selector's pseudo type
|
|
mozilla::CSSPseudoElementType PseudoType() const { return mPseudoType; }
|
|
void SetPseudoType(mozilla::CSSPseudoElementType aType) {
|
|
mPseudoType = aType;
|
|
}
|
|
|
|
size_t SizeOfIncludingThis(mozilla::MallocSizeOf aMallocSizeOf) const;
|
|
|
|
// For case-sensitive documents, mLowercaseTag is the same as mCasedTag,
|
|
// but in case-insensitive documents (HTML) mLowercaseTag is lowercase.
|
|
// Also, for pseudo-elements mCasedTag will be null but mLowercaseTag
|
|
// contains their name.
|
|
nsCOMPtr<nsIAtom> mLowercaseTag;
|
|
nsCOMPtr<nsIAtom> mCasedTag;
|
|
nsAtomList* mIDList;
|
|
nsAtomList* mClassList;
|
|
nsPseudoClassList* mPseudoClassList; // atom for the pseudo, string for
|
|
// the argument to functional pseudos
|
|
nsAttrSelector* mAttrList;
|
|
nsCSSSelector* mNegations;
|
|
nsCSSSelector* mNext;
|
|
int32_t mNameSpace;
|
|
char16_t mOperator;
|
|
private:
|
|
// The underlying type of CSSPseudoElementType is uint8_t and
|
|
// it packs well with mOperator. (char16_t + uint8_t is less than 32bits.)
|
|
mozilla::CSSPseudoElementType mPseudoType;
|
|
|
|
nsCSSSelector(const nsCSSSelector& aCopy) = delete;
|
|
nsCSSSelector& operator=(const nsCSSSelector& aCopy) = delete;
|
|
};
|
|
|
|
/**
|
|
* A selector list is the unit of selectors that each style rule has.
|
|
* For example, "P B, H1 B { ... }" would be a selector list with two
|
|
* items (where each |nsCSSSelectorList| object's |mSelectors| has
|
|
* an |mNext| for the P or H1). We represent them as linked lists.
|
|
*/
|
|
class inDOMUtils;
|
|
|
|
struct nsCSSSelectorList {
|
|
nsCSSSelectorList(void);
|
|
~nsCSSSelectorList(void);
|
|
|
|
/**
|
|
* Create a new selector and push it onto the beginning of |mSelectors|,
|
|
* setting its |mNext| to the current value of |mSelectors|. If there is an
|
|
* earlier selector, set its |mOperator| to |aOperator|; else |aOperator|
|
|
* must be char16_t(0).
|
|
* Returns the new selector.
|
|
* The list owns the new selector.
|
|
* The caller is responsible for updating |mWeight|.
|
|
*/
|
|
nsCSSSelector* AddSelector(char16_t aOperator);
|
|
|
|
/**
|
|
* Point |mSelectors| to its |mNext|, and delete the first node in the old
|
|
* |mSelectors|.
|
|
* Should only be used on a list with more than one selector in it.
|
|
*/
|
|
void RemoveRightmostSelector();
|
|
|
|
/**
|
|
* Should be used only on the first in the list
|
|
*/
|
|
void ToString(nsAString& aResult, mozilla::CSSStyleSheet* aSheet);
|
|
|
|
/**
|
|
* Do a deep clone. Should be used only on the first in the list.
|
|
*/
|
|
nsCSSSelectorList* Clone() const { return Clone(true); }
|
|
|
|
size_t SizeOfIncludingThis(mozilla::MallocSizeOf aMallocSizeOf) const;
|
|
|
|
nsCSSSelector* mSelectors;
|
|
int32_t mWeight;
|
|
nsCSSSelectorList* mNext;
|
|
protected:
|
|
friend class inDOMUtils;
|
|
nsCSSSelectorList* Clone(bool aDeep) const;
|
|
|
|
private:
|
|
nsCSSSelectorList(const nsCSSSelectorList& aCopy) = delete;
|
|
nsCSSSelectorList& operator=(const nsCSSSelectorList& aCopy) = delete;
|
|
};
|
|
|
|
// 464bab7a-2fce-4f30-ab44-b7a5f3aae57d
|
|
#define NS_CSS_STYLE_RULE_IMPL_CID \
|
|
{ 0x464bab7a, 0x2fce, 0x4f30, \
|
|
{ 0xab, 0x44, 0xb7, 0xa5, 0xf3, 0xaa, 0xe5, 0x7d } }
|
|
|
|
namespace mozilla {
|
|
namespace css {
|
|
|
|
class Declaration;
|
|
class DOMCSSStyleRule;
|
|
|
|
class StyleRule final : public Rule
|
|
{
|
|
public:
|
|
StyleRule(nsCSSSelectorList* aSelector,
|
|
Declaration *aDeclaration,
|
|
uint32_t aLineNumber, uint32_t aColumnNumber);
|
|
private:
|
|
// for |Clone|
|
|
StyleRule(const StyleRule& aCopy);
|
|
public:
|
|
NS_DECLARE_STATIC_IID_ACCESSOR(NS_CSS_STYLE_RULE_IMPL_CID)
|
|
|
|
NS_DECL_ISUPPORTS
|
|
|
|
// null for style attribute
|
|
nsCSSSelectorList* Selector() { return mSelector; }
|
|
|
|
Declaration* GetDeclaration() const { return mDeclaration; }
|
|
|
|
void SetDeclaration(Declaration* aDecl);
|
|
|
|
// hooks for DOM rule
|
|
void GetCssText(nsAString& aCssText);
|
|
void SetCssText(const nsAString& aCssText);
|
|
void GetSelectorText(nsAString& aSelectorText);
|
|
void SetSelectorText(const nsAString& aSelectorText);
|
|
|
|
virtual int32_t GetType() const override;
|
|
|
|
virtual already_AddRefed<Rule> Clone() const override;
|
|
|
|
virtual nsIDOMCSSRule* GetDOMRule() override;
|
|
|
|
virtual nsIDOMCSSRule* GetExistingDOMRule() override;
|
|
|
|
#ifdef DEBUG
|
|
virtual void List(FILE* out = stdout, int32_t aIndent = 0) const override;
|
|
#endif
|
|
|
|
virtual size_t SizeOfIncludingThis(mozilla::MallocSizeOf aMallocSizeOf) const override;
|
|
|
|
private:
|
|
~StyleRule();
|
|
|
|
private:
|
|
nsCSSSelectorList* mSelector; // null for style attribute
|
|
RefPtr<Declaration> mDeclaration;
|
|
RefPtr<DOMCSSStyleRule> mDOMRule;
|
|
|
|
private:
|
|
StyleRule& operator=(const StyleRule& aCopy) = delete;
|
|
};
|
|
|
|
NS_DEFINE_STATIC_IID_ACCESSOR(StyleRule, NS_CSS_STYLE_RULE_IMPL_CID)
|
|
|
|
} // namespace css
|
|
} // namespace mozilla
|
|
|
|
#endif /* mozilla_css_StyleRule_h__ */
|