summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLFormElement.cpp
AgeCommit message (Expand)Author
2023-05-23LibWeb: Make HTMLCollection faster when it only cares about childrenAndreas Kling
2023-04-07LibWeb: Port {Mouse,UI,Wheel,}Event to new StringKenneth Myhra
2023-04-06LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new StringKenneth Myhra
2023-03-19LibWeb: Stub out a few form validation and selection methodsElisée Maurer
2023-03-10Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_caseAndreas Kling
2023-03-08LibWeb: Do not discard String returned from url_encode() to avoid UAFKenneth Myhra
2023-03-05LibWeb: Port SubmitEvent to new StringKenneth Myhra
2023-03-01LibWeb: Port URL and URLSearchParams to new StringKenneth Myhra
2023-02-18LibWeb: Make factory method of HTML::SubmitEvent fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of DOM::HTMLCollection fallibleKenneth Myhra
2023-02-18LibWeb: Make factory methods of DOM::Event fallibleKenneth Myhra
2023-02-12LibWeb: Implement HTMLFormElement::get_submittable_elements()Kenneth Myhra
2023-01-29LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errorsTimothy Flynn
2023-01-10LibWeb: Move setting of Web object prototypes to initialize()Timothy Flynn
2023-01-03LibWeb: Implement HTMLFormElement::resetSrikavin Ramkumar
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-25LibWeb: Implement [SameObject] behavior for HTMLFormElement.elementsAndreas Kling
2022-10-16LibWeb: Let LoadRequest::set_body() take by valueKenneth Myhra
2022-10-01LibWeb: Remove unecessary dependence on Window from HTML classesAndrew Kaster
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-09-06LibWeb: Use cached_web_prototype() as much as possibleAndreas Kling
2022-09-06LibWeb: Make HTMLCollection and subclasses GC-allocatedAndreas Kling
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-09-06LibWeb: Make DOM::Event and all its subclasses GC-allocatedAndreas Kling
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
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