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
/
StyleSheetList.cpp
Age
Commit message (
Expand
)
Author
2023-02-28
LibWeb: Restore proper functionality of legacy platform objects
Luke Wilde
2023-02-18
LibWeb: Make factory method of CSS::StyleSheetList fallible
Kenneth Myhra
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-10
LibWeb: Move passing of Web object prototypes out of constructors
Timothy Flynn
2022-10-29
LibWeb: Don't invalidate style when adding/removing empty style sheet
Andreas Kling
2022-10-01
LibWeb: Remove unecessary dependence on Window from CSS classes
Andrew Kaster
2022-09-09
LibWeb: Keep CSS sheets sorted in document tree order
Andreas Kling
2022-09-06
LibWeb: Use cached_web_prototype() as much as possible
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) 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-04-08
LibWeb: Load fonts from style sheet once when sheet is added
Andreas Kling
2022-03-15
LibWeb: Use StyleComputer::invalidate_rule_cache() directly everywhere
Andreas Kling
2022-03-09
LibWeb: Invalidate style after CSSStyleSheet.{insert,remove}Rule()
Andreas Kling
2022-02-10
LibWeb: Cache CSS rules in buckets to reduce number of rules checked
Andreas Kling
2021-10-15
LibWeb: Use W3C urls for CSSOM spec links
Sam Atkins
2021-09-30
LibWeb: Reimplement the <style> element following the spec
Andreas Kling
2021-09-29
LibWeb: Make StyleSheetList.item an IDL getter
Luke Wilde
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-08
LibWeb: Start exposing CSS style sheets to JavaScript :^)
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling