summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLHyperlinkElementUtils.cpp
AgeCommit message (Expand)Author
2023-02-19LibWeb: Use is_ascii_case_insensitive_match() where the spec says toSam Atkins
2022-12-19LibWeb: Fully Implement `get_an_elements_noopener`Keir Davis
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-19Everywhere: Remove unnecessary mutable attributes from lambdasMacDue
2022-11-18LibWeb: Fix clicking on linksMacDue
2022-11-15LibWeb: Bring BrowsingContext::choose_a_browsing_context closer to specIdan Horowitz
2022-03-26LibWeb: Bring handling of anchor elements closer to specsin-ack
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2021-10-03LibWeb: Implement the HTMLHyperlinkElementUtils mixinAndreas Kling