Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 년 전 |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 년 전 |
Shannon Booth
|
04c094343f
LibWeb+Meta: Add wrapper for the BufferSource/ArrayBufferView IDL types
|
1 년 전 |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 년 전 |
Bastiaan van der Plaat
|
f1ead552ce
LibWeb: Add constructor options to TextDecoder
|
1 년 전 |
Shannon Booth
|
278061e8b9
LibWeb: Port TextDecoder interface from DeprecatedString to String
|
1 년 전 |
Shannon Booth
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 년 전 |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 년 전 |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 년 전 |
Ali Mohammad Pur
|
0e3fb39a0a
LibWeb: Make 'optional BufferSource' IDL arguments actually optional
|
2 년 전 |
Linus Groh
|
11b40dbcf5
LibWeb/WebIDL: Store SimpleException message as a String{,View} variant
|
2 년 전 |
Sam Atkins
|
2db168acc1
LibTextCodec+Everywhere: Port Decoders to new Strings
|
2 년 전 |
Sam Atkins
|
f2a9426885
LibTextCodec+Everywhere: Return Optional<Decoder&> from `decoder_for()`
|
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 년 전 |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 년 전 |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 년 전 |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 년 전 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 년 전 |
Andrew Kaster
|
4bb6345b2f
LibWeb: Remove unecessary dependence on Window from assorted classes
|
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
|
6480faacb6
LibWeb: Move IDLAbstractOperations from Bindings/ to WebIDL/
|
2 년 전 |
Luke Wilde
|
875ca2fb68
LibWeb: Set prototype for both TextDecoder and AbortSignal
|
2 년 전 |
Andreas Kling
|
39660a8680
LibWeb: Remove now-unused Bindings::Wrapper class
|
2 년 전 |
Andreas Kling
|
497ead37bc
LibWeb: Make DOMException GC-allocated
|
2 년 전 |
Andreas Kling
|
018d236439
LibWeb: Make TextDecoder GC-allocated
|
2 년 전 |
Kenneth Myhra
|
9fe12c1851
LibWeb: Let get_buffer_source_copy() return ErrorOr instead of Optional
|
3 년 전 |
Ali Mohammad Pur
|
16c0646b9d
LibWeb: Implement a very basic version of TextDecoder
|
3 년 전 |