1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-24 02:25:06 +00:00
serenity/Userland/Libraries/LibWeb/CodeGenerators
Andreas Kling a9830d9a55 LibWeb: Start exposing CSS style sheets to JavaScript :^)
This patch adds bindings for the following objects:

- StyleSheet
- StyleSheetList
- CSSStyleSheet

You can get to a document's style sheets via Document.styleSheets
and iterate through them using StyleSheetList's item() and length().

That's it in terms of functionality at this point, but still neat. :^)
2021-03-08 11:50:36 +01:00
..
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Generate_CSS_PropertyID_cpp.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Generate_CSS_PropertyID_h.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Generate_CSS_ValueID_cpp.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Generate_CSS_ValueID_h.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
WrapperGenerator.cpp LibWeb: Start exposing CSS style sheets to JavaScript :^) 2021-03-08 11:50:36 +01:00