Andreas Kling
|
1f008c95b6
LibWeb: Move CSS classes into the Web::CSS namespace
|
hace 5 años |
Andreas Kling
|
11ff9d0f17
LibWeb: Move DOM classes into the Web::DOM namespace
|
hace 5 años |
Andreas Kling
|
71556e39a4
LibWeb: Switch to using AK::is and AK::downcast
|
hace 5 años |
Andreas Kling
|
3cb50a4714
LibWeb: Rename Element::tag_name() => local_name()
|
hace 5 años |
Andreas Kling
|
5e83a97fa2
LibWeb: Rename LayoutNode::style() => specified_style()
|
hace 5 años |
Andreas Kling
|
f742b245b7
LibWeb: Turn BoxModelMetrics into a simple struct
|
hace 5 años |
Andreas Kling
|
c7d9229a0f
LibWeb: Reorganize layout algorithm
|
hace 5 años |
Andreas Kling
|
2b47ba6c3f
LibWeb: Dump layout node style properties in alphabetical order
|
hace 5 años |
Andreas Kling
|
ae3e5e9d37
LibWeb: Include selector pseudo-class in style sheet dumps
|
hace 5 años |
Andreas Kling
|
260427f0ad
LibWeb: Some improvements to absolute positioning
|
hace 5 años |
Andreas Kling
|
ff2c949d70
LibWeb: Include class names in layout tree dumps
|
hace 5 años |
Andreas Kling
|
65c4e5cacf
LibWeb: Parse and match basic "contains" attribute selectors (~=)
|
hace 5 años |
Andreas Kling
|
656b01eb0f
LibWeb: Rework the layout engine to use relative offsets
|
hace 5 años |
Andreas Kling
|
731685468a
LibWeb: Start fleshing out support for relative CSS units
|
hace 5 años |
Andreas Kling
|
2149820260
LibWeb: Use HTML::AttributeNames::foo instead of FlyString("foo")
|
hace 5 años |
Andreas Kling
|
a01fd7ecc5
LibWeb: Colorize tag names in layout tree dumps + show element IDs
|
hace 5 años |
Andreas Kling
|
06aec9667e
LibWeb: Support more advanced selectors in document.querySelectorAll()
|
hace 5 años |
Andreas Kling
|
0f7bcd4111
LibWeb: Add naive support for document.querySelectorAll()
|
hace 5 años |
Elisée Maurer
|
d01b97b50a
Base: Replace <!DOCTYPE> with <!DOCTYPE html> in a few files (#1511)
|
hace 5 años |
Andreas Kling
|
5b87043221
LibWeb: Make dump_tree() look okay for DocumentFragments
|
hace 5 años |
Andreas Kling
|
7309642ca8
LibWeb: Use FlyString for Element tag names
|
hace 5 años |
Andreas Kling
|
830a57c6b2
LibWeb: Rename directory LibHTML => LibWeb
|
hace 5 años |