Tim Ledbetter
|
48a3a02238
LibCrypto: Make constructing a BigInteger from string fallible
|
1 년 전 |
Timothy Flynn
|
9258d7b98a
LibJS+LibWeb: Implement resizable ArrayBuffer support for TypedArray
|
1 년 전 |
Timothy Flynn
|
c7fec9424c
LibJS+LibWeb: Implement resizable ArrayBuffer support for DataView
|
1 년 전 |
Andrew Kaster
|
c0f50b12a4
LibWeb: Post all MessagePort messages over their LocalSockets
|
1 년 전 |
Andrew Kaster
|
6e3b816763
LibWeb: Represent transferred objects as an empty object
|
1 년 전 |
Andrew Kaster
|
f68c67bf3f
LibWeb: Implement MessagePort.postMessage closer to the spec
|
1 년 전 |
Andrew Kaster
|
d361221657
LibJS+LibWeb: Add JS::Value constructor for ``JS::Handle<T>``
|
1 년 전 |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 년 전 |
Andrew Kaster
|
84ac6a454f
LibWeb: Use ``Vector<Handle<Object>>`` in transfer variants of serialize
|
1 년 전 |
Andrew Kaster
|
bab9e75a96
LibWeb: Implement Structured{De}SerializeWithTransfer for transferables
|
1 년 전 |
Idan Horowitz
|
20734ac335
LibWeb: Support [de]serialization for {Map, Set, Object, Array} objects
|
1 년 전 |
Idan Horowitz
|
4e89ec7fd5
LibWeb: Throw more specific serialization errors for some object types
|
1 년 전 |
Idan Horowitz
|
1d24e08934
LibWeb: Support [de]serialization for Error objects
|
1 년 전 |
Tobias Soppa
|
9267e24741
LibJS+LibWeb: Track SharedArrayBuffers' shared state
|
1 년 전 |
Andrew Kaster
|
5ae9b2fdaf
LibWeb: Add {de}serialization steps for TypedArrayBuffers and DataViews
|
1 년 전 |
Andrew Kaster
|
bddf3fbf2d
LibWeb: Make StructuredSerialize/Deserialize friendlier to recursion
|
1 년 전 |
Andrew Kaster
|
642802d339
LibWeb: Add {de}serialization steps for ArrayBuffers
|
1 년 전 |
Andrew Kaster
|
a527f55768
LibWeb: Create StructuredSerialize helpers for Bytes
|
1 년 전 |
Andrew Kaster
|
267074cd81
LibWeb: Add {de}serialization steps for RegExpObjects
|
1 년 전 |
Andrew Kaster
|
3a74bd2509
LibWeb: Don't try to deserialize past length of strings
|
1 년 전 |
Shannon Booth
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 년 전 |
Andrew Kaster
|
b3bd232a5e
LibWeb: Implement StructuredSerialize for BigIntObject and Symbol
|
1 년 전 |
Andrew Kaster
|
f3cf7496a1
LibWeb: Add spec steps to StructuredSerialize
|
1 년 전 |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 년 전 |
Andreas Kling
|
c084269e5f
LibJS: Make PrimitiveString::utf8_string() infallible
|
1 년 전 |
Kenneth Myhra
|
cf2c2cb4d7
LibWeb: Make sure we fallback to "Unsupported type" if type unrecognized
|
1 년 전 |
Kenneth Myhra
|
7da055e3e1
LibWeb: Remove unused headers in StructuredSerialize.cpp
|
1 년 전 |
Kenneth Myhra
|
9a007ccdbe
LibWeb: Serialize strings into a more storage efficient format
|
1 년 전 |
Kenneth Myhra
|
77e339022b
LibWeb: Serialize and deserialize standard built-in objects
|
1 년 전 |
Kenneth Myhra
|
8c88e8f896
LibWeb: Add primitive support to Structured{Serialize,Deserialize}
|
1 년 전 |