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.cpp
Age
Commit message (
Expand
)
Author
2022-09-06
LibWeb: Use cached_web_prototype() as much as possible
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make DOM::Event and all its subclasses GC-allocated
Andreas Kling
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-03-26
LibWeb: Make any HTMLInputElement with type != hidden focusable
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-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
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: Convert usages of type() to type_state()
sin-ack
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-16
LibWeb: Don't create HTMLInputElement's UA shadow tree for buttons
Andreas Kling
2022-03-15
LibWeb: Create HTMLInputElement UA shadow tree when inserted into DOM
Andreas Kling
2022-03-13
LibWeb: Mark input elements for style update in set_checked()
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: Move enabled() to FormAssociatedElement and follow the spec
Luke Wilde
2022-02-26
LibWeb: Check for valid names in Document.createElement() & friends
Andreas Kling
2022-02-20
LibWeb: Add default padding around contents of text <input> elements
Kenneth Myhra
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: Improve display of input elements
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: Implement activation behavior for <input type=checkbox>
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-11-18
LibWeb: Move BrowsingContext into HTML/
Andreas Kling
2021-10-12
LibWeb: Add missing upcalls in HTMLInputElement
Andreas Kling
2021-10-06
LibWeb: Rename Layout::BlockBox => BlockContainer
Andreas Kling
2021-10-06
LibWeb: Start work towards modern CSS "display" values
Andreas Kling
2021-09-24
LibWeb: Rename CSS::StyleResolver => StyleComputer
Andreas Kling
2021-08-24
LibWeb+Browser: Remove unnecessary InProcessWebView.h includes
Andreas Kling
2021-08-01
LibWeb: Remove unused header includes
Brian Gianforcaro
2021-05-30
LibWeb: Rename Web::Frame to Web::BrowsingContext
Andreas Kling
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-20
LibWeb: Add basic support for HTMLInputElement.form
Andreas Kling
2021-04-03
LibWeb: Add support for HTML input type=radio
Timothy Flynn
2021-02-10
LibWeb: Start implementing <input type=text> using a shadow DOM
Andreas Kling
2021-02-10
LibWeb: Remove WidgetBox layout node
Andreas Kling
2021-02-07
LibWeb: Use move semantics for QualifiedName more often
Andreas Kling
2021-01-30
LibWeb: Don't try to create GUI::TextBox inside multi-process web views
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling