Tim Ledbetter
|
eb4e40bc49
LibWeb: Use correct value when parsing datetime-local input type
|
10 달 전 |
Timothy Flynn
|
fd289deb44
LibWeb: Update the document cursor position when the selection changes
|
11 달 전 |
Tim Ledbetter
|
2f5b070716
LibWeb: Implement setRangeText for input and textarea elements
|
11 달 전 |
Tim Ledbetter
|
206262cd55
LibWeb: Subclass FormAssociatedElement text selection methods
|
11 달 전 |
Jelle Raaijmakers
|
732e3fa82f
LibWeb: Propagate input/textarea selection update to document selection
|
11 달 전 |
Jelle Raaijmakers
|
814ca3267e
LibWeb: Implement input/textarea selection APIs
|
11 달 전 |
Timothy Flynn
|
660e846e94
Revert "LibWeb: Change where content selection via mouse is allowed"
|
11 달 전 |
Tim Ledbetter
|
71cfa705d1
LibWeb: Implement cloning steps for `HTMLInputElement`
|
11 달 전 |
simonkrauter
|
6c9adf3dbc
LibWeb: Change where content selection via mouse is allowed
|
11 달 전 |
Shannon Booth
|
a342370dfb
LibWeb: Rename SharedImageRequest to SharedResourceRequest
|
11 달 전 |
Timothy Flynn
|
faebbbc281
LibWeb: Move the navigable's cursor position to be owned by the document
|
11 달 전 |
Shannon Booth
|
9f24176cac
HTML: Partially implement HTMLInputElement's selection{Start,End}
|
1 년 전 |
simonkrauter
|
b1d7a27468
LibWeb: Rename HTMLInputElement members related to range shadow tree
|
1 년 전 |
simonkrauter
|
9df8e1f224
LibWeb: Support `accent-color` for range input and progress element
|
1 년 전 |
simonkrauter
|
7766909415
LibWeb: Harmonize look of range input element
|
1 년 전 |
rmg-x
|
b36a78a798
LibWeb: Add method `HTMLInputElement::is_single_line()`
|
1 년 전 |
Tim Ledbetter
|
a3d12e569c
LibWeb: Deduplicate the firing of input events in HTMLInputElement
|
1 년 전 |
Aliaksandr Kalenik
|
8feaecd5c8
LibWeb: Create BlockContainer layout node for `<input type="button">`
|
1 년 전 |
Shannon Booth
|
e0bbbc729b
LibWeb: Add stub for ValidityState
|
1 년 전 |
Andreas Kling
|
0ebfc0a4c4
LibWeb: Move event handling & cursor from BrowsingContext to Navigable
|
1 년 전 |
Timothy Flynn
|
4b1abcf61d
LibWeb: Generalize support for dimension attributes
|
1 년 전 |
Timothy Flynn
|
5d5b69578f
LibWeb: Handle <input> element type changing to the image button state
|
1 년 전 |
Timothy Flynn
|
0e774fe780
LibWeb: Recreate the <input> shadow tree when the type attribute changes
|
1 년 전 |
Andreas Kling
|
fb263e232a
LibWeb: Fix typo: covert_number_to_string => convert_number_to_string
|
1 년 전 |
Bastiaan van der Plaat
|
b4bae912c9
LibWeb: Remove ByteString usage in input element placeholder_value()
|
1 년 전 |
Timothy Flynn
|
6760d236e4
Ladybird+LibWeb+WebContent: Parse the <input type=file> accept attribute
|
1 년 전 |
Bastiaan van der Plaat
|
69e4f924b7
LibWeb: Add element adjust_computed_style and move set_property() to it
|
1 년 전 |
Bastiaan van der Plaat
|
a2f101c10b
LibWeb: Add input and textarea minlength and maxlength support
|
1 년 전 |
circl
|
3e3a200eee
LibWeb: Do not issue `change` event for every update of color input
|
1 년 전 |
Aliaksandr Kalenik
|
ef01c735cd
LibWeb: Visit ImageProvider from Layout::ImageBox
|
1 년 전 |