Age | Commit message (Expand) | Author |
---|---|---|
2023-02-19 | LibWeb: Use is_ascii_case_insensitive_match() where the spec says to | Sam Atkins |
2022-12-19 | LibWeb: Fully Implement `get_an_elements_noopener` | Keir Davis |
2022-12-06 | Everywhere: Rename to_{string => deprecated_string}() where applicable | Linus Groh |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-11-19 | Everywhere: Remove unnecessary mutable attributes from lambdas | MacDue |
2022-11-18 | LibWeb: Fix clicking on links | MacDue |
2022-11-15 | LibWeb: Bring BrowsingContext::choose_a_browsing_context closer to spec | Idan Horowitz |
2022-03-26 | LibWeb: Bring handling of anchor elements closer to spec | sin-ack |
2022-03-17 | Libraries: Use default constructors/destructors in LibWeb | Lenny Maiorani |
2021-10-03 | LibWeb: Implement the HTMLHyperlinkElementUtils mixin | Andreas Kling |