Andreas Kling
|
ffad902c07
LibWeb: Use cached_web_prototype() as much as possible
|
před 2 roky |
Andreas Kling
|
2bba97964b
LibWeb: Make HTMLCollection and subclasses GC-allocated
|
před 2 roky |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
před 2 roky |
Andreas Kling
|
7c3db526b0
LibWeb: Make DOM::Event and all its subclasses GC-allocated
|
před 2 roky |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
před 3 roky |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
před 3 roky |
Luke Wilde
|
b59773de17
LibWeb: Include cookies in form submission
|
před 3 roky |
Andreas Kling
|
647576ec13
LibWeb: Fix LibWeb build with Clang
|
před 3 roky |
Andreas Kling
|
fa17776a51
LibWeb: Support HTMLFormElement.elements and HTMLFormElement.length
|
před 3 roky |
Andreas Kling
|
1b6ed558bb
LibWeb: Move QualifiedName into the Web::DOM namespace
|
před 3 roky |
Adam Plumb
|
34825ad3d1
LibWeb: Return current document URL if form action missing or empty
|
před 3 roky |
Brian Gianforcaro
|
2e81990a3c
LibWeb: Do not set Content-Length headers twice for POST requests
|
před 3 roky |
Andreas Kling
|
7c57961c61
LibWeb: Move BrowsingContext into HTML/
|
před 3 roky |
Idan Horowitz
|
1e8ba0d9d3
LibWeb: Add the missing SubmitEvent IDL constructor
|
před 3 roky |
Idan Horowitz
|
4629f2e4ad
LibWeb: Add the Web::URL namespace and move URLEncoder to it
|
před 3 roky |
Andreas Kling
|
e1fb8bef09
LibWeb: Rename Document::complete_url() => parse_url()
|
před 3 roky |
Andreas Kling
|
dfa9dcca98
LibWeb+Browser: Remove unnecessary InProcessWebView.h includes
|
před 3 roky |
Daniel Bertalan
|
b19fe744ab
LibWeb: Remove pointless type casts
|
před 3 roky |
Andreas Kling
|
ee3a73ddbb
AK: Rename downcast<T> => verify_cast<T>
|
před 4 roky |
Luke
|
70a575d75f
LibWeb: Use correct percent encode set for form submissions
|
před 4 roky |
Andreas Kling
|
4190fd2199
LibWeb: Rename Web::Frame to Web::BrowsingContext
|
před 4 roky |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
Andreas Kling
|
78733417a4
LibWeb: Register FormAssociatedElement with their owner form
|
před 4 roky |
Luke
|
ca71ac484b
LibWeb: Rename "for_each_in_subtree(_of_type)" to "for_each_in_inclusive_subtree(_of_type)"
|
před 4 roky |
Andreas Kling
|
330c3fcb59
LibWeb: Use move semantics for QualifiedName more often
|
před 4 roky |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
před 4 roky |