Aliaksandr Kalenik
|
e0713376a0
LibWeb: Capture weak `this` ptr in HTMLTextAreaElement input callback
|
1 year ago |
Timothy Flynn
|
c0d594568d
LibWeb: Partially implement <textarea>'s selectionStart and selectionEnd
|
1 year ago |
Timothy Flynn
|
2b6c00e8b9
LibWeb: Use the <textarea>'s API value, not its raw value, where needed
|
1 year ago |
Bastiaan van der Plaat
|
69e4f924b7
LibWeb: Add element adjust_computed_style and move set_property() to it
|
1 year ago |
Timothy Flynn
|
ed13793110
LibWeb: Update the stored textarea value upon change
|
1 year ago |
Timothy Flynn
|
50d3f85f75
LibWeb: Stub out a few HTMLTextArea validity IDL methods
|
1 year ago |
Bastiaan van der Plaat
|
a2f101c10b
LibWeb: Add input and textarea minlength and maxlength support
|
1 year ago |
Bastiaan van der Plaat
|
05e78dabdb
LibWeb: Add textarea readonly support
|
1 year ago |
Timothy Flynn
|
960dcf0e56
LibWeb: Reset form association when the element's form attribute changes
|
1 year ago |
Bastiaan van der Plaat
|
52397d01bd
LibWeb: Add textarea placeholder
|
1 year ago |
Bastiaan van der Plaat
|
091faf1aae
LibWeb: Add textarea value properties
|
1 year ago |
Bastiaan van der Plaat
|
7e6fc9c26e
LibWeb: Add textarea cols and rows attribute
|
1 year ago |
Shannon Booth
|
cc43dbf56e
LibWeb: Port HTMLTextAreaElement from DeprecatedString
|
1 year ago |
Timothy Flynn
|
ff48b7333c
LibWeb: Remove shadow roots from elements that are removed from the DOM
|
1 year ago |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 year ago |
Sam Atkins
|
9e227dfc16
LibWeb: Flesh out HTMLTextAreaElement
|
1 year ago |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 year 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 |
MacDue
|
890b4d7980
LibWeb: Replace ARIA role static FlyStrings with an enum
|
2 years ago |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 years ago |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 years ago |
Jonah
|
e63d9d4925
LibWeb: Add Support for the ARIA Element Properties
|
2 years ago |
Srikavin Ramkumar
|
119e58a8c1
LibWeb: Add stub reset algorithm for HTMLTextAreaElement
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Luke Wilde
|
1473bc9169
LibWeb: Implement HTMLOrSVGElement.tabIndex
|
2 years ago |
Linus Groh
|
4270ede7c4
LibWeb: Remove WRAPPER_HACK() macro
|
2 years ago |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Linus Groh
|
de53eb825a
LibWeb: Make HTML{Button,Select,TextArea}Element focusable
|
3 years ago |