Matthew Olsson
|
c0b2fa74ac
LibWeb: Fix a few const-ness issues
|
2 年之前 |
Andreas Kling
|
7e76a51cb0
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
|
2 年之前 |
Kenneth Myhra
|
ec0049441c
LibWeb: Make factory methods of Geometry::DOMRect fallible
|
2 年之前 |
Kenneth Myhra
|
0791195843
LibWeb: Make factory methods of DOM::Range fallible
|
2 年之前 |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 年之前 |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 年之前 |
Andreas Kling
|
b79bc25a1f
LibWeb: Use DOM Selection instead of ad-hoc layout tree selection
|
2 年之前 |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 年之前 |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 年之前 |
Andreas Kling
|
d5ed07fdc4
LibJS+LibWeb: Remove NonnullGCPtr<T>::operator=(GCPtr<T>) footgun
|
2 年之前 |
Luke Wilde
|
34c130b336
LibWeb: Stub Range.getBoundingClientRect
|
2 年之前 |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 年之前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年之前 |
Linus Groh
|
acfb546048
LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s
|
2 年之前 |
Andreas Kling
|
317ab7a04b
LibWeb: Make Range's boundary point comparison a public function
|
2 年之前 |
Andrew Kaster
|
8de7e49a56
LibWeb: Remove unecessary dependence on Window from DOM and WebIDL
|
2 年之前 |
Linus Groh
|
bbaa05fcf9
LibWeb: Move DOMException from DOM/ to WebIDL/
|
2 年之前 |
Linus Groh
|
ad04d7ac9b
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
|
2 年之前 |
Linus Groh
|
6055b0e850
LibWeb: Remove no-op impl() methods from the WEB_PLATFORM_OBJECT macro
|
2 年之前 |
Andreas Kling
|
497ead37bc
LibWeb: Make DOMException GC-allocated
|
2 年之前 |
Andreas Kling
|
ffad902c07
LibWeb: Use cached_web_prototype() as much as possible
|
2 年之前 |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 年之前 |
Andreas Kling
|
bb547ce1c4
LibWeb: Make AbstractRange and subclasses GC-allocated
|
2 年之前 |
Andreas Kling
|
2fb9eb5257
LibWeb: Implement Range.deleteContents()
|
3 年之前 |
Andreas Kling
|
e1c71b3f91
LibWeb: Implement Range.cloneContents()
|
3 年之前 |
Linus Groh
|
70b1f18e58
LibWeb: Explicitly ignore [[nodiscard]] values returned from TRY()
|
3 年之前 |
Timothy Flynn
|
c3f9cd6dbd
LibWeb: Convert Range to use TRY for error propagation
|
3 年之前 |
Andreas Kling
|
8ab25f8d8c
LibWeb: Implement Range.surroundContents(newParent)
|
3 年之前 |
Andreas Kling
|
4d49c607f8
LibWeb: Fix spec transcription mistake in Range.extractContents()
|
3 年之前 |
Andreas Kling
|
ac8a8459d0
LibWeb: Don't allow setting Range start/end to document being destroyed
|
3 年之前 |