index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
CSS
/
CSSStyleSheet.h
Age
Commit message (
Expand
)
Author
2023-01-10
LibWeb: Move setting of Web object prototypes to initialize()
Timothy Flynn
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-14
LibWeb: Respect media attribute of style tag
Aliaksandr Kalenik
2022-10-01
LibWeb: Remove unecessary dependence on Window from CSS classes
Andrew Kaster
2022-09-25
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
Linus Groh
2022-09-21
LibWeb: Remove WRAPPER_HACK() macro
Linus Groh
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make CSSRule and all its subclasses GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make CSSRuleList GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make StyleSheetList GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make StyleSheet and CSSStyleSheet GC-allocated
Andreas Kling
2022-08-23
LibWeb: Replace GlobalObject with Realm in wrapper functions
Linus Groh
2022-03-30
LibWeb: Spec-comment `parse_a_stylesheet()`
Sam Atkins
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-09
LibWeb: Invalidate style after CSSStyleSheet.{insert,remove}Rule()
Andreas Kling
2022-03-08
LibWeb: Move Window from DOM directory & namespace to HTML
Linus Groh
2022-02-17
LibWeb: Only invalidate styles if a `@media` rule changes match status
Sam Atkins
2021-12-06
LibWeb: Make StyleSheet::m_parent_style_sheet a WeakPtr
Andreas Kling
2021-12-06
LibWeb: Make CSSStyleSheet::m_owner_css_rule a WeakPtr
Andreas Kling
2021-11-18
LibWeb: Remove `for_first_not_loaded_import_rule()` :^)
Sam Atkins
2021-10-08
LibWeb: Evaluate `@media` rules
Sam Atkins
2021-10-08
LibWeb: Move CSSRule iteration to CSSRuleList
Sam Atkins
2021-10-06
LibWeb: Resolve cyclic dependency between StyleSheet and ImportRule
Ben Wiederhake
2021-09-30
LibWeb: Reimplement the <style> element following the spec
Andreas Kling
2021-09-29
LibWeb: Add CSSStyleSheet.{insert,delete,remove}Rule() APIs
Andreas Kling
2021-09-29
LibWeb: Make CSSRule and CSSRuleList available to JavaScript :^)
Andreas Kling
2021-09-29
LibWeb: Use a CSSRuleList inside CSSStyleSheet
Sam Atkins
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-08
LibWeb: Implement StyleSheet.type
Andreas Kling
2021-03-08
LibWeb: Start exposing CSS style sheets to JavaScript :^)
Andreas Kling
2021-03-07
LibWeb: Split CSS::StyleSheet into StyleSheet and CSSStyleSheet
Andreas Kling