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
/
CSSStyleDeclaration.h
Age
Commit message (
Expand
)
Author
2021-10-10
LibWeb: Optimize CSS::StyleDeclaration for size
Brian Gianforcaro
2021-10-01
LibWeb: Implement CSSRule and CSSStyleDeclaration serialization
Andreas Kling
2021-09-26
LibWeb: Support simplest form of CSSStyleDeclaration.setProperty()
Andreas Kling
2021-09-12
LibWeb: Implement CSSStyleDeclaration.getPropertyValue(property)
Andreas Kling
2021-09-12
LibWeb: Make CSSStyleDeclaration an abstract class
Andreas Kling
2021-08-15
LibWeb: Ensure inline CSS loaded from HTML is ElementInline
DoubleNegation
2021-05-28
LibWeb: Store custom properties in CSSStyleDeclaration
Tobias Christiansen
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-16
LibWeb: Invalidate element style after setting Element.style.foo
Andreas Kling
2021-03-15
LibWeb: Support named CSS properties on CSSStyleDeclaration wrapper
Andreas Kling
2021-03-13
LibWeb: Expose barebones CSSStyleDeclaration to JavaScript
Andreas Kling
2021-03-13
LibWeb: Rename StyleDeclaration => CSSStyleDeclaration to match CSSOM
Andreas Kling