Andreas Kling
|
4c921e17b7
LibWeb: Allocate dataset lazily for HTML/SVG/MathML elements
|
1 年之前 |
Andreas Kling
|
4cc972a8ae
LibWeb: Stub out HTMLElement.outerText
|
1 年之前 |
Andreas Kling
|
afea8ccd43
LibWeb: Stub out HTMLElement.accessKeyLabel
|
1 年之前 |
Shannon Booth
|
db0519ddc1
LibWeb: Fire a pointer event on synthetic clicks
|
1 年之前 |
Shannon Booth
|
b873e5bc1d
LibWeb: Implement the PointerEvent interface
|
1 年之前 |
Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 年之前 |
Tim Ledbetter
|
5b4533cab8
LibWeb: Don't crash in offset_parent() if no ancestor element found
|
1 年之前 |
Aliaksandr Kalenik
|
e3c75d7b6f
LibWeb: Add HTMLElement::is_content_editable()
|
1 年之前 |
Aliaksandr Kalenik
|
5d76fa72e9
LibWeb: Add HTMLElement::did_receive_focus()
|
1 年之前 |
Aliaksandr Kalenik
|
05d5e11966
LibWeb: Allow HTMLElement with contenteditable=true to be focusable
|
1 年之前 |
Bastiaan van der Plaat
|
a681429dff
LibWeb: Remove DOM element deprecated_get_attribute()
|
1 年之前 |
Aliaksandr Kalenik
|
814bed33b4
LibWeb: Move box_type_agnostic_position() from layout node to paintable
|
1 年之前 |
Andreas Kling
|
f4fa37afd2
LibJS+LibWeb: Add missing JS_DEFINE_ALLOCATOR() for a bunch of classes
|
1 年之前 |
Andreas Kling
|
cfe9577b48
LibWeb: Bring HTMLElement.offset{Left,Top,Parent} closer to spec
|
1 年之前 |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 年之前 |
Shannon Booth
|
0a4586d510
LibWeb: Port HTMLHyperlinkElementUtils from DeprecatedString to String
|
1 年之前 |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 年之前 |
Shannon Booth
|
eca9874e56
LibWeb: Port Element::attribute_changed from DeprecatedString to String
|
1 年之前 |
Shannon Booth
|
6a2a7cad61
LibWeb/LibJS: Avoid GC visit of raw pointers where possible
|
1 年之前 |
Ali Mohammad Pur
|
aeee98b3a1
AK+Everywhere: Remove the null state of DeprecatedString
|
1 年之前 |
Shannon Booth
|
e4f8c59210
LibWeb: Port AttributeNames to FlyString
|
1 年之前 |
Shannon Booth
|
8ce9e51c97
LibWeb: Port Node interface from DeprecatedString to String
|
1 年之前 |
Shannon Booth
|
e74031a396
LibWeb: Port Document interface from DeprecatedString to String
|
1 年之前 |
Shannon Booth
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 年之前 |
Shannon Booth
|
2c69f273a0
LibWeb: Port HTMLElement interface from DeprecatedString to String
|
1 年之前 |
Shannon Booth
|
0f6782fae6
LibWeb: Rename Element::attribute to Element::deprecated_attribute
|
1 年之前 |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 年之前 |
Andreas Kling
|
2eaa528a0e
LibJS: Rip out the AST interpreter :^)
|
1 年之前 |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 年之前 |
Andreas Kling
|
21260ea2ef
LibWeb: Merge did_remove_attribute() into attribute_changed()
|
2 年之前 |