Andreas Kling
|
cb0c5390ff
LibWeb: Move mouse event and label logic from layout to painting tree
|
hace 3 años |
Luke Wilde
|
46c0d0f7ae
LibWeb: Associate form elements with a form in parsing and dynamically
|
hace 3 años |
Luke Wilde
|
d2e18175ef
LibWeb: Move enabled() to FormAssociatedElement and follow the spec
|
hace 3 años |
Andreas Kling
|
fe67fe3791
LibWeb: Check for valid names in Document.createElement() & friends
|
hace 3 años |
Kenneth Myhra
|
655f054b4f
LibWeb: Add default padding around contents of text <input> elements
|
hace 3 años |
Andreas Kling
|
1b6ed558bb
LibWeb: Move QualifiedName into the Web::DOM namespace
|
hace 3 años |
Adam Hodgen
|
aa70422b4d
LibWeb: Add <input> value sanitiztion algorithm
|
hace 3 años |
Adam Hodgen
|
240068a48c
LibWeb: Improve display of input elements
|
hace 3 años |
Adam Hodgen
|
8edade071d
LibWeb: Reflect only known values for <input> element's type attribute
|
hace 3 años |
Andreas Kling
|
246c31ccf6
LibWeb: Make <input type=checkbox> fire click events when clicked :^)
|
hace 3 años |
Andreas Kling
|
2660795bcf
LibWeb: Add the HTMLInputElement.type attribute
|
hace 3 años |
Andreas Kling
|
5f54b8dd6c
LibWeb: Fire "input" and "change" events when editing a text <input>
|
hace 3 años |
Andreas Kling
|
61115dc638
LibWeb: Implement activation behavior for <input type=checkbox>
|
hace 3 años |
Andreas Kling
|
8a89a7bd95
LibWeb: Make <input type=checkbox> honor the "checked" attribute
|
hace 3 años |
Luke Wilde
|
3bb5c6207f
LibWeb: Make FormAssociatedElement inherit from HTMLElement
|
hace 3 años |
Andreas Kling
|
9391311760
LibWeb: Make HTMLInputElement move cursor into text node when focused
|
hace 3 años |
Andreas Kling
|
7e1bf4d300
LibWeb: Compute element style in Layout::TreeBuilder
|
hace 3 años |
Andreas Kling
|
7c57961c61
LibWeb: Move BrowsingContext into HTML/
|
hace 3 años |
Andreas Kling
|
06e54ea916
LibWeb: Add missing upcalls in HTMLInputElement
|
hace 3 años |
Andreas Kling
|
c4826eae4f
LibWeb: Rename Layout::BlockBox => BlockContainer
|
hace 3 años |
Andreas Kling
|
85a0772147
LibWeb: Start work towards modern CSS "display" values
|
hace 3 años |
Andreas Kling
|
f8dd3e14ba
LibWeb: Rename CSS::StyleResolver => StyleComputer
|
hace 3 años |
Andreas Kling
|
dfa9dcca98
LibWeb+Browser: Remove unnecessary InProcessWebView.h includes
|
hace 3 años |
Brian Gianforcaro
|
217179a39f
LibWeb: Remove unused header includes
|
hace 3 años |
Andreas Kling
|
4190fd2199
LibWeb: Rename Web::Frame to Web::BrowsingContext
|
hace 4 años |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
hace 4 años |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
hace 4 años |
Andreas Kling
|
b092353e4d
LibWeb: Add basic support for HTMLInputElement.form
|
hace 4 años |
Timothy Flynn
|
b50de19cd3
LibWeb: Add support for HTML input type=radio
|
hace 4 años |
Andreas Kling
|
29a2aac89a
LibWeb: Start implementing <input type=text> using a shadow DOM
|
hace 4 años |