Andreas Kling
|
a71eaefdf6
LibWeb: Make EventTarget::activation_behavior a virtual function
|
1 year ago |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 year ago |
Shannon Booth
|
eca9874e56
LibWeb: Port Element::attribute_changed from DeprecatedString to String
|
1 year ago |
Shannon Booth
|
f2e77f7778
LibWeb: Port handle_readonly_attribute from DeprecatedFlyString
|
1 year ago |
Bastiaan van der Plaat
|
d5ca8209bf
LibWeb: Add input element valueAsNumber
|
1 year ago |
circl
|
a1cce69db0
LibWeb/HTMLInputElement: Improve appearance of color picker
|
1 year ago |
circl
|
ce48ac3101
LibWeb/HTMLInputElement: Move text input shadow tree into a function
|
1 year ago |
Ali Mohammad Pur
|
aeee98b3a1
AK+Everywhere: Remove the null state of DeprecatedString
|
1 year ago |
Shannon Booth
|
e4f8c59210
LibWeb: Port AttributeNames to FlyString
|
1 year ago |
circl
|
2995a2e212
LibWeb+LibWebView+WebContent: Add support for <input type="color">
|
1 year ago |
Sam Atkins
|
4897643ffb
LibWeb: Allow non-HTMLInputElements to have did_edit_text_node() called
|
1 year ago |
Shannon Booth
|
938356da98
LibWeb: Port HTMLInputElement interface from DeprecatedString to String
|
1 year ago |
Shannon Booth
|
0f6782fae6
LibWeb: Rename Element::attribute to Element::deprecated_attribute
|
1 year ago |
Shannon Booth
|
5b8be3a08d
LibWeb: Handle immutable state for HTMLInputElement pickers
|
1 year ago |
Shannon Booth
|
7167d6a1c8
LibWeb: Support readonly attribute for input elements
|
1 year ago |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 year ago |
Timothy Flynn
|
c911781c21
Everywhere: Remove needless trailing semi-colons after functions
|
2 years ago |
Andreas Kling
|
21260ea2ef
LibWeb: Merge did_remove_attribute() into attribute_changed()
|
2 years ago |
Andreas Kling
|
5a74486b59
LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed()
|
2 years ago |
Luke Wilde
|
f04d1d493d
LibWeb: Bring form submission more up to spec
|
2 years ago |
Luke Wilde
|
c9c1ddd0bb
LibWeb: Fix up constructing the form entry list
|
2 years ago |
stelar7
|
518679b0dd
LibWeb: Adjust change event timing for input elements
|
2 years ago |
PrestonLTaylor
|
5d3b7a5ecc
LibWeb: Return DOMException instead of crashing when setting attributes
|
2 years ago |
Andreas Kling
|
7d24c13d8b
LibWeb: Make input element placeholders look better
|
2 years ago |
Srikavin Ramkumar
|
d177d83b44
LibWeb: Implement indeterminate IDL attribute in HTMLInputElement
|
2 years ago |
Elisée Maurer
|
38a3e28799
LibWeb: Stub out a few form validation and selection methods
|
2 years ago |
Andreas Kling
|
1cf5737e9e
LibWeb: Add fast_is<T>() for various types stood out in a profile
|
2 years ago |
Kenneth Myhra
|
9da09e4fd3
LibWeb: Port URL and URLSearchParams to new String
|
2 years ago |
Linus Groh
|
8556d47240
LibWeb: Move ARIA-related code into the Web::ARIA namespace
|
2 years ago |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 years ago |