Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
hace 1 año |
Tim Ledbetter
|
0577a664dd
LibWeb: Use correct offset value when replacing character data
|
hace 1 año |
Shannon Booth
|
d8759d9656
LibWeb: Use UTF-16 code unit offsets and lengths in CharacterData
|
hace 1 año |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
hace 1 año |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
hace 1 año |
Shannon Booth
|
eca9874e56
LibWeb: Port Element::attribute_changed from DeprecatedString to String
|
hace 1 año |
Shannon Booth
|
b603e860af
LibWeb: Port CharacterData from DeprecatedString to String
|
hace 1 año |
Shannon Booth
|
b2f3aa1c76
LibWeb: Use length() getter in CharacterData algorithms
|
hace 1 año |
Shannon Booth
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
hace 1 año |
Andreas Kling
|
1c47695bae
LibWeb: Invalidate layout-transformed text on DOM text node change
|
hace 1 año |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
hace 1 año |
Andreas Kling
|
80d6330a26
LibWeb: Don't create mutation record node lists if nobody is interested
|
hace 2 años |
Kenneth Myhra
|
2411dadc35
LibWeb: Make factory method of DOM::StaticNodeList fallible
|
hace 2 años |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
hace 2 años |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
hace 2 años |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
hace 2 años |
Linus Groh
|
acfb546048
LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s
|
hace 2 años |
Andrew Kaster
|
8de7e49a56
LibWeb: Remove unecessary dependence on Window from DOM and WebIDL
|
hace 2 años |
Linus Groh
|
bbaa05fcf9
LibWeb: Move DOMException from DOM/ to WebIDL/
|
hace 2 años |
Linus Groh
|
ad04d7ac9b
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
|
hace 2 años |
Andreas Kling
|
497ead37bc
LibWeb: Make DOMException GC-allocated
|
hace 2 años |
Andreas Kling
|
48e0066371
LibWeb: Make NodeList GC-allocated
|
hace 2 años |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
hace 2 años |
Luke Wilde
|
1ca8782c99
LibWeb: Implement "characterData" mutation record for MutationObserver
|
hace 3 años |
Luke Wilde
|
ee719870c8
LibWeb: Implement CharacterData.{append,insert,delete}Data
|
hace 3 años |
Luke Wilde
|
af5b4ae1c4
LibWeb: Implement CharacterData::set_data in terms of replace_data
|
hace 3 años |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
hace 3 años |
Andreas Kling
|
1254758b00
LibWeb: Update live DOM ranges on Text and CharacterData mutations
|
hace 3 años |
Andreas Kling
|
24e25fe3d0
LibWeb: Add CharacterData.replaceData(offset, count, data)
|
hace 3 años |