Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 rok pred |
Aliaksandr Kalenik
|
e0713376a0
LibWeb: Capture weak `this` ptr in HTMLTextAreaElement input callback
|
1 rok pred |
Timothy Flynn
|
9eb38ce79c
LibWeb: Update the <textarea> shadow DOM after reseting its form owner
|
1 rok pred |
Timothy Flynn
|
c0d594568d
LibWeb: Partially implement <textarea>'s selectionStart and selectionEnd
|
1 rok pred |
Timothy Flynn
|
abc1be5b9e
LibWeb: Update the <textarea> shadow DOM when the value attribute is set
|
1 rok pred |
Timothy Flynn
|
2b6c00e8b9
LibWeb: Use the <textarea>'s API value, not its raw value, where needed
|
1 rok pred |
Timothy Flynn
|
324feb04e7
LibWeb: Fix spec link on <textarea>'s value setter
|
1 rok pred |
Bastiaan van der Plaat
|
69e4f924b7
LibWeb: Add element adjust_computed_style and move set_property() to it
|
1 rok pred |
Bastiaan van der Plaat
|
110e74b9c1
LibWeb: Move textarea cols rows attr size from css to create_layout_node
|
1 rok pred |
Timothy Flynn
|
ed13793110
LibWeb: Update the stored textarea value upon change
|
1 rok pred |
Timothy Flynn
|
50d3f85f75
LibWeb: Stub out a few HTMLTextArea validity IDL methods
|
1 rok pred |
Bastiaan van der Plaat
|
a2f101c10b
LibWeb: Add input and textarea minlength and maxlength support
|
1 rok pred |
Bastiaan van der Plaat
|
05e78dabdb
LibWeb: Add textarea readonly support
|
1 rok pred |
Timothy Flynn
|
960dcf0e56
LibWeb: Reset form association when the element's form attribute changes
|
1 rok pred |
Bastiaan van der Plaat
|
a681429dff
LibWeb: Remove DOM element deprecated_get_attribute()
|
1 rok pred |
Bastiaan van der Plaat
|
52397d01bd
LibWeb: Add textarea placeholder
|
1 rok pred |
Bastiaan van der Plaat
|
091faf1aae
LibWeb: Add textarea value properties
|
1 rok pred |
Andreas Kling
|
f4fa37afd2
LibJS+LibWeb: Add missing JS_DEFINE_ALLOCATOR() for a bunch of classes
|
1 rok pred |
Bastiaan van der Plaat
|
3bfc2f5e95
LibWeb: Declare optional parse results inlined in `if` statements
|
1 rok pred |
Bastiaan van der Plaat
|
7e6fc9c26e
LibWeb: Add textarea cols and rows attribute
|
1 rok pred |
Shannon Booth
|
cc43dbf56e
LibWeb: Port HTMLTextAreaElement from DeprecatedString
|
1 rok pred |
Timothy Flynn
|
ff48b7333c
LibWeb: Remove shadow roots from elements that are removed from the DOM
|
1 rok pred |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 rok pred |
Andreas Kling
|
3ff81dcb65
LibWeb: Make Web::Namespace::Foo strings be FlyString
|
1 rok pred |
Andreas Kling
|
f052823f5f
LibWeb: Use FlyString for create_element() namespace strings
|
1 rok pred |
Sam Atkins
|
dcf3bdcb9a
LibWeb: Use correct realm when focusing HTMLTextAreaElement
|
1 rok pred |
Aliaksandr Kalenik
|
46254101f7
LibWeb: Change DOM::Position to be GC-allocated
|
1 rok pred |
Shannon Booth
|
8ce9e51c97
LibWeb: Port Node interface from DeprecatedString to String
|
1 rok pred |
Sam Atkins
|
b1a569c1c5
LibWeb: Stop crashing when textarea element is modified before insertion
|
1 rok pred |
Sam Atkins
|
9e227dfc16
LibWeb: Flesh out HTMLTextAreaElement
|
1 rok pred |