summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLFormElement.cpp
AgeCommit message (Expand)Author
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-03-03LibWeb: Include cookies in form submissionLuke Wilde
2022-02-26LibWeb: Fix LibWeb build with ClangAndreas Kling
2022-02-25LibWeb: Support HTMLFormElement.elements and HTMLFormElement.lengthAndreas Kling
2022-02-19LibWeb: Move QualifiedName into the Web::DOM namespaceAndreas Kling
2022-02-19LibWeb: Return current document URL if form action missing or emptyAdam Plumb
2022-02-09LibWeb: Do not set Content-Length headers twice for POST requestsBrian Gianforcaro
2021-11-18LibWeb: Move BrowsingContext into HTML/Andreas Kling
2021-10-01LibWeb: Add the missing SubmitEvent IDL constructorIdan Horowitz
2021-09-13LibWeb: Add the Web::URL namespace and move URLEncoder to itIdan Horowitz
2021-09-09LibWeb: Rename Document::complete_url() => parse_url()Andreas Kling
2021-08-24LibWeb+Browser: Remove unnecessary InProcessWebView.h includesAndreas Kling
2021-08-12LibWeb: Remove pointless type castsDaniel Bertalan
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