Sam Atkins
17912330c4
LibWeb: Add SVG <line>
element and test case :^)
2022-02-11 21:38:27 +01:00
Sam Atkins
3a1a35ef8f
LibWeb: Add SVG <ellipse>
element and test case :^)
2022-02-11 21:38:27 +01:00
Sam Atkins
21bdcee3c3
LibWeb: Add SVG <circle>
element and test case :^)
2022-02-11 21:38:27 +01:00
Sam Atkins
1dde6a0a2b
LibWeb: Add SVG <rect>
element and test case :^)
2022-02-11 21:38:27 +01:00
Andreas Kling
7ac889e533
LibWeb: Add a bare-bones SVG <g> element
2021-09-18 01:39:59 +02:00
Andreas Kling
b91c49364d
AK: Rename adopt() to adopt_ref()
...
This makes it more symmetrical with adopt_own() (which is used to
create a NonnullOwnPtr from the result of a naked new.)
2021-04-23 16:46:57 +02:00
Luke
31364da590
LibWeb+HackStudio: Use lukew@serenityos.org for my copyright headers
2021-04-22 23:15:33 +02:00
Brian Gianforcaro
1682f0b760
Everything: Move to SPDX license identifiers in all files.
...
SPDX License Identifiers are a more compact / standardized
way of representing file license information.
See: https://spdx.dev/resources/use/#identifiers
This was done with the `ambr` search and replace tool.
ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt *
2021-04-22 11:22:27 +02:00
Andreas Kling
330c3fcb59
LibWeb: Use move semantics for QualifiedName more often
2021-02-07 11:20:15 +01:00
Andreas Kling
13d7c09125
Libraries: Move to Userland/Libraries/
2021-01-12 12:17:46 +01:00