Kyle Lanmon
|
edb3a0aa0a
LibWeb: Implement input date type sanitation algorithm
|
hace 2 años |
Kyle Lanmon
|
dfbc5553f2
LibWeb: Implement input email type sanitation algorithm
|
hace 2 años |
Kyle Lanmon
|
6fa34a4ee3
LibWeb: Implement input color type sanitation algorithm
|
hace 2 años |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
hace 2 años |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
hace 2 años |
Timothy Flynn
|
4a30446999
LibWeb: Support displaying HTMLInputElement placeholder values
|
hace 2 años |
MacDue
|
8a5d2be617
Everywhere: Remove unnecessary mutable attributes from lambdas
|
hace 2 años |
Luke Wilde
|
1473bc9169
LibWeb: Implement HTMLOrSVGElement.tabIndex
|
hace 2 años |
Andreas Kling
|
5839ef2ed8
LibWeb: Render text inside <input type=password> as asterisks (`*`)
|
hace 2 años |
Linus Groh
|
acfb546048
LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s
|
hace 2 años |
davidot
|
6e9969ded0
LibWeb: Make HTMLInputElement of type number use the new double parser
|
hace 2 años |
Andreas Kling
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
hace 2 años |
Andreas Kling
|
a0e6882d99
LibWeb: Remove Layout::Node::set_inline()
|
hace 2 años |
Andrew Kaster
|
636602a54e
LibWeb: Implement <input type=file> behavior
|
hace 2 años |
Linus Groh
|
b9220a18d1
LibWeb: Replace incorrect uses of String::trim_whitespace()
|
hace 2 años |
Andrew Kaster
|
f0c5f77f99
LibWeb: Remove unecessary dependence on Window from HTML classes
|
hace 2 años |
Andreas Kling
|
ffad902c07
LibWeb: Use cached_web_prototype() as much as possible
|
hace 2 años |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
hace 2 años |
Andreas Kling
|
7c3db526b0
LibWeb: Make DOM::Event and all its subclasses GC-allocated
|
hace 2 años |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
hace 3 años |
Linus Groh
|
80506a161f
LibWeb: Make any HTMLInputElement with type != hidden focusable
|
hace 3 años |
Timothy Flynn
|
5608bc4eaf
LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement
|
hace 3 años |
Timothy Flynn
|
859a75fd4c
LibWeb: Handle input element value setting & getting closer to the spec
|
hace 3 años |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
hace 3 años |
Timothy Flynn
|
1a99cc4a14
LibWeb: Use the cached HTMLInputElement type within associated getters
|
hace 3 años |
Timothy Flynn
|
95b084a08f
LibWeb: Cache HTMLInputElement's parsed type attribute when it changes
|
hace 3 años |
sin-ack
|
d2a99eded7
LibWeb: Convert usages of type() to type_state()
|
hace 3 años |
sin-ack
|
57a85b1017
LibWeb: Ensure that radio group is updated when radio is checked from JS
|
hace 3 años |
sin-ack
|
29583104d2
LibWeb: Refactor all LabelableNode subclasses + input event handling :^)
|
hace 3 años |
Andreas Kling
|
06ccc45157
LibWeb: Don't create HTMLInputElement's UA shadow tree for buttons
|
hace 3 años |