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
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