Andreas Kling
|
18a5c56f14
LibWeb: Don't store JS::Handle<JS::Promise> in EnvironmentSettingsObject
|
2 年之前 |
Pavel
|
40aad77ab1
WebContent+LibWeb+LibJS: Report exceptions to the JS console
|
2 年之前 |
networkException
|
c51cf66347
LibWeb: Implement two module related host hooks
|
2 年之前 |
Linus Groh
|
25909dcc05
LibWeb: Prepare to run callback in host_enqueue_promise_job()
|
2 年之前 |
Andrew Kaster
|
691a7070f4
LibWeb: Remove the internal window object from WebEngineCustomData
|
2 年之前 |
Andrew Kaster
|
f0c5f77f99
LibWeb: Remove unecessary dependence on Window from HTML classes
|
2 年之前 |
Andrew Kaster
|
c61a4f35dc
LibWeb: Move Web prototypes and constructors to new Intrinsics object
|
2 年之前 |
Linus Groh
|
56d8c4ff26
LibWeb: Move WindowProxy from Bindings/ to HTML/
|
2 年之前 |
Linus Groh
|
6480faacb6
LibWeb: Move IDLAbstractOperations from Bindings/ to WebIDL/
|
2 年之前 |
Andreas Kling
|
ba065faa54
LibWeb: Remove unused capture in queue_a_microtask()
|
2 年之前 |
Andreas Kling
|
37ea6de772
LibWeb: Remove now-unnecessary JS::Handles in microtask capture lists
|
2 年之前 |
Andreas Kling
|
2ccb9bef49
LibWeb: Remove now-unnecessary JS::Handles in HTML task capture lists
|
2 年之前 |
Andreas Kling
|
7b0dd98103
LibJS+LibWeb: Spin event loop via VM::CustomData abstraction
|
2 年之前 |
Andreas Kling
|
00c8f07192
LibJS: Make Script and Module GC-allocated
|
2 年之前 |
Andreas Kling
|
905eb8cb4d
LibWeb: Make MutationObserver GC-allocated
|
2 年之前 |
Andreas Kling
|
43ec0f734f
LibWeb: Make MutationRecord GC-allocated
|
2 年之前 |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 年之前 |
Andreas Kling
|
7c3db526b0
LibWeb: Make DOM::Event and all its subclasses GC-allocated
|
2 年之前 |
Andreas Kling
|
0fe923e355
LibWeb: Add an "internal" JS realm & window object
|
2 年之前 |
davidot
|
ba5bcb67a5
LibWeb: Implement the HostEnsureCanAddPrivateElement JS hook
|
2 年之前 |
Andreas Kling
|
d32f7112dc
LibWeb: Intentionally leak the main thread JS VM
|
2 年之前 |
Linus Groh
|
40a70461a0
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
2 年之前 |
Linus Groh
|
25849f8a6d
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
|
2 年之前 |
Linus Groh
|
d74f8039eb
LibJS: Replace GlobalObject with VM in Promise AOs [Part 8/19]
|
2 年之前 |
Linus Groh
|
f3117d46dc
LibJS: Remove GlobalObject from VM::throw_completion()
|
2 年之前 |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 年之前 |
Linus Groh
|
c8f1651761
LibJS+LibWeb: Restore type safety of Realm::set_global_object()
|
2 年之前 |
Andreas Kling
|
602f927982
LibWeb: Start implementing "create and initialize a Document" from HTML
|
2 年之前 |
Andreas Kling
|
eca0873245
LibWeb: Always put a dummy execution context on the main thread VM stack
|
2 年之前 |
Luke Wilde
|
c9ba5531e0
LibWeb: Introduce Mutation{Record,Observer} and observer microtasks
|
3 年之前 |