Timothy Flynn
|
8a88d4434f
LibJS+LibWeb: Rename number_to_string to number_to_deprecated_string
|
2 years ago |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 years ago |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 years ago |
Jonah
|
e63d9d4925
LibWeb: Add Support for the ARIA Element Properties
|
2 years ago |
Srikavin Ramkumar
|
de44e0faf5
LibWeb: Implement reset algorithm for HTMLInputElement
|
2 years ago |
Luke Wilde
|
1011067a60
LibWeb: Stub HTMLInputElement.setSelectionRange
|
2 years ago |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 years ago |
Kyle Lanmon
|
0991464de6
LibWeb: Implement input range type sanitation algorithm
|
2 years ago |
Kyle Lanmon
|
c5b953e51b
LibWeb: Implement input local date and time type sanitation algorithm
|
2 years ago |
Kyle Lanmon
|
a3c4af7a19
LibWeb: Implement input time type sanitation algorithm
|
2 years ago |
Kyle Lanmon
|
d249a69150
LibWeb: Implement input week type sanitation algorithm
|
2 years ago |
Kyle Lanmon
|
8197b7a063
LibWeb: Implement input month type sanitation algorithm
|
2 years ago |
Kyle Lanmon
|
edb3a0aa0a
LibWeb: Implement input date type sanitation algorithm
|
2 years ago |
Kyle Lanmon
|
dfbc5553f2
LibWeb: Implement input email type sanitation algorithm
|
2 years ago |
Kyle Lanmon
|
6fa34a4ee3
LibWeb: Implement input color type sanitation algorithm
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Timothy Flynn
|
4a30446999
LibWeb: Support displaying HTMLInputElement placeholder values
|
2 years ago |
MacDue
|
8a5d2be617
Everywhere: Remove unnecessary mutable attributes from lambdas
|
2 years ago |
Luke Wilde
|
1473bc9169
LibWeb: Implement HTMLOrSVGElement.tabIndex
|
2 years ago |
Andreas Kling
|
5839ef2ed8
LibWeb: Render text inside <input type=password> as asterisks (`*`)
|
2 years ago |
Linus Groh
|
acfb546048
LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s
|
2 years ago |
davidot
|
6e9969ded0
LibWeb: Make HTMLInputElement of type number use the new double parser
|
2 years ago |
Andreas Kling
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 years ago |
Andreas Kling
|
a0e6882d99
LibWeb: Remove Layout::Node::set_inline()
|
2 years ago |
Andrew Kaster
|
636602a54e
LibWeb: Implement <input type=file> behavior
|
2 years ago |
Linus Groh
|
b9220a18d1
LibWeb: Replace incorrect uses of String::trim_whitespace()
|
2 years ago |
Andrew Kaster
|
f0c5f77f99
LibWeb: Remove unecessary dependence on Window from HTML classes
|
2 years ago |
Andreas Kling
|
ffad902c07
LibWeb: Use cached_web_prototype() as much as possible
|
2 years ago |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 years ago |