Timothy Flynn
|
fe891727dc
LibWeb: Use correct URL parsing methods throughout LibWeb
|
6 months ago |
Jelle Raaijmakers
|
1c55153d43
LibWeb: Refactor "editable" and "editing host" concepts
|
6 months ago |
Luke Warlow
|
eb1c60f37b
LibWeb: Implement popover methods
|
6 months ago |
Luke Warlow
|
7c9a162f99
LibWeb: Remove :closed pseudo class
|
6 months ago |
Yuval Carmon
|
3ff8c5c8f1
LibWeb/CSS: Block shadow host matching in DOM
|
7 months ago |
Netanel Haber
|
d743fcb376
LibWeb: Take namespace into account when matching attribute
|
7 months ago |
Gingeh
|
ba0cc7fe46
LibWeb: Use correct case-sensitivity when matching attribute selectors
|
7 months ago |
Shannon Booth
|
f87041bf3a
LibGC+Everywhere: Factor out a LibGC from LibJS
|
7 months ago |
Sam Atkins
|
5a1eb9e220
LibWeb/CSS: Keep invalid parts of `<forgiving-selector-list>`s around
|
7 months ago |
Andreas Kling
|
2a5dbedad4
Revert "LibWeb/CSS: Keep invalid parts of `<forgiving-selector-list>`s around"
|
7 months ago |
Sam Atkins
|
698dd600f2
LibWeb/CSS: Keep invalid parts of `<forgiving-selector-list>`s around
|
7 months ago |
Timothy Flynn
|
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
|
7 months ago |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
Andreas Kling
|
3bb0cb2202
LibWeb: Remove more hand-rolled type information :^)
|
4 years ago |
Andreas Kling
|
bbcc71fec4
LibWeb: Parse :before and :after pseudo-elements
|
4 years ago |
Ben Wiederhake
|
e050f21f36
LibWeb: Mark compilation-unit-only functions as static
|
4 years ago |
Linus Groh
|
7390098adc
LibWeb: Fix #include <LibWeb/{DOM => HTML}/AttributeNames.h>
|
4 years ago |
Andreas Kling
|
1f008c95b6
LibWeb: Move CSS classes into the Web::CSS namespace
|
5 years ago |
Andreas Kling
|
11ff9d0f17
LibWeb: Move DOM classes into the Web::DOM namespace
|
5 years ago |
Andreas Kling
|
71556e39a4
LibWeb: Switch to using AK::is and AK::downcast
|
5 years ago |
Andreas Kling
|
3cb50a4714
LibWeb: Rename Element::tag_name() => local_name()
|
5 years ago |
Andreas Kling
|
483b371a7b
LibWeb: Parse and match the :visited pseudo-class (always fails)
|
5 years ago |
Andreas Kling
|
65c4e5cacf
LibWeb: Parse and match basic "contains" attribute selectors (~=)
|
5 years ago |
Andreas Kling
|
82444048de
LibWeb: Add cached global attribute name FlyStrings
|
5 years ago |
Linus Groh
|
7bfd24ca76
LibWeb: Support the :root pseudo class
|
5 years ago |
Linus Groh
|
055e955a1c
LibWeb: Recognise :focus pseudo-class
|
5 years ago |
Andreas Kling
|
830a57c6b2
LibWeb: Rename directory LibHTML => LibWeb
|
5 years ago |