mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57:31 +09:00
Issue #3053 - Implement CSSStyleSheet constructor
This commit is contained in:
parent
c02dd71673
commit
536619ee89
5 changed files with 79 additions and 0 deletions
|
|
@ -149,6 +149,8 @@ public:
|
|||
// The XPCOM SetDisabled is fine for WebIDL.
|
||||
|
||||
// WebIDL CSSStyleSheet API
|
||||
static already_AddRefed<StyleSheet> Constructor(const dom::GlobalObject& aGlobal,
|
||||
ErrorResult& aRv);
|
||||
virtual css::Rule* GetDOMOwnerRule() const = 0;
|
||||
dom::CSSRuleList* GetCssRules(nsIPrincipal& aSubjectPrincipal,
|
||||
ErrorResult& aRv);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue