index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
HTML
/
HTMLInputElement.h
Age
Commit message (
Expand
)
Author
2022-11-07
LibWeb: Implement HTMLOrSVGElement.tabIndex
Luke Wilde
2022-10-20
LibWeb: Make the layout tree GC-allocated
Andreas Kling
2022-10-04
LibWeb: Implement <input type=file> behavior
Andrew Kaster
2022-09-21
LibWeb: Remove WRAPPER_HACK() macro
Linus Groh
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-03-26
LibWeb: Make any HTMLInputElement with type != hidden focusable
Linus Groh
2022-03-26
LibWeb: Make HTMLInputElement::TypeAttributeState an enum class
Linus Groh
2022-03-24
LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement
Timothy Flynn
2022-03-22
LibWeb: Handle input element value setting & getting closer to the spec
Timothy Flynn
2022-03-16
LibWeb: Use the cached HTMLInputElement type within associated getters
Timothy Flynn
2022-03-16
LibWeb: Cache HTMLInputElement's parsed type attribute when it changes
Timothy Flynn
2022-03-16
LibWeb: Ensure that radio group is updated when radio is checked from JS
sin-ack
2022-03-16
LibWeb: Refactor all LabelableNode subclasses + input event handling :^)
sin-ack
2022-03-15
LibWeb: Create HTMLInputElement UA shadow tree when inserted into DOM
Andreas Kling
2022-03-11
LibWeb: Move mouse event and label logic from layout to painting tree
Andreas Kling
2022-03-01
LibWeb: Associate form elements with a form in parsing and dynamically
Luke Wilde
2022-03-01
LibWeb: Add form associated element categories
Luke Wilde
2022-03-01
LibWeb: Move enabled() to FormAssociatedElement and follow the spec
Luke Wilde
2022-02-19
LibWeb: Move QualifiedName into the Web::DOM namespace
Andreas Kling
2022-02-18
LibWeb: Add <input> value sanitiztion algorithm
Adam Hodgen
2022-02-18
LibWeb: Reflect only known values for <input> element's type attribute
Adam Hodgen
2022-02-17
LibWeb: Make <input type=checkbox> fire click events when clicked :^)
Andreas Kling
2022-02-17
LibWeb: Add the HTMLInputElement.type attribute
Andreas Kling
2022-02-17
LibWeb: Fire "input" and "change" events when editing a text <input>
Andreas Kling
2022-02-15
LibWeb: Make <input type=checkbox> honor the "checked" attribute
Andreas Kling
2022-02-08
LibWeb: Make FormAssociatedElement inherit from HTMLElement
Luke Wilde
2022-02-06
LibWeb: Make HTMLInputElement move cursor into text node when focused
Andreas Kling
2022-02-05
LibWeb: Compute element style in Layout::TreeBuilder
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-20
LibWeb: Register FormAssociatedElement with their owner form
Andreas Kling
2021-04-20
LibWeb: Add basic support for HTMLInputElement.form
Andreas Kling
2021-02-10
LibWeb: Start implementing <input type=text> using a shadow DOM
Andreas Kling
2021-02-07
LibWeb: Use move semantics for QualifiedName more often
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling