Andrew Kaster
|
b10fee00eb
LibWeb+WebWorker: Convert Workers to use MessagePorts for postMessage
|
1 year ago |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 year ago |
Andrew Kaster
|
cf7b13c708
LibWeb: Visit WorkerAgent from Worker
|
1 year ago |
Andrew Kaster
|
1602663b9e
LibWeb+WebWorker: Implement a first cut of post_message for Workers
|
1 year ago |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 year ago |
Andrew Kaster
|
124c378472
LibWeb+WebWorker: Move worker execution into a new WebWorker process
|
1 year ago |
Aliaksandr Kalenik
|
b9e0ad4358
LibWeb: Make ResourceLoader pass body and headers in error callback
|
1 year ago |
Shannon Booth
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 year ago |
Andreas Kling
|
768c35af71
LibWeb: Throw on attempt to create a Worker for now
|
1 year ago |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 year ago |
Andreas Kling
|
97ebfd9f0f
LibJS: Make Value::to_string_without_side_effects() infallible
|
1 year ago |
Andreas Kling
|
2eaa528a0e
LibJS: Rip out the AST interpreter :^)
|
1 year ago |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 year ago |
Andreas Kling
|
34344120f2
AK: Make "foo"_string infallible
|
1 year ago |
Matthew Olsson
|
a9d192e882
LibJS+LibWeb: Explicitly mark ignored members in visit_edges methods
|
2 years ago |
Matthew Olsson
|
39d8c8d2a9
LibJS+LibWeb: Add missing visit calls in visit_edges implementations
|
2 years ago |
Ben Wiederhake
|
560133a0c6
Everywhere: Remove unused DeprecatedString includes
|
2 years ago |
Kenneth Myhra
|
4d87072201
LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String
|
2 years ago |
Timothy Flynn
|
13dfadba79
LibJS: Propagate errors from VM creation
|
2 years ago |
Kenneth Myhra
|
eed69e5093
LibWeb: Port MessageEvent to new String
|
2 years ago |
Kenneth Myhra
|
e905f25911
LibWeb: Port Worker to new String
|
2 years ago |
Kenneth Myhra
|
471ad7ba01
LibWeb: Make factory method of HTML::MessagePort fallible
|
2 years ago |
Kenneth Myhra
|
7ec444047c
LibWeb: Make factory methods of HTML::MessageEvent fallible
|
2 years ago |
Timothy Flynn
|
527edb55ad
LibWeb: Convert usages of Value::TDSWOSE to Value::TSWOSE
|
2 years ago |
Timothy Flynn
|
b245300ba1
LibJS+Everywhere: Deprecate Value::to_string_without_side_effects
|
2 years ago |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 years ago |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 years ago |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 years ago |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 years ago |