summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/SelectorEngine.cpp
AgeCommit message (Expand)Author
2021-09-03Everywhere: Use my shiny new serenityos.org email :^)Sam Atkins
2021-08-02LibWeb: Switch to new CSS Parser :^)Sam Atkins
2021-07-31LibWeb: Fix issues with CSS attribute selector handlingSam Atkins
2021-07-31LibWeb: Bring Selector terminology in line with the CSS specSam Atkins
2021-07-14LibWeb: Use split_view() in attribute selector matchingAndreas Kling
2021-07-14LibWeb: Use Selectors instead of a String for :not() selectorsSam Atkins
2021-07-14LibWeb: Make CSS::Selector reference countedSam Atkins
2021-07-14LibWeb: Add 'PseudoElement' as a CSS SimpleSelector::TypeSam Atkins
2021-07-14LibWeb: Add 'PseudoClass' as a CSS SimpleSelector::TypeSam Atkins
2021-07-14LibWeb: Add 'Attribute' as a CSS SimpleSelector::TypeSam Atkins
2021-07-14LibWeb: Convert CSS Dump, Selector, & SelectorEngine to east constSam Atkins
2021-07-11LibWeb: Add context to new CSS parser, and deprecate the old oneSam Atkins
2021-07-11LibWeb: Add remaining CSS AttributeMatchTypesSam Atkins
2021-06-25LibWeb: Support :active pseudo-class for hyperlinks, :focus possiblyPaul Irwin
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-05-24LibWeb: Match the :not pseudoclassTobias Christiansen
2021-05-24LibWeb: Add support for more pseudoclassesTobias Christiansen
2021-05-11LibWeb: Implement :nth-last-child pseudo-classmiere43
2021-05-09LibWeb: Implement :nth-child pseudo-classmiere43
2021-04-30LibWeb: Add selector support to the new CSSParserstelar7
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-06LibWeb: Support the :last-of-type CSS selector :^)Andreas Kling
2021-04-06LibWeb: Support the :first-of-type CSS selector :^)Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling