Luke
e8a9e8aed5
LibWeb: Add namespace to Element
2020-10-22 15:24:42 +02:00
Matthew Olsson
455ce0b9c3
LibWeb: Create LayoutNodes for each SVG element
...
This brings the SVG API closer to the rest of LibWeb
2020-10-10 23:28:41 +02:00
Ben Wiederhake
08f9bc26a6
Meta+LibHTTP through LibWeb: Make clang-format-10 clean
2020-09-25 21:18:17 +02:00
Matthew Olsson
335916d8db
LibGfx: Templatize Point, Size, and Rect
2020-07-27 01:06:26 +02:00
Andreas Kling
1f008c95b6
LibWeb: Move CSS classes into the Web::CSS namespace
2020-07-26 20:05:15 +02:00
Andreas Kling
11ff9d0f17
LibWeb: Move DOM classes into the Web::DOM namespace
...
LibWeb keeps growing and the Web namespace is filling up fast.
Let's put DOM stuff into Web::DOM, just like we already started doing
with SVG stuff in Web::SVG.
2020-07-26 20:05:15 +02:00
Andreas Kling
71556e39a4
LibWeb: Switch to using AK::is and AK::downcast
2020-07-26 17:51:00 +02:00
Matthew Olsson
b1299f972c
LibWeb: Refactor SVG files into their own directory; follow spec layout
2020-07-26 14:53:43 +02:00