Andreas Kling
ad9f3f7ae6
LibWeb: Add fast_is<T> for HTML::HTMLAnchorElement
...
We were spending 20% of style computation time on the HTML spec on
deciding whether DOM nodes were HTML anchor (a) tags or not.
2022-03-02 17:40:18 +01:00
Andreas Kling
1b6ed558bb
LibWeb: Move QualifiedName into the Web::DOM namespace
2022-02-19 14:45:59 +01:00
Andreas Kling
a7a3f41f67
LibWeb: Implement the HTMLHyperlinkElementUtils mixin
...
This is used by HTMLAnchorElement and HTMLAreaElement to share
functionality related to their href attribute.
2021-10-03 21:31:46 +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