Timothy Flynn
|
94c67c364d
LibWeb: Implement HTMLInputElement's selected coordinates
|
1 year ago |
Timothy Flynn
|
36302388a3
LibWeb: Allow submitting forms whose submission URL is a file:// 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 |
Tim Ledbetter
|
0ecbdc4627
LibWeb: Add support for form submission method 'dialog'
|
1 year ago |
Timothy Flynn
|
5d1657f57f
LibWeb: Implement implicit submission of HTMLFormElement
|
1 year ago |
Timothy Flynn
|
c5f8f940f0
LibWeb: Convert some tabs to spaces in an HTMLFormElement comment block
|
1 year ago |
Bastiaan van der Plaat
|
a681429dff
LibWeb: Remove DOM element deprecated_get_attribute()
|
1 year ago |
Andrew Kaster
|
7d2635355d
LibWeb: Respect the trusted state of input events when submitting forms
|
1 year ago |
Shannon Booth
|
0695236408
LibWeb: Use cached element name and id where possible
|
1 year ago |
Andreas Kling
|
06f7f549f2
LibWeb: Combine has_attribute/attribute calls in HTMLFormElement
|
1 year ago |
Andrew Kaster
|
b5ec520f84
LibWeb: Implement named and indexed property access for HTMLFormElement
|
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 |
Bastiaan van der Plaat
|
ea04a86715
LibWeb: Add fieldset elements property
|
1 year ago |
Shannon Booth
|
f976ec005c
LibWeb: Port DOM::Document from DeprecatedString
|
1 year ago |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 year ago |
Shannon Booth
|
0a4586d510
LibWeb: Port HTMLHyperlinkElementUtils from DeprecatedString to String
|
1 year ago |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 year ago |
Shannon Booth
|
6a2a7cad61
LibWeb/LibJS: Avoid GC visit of raw pointers where possible
|
1 year ago |
Aliaksandr Kalenik
|
44f7d7406c
LibWeb: Use struct to pass Navigable::navigate() params
|
1 year ago |
Shannon Booth
|
50350fb79c
LibWeb: Add a non-DeprecatedString version of Element::get_attribute
|
1 year ago |
Aliaksandr Kalenik
|
857537f90c
LibWeb: Update HTMLFormElement to use navigables
|
2 years ago |
Shannon Booth
|
d7c1cc0276
LibWeb: Fix missing 'get an output encoding' step in HTMLFormElement
|
1 year ago |
Shannon Booth
|
2a732e6ddd
LibWeb: Port HTMLFormElement interface from DeprecatedString to String
|
1 year ago |
Shannon Booth
|
0f6782fae6
LibWeb: Rename Element::attribute to Element::deprecated_attribute
|
1 year ago |
Andrew Kaster
|
d97b09693e
LibWeb: Convert SandboxingFlagSet into a enum class
|
1 year ago |
Shannon Booth
|
9cf5b67162
LibWeb: Return a HTMLFormControlsCollection from HTMLFormElement element
|
1 year ago |
Shannon Booth
|
21fe86d235
AK: Port URL::m_query from DeprecatedString to String
|
1 year ago |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 year ago |