Timothy Flynn
|
57e4fb0cae
LibWeb: Clean up HTMLInputElement-related includes
|
10 months ago |
Shannon Booth
|
9b1af542e7
Bindings: Implement is_supported_property_index in terms of item_value
|
1 year ago |
Shannon Booth
|
c5c1a8fcc7
Bindings: Make item_value return an Optional<JS::Value>
|
1 year ago |
Shannon Booth
|
9b59dc5e8b
Bindings: Remove exception handling for named_item_value
|
1 year ago |
Shannon Booth
|
081c92bf3d
Bindings: Remove exception handling for named_item
|
1 year ago |
Tim Ledbetter
|
a552bda8d9
LibWeb: Pass the old attribute value to `Element::attribute_changed()`
|
1 year ago |
Tim Ledbetter
|
fc395716e9
LibWeb: Return NonnullGCPtr<DOMTokenList> from `relList` getters
|
1 year ago |
Tim Ledbetter
|
fc4e0cf10e
LibWeb: Implement the `HTMLFormElement.relList` attribute
|
1 year ago |
Matthew Olsson
|
8450041b52
LibWeb: Fix some GCVerifier warnings
|
1 year ago |
Shannon Booth
|
e800605ad3
AK+LibURL: Move AK::URL into a new URL library
|
1 year ago |
Shannon Booth
|
9ce8189f21
Everywhere: Use unqualified AK::URL
|
1 year ago |
Timothy Flynn
|
986811d2aa
LibWeb: Do not use HTMLFormElement::elements to get submittable elements
|
1 year ago |
Tim Ledbetter
|
816d24f647
LibWeb: Implement `HTMLFormElement.requestSubmit()`
|
1 year ago |
Andrew Kaster
|
9645daaf6c
LibWeb: Remove RemoteBrowsingContext and AbstractBrowsingContext
|
1 year ago |
Timothy Flynn
|
5d1657f57f
LibWeb: Implement implicit submission of HTMLFormElement
|
1 year ago |
Timothy Flynn
|
fb270289a4
LibWeb: Store HTMLFormElement associated elements as nonnull GC pointers
|
1 year ago |
Andrew Kaster
|
7d2635355d
LibWeb: Respect the trusted state of input events when submitting forms
|
1 year ago |
Andrew Kaster
|
b5ec520f84
LibWeb: Implement named and indexed property access for HTMLFormElement
|
1 year ago |
Andreas Kling
|
75d5429d66
LibWeb: Add fast_is<T> for form, embed, image, and object elements
|
1 year ago |
Shannon Booth
|
10e5458e27
LibWeb: Port HTMLFormElement from ByteString
|
1 year ago |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 year ago |
Aliaksandr Kalenik
|
857537f90c
LibWeb: Update HTMLFormElement to use navigables
|
2 years ago |
Shannon Booth
|
2a732e6ddd
LibWeb: Port HTMLFormElement interface from DeprecatedString to String
|
1 year ago |
Shannon Booth
|
9cf5b67162
LibWeb: Return a HTMLFormControlsCollection from HTMLFormElement element
|
2 years ago |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
2 years ago |
Shannon Booth
|
55d59636ef
LibWeb: Implement Web::URL::url_encode closer to spec
|
2 years ago |
Luke Wilde
|
f04d1d493d
LibWeb: Bring form submission more up to spec
|
2 years ago |
Elisée Maurer
|
38a3e28799
LibWeb: Stub out a few form validation and selection methods
|
2 years ago |
Kenneth Myhra
|
9da09e4fd3
LibWeb: Port URL and URLSearchParams to new String
|
2 years ago |