Age | Commit message (Expand) | Author |
---|---|---|
2023-04-24 | LibWeb: Serialize element's IDs when serializing a11y tree | Jonah |
2023-03-15 | LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr | Matthew Olsson |
2023-03-06 | LibWeb: Fix a few const-ness issues | Matthew Olsson |
2023-02-19 | LibWeb: Serialize Accessible Name and Description for Accessibility Tree | Jonah |
2023-02-18 | LibWeb: Make factory method of DOM::AccessibilityTreeNode fallible | Kenneth Myhra |
2023-01-29 | LibWeb: Move ARIA-related code into the Web::ARIA namespace | Linus Groh |
2023-01-29 | LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate | Timothy Flynn |
2023-01-28 | LibWeb: Replace ARIA role static FlyStrings with an enum | MacDue |
2023-01-07 | LibWeb: Add Function To Build Accessiblity Tree | Jonah |