Andreas Kling
|
0ad4be3d78
LibJS: Skip redundant UTF-8 validation in rope string resolution
|
1 년 전 |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 년 전 |
Andreas Kling
|
eda2a6d9f7
LibJS: Don't die when making PrimitiveString from "" DeprecatedFlyString
|
1 년 전 |
Andreas Kling
|
3c74dc9f4d
LibJS: Segregate GC-allocated objects by type
|
1 년 전 |
Ali Mohammad Pur
|
aeee98b3a1
AK+Everywhere: Remove the null state of DeprecatedString
|
1 년 전 |
Timothy Flynn
|
573cbb5ca0
LibJS+LibWeb+WebContent: Stop using ThrowableStringBuilder
|
1 년 전 |
Andreas Kling
|
b8f78c0adc
LibJS: Make JS::number_to_string() infallible
|
1 년 전 |
Andreas Kling
|
09547ec975
LibJS: Make PrimitiveString::deprecated_string() infallible
|
1 년 전 |
Andreas Kling
|
c084269e5f
LibJS: Make PrimitiveString::utf8_string() infallible
|
1 년 전 |
Andreas Kling
|
7849950383
LibJS: Make Utf16String & related APIs infallible
|
1 년 전 |
Andreas Kling
|
9708b86d65
LibJS: Make PrimitiveString::resolve_rope_if_needed() infallible
|
1 년 전 |
Andreas Kling
|
1a27c525d5
LibJS: Make PrimitiveString::create() infallible
|
1 년 전 |
Andreas Kling
|
a3e4535f34
LibJS: Resolve rope strings directly to UTF-16 when preferable
|
2 년 전 |
Hendiadyoin1
|
9300b9a364
LibJS: Don't lie about m_deprecated_string being a StringView
|
2 년 전 |
Matthew Olsson
|
82eeee2008
LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects
|
2 년 전 |
Timothy Flynn
|
0d0b87fd46
LibJS: Add a PrimitiveString::create overload for FlyString
|
2 년 전 |
Timothy Flynn
|
36d72a7f4c
LibJS: Convert CanonicalNumericIndexString to use NumberToString
|
2 년 전 |
Timothy Flynn
|
c3abb1396c
LibJS+LibWeb: Convert string view PrimitiveString instances to String
|
2 년 전 |
Timothy Flynn
|
4235c59397
LibJS: Add a convenience StringView accessor to PrimitiveString
|
2 년 전 |
Timothy Flynn
|
46dd8c1c0b
LibJS: Resolve all UTF-8 rope strings as a String
|
2 년 전 |
Timothy Flynn
|
8f5bdce8e7
LibJS: Add initial support for creating PrimitiveStrings with AK::String
|
2 년 전 |
Timothy Flynn
|
4eb5eb2080
LibJS: Rename Utf16String::to_utf8 to to_deprecated_string
|
2 년 전 |
Timothy Flynn
|
ca655f5e7d
LibJS: Rename VM::string_cache to deprecated_string_cache
|
2 년 전 |
Timothy Flynn
|
3a004e8f1a
LibJS: Rename PrimitiveString::has_utf8_string to has_deprecated_string
|
2 년 전 |
Timothy Flynn
|
a59ebdac2d
LibJS+Everywhere: Return strings by value from PrimitiveString
|
2 년 전 |
Timothy Flynn
|
6e1a239a62
LibJS: Use fallible methods to handle OOM when resolving rope strings
|
2 년 전 |
Timothy Flynn
|
115baa7e32
LibJS+Everywhere: Make PrimitiveString and Utf16String fallible
|
2 년 전 |
Timothy Flynn
|
d793262beb
AK+Everywhere: Make UTF-16 to UTF-8 converter fallible
|
2 년 전 |
Timothy Flynn
|
425c168ded
AK+LibJS+LibRegex: Define an alias for UTF-16 string data storage
|
2 년 전 |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 년 전 |