Shannon Booth
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 rok temu |
Andreas Kling
|
768c35af71
LibWeb: Throw on attempt to create a Worker for now
|
1 rok temu |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 rok temu |
Andreas Kling
|
97ebfd9f0f
LibJS: Make Value::to_string_without_side_effects() infallible
|
1 rok temu |
Andreas Kling
|
2eaa528a0e
LibJS: Rip out the AST interpreter :^)
|
1 rok temu |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 rok temu |
Andreas Kling
|
34344120f2
AK: Make "foo"_string infallible
|
1 rok temu |
Matthew Olsson
|
a9d192e882
LibJS+LibWeb: Explicitly mark ignored members in visit_edges methods
|
2 lat temu |
Matthew Olsson
|
39d8c8d2a9
LibJS+LibWeb: Add missing visit calls in visit_edges implementations
|
2 lat temu |
Ben Wiederhake
|
560133a0c6
Everywhere: Remove unused DeprecatedString includes
|
2 lat temu |
Kenneth Myhra
|
4d87072201
LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String
|
2 lat temu |
Timothy Flynn
|
13dfadba79
LibJS: Propagate errors from VM creation
|
2 lat temu |
Kenneth Myhra
|
eed69e5093
LibWeb: Port MessageEvent to new String
|
2 lat temu |
Kenneth Myhra
|
e905f25911
LibWeb: Port Worker to new String
|
2 lat temu |
Kenneth Myhra
|
471ad7ba01
LibWeb: Make factory method of HTML::MessagePort fallible
|
2 lat temu |
Kenneth Myhra
|
7ec444047c
LibWeb: Make factory methods of HTML::MessageEvent fallible
|
2 lat temu |
Timothy Flynn
|
527edb55ad
LibWeb: Convert usages of Value::TDSWOSE to Value::TSWOSE
|
2 lat temu |
Timothy Flynn
|
b245300ba1
LibJS+Everywhere: Deprecate Value::to_string_without_side_effects
|
2 lat temu |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 lat temu |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 lat temu |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 lat temu |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 lat temu |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 lat temu |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 lat temu |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 lat temu |
Andreas Kling
|
b81816a539
LibJS+LibWeb: Make CyclicModule.h not include AST.h
|
2 lat temu |
MacDue
|
8a5d2be617
Everywhere: Remove unnecessary mutable attributes from lambdas
|
2 lat temu |
Andrew Kaster
|
14e1513077
LibWeb: Remove the workaround "Worker Window" from Workers
|
2 lat temu |
Andrew Kaster
|
f0c5f77f99
LibWeb: Remove unecessary dependence on Window from HTML classes
|
2 lat temu |
Linus Groh
|
bbaa05fcf9
LibWeb: Move DOMException from DOM/ to WebIDL/
|
2 lat temu |