Timothy Flynn
|
32a22c49e3
LibWeb: Move StructuredSerializeOptions to its own header
|
8 月之前 |
Andreas Kling
|
175f3febb8
LibWeb: Make DOMException take error message as a String
|
8 月之前 |
Tim Ledbetter
|
fd8d350b47
LibWeb: Don't discard PostedMessage tasks when closing a worker
|
9 月之前 |
Andrew Kaster
|
40a2bb32c3
LibWeb: Create separate DedicatedWorkerGlobalScope class
|
1 年之前 |
Andrew Kaster
|
f99c7ad85d
LibWeb: Add closing flag to WorkerGlobalScope
|
1 年之前 |
Tim Ledbetter
|
bb923983fc
LibWeb: Implement `WorkerGlobalScope.importScripts()`
|
1 年之前 |
Andrew Kaster
|
e10721f1b5
LibWeb: Add stub implementation of FontFaceSet and Document.fonts
|
1 年之前 |
Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 年之前 |
Andreas Kling
|
40f87f0954
LibWeb: Stop timers when finalizing a Window or WorkerGlobalScope
|
1 年之前 |
Andrew Kaster
|
b10fee00eb
LibWeb+WebWorker: Convert Workers to use MessagePorts for postMessage
|
1 年之前 |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 年之前 |
Andrew Kaster
|
1602663b9e
LibWeb+WebWorker: Implement a first cut of post_message for Workers
|
1 年之前 |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 年之前 |
Shannon Booth
|
6a2a7cad61
LibWeb/LibJS: Avoid GC visit of raw pointers where possible
|
1 年之前 |
Andrew Kaster
|
124c378472
LibWeb+WebWorker: Move worker execution into a new WebWorker process
|
1 年之前 |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 年之前 |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 年之前 |
Timothy Flynn
|
dd992e7dad
LibWeb: Move timer implementations to WindowOrWorkerGlobalScopeMixin
|
2 年之前 |
Linus Groh
|
1a6b61b0cc
LibWeb/HTML: Move WindowOrWorkerGlobalScope code into a mixin class
|
2 年之前 |
Linus Groh
|
b118cc782e
LibWeb/HTML: Implement WorkerGlobalScope::cross_origin_isolated()
|
2 年之前 |
Linus Groh
|
ed15c34387
LibWeb/HTML: Implement WorkerGlobalScope::is_secure_context()
|
2 年之前 |
Linus Groh
|
d1a7c39e76
LibWeb/HTML: Implement WorkerGlobalScope::origin()
|
2 年之前 |
Kenneth Myhra
|
be727ea871
LibWeb: Port WorkerGlobalScope to new String
|
2 年之前 |
Sam Atkins
|
2db168acc1
LibTextCodec+Everywhere: Port Decoders to new Strings
|
2 年之前 |
Sam Atkins
|
f2a9426885
LibTextCodec+Everywhere: Return Optional<Decoder&> from `decoder_for()`
|
2 年之前 |
Kenneth Myhra
|
193de231e0
LibWeb: Make factory method of HTML::WorkerNavigator fallible
|
2 年之前 |
Sam Atkins
|
d6075ef5b5
LibTextCodec+Everywhere: Make TextCodec::decoder_for() take a StringView
|
2 年之前 |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 年之前 |
Timothy Flynn
|
d8044c5358
LibJS+LibWeb: Move the macro to convert ENOMEM to an exception to LibJS
|
2 年之前 |
Jelle Raaijmakers
|
25f2e4981c
AK: Stop using `DeprecatedString` in Base64 encoding
|
2 年之前 |