Idan Horowitz
|
db32466499
LibWeb: Mark SelectorEngine matches-related functions as inline
|
3 年之前 |
Andreas Kling
|
ae301d2b02
LibWeb: Remove duplicate type checks in SelectorEngine
|
3 年之前 |
Nico Weber
|
b8dc3661ac
Libraries: Fix -Wunreachable-code warnings from clang
|
3 年之前 |
Sam Atkins
|
e2c32a6c65
Everywhere: Use my shiny new serenityos.org email :^)
|
3 年之前 |
Sam Atkins
|
3bd14941c7
LibWeb: Switch to new CSS Parser :^)
|
3 年之前 |
Sam Atkins
|
1b72766e4e
LibWeb: Fix issues with CSS attribute selector handling
|
3 年之前 |
Sam Atkins
|
6ea5d03f43
LibWeb: Bring Selector terminology in line with the CSS spec
|
4 年之前 |
Andreas Kling
|
d78a007b5d
LibWeb: Use split_view() in attribute selector matching
|
4 年之前 |
Sam Atkins
|
ffc81cbfad
LibWeb: Use Selectors instead of a String for :not() selectors
|
4 年之前 |
Sam Atkins
|
776b1f4548
LibWeb: Make CSS::Selector reference counted
|
4 年之前 |
Sam Atkins
|
8cae79cc8d
LibWeb: Add 'PseudoElement' as a CSS SimpleSelector::Type
|
4 年之前 |
Sam Atkins
|
4af7d41879
LibWeb: Add 'PseudoClass' as a CSS SimpleSelector::Type
|
4 年之前 |
Sam Atkins
|
96b2356cbb
LibWeb: Add 'Attribute' as a CSS SimpleSelector::Type
|
4 年之前 |
Sam Atkins
|
dadcb46344
LibWeb: Convert CSS Dump, Selector, & SelectorEngine to east const
|
4 年之前 |
Sam Atkins
|
004ae453d1
LibWeb: Add context to new CSS parser, and deprecate the old one
|
4 年之前 |
Sam Atkins
|
7fefe34797
LibWeb: Add remaining CSS AttributeMatchTypes
|
4 年之前 |
Paul Irwin
|
5eb65286b6
LibWeb: Support :active pseudo-class for hyperlinks, :focus possibly
|
4 年之前 |
Andreas Kling
|
ee3a73ddbb
AK: Rename downcast<T> => verify_cast<T>
|
4 年之前 |
Tobias Christiansen
|
820224bb48
LibWeb: Match the :not pseudoclass
|
4 年之前 |
Tobias Christiansen
|
b53dac6e88
LibWeb: Add support for more pseudoclasses
|
4 年之前 |
miere43
|
c4bd4cbd76
LibWeb: Implement :nth-last-child pseudo-class
|
4 年之前 |
miere43
|
aa83539d7b
LibWeb: Implement :nth-child pseudo-class
|
4 年之前 |
stelar7
|
55446172cb
LibWeb: Add selector support to the new CSSParser
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Andreas Kling
|
1d065aa51b
LibWeb: Support the :last-of-type CSS selector :^)
|
4 年之前 |
Andreas Kling
|
0eb9a9dd13
LibWeb: Support the :first-of-type CSS selector :^)
|
4 年之前 |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 年之前 |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 年之前 |