Aliaksandr Kalenik
|
a8077f79cc
LibWeb: Separate text control input events handling from contenteditable
|
8 mēneši atpakaļ |
Piotr
|
205155a7ab
LibWeb: Set `textarea` rows and cols default value if 0
|
8 mēneši atpakaļ |
Andreas Kling
|
dd419b5a8d
AK: Make String::number() infallible
|
9 mēneši atpakaļ |
Timothy Flynn
|
516f5f7008
LibWeb: Implement the form associated element clear algorithm
|
9 mēneši atpakaļ |
Tim Ledbetter
|
d0b97873d4
LibWeb: Follow spec steps to set the selectionDirection attribute value
|
9 mēneši atpakaļ |
Gingeh
|
1d9c404b8c
LibWeb: Don't move focus when setting input value
|
10 mēneši atpakaļ |
Tim Ledbetter
|
2c8fb49578
LibWeb: Don't attempt to set selection if control has no selectable text
|
10 mēneši atpakaļ |
Timothy Flynn
|
fc37c4ad40
LibWeb: Only set the editable text cursor position if necessary
|
10 mēneši atpakaļ |
Andreas Kling
|
ddbfac38b0
LibWeb: Note what's causing a style invalidation to happen
|
10 mēneši atpakaļ |
Timothy Flynn
|
96ad310643
LibWeb: Remove range-count filter from selection change handlers
|
10 mēneši atpakaļ |
Timothy Flynn
|
fd289deb44
LibWeb: Update the document cursor position when the selection changes
|
10 mēneši atpakaļ |
Tim Ledbetter
|
2f5b070716
LibWeb: Implement setRangeText for input and textarea elements
|
10 mēneši atpakaļ |
Jelle Raaijmakers
|
732e3fa82f
LibWeb: Propagate input/textarea selection update to document selection
|
10 mēneši atpakaļ |
Jelle Raaijmakers
|
814ca3267e
LibWeb: Implement input/textarea selection APIs
|
10 mēneši atpakaļ |
Tim Ledbetter
|
d3e076f963
LibWeb: Implement cloning steps for `HTMLTextAreaElement`
|
10 mēneši atpakaļ |
Colin Reeder
|
cca03e484b
LibWeb: Also invalidate placeholder style on focus change
|
11 mēneši atpakaļ |
Timothy Flynn
|
faebbbc281
LibWeb: Move the navigable's cursor position to be owned by the document
|
11 mēneši atpakaļ |
Shannon Booth
|
62bf428a7f
HTML: Put HTMLTextAreaElement selection helpers in FormAssociatedElement
|
11 mēneši atpakaļ |
Timothy Flynn
|
4a166a45ec
LibWeb: Avoid allocating UTF-16 strings only the UTF-16 length is needed
|
11 mēneši atpakaļ |
Tim Ledbetter
|
572324d47b
LibWeb: Invalidate input element style on focus change
|
1 gadu atpakaļ |
Andreas Kling
|
f4bdf56212
LibWeb: Rename Element::shadow_root_internal() to shadow_root()
|
1 gadu atpakaļ |
Shannon Booth
|
bad44f8fc9
LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h
|
1 gadu atpakaļ |
Andreas Kling
|
0ebfc0a4c4
LibWeb: Move event handling & cursor from BrowsingContext to Navigable
|
1 gadu atpakaļ |
Andreas Kling
|
1cb5385a29
LibCore: Stop obsessing about tiny OOMs in Core::Timer
|
1 gadu atpakaļ |
Bastiaan van der Plaat
|
4205ac778f
LibWeb: Hide inner text of input element when showing placeholder
|
1 gadu atpakaļ |
Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 gadu atpakaļ |
Aliaksandr Kalenik
|
e0713376a0
LibWeb: Capture weak `this` ptr in HTMLTextAreaElement input callback
|
1 gadu atpakaļ |
Timothy Flynn
|
9eb38ce79c
LibWeb: Update the <textarea> shadow DOM after reseting its form owner
|
1 gadu atpakaļ |
Timothy Flynn
|
c0d594568d
LibWeb: Partially implement <textarea>'s selectionStart and selectionEnd
|
1 gadu atpakaļ |
Timothy Flynn
|
abc1be5b9e
LibWeb: Update the <textarea> shadow DOM when the value attribute is set
|
1 gadu atpakaļ |