Andreas Kling
|
b98a2be96b
LibWeb: Ignore window-forwarded document.body.onfoo in detached DOM
|
1 year ago |
Aliaksandr Kalenik
|
e3c75d7b6f
LibWeb: Add HTMLElement::is_content_editable()
|
1 year ago |
Aliaksandr Kalenik
|
5d76fa72e9
LibWeb: Add HTMLElement::did_receive_focus()
|
1 year ago |
Aliaksandr Kalenik
|
05d5e11966
LibWeb: Allow HTMLElement with contenteditable=true to be focusable
|
1 year ago |
Andreas Kling
|
cfe9577b48
LibWeb: Bring HTMLElement.offset{Left,Top,Parent} closer to spec
|
1 year ago |
Shannon Booth
|
0a4586d510
LibWeb: Port HTMLHyperlinkElementUtils from DeprecatedString to String
|
1 year ago |
Andreas Kling
|
aa23a7b58d
LibWeb: Rearrange HTMLElement members to save 8 bytes per instance
|
1 year ago |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 year ago |
Shannon Booth
|
eca9874e56
LibWeb: Port Element::attribute_changed from DeprecatedString to String
|
1 year ago |
Ali Mohammad Pur
|
aeee98b3a1
AK+Everywhere: Remove the null state of DeprecatedString
|
1 year ago |
Shannon Booth
|
e4f8c59210
LibWeb: Port AttributeNames to FlyString
|
1 year ago |
Shannon Booth
|
2c69f273a0
LibWeb: Port HTMLElement interface from DeprecatedString to String
|
1 year ago |
Shannon Booth
|
0f6782fae6
LibWeb: Rename Element::attribute to Element::deprecated_attribute
|
1 year ago |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 year ago |
Andreas Kling
|
21260ea2ef
LibWeb: Merge did_remove_attribute() into attribute_changed()
|
2 years ago |
Andreas Kling
|
5a74486b59
LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed()
|
2 years ago |
Luke Wilde
|
995df8f565
LibWeb: Move get_an_elements_{target,noopener} to HTMLElement
|
2 years ago |
Andreas Kling
|
20e2c9a7dd
LibWeb: Cache state of the contenteditable attribute on HTMLElement
|
2 years ago |
Kenneth Myhra
|
8f4d7f2854
LibWeb: Port fire_a_synthetic_pointer_event() to new FlySring
|
2 years ago |
Kenneth Myhra
|
4d87072201
LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String
|
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
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 years ago |
Jonah
|
e63d9d4925
LibWeb: Add Support for the ARIA Element Properties
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Igor Pissolati
|
bfdb30c74a
LibWeb: Implement bare-bones `HTMLElement.dir`
|
2 years ago |
Andreas Kling
|
2c37df6241
LibWeb: Don't include DOMStringMap.h quite so much
|
2 years ago |
Andrew Kaster
|
a0d5724a58
LibWeb: Add initial implementation of Element.blur()
|
2 years ago |
Linus Groh
|
ad04d7ac9b
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
|
2 years ago |