summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLFormElement.cpp
AgeCommit message (Expand)Author
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-06-01LibWeb: Use correct percent encode set for form submissionsLuke
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-20LibWeb: Register FormAssociatedElement with their owner formAndreas Kling
2021-04-06LibWeb: Rename "for_each_in_subtree(_of_type)" to "for_each_in_inclusive_subt...Luke
2021-02-07LibWeb: Use move semantics for QualifiedName more oftenAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling