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
/
SelectorEngine.cpp
Age
Commit message (
Expand
)
Author
2021-10-08
Libraries: Fix -Wunreachable-code warnings from clang
Nico Weber
2021-09-03
Everywhere: Use my shiny new serenityos.org email :^)
Sam Atkins
2021-08-02
LibWeb: Switch to new CSS Parser :^)
Sam Atkins
2021-07-31
LibWeb: Fix issues with CSS attribute selector handling
Sam Atkins
2021-07-31
LibWeb: Bring Selector terminology in line with the CSS spec
Sam Atkins
2021-07-14
LibWeb: Use split_view() in attribute selector matching
Andreas Kling
2021-07-14
LibWeb: Use Selectors instead of a String for :not() selectors
Sam Atkins
2021-07-14
LibWeb: Make CSS::Selector reference counted
Sam Atkins
2021-07-14
LibWeb: Add 'PseudoElement' as a CSS SimpleSelector::Type
Sam Atkins
2021-07-14
LibWeb: Add 'PseudoClass' as a CSS SimpleSelector::Type
Sam Atkins
2021-07-14
LibWeb: Add 'Attribute' as a CSS SimpleSelector::Type
Sam Atkins
2021-07-14
LibWeb: Convert CSS Dump, Selector, & SelectorEngine to east const
Sam Atkins
2021-07-11
LibWeb: Add context to new CSS parser, and deprecate the old one
Sam Atkins
2021-07-11
LibWeb: Add remaining CSS AttributeMatchTypes
Sam Atkins
2021-06-25
LibWeb: Support :active pseudo-class for hyperlinks, :focus possibly
Paul Irwin
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-05-24
LibWeb: Match the :not pseudoclass
Tobias Christiansen
2021-05-24
LibWeb: Add support for more pseudoclasses
Tobias Christiansen
2021-05-11
LibWeb: Implement :nth-last-child pseudo-class
miere43
2021-05-09
LibWeb: Implement :nth-child pseudo-class
miere43
2021-04-30
LibWeb: Add selector support to the new CSSParser
stelar7
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-06
LibWeb: Support the :last-of-type CSS selector :^)
Andreas Kling
2021-04-06
LibWeb: Support the :first-of-type CSS selector :^)
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling