Timothy Flynn
|
1cdccf901b
LibWeb: Transform errant `return` to a `break` in form submission
|
10 mesiacov pred |
Shannon Booth
|
df4739d7ce
LibWeb: Don't propogate small OOMs from URLSearchParams
|
10 mesiacov pred |
Shannon Booth
|
84a7fead0e
LibURL: Make percent_encode return a String
|
10 mesiacov pred |
BenJilks
|
72d0e3284b
LibTextCodec+LibURL: Implement `utf-8` and `euc-jp` encoders
|
10 mesiacov pred |
Shannon Booth
|
9b1af542e7
Bindings: Implement is_supported_property_index in terms of item_value
|
11 mesiacov pred |
Shannon Booth
|
c5c1a8fcc7
Bindings: Make item_value return an Optional<JS::Value>
|
11 mesiacov pred |
Shannon Booth
|
9b59dc5e8b
Bindings: Remove exception handling for named_item_value
|
11 mesiacov pred |
Shannon Booth
|
081c92bf3d
Bindings: Remove exception handling for named_item
|
11 mesiacov pred |
Andrew Kaster
|
b20a1d0fcd
LibWeb: Prefix AK::Duration with AK Namespace
|
11 mesiacov pred |
Tim Ledbetter
|
a552bda8d9
LibWeb: Pass the old attribute value to `Element::attribute_changed()`
|
11 mesiacov pred |
Matthew Olsson
|
74aeb57631
LibWeb: Add a few missing visits to m_rel_list members
|
1 rok pred |
Tim Ledbetter
|
fc395716e9
LibWeb: Return NonnullGCPtr<DOMTokenList> from `relList` getters
|
1 rok pred |
Tim Ledbetter
|
fc4e0cf10e
LibWeb: Implement the `HTMLFormElement.relList` attribute
|
1 rok pred |
Tim Ledbetter
|
398bf10b92
LibWeb: Use `TraversalDecision` for multi level Node traversal methods
|
1 rok pred |
Shannon Booth
|
bad44f8fc9
LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h
|
1 rok pred |
Andreas Kling
|
53d0dd4a2e
LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration
|
1 rok pred |
Matthew Olsson
|
8450041b52
LibWeb: Fix some GCVerifier warnings
|
1 rok pred |
Matthew Olsson
|
4701c4bb01
LibWeb: Add a missing visit in HTMLFormElement
|
1 rok pred |
Shannon Booth
|
e800605ad3
AK+LibURL: Move AK::URL into a new URL library
|
1 rok pred |
Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 rok pred |
Shannon Booth
|
9ce8189f21
Everywhere: Use unqualified AK::URL
|
1 rok pred |
Shannon Booth
|
f9e5b43b7a
LibWeb: Rename URL platform object to DOMURL
|
1 rok pred |
Timothy Flynn
|
94c67c364d
LibWeb: Implement HTMLInputElement's selected coordinates
|
1 rok pred |
Timothy Flynn
|
36302388a3
LibWeb: Allow submitting forms whose submission URL is a file:// URL
|
1 rok pred |
Timothy Flynn
|
986811d2aa
LibWeb: Do not use HTMLFormElement::elements to get submittable elements
|
1 rok pred |
Tim Ledbetter
|
816d24f647
LibWeb: Implement `HTMLFormElement.requestSubmit()`
|
1 rok pred |
Tim Ledbetter
|
0ecbdc4627
LibWeb: Add support for form submission method 'dialog'
|
1 rok pred |
Timothy Flynn
|
5d1657f57f
LibWeb: Implement implicit submission of HTMLFormElement
|
1 rok pred |
Timothy Flynn
|
c5f8f940f0
LibWeb: Convert some tabs to spaces in an HTMLFormElement comment block
|
1 rok pred |
Bastiaan van der Plaat
|
a681429dff
LibWeb: Remove DOM element deprecated_get_attribute()
|
1 rok pred |