mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:57:35 +00:00
LibWeb: Start implementing the MediaQueryList interface
This commit is contained in:
parent
a61857eb0a
commit
4155cc7ed5
6 changed files with 122 additions and 0 deletions
|
@ -19,6 +19,7 @@ set(SOURCES
|
|||
CSS/CSSStyleSheet.cpp
|
||||
CSS/DefaultStyleSheetSource.cpp
|
||||
CSS/Length.cpp
|
||||
CSS/MediaQueryList.cpp
|
||||
CSS/Parser/Parser.cpp
|
||||
CSS/Parser/StyleRules.cpp
|
||||
CSS/Parser/Token.cpp
|
||||
|
@ -306,6 +307,7 @@ endfunction()
|
|||
|
||||
libweb_js_wrapper(CSS/CSSStyleDeclaration)
|
||||
libweb_js_wrapper(CSS/CSSStyleSheet)
|
||||
libweb_js_wrapper(CSS/MediaQueryList)
|
||||
libweb_js_wrapper(CSS/Screen)
|
||||
libweb_js_wrapper(CSS/StyleSheet)
|
||||
libweb_js_wrapper(CSS/StyleSheetList)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue