Timur Sultanov
|
f4102b1dc9
LibWeb: Implement selectedness algorithm
|
1 year ago |
Luke Warlow
|
5098ed6b1f
LibWeb: Add HTMLSelectElement showPicker()
|
1 year ago |
Bastiaan van der Plaat
|
8342525434
LibWeb: Use HTMLOptionElement in select item getter
|
1 year ago |
Bastiaan van der Plaat
|
6f84f69677
LibWeb: Add select selected options collection getter
|
1 year ago |
Bastiaan van der Plaat
|
7372c01786
LibWeb: Add select and options collection remove method
|
1 year ago |
Bastiaan van der Plaat
|
5c277144d8
LibWeb: Add select and option collection set length
|
1 year ago |
Bastiaan van der Plaat
|
4e5ce7b63e
LibWeb: Add select element size property
|
1 year ago |
Bastiaan van der Plaat
|
4408581ee0
LibWeb: Refactor SelectItem to allow selecting options without value
|
1 year ago |
Bastiaan van der Plaat
|
69e4f924b7
LibWeb: Add element adjust_computed_style and move set_property() to it
|
1 year ago |
Bastiaan van der Plaat
|
c30911ab10
LibWeb: Hide select chevron icon when `appearance: none;`
|
1 year ago |
Bastiaan van der Plaat
|
466153e680
Ladybird+LibWeb: Add basic select element support
|
1 year ago |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 year ago |
Sam Atkins
|
29bb0f0ae6
LibWeb: Stub out an "open" state on `<select>` elements
|
1 year ago |
Shannon Booth
|
d706f9f241
LibWeb: Port HTMLSelectElement from DeprecatedString to String
|
2 years ago |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
2 years ago |
Linus Groh
|
8556d47240
LibWeb: Move ARIA-related code into the Web::ARIA namespace
|
2 years ago |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 years ago |
MacDue
|
890b4d7980
LibWeb: Replace ARIA role static FlyStrings with an enum
|
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
|
b55c9f36dc
LibWeb: Implement reset algorithm for HTMLSelectElement
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Luke Wilde
|
c4ee43c5b4
LibWeb: Implement HTMLSelectElement.type
|
2 years ago |
Luke Wilde
|
1473bc9169
LibWeb: Implement HTMLOrSVGElement.tabIndex
|
2 years ago |
Zaggy1024
|
f0420def78
LibWeb: Implement HTMLSelectElement length, item() and namedItem()
|
2 years ago |
Linus Groh
|
ad04d7ac9b
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
|
2 years ago |
Linus Groh
|
4270ede7c4
LibWeb: Remove WRAPPER_HACK() macro
|
2 years ago |
Andreas Kling
|
2bba97964b
LibWeb: Make HTMLCollection and subclasses GC-allocated
|
2 years ago |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 years ago |