index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
HTML
/
HTMLFormElement.cpp
Age
Commit message (
Expand
)
Author
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-03-08
LibWeb: Do not discard String returned from url_encode() to avoid UAF
Kenneth Myhra
2023-03-05
LibWeb: Port SubmitEvent to new String
Kenneth Myhra
2023-03-01
LibWeb: Port URL and URLSearchParams to new String
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of HTML::SubmitEvent fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of DOM::HTMLCollection fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory methods of DOM::Event fallible
Kenneth Myhra
2023-02-12
LibWeb: Implement HTMLFormElement::get_submittable_elements()
Kenneth Myhra
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-10
LibWeb: Move setting of Web object prototypes to initialize()
Timothy Flynn
2023-01-03
LibWeb: Implement HTMLFormElement::reset
Srikavin Ramkumar
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-25
LibWeb: Implement [SameObject] behavior for HTMLFormElement.elements
Andreas Kling
2022-10-16
LibWeb: Let LoadRequest::set_body() take by value
Kenneth Myhra
2022-10-01
LibWeb: Remove unecessary dependence on Window from HTML classes
Andrew Kaster
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-09-06
LibWeb: Use cached_web_prototype() as much as possible
Andreas Kling
2022-09-06
LibWeb: Make HTMLCollection and subclasses GC-allocated
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make DOM::Event and all its subclasses GC-allocated
Andreas Kling
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-03
LibWeb: Include cookies in form submission
Luke Wilde
2022-02-26
LibWeb: Fix LibWeb build with Clang
Andreas Kling
2022-02-25
LibWeb: Support HTMLFormElement.elements and HTMLFormElement.length
Andreas Kling
2022-02-19
LibWeb: Move QualifiedName into the Web::DOM namespace
Andreas Kling
2022-02-19
LibWeb: Return current document URL if form action missing or empty
Adam Plumb
2022-02-09
LibWeb: Do not set Content-Length headers twice for POST requests
Brian Gianforcaro
2021-11-18
LibWeb: Move BrowsingContext into HTML/
Andreas Kling
2021-10-01
LibWeb: Add the missing SubmitEvent IDL constructor
Idan Horowitz
2021-09-13
LibWeb: Add the Web::URL namespace and move URLEncoder to it
Idan Horowitz
2021-09-09
LibWeb: Rename Document::complete_url() => parse_url()
Andreas Kling
2021-08-24
LibWeb+Browser: Remove unnecessary InProcessWebView.h includes
Andreas Kling
2021-08-12
LibWeb: Remove pointless type casts
Daniel Bertalan
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-06-01
LibWeb: Use correct percent encode set for form submissions
Luke
2021-05-30
LibWeb: Rename Web::Frame to Web::BrowsingContext
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-20
LibWeb: Register FormAssociatedElement with their owner form
Andreas Kling
2021-04-06
LibWeb: Rename "for_each_in_subtree(_of_type)" to "for_each_in_inclusive_subt...
Luke
2021-02-07
LibWeb: Use move semantics for QualifiedName more often
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling