1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:38:11 +00:00
serenity/Userland/Libraries/LibWeb
Andreas Kling b092353e4d LibWeb: Add basic support for HTMLInputElement.form
HTMLInputElement now inherits from FormAssociatedElement, which will
be a common base for the handful of elements that need to track their
owner form (and register with it for the form.elements collection.)

At the moment, the owner form is assigned during DOM insertion/removal
of an HTMLInputElement. I didn't implement any of the legacy behaviors
defined by the HTML parsing spec yet.
2021-04-20 12:05:56 +02:00
..
Bindings LibWeb: Actually return an empty value when an exception is thrown via 2021-04-13 23:56:19 +02:00
CodeGenerators LibWeb: Add basic support for HTMLInputElement.form 2021-04-20 12:05:56 +02:00
Cookie Browser+LibWeb+WebContent: Parse cookies in the OOP tab 2021-04-16 19:19:31 +02:00
CSS Everywhere: Fix a bunch of typos 2021-04-18 10:30:03 +02:00
DOM Browser+LibWeb+WebContent: Parse cookies in the OOP tab 2021-04-16 19:19:31 +02:00
DumpLayoutTree Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
HighResolutionTime AK+Everywhere: Make StdLibExtras templates less wrapper-y 2021-04-10 21:01:31 +02:00
HTML LibWeb: Add basic support for HTMLInputElement.form 2021-04-20 12:05:56 +02:00
Layout LibWeb: Correctly calculate height of TableRowGroupBox 2021-04-19 12:26:05 +02:00
Loader LibWeb: Set Cookie header on remaining resource requests 2021-04-15 09:46:49 +02:00
NavigationTiming AK+Everywhere: Make StdLibExtras templates less wrapper-y 2021-04-10 21:01:31 +02:00
Page Browser+LibWeb+WebContent: Parse cookies in the OOP tab 2021-04-16 19:19:31 +02:00
Painting LibWeb: Don't hit test a stacked child if it is behind its parent 2021-03-31 23:53:15 +02:00
Scripts Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SVG Everywhere: Add -Wdouble-promotion warning 2021-04-16 19:01:54 +02:00
Tests Everywhere: Fix a bunch of typos 2021-04-18 10:30:03 +02:00
UIEvents LibWeb: Expose the MouseEvent::{clientX, clientY} attributes 2021-04-15 20:22:08 +02:00
XHR LibWeb: Set Cookie header on remaining resource requests 2021-04-15 09:46:49 +02:00
CMakeLists.txt LibWeb: Add basic support for HTMLInputElement.form 2021-04-20 12:05:56 +02:00
DOMTreeModel.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
DOMTreeModel.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Dump.cpp Everywhere: Add -Wdouble-promotion warning 2021-04-16 19:01:54 +02:00
Dump.h LibWeb: Rename StyleRule => CSSStyleRule 2021-03-07 17:45:15 +01:00
FontCache.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
FontCache.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
Forward.h Browser+LibWeb+WebContent: Track the source of document.cookie requests 2021-04-14 16:07:46 +02:00
InProcessWebView.cpp Browser+LibWeb+WebContent: Parse cookies in the OOP tab 2021-04-16 19:19:31 +02:00
InProcessWebView.h Browser+LibWeb+WebContent: Parse cookies in the OOP tab 2021-04-16 19:19:31 +02:00
LayoutTreeModel.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
LayoutTreeModel.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Namespace.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Namespace.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Origin.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
OutOfProcessWebView.cpp Browser+LibWeb+WebContent: Parse cookies in the OOP tab 2021-04-16 19:19:31 +02:00
OutOfProcessWebView.h Browser+LibWeb+WebContent: Parse cookies in the OOP tab 2021-04-16 19:19:31 +02:00
QualifiedName.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
StylePropertiesModel.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
StylePropertiesModel.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
TreeNode.h AK+Everywhere: Make StdLibExtras templates less wrapper-y 2021-04-10 21:01:31 +02:00
URLEncoder.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
URLEncoder.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
WebContentClient.cpp Browser+LibWeb+WebContent: Parse cookies in the OOP tab 2021-04-16 19:19:31 +02:00
WebContentClient.h Browser+LibWeb+WebContent: Parse cookies in the OOP tab 2021-04-16 19:19:31 +02:00
WebViewHooks.h Browser+LibWeb+WebContent: Parse cookies in the OOP tab 2021-04-16 19:19:31 +02:00