Shannon Booth
|
e2e7c4d574
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
1 anno fa |
Bastiaan van der Plaat
|
c30911ab10
LibWeb: Hide select chevron icon when `appearance: none;`
|
1 anno fa |
Bastiaan van der Plaat
|
a05fd28b7b
LibWeb: Move use pseudo element styles from TreeBuilder to StyleComputer
|
1 anno fa |
Bastiaan van der Plaat
|
cbb660c756
LibWeb: Make request_select_dropdown more similar to context menu api
|
1 anno fa |
Bastiaan van der Plaat
|
3b3558865c
LibWeb: Improve select element CSS stylebility
|
1 anno fa |
Bastiaan van der Plaat
|
466153e680
Ladybird+LibWeb: Add basic select element support
|
1 anno fa |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 anno fa |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 anno fa |
Shannon Booth
|
6a2a7cad61
LibWeb/LibJS: Avoid GC visit of raw pointers where possible
|
1 anno fa |
Shannon Booth
|
47514e07b4
LibWeb: Make Element attribute getters take a StringView
|
1 anno fa |
Shannon Booth
|
79f97da4b4
LibWeb: Make Element::has_attribute take a StringView
|
1 anno fa |
Sam Atkins
|
29bb0f0ae6
LibWeb: Stub out an "open" state on `<select>` elements
|
1 anno fa |
Shannon Booth
|
0f6782fae6
LibWeb: Rename Element::attribute to Element::deprecated_attribute
|
1 anno fa |
Shannon Booth
|
d706f9f241
LibWeb: Port HTMLSelectElement from DeprecatedString to String
|
1 anno fa |
Shannon Booth
|
d5409a056a
LibWeb: Port HTMLCollection from DeprecatedString to String
|
1 anno fa |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 anno fa |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 anno fa |
Matthew Olsson
|
70a2ca7fc0
LibJS: Handle both const and non-const Ts in Handle<T>::create()
|
2 anni fa |
Kenneth Myhra
|
2b391ea622
LibWeb: Make factory method of HTML::HTMLOptionsCollection fallible
|
2 anni fa |
Linus Groh
|
8556d47240
LibWeb: Move ARIA-related code into the Web::ARIA namespace
|
2 anni fa |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 anni fa |
MacDue
|
890b4d7980
LibWeb: Replace ARIA role static FlyStrings with an enum
|
2 anni fa |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 anni fa |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 anni fa |
Jonah
|
e63d9d4925
LibWeb: Add Support for the ARIA Element Properties
|
2 anni fa |
Srikavin Ramkumar
|
b55c9f36dc
LibWeb: Implement reset algorithm for HTMLSelectElement
|
2 anni fa |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 anni fa |
Luke Wilde
|
c4ee43c5b4
LibWeb: Implement HTMLSelectElement.type
|
2 anni fa |
Luke Wilde
|
1473bc9169
LibWeb: Implement HTMLOrSVGElement.tabIndex
|
2 anni fa |
Zaggy1024
|
f0420def78
LibWeb: Implement HTMLSelectElement length, item() and namedItem()
|
2 anni fa |