index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibWeb
/
Parser
/
CSSParser.cpp
Age
Commit message (
Expand
)
Author
2020-06-13
LibWeb: Parse and match the :visited pseudo-class (always fails)
Andreas Kling
2020-06-12
LibWeb: Whine about unrecognized CSS properties in debug log
Andreas Kling
2020-06-10
LibWeb: Ignore backslashes (\) in attribute selectors
Andreas Kling
2020-06-10
LibWeb: Parse and match basic "contains" attribute selectors (~=)
Andreas Kling
2020-06-07
LibWeb: Start fleshing out support for relative CSS units
Andreas Kling
2020-05-26
LibWeb: Make the CSS parser a little more tolerant to invalid CSS
Andreas Kling
2020-05-26
LibWeb: Implement vendor specific CSS color style for System Palette
FalseHonesty
2020-05-21
LibWeb: Update the CSS prefix to -libweb
Sergey Bugaev
2020-05-14
LibWeb: Support the :root pseudo class
Linus Groh
2020-05-14
LibWeb: Make CSS pseudo classes case-insensitive
Linus Groh
2020-05-13
LibWeb: Support "transparent" CSS color value
Linus Groh
2020-05-13
LibWeb: Make parsing of most CSS values case-insensitive
Linus Groh
2020-05-11
LibWeb: Add basic support for CSS percentages
Andreas Kling
2020-05-11
LibWeb: Ignore parsed pseudo-element selectors & empty complex selectors
Linus Groh
2020-05-05
LibWeb: Don't emit a simple selector if nothing was consumed
Andreas Kling
2020-05-05
LibWeb: Recognise :focus pseudo-class
Linus Groh
2020-04-05
AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtr
Andreas Kling
2020-03-30
LibWeb: Support more advanced selectors in document.querySelectorAll()
Andreas Kling
2020-03-30
LibWeb: Add naive support for document.querySelectorAll()
Andreas Kling
2020-03-20
LibWeb: Add CSS property 'border'
myphs
2020-03-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling