Tim Ledbetter
|
5800b7e884
LibWeb: Invalidate the display list when calling `set_needs_display()`
|
11 mesi fa |
Aliaksandr Kalenik
|
18fc23b3d6
LibWeb: Reuse display list across repaints
|
1 anno fa |
Luke Warlow
|
9171c35183
LibWeb: Refactor DOM parsing APIs
|
1 anno fa |
Andreas Kling
|
c7d9c1c0b2
LibWeb: Update DOM cloning algorithm for declarative shadow DOM
|
1 anno fa |
Tim Ledbetter
|
0b33331f36
LibWeb: Ensure a repaint occurs when the current selection is cleared
|
1 anno fa |
Tim Ledbetter
|
398bf10b92
LibWeb: Use `TraversalDecision` for multi level Node traversal methods
|
1 anno fa |
Shannon Booth
|
bad44f8fc9
LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h
|
1 anno fa |
Kenneth Myhra
|
a3661fd7f2
LibWeb: Let queue_global_task() take a JS::HeapFunction
|
1 anno fa |
Aliaksandr Kalenik
|
9540af6489
LibWeb: Fix nodesToRemove collecting traversal in Range::delete_contents
|
1 anno fa |
Shannon Booth
|
c3217754f1
LibWeb: Remove a bunch of calls to `to_byte_string`
|
1 anno fa |
Andreas Kling
|
1987318cc2
LibWeb: Move selection state from layout tree to paint tree
|
1 anno fa |
Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 anno fa |
Andreas Kling
|
bbb96d65b1
LibWeb: Don't crash on live range offset update during node insertion
|
1 anno fa |
Aliaksandr Kalenik
|
cd7b5b18e4
LibWeb: Emit "selectionchange" event on document
|
1 anno fa |
Aliaksandr Kalenik
|
02d5ed44cb
LibWeb: Stub Range::get_client_rects()
|
1 anno fa |
Aliaksandr Kalenik
|
7c2713c14f
LibWeb: Move set_needs_display() from layout node to paintable
|
1 anno fa |
Shannon Booth
|
e9dfa61588
LibWeb: Use UTF-16 code unit offsets in Range::to_string
|
1 anno fa |
Shannon Booth
|
ee431e6911
LibWeb: Use WebIDL typedefs in Range/AbstractRange
|
1 anno fa |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
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 |
Andreas Kling
|
3ff81dcb65
LibWeb: Make Web::Namespace::Foo strings be FlyString
|
1 anno fa |
Andreas Kling
|
f052823f5f
LibWeb: Use FlyString for create_element() namespace strings
|
1 anno fa |
Shannon Booth
|
9303e9e76f
LibWeb: Port Element::local_name and TagNames from Deprecated String
|
1 anno fa |
Shannon Booth
|
b603e860af
LibWeb: Port CharacterData from DeprecatedString to String
|
1 anno fa |
Shannon Booth
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 anno fa |
Shannon Booth
|
7b79324548
LibWeb: Port Range interface from DeprecatedString to String
|
1 anno fa |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
2 anni fa |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
2 anni fa |
Andreas Kling
|
e8f5085669
LibWeb: Implement Range.createContextualFragment()
|
2 anni fa |