mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
Bug 1422197 - Add fast path to get DocGroup in binding code for [CEReactions]
Tag #1375
This commit is contained in:
parent
fc8fcfc039
commit
ca09afd0b0
30 changed files with 206 additions and 44 deletions
|
|
@ -39,6 +39,11 @@ class nsMediaList;
|
|||
|
||||
namespace mozilla {
|
||||
|
||||
namespace dom {
|
||||
class DocGroup;
|
||||
class DocGroup;
|
||||
} // namespace dom
|
||||
|
||||
class ErrorResult;
|
||||
|
||||
namespace css {
|
||||
|
|
@ -209,6 +214,7 @@ public:
|
|||
using nsICSSDeclaration::GetPropertyCSSValue;
|
||||
|
||||
virtual nsINode *GetParentObject() override;
|
||||
virtual mozilla::dom::DocGroup* GetDocGroup() const override;
|
||||
virtual void IndexedGetter(uint32_t aIndex, bool& aFound, nsAString& aPropName) override;
|
||||
|
||||
nsresult GetPropertyValue(nsCSSFontDesc aFontDescID,
|
||||
|
|
@ -366,6 +372,7 @@ public:
|
|||
nsICSSDeclaration)
|
||||
|
||||
virtual nsINode* GetParentObject() override;
|
||||
virtual mozilla::dom::DocGroup* GetDocGroup() const override;
|
||||
|
||||
protected:
|
||||
virtual ~nsCSSKeyframeStyleDeclaration();
|
||||
|
|
@ -496,6 +503,7 @@ public:
|
|||
nsICSSDeclaration)
|
||||
|
||||
virtual nsINode *GetParentObject() override;
|
||||
virtual mozilla::dom::DocGroup* GetDocGroup() const override;
|
||||
|
||||
protected:
|
||||
virtual ~nsCSSPageStyleDeclaration();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue