Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 år sedan |
Linus Groh
|
80506a161f
LibWeb: Make any HTMLInputElement with type != hidden focusable
|
3 år sedan |
Linus Groh
|
4923e4d406
LibWeb: Make HTMLInputElement::TypeAttributeState an enum class
|
3 år sedan |
Timothy Flynn
|
5608bc4eaf
LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement
|
3 år sedan |
Timothy Flynn
|
859a75fd4c
LibWeb: Handle input element value setting & getting closer to the spec
|
3 år sedan |
Timothy Flynn
|
1a99cc4a14
LibWeb: Use the cached HTMLInputElement type within associated getters
|
3 år sedan |
Timothy Flynn
|
95b084a08f
LibWeb: Cache HTMLInputElement's parsed type attribute when it changes
|
3 år sedan |
sin-ack
|
57a85b1017
LibWeb: Ensure that radio group is updated when radio is checked from JS
|
3 år sedan |
sin-ack
|
29583104d2
LibWeb: Refactor all LabelableNode subclasses + input event handling :^)
|
3 år sedan |
Andreas Kling
|
88173648e3
LibWeb: Create HTMLInputElement UA shadow tree when inserted into DOM
|
3 år sedan |
Andreas Kling
|
cb0c5390ff
LibWeb: Move mouse event and label logic from layout to painting tree
|
3 år sedan |
Luke Wilde
|
46c0d0f7ae
LibWeb: Associate form elements with a form in parsing and dynamically
|
3 år sedan |
Luke Wilde
|
432d496ed6
LibWeb: Add form associated element categories
|
3 år sedan |
Luke Wilde
|
d2e18175ef
LibWeb: Move enabled() to FormAssociatedElement and follow the spec
|
3 år sedan |
Andreas Kling
|
1b6ed558bb
LibWeb: Move QualifiedName into the Web::DOM namespace
|
3 år sedan |
Adam Hodgen
|
aa70422b4d
LibWeb: Add <input> value sanitiztion algorithm
|
3 år sedan |
Adam Hodgen
|
8edade071d
LibWeb: Reflect only known values for <input> element's type attribute
|
3 år sedan |
Andreas Kling
|
246c31ccf6
LibWeb: Make <input type=checkbox> fire click events when clicked :^)
|
3 år sedan |
Andreas Kling
|
2660795bcf
LibWeb: Add the HTMLInputElement.type attribute
|
3 år sedan |
Andreas Kling
|
5f54b8dd6c
LibWeb: Fire "input" and "change" events when editing a text <input>
|
3 år sedan |
Andreas Kling
|
8a89a7bd95
LibWeb: Make <input type=checkbox> honor the "checked" attribute
|
3 år sedan |
Luke Wilde
|
3bb5c6207f
LibWeb: Make FormAssociatedElement inherit from HTMLElement
|
3 år sedan |
Andreas Kling
|
9391311760
LibWeb: Make HTMLInputElement move cursor into text node when focused
|
3 år sedan |
Andreas Kling
|
7e1bf4d300
LibWeb: Compute element style in Layout::TreeBuilder
|
3 år sedan |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 år sedan |
Andreas Kling
|
78733417a4
LibWeb: Register FormAssociatedElement with their owner form
|
4 år sedan |
Andreas Kling
|
b092353e4d
LibWeb: Add basic support for HTMLInputElement.form
|
4 år sedan |
Andreas Kling
|
29a2aac89a
LibWeb: Start implementing <input type=text> using a shadow DOM
|
4 år sedan |
Andreas Kling
|
330c3fcb59
LibWeb: Use move semantics for QualifiedName more often
|
4 år sedan |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 år sedan |