Sam Atkins
|
398e112c8c
LibWeb: Make dumping of `@supports` more useful
|
9 months ago |
Aliaksandr Kalenik
|
feba8e6218
LibWeb: Replace nested_browsing_context() with content_navigable()
|
8 months ago |
Jonne Ransijn
|
07cd7d479f
LibWeb: Remove reference counting for `CSS::StyleProperties`
|
9 months ago |
Alex Ungurianu
|
1dd3865de9
LibWeb: Usefully dump CSS property rules
|
9 months ago |
Alex Ungurianu
|
50d64b0fb7
LibWeb: Add and implement `CSSPropertyRule` IDL and bindings
|
9 months ago |
Sam Atkins
|
36afff97d1
LibWeb/CSS: Parse nested rules in style blocks
|
9 months ago |
Sam Atkins
|
9c66ab356a
LibWeb: Implement CSSNestedDeclarations type
|
9 months ago |
Sam Atkins
|
5b4d1b5b05
LibWeb/CSS: Parse the `&` nesting selector
|
9 months ago |
Aliaksandr Kalenik
|
c097f53875
LibWeb: Remove InlinePaintable
|
9 months ago |
Aliaksandr Kalenik
|
6a549f6270
LibWeb: Replace InlinePaintable with PaintableWithLines created per line
|
9 months ago |
Aliaksandr Kalenik
|
c690fb9df3
LibWeb: Rename Layout::Node::paintable() to first_paintable()
|
9 months ago |
Sam Atkins
|
aeed4921c4
LibWeb: Indent the CSS dumps correctly
|
9 months ago |
Sam Atkins
|
5cc75d4de4
LibWeb: Remove tiny-OOM handling from dump code
|
9 months ago |
Andreas Kling
|
cc4b3cbacc
Meta: Update my e-mail address everywhere
|
9 months ago |
Sam Atkins
|
e43f3e4808
LibWeb/CSS: Parse font-[feature,variation]-settings descriptors
|
10 months ago |
Sam Atkins
|
20af2eb2b0
LibWeb/CSS: Parse the font-language-override descriptor
|
10 months ago |
Sam Atkins
|
b1870e7029
LibWeb/CSS: Parse font-width descriptor and its font-stretch alias
|
10 months ago |
Sam Atkins
|
7c50a31402
LibWeb/CSS: Parse font-named-instance descriptor
|
10 months ago |
Sam Atkins
|
3eb6d510fd
LibWeb/CSS: Parse font-display descriptor
|
10 months ago |
Sam Atkins
|
2f7d18865d
LibWeb: Parse ascent-, descent-, and line-gap-override descriptors
|
10 months ago |
Sam Atkins
|
1c6133aa52
LibWeb/CSS: Add CSSOM types for `@layer` rules
|
11 months ago |
Andreas Kling
|
e71ed67069
LibWeb: Show in dumps when elements represent a pseudo element
|
11 months ago |
Sam Atkins
|
6a74b01644
LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct
|
11 months ago |
Diego Frias
|
f63a945ba0
LibWeb: Implement the `:has()` pseudo-class
|
1 year ago |
Andreas Kling
|
f4bdf56212
LibWeb: Rename Element::shadow_root_internal() to shadow_root()
|
1 year ago |
Tim Ledbetter
|
c57d395a48
LibWeb: Use `IterationDecision` in single level Node iteration methods
|
1 year ago |
Aliaksandr Kalenik
|
ce325a9912
LibWeb: Add SessionHistoryEntry::document()
|
1 year ago |
Aliaksandr Kalenik
|
b590d1b48b
LibWeb: Transform SessionHistoryEntry from a struct to a class
|
1 year ago |
Andreas Kling
|
ce2bfb4a12
LibWeb: Make CSSStyleRule::declaration() return a more specific type
|
1 year ago |
Shannon Booth
|
e800605ad3
AK+LibURL: Move AK::URL into a new URL library
|
1 year ago |