Timothy Flynn
|
94c67c364d
LibWeb: Implement HTMLInputElement's selected coordinates
|
1 年之前 |
Timothy Flynn
|
986811d2aa
LibWeb: Do not use HTMLFormElement::elements to get submittable elements
|
1 年之前 |
Shannon Booth
|
2a94cddb02
LibWeb: Remove duplicated HTMLInputElement::name
|
1 年之前 |
Shannon Booth
|
41f84deb9f
LibWeb: Port Element::name to a cached FlyString
|
1 年之前 |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 年之前 |
Shannon Booth
|
e3bc8610a9
LibWeb: Port HTMLInputElement from DeprecatedString to String
|
1 年之前 |
Shannon Booth
|
7206f1777a
LibWeb: Port HTMLOptionElement interface from DeprecatedString to String
|
1 年之前 |
Andreas Kling
|
34344120f2
AK: Make "foo"_string infallible
|
1 年之前 |
Luke Wilde
|
c9c1ddd0bb
LibWeb: Fix up constructing the form entry list
|
2 年之前 |
Andreas Kling
|
e43027091d
LibWeb: Don't include HTML/Window.h from DOM/Element.h
|
2 年之前 |
Linus Groh
|
b3cc320718
LibWeb/HTML: Use correct spec link for multipart/form-data encoding
|
2 年之前 |
Kenneth Myhra
|
4d87072201
LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String
|
2 年之前 |
Kenneth Myhra
|
84722ae2ef
LibWeb: Implement multipart/form-data encoding algorithm
|
2 年之前 |
Kenneth Myhra
|
bb7ae423d5
LibWeb: Port FormDataEvent to new String
|
2 年之前 |
Kenneth Myhra
|
9a5a8d617d
LibWeb: Port IDL implementations Blob and File to new String
|
2 年之前 |
Linus Groh
|
09d40bfbb2
Everywhere: Use _{short_,}string to create Strings from literals
|
2 年之前 |
Luke Wilde
|
3275d659bf
LibWeb: Convert FormData to String and Vector storage
|
2 年之前 |
Kenneth Myhra
|
562594c416
LibWeb: Do not assume field element is always a HTMLInputElement
|
2 年之前 |
Kenneth Myhra
|
7d23af49c2
LibWeb: Avoid dereferencing null pointer
|
2 年之前 |
Kenneth Myhra
|
4d27b9e553
LibWeb: Use 'auto& vm =' once at beginning to reduce noise
|
2 年之前 |
Kenneth Myhra
|
fc886b4556
LibWeb: Implement algorithm 'construct the entry list given a form'
|
2 年之前 |
Kenneth Myhra
|
d5b5b94a35
LibWeb: Introduce the FormData interface from the XHR specification
|
2 年之前 |