mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
Issue #2486 - Part 1: Initial plumbing and CSSOM support for cascade layers
This commit is contained in:
parent
d0e568577f
commit
cac56b8e77
16 changed files with 416 additions and 4 deletions
|
|
@ -237,6 +237,16 @@ DOMInterfaces = {
|
|||
'headerFile': 'nsCSSRules.h',
|
||||
},
|
||||
|
||||
'CSSLayerBlockRule': {
|
||||
'nativeType': 'mozilla::CSSLayerBlockRule',
|
||||
'headerFile': 'nsCSSRules.h',
|
||||
},
|
||||
|
||||
'CSSLayerStatementRule': {
|
||||
'nativeType': 'mozilla::CSSLayerStatementRule',
|
||||
'headerFile': 'nsCSSRules.h',
|
||||
},
|
||||
|
||||
'CSSLexer': {
|
||||
'wrapperCache': False
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue