Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 vuosi sitten |
Shannon Booth
|
9ce8189f21
Everywhere: Use unqualified AK::URL
|
1 vuosi sitten |
Shannon Booth
|
f9e5b43b7a
LibWeb: Rename URL platform object to DOMURL
|
1 vuosi sitten |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 vuosi sitten |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 vuosi sitten |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 vuosi sitten |
Kemal Zebari
|
3151099b21
LibWeb/Fetch: Use parsed referrer's origin in Request::construct_impl
|
1 vuosi sitten |
Aliaksandr Kalenik
|
bdd3a16b16
LibWeb: Make `Fetch::Infrastructure::Body` be GC allocated
|
1 vuosi sitten |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 vuosi sitten |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 vuosi sitten |
Andreas Kling
|
34344120f2
AK: Make "foo"_string infallible
|
1 vuosi sitten |
Shannon Booth
|
6fecd8cc44
LibWeb: Add interface for 'concept-url-parser'
|
2 vuotta sitten |
MacDue
|
35612c6a7f
AK+Everywhere: Change URL::path() to serialize_path()
|
2 vuotta sitten |
networkException
|
9915fa72fb
AK+Everywhere: Use Optional for URLParser::parse's base_url parameter
|
2 vuotta sitten |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 vuotta sitten |
Luke Wilde
|
9acc542059
LibWeb: Propagate Realm instead of VM more through Fetch
|
2 vuotta sitten |
Matthew Olsson
|
c0b2fa74ac
LibWeb: Fix a few const-ness issues
|
2 vuotta sitten |
Linus Groh
|
ad4b4046f4
LibWeb/Fetch: Propagate OOM errors from HeaderList::extract_mime_type()
|
2 vuotta sitten |
Linus Groh
|
11023a3c53
LibWeb/Fetch: Port infrastructure to new String
|
2 vuotta sitten |
Linus Groh
|
7f9ddcf420
LibWeb/Fetch: Port JS interfaces to new String
|
2 vuotta sitten |
Kenneth Myhra
|
54913adf37
LibWeb: Make factory method of Fetch::Request fallible
|
2 vuotta sitten |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 vuotta sitten |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 vuotta sitten |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 vuotta sitten |
Timothy Flynn
|
d8044c5358
LibJS+LibWeb: Move the macro to convert ENOMEM to an exception to LibJS
|
2 vuotta sitten |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 vuotta sitten |
Linus Groh
|
2f1bda3347
LibWeb/Fetch: Tweak wording in some spec comments
|
2 vuotta sitten |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 vuotta sitten |
Linus Groh
|
6cd57d4c15
LibWeb: Properly copy method and headers from the input in Request()
|
2 vuotta sitten |
Linus Groh
|
acfb546048
LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s
|
2 vuotta sitten |