Linus Groh
|
8556d47240
LibWeb: Move ARIA-related code into the Web::ARIA namespace
|
2 лет назад |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 лет назад |
MacDue
|
890b4d7980
LibWeb: Replace ARIA role static FlyStrings with an enum
|
2 лет назад |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 лет назад |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 лет назад |
Jonah
|
e63d9d4925
LibWeb: Add Support for the ARIA Element Properties
|
2 лет назад |
Srikavin Ramkumar
|
de44e0faf5
LibWeb: Implement reset algorithm for HTMLInputElement
|
2 лет назад |
Luke Wilde
|
1011067a60
LibWeb: Stub HTMLInputElement.setSelectionRange
|
2 лет назад |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 лет назад |
Timothy Flynn
|
4a30446999
LibWeb: Support displaying HTMLInputElement placeholder values
|
2 лет назад |
Luke Wilde
|
1473bc9169
LibWeb: Implement HTMLOrSVGElement.tabIndex
|
2 лет назад |
Andreas Kling
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 лет назад |
Andrew Kaster
|
636602a54e
LibWeb: Implement <input type=file> behavior
|
2 лет назад |
Linus Groh
|
4270ede7c4
LibWeb: Remove WRAPPER_HACK() macro
|
2 лет назад |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 лет назад |
Linus Groh
|
80506a161f
LibWeb: Make any HTMLInputElement with type != hidden focusable
|
3 лет назад |
Linus Groh
|
4923e4d406
LibWeb: Make HTMLInputElement::TypeAttributeState an enum class
|
3 лет назад |
Timothy Flynn
|
5608bc4eaf
LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement
|
3 лет назад |
Timothy Flynn
|
859a75fd4c
LibWeb: Handle input element value setting & getting closer to the spec
|
3 лет назад |
Timothy Flynn
|
1a99cc4a14
LibWeb: Use the cached HTMLInputElement type within associated getters
|
3 лет назад |
Timothy Flynn
|
95b084a08f
LibWeb: Cache HTMLInputElement's parsed type attribute when it changes
|
3 лет назад |
sin-ack
|
57a85b1017
LibWeb: Ensure that radio group is updated when radio is checked from JS
|
3 лет назад |
sin-ack
|
29583104d2
LibWeb: Refactor all LabelableNode subclasses + input event handling :^)
|
3 лет назад |
Andreas Kling
|
88173648e3
LibWeb: Create HTMLInputElement UA shadow tree when inserted into DOM
|
3 лет назад |
Andreas Kling
|
cb0c5390ff
LibWeb: Move mouse event and label logic from layout to painting tree
|
3 лет назад |
Luke Wilde
|
46c0d0f7ae
LibWeb: Associate form elements with a form in parsing and dynamically
|
3 лет назад |
Luke Wilde
|
432d496ed6
LibWeb: Add form associated element categories
|
3 лет назад |
Luke Wilde
|
d2e18175ef
LibWeb: Move enabled() to FormAssociatedElement and follow the spec
|
3 лет назад |
Andreas Kling
|
1b6ed558bb
LibWeb: Move QualifiedName into the Web::DOM namespace
|
3 лет назад |
Adam Hodgen
|
aa70422b4d
LibWeb: Add <input> value sanitiztion algorithm
|
3 лет назад |