Sam Atkins
|
4897643ffb
LibWeb: Allow non-HTMLInputElements to have did_edit_text_node() called
|
1 vuosi sitten |
Shannon Booth
|
938356da98
LibWeb: Port HTMLInputElement interface from DeprecatedString to String
|
1 vuosi sitten |
Shannon Booth
|
0f6782fae6
LibWeb: Rename Element::attribute to Element::deprecated_attribute
|
1 vuosi sitten |
Shannon Booth
|
5b8be3a08d
LibWeb: Handle immutable state for HTMLInputElement pickers
|
1 vuosi sitten |
Shannon Booth
|
7167d6a1c8
LibWeb: Support readonly attribute for input elements
|
1 vuosi sitten |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 vuosi sitten |
Timothy Flynn
|
c911781c21
Everywhere: Remove needless trailing semi-colons after functions
|
2 vuotta sitten |
Andreas Kling
|
21260ea2ef
LibWeb: Merge did_remove_attribute() into attribute_changed()
|
2 vuotta sitten |
Andreas Kling
|
5a74486b59
LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed()
|
2 vuotta sitten |
Luke Wilde
|
f04d1d493d
LibWeb: Bring form submission more up to spec
|
2 vuotta sitten |
Luke Wilde
|
c9c1ddd0bb
LibWeb: Fix up constructing the form entry list
|
2 vuotta sitten |
stelar7
|
518679b0dd
LibWeb: Adjust change event timing for input elements
|
2 vuotta sitten |
PrestonLTaylor
|
5d3b7a5ecc
LibWeb: Return DOMException instead of crashing when setting attributes
|
2 vuotta sitten |
Andreas Kling
|
7d24c13d8b
LibWeb: Make input element placeholders look better
|
2 vuotta sitten |
Srikavin Ramkumar
|
d177d83b44
LibWeb: Implement indeterminate IDL attribute in HTMLInputElement
|
2 vuotta sitten |
Elisée Maurer
|
38a3e28799
LibWeb: Stub out a few form validation and selection methods
|
2 vuotta sitten |
Andreas Kling
|
1cf5737e9e
LibWeb: Add fast_is<T>() for various types stood out in a profile
|
2 vuotta sitten |
Kenneth Myhra
|
9da09e4fd3
LibWeb: Port URL and URLSearchParams to new String
|
2 vuotta sitten |
Linus Groh
|
8556d47240
LibWeb: Move ARIA-related code into the Web::ARIA namespace
|
2 vuotta sitten |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 vuotta sitten |
MacDue
|
890b4d7980
LibWeb: Replace ARIA role static FlyStrings with an enum
|
2 vuotta sitten |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 vuotta sitten |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 vuotta sitten |
Jonah
|
e63d9d4925
LibWeb: Add Support for the ARIA Element Properties
|
2 vuotta sitten |
Srikavin Ramkumar
|
de44e0faf5
LibWeb: Implement reset algorithm for HTMLInputElement
|
2 vuotta sitten |
Luke Wilde
|
1011067a60
LibWeb: Stub HTMLInputElement.setSelectionRange
|
2 vuotta sitten |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 vuotta sitten |
Timothy Flynn
|
4a30446999
LibWeb: Support displaying HTMLInputElement placeholder values
|
2 vuotta sitten |
Luke Wilde
|
1473bc9169
LibWeb: Implement HTMLOrSVGElement.tabIndex
|
2 vuotta sitten |
Andreas Kling
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 vuotta sitten |