Andreas Kling
|
dd419b5a8d
AK: Make String::number() infallible
|
9 miesięcy temu |
Shannon Booth
|
501f92b54e
LibWeb+LibURL: Consolidate Origin parsing and serialization into LibURL
|
9 miesięcy temu |
Shannon Booth
|
dc401f49ea
LibWeb+LibURL: Move HTML::Origin to URL::Origin
|
9 miesięcy temu |
Jamie Mansfield
|
190a419715
LibWeb: Implement EmbedderPolicy struct
|
1 rok temu |
Jamie Mansfield
|
956106c6d8
LibWeb: Add from_string function for request priority
|
1 rok temu |
Timothy Flynn
|
6056428cb5
LibWeb: Support unbuffered fetch requests
|
1 rok temu |
Jamie Mansfield
|
987198782c
LibWeb/Fetch: Use "json" destination
|
1 rok temu |
Jamie Mansfield
|
6e3b2ce300
LibWeb/Fetch: Add to_string function for Request::Mode
|
1 rok temu |
Jamie Mansfield
|
3daba8970c
LibWeb/Fetch: Add to_string function for Request::Destination
|
1 rok temu |
Timothy Flynn
|
5a4f13dcd4
LibWeb: Remove OOM propagation from Fetch::Infrastructure::Requests
|
1 rok temu |
Timothy Flynn
|
c79f46fe6f
LibWeb: Remove OOM propagation from Fetch::Infrastructure::Headers
|
1 rok temu |
Andreas Kling
|
f60d82eb85
LibWeb: Make HTML::Environment a GC-allocated type
|
1 rok temu |
Andreas Kling
|
53d0dd4a2e
LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration
|
1 rok temu |
Shannon Booth
|
e800605ad3
AK+LibURL: Move AK::URL into a new URL library
|
1 rok temu |
Andrew Kaster
|
c79bac70f4
LibWeb: Consistently use the EmptyString state of ReferrerPolicy
|
1 rok temu |
Shannon Booth
|
9ce8189f21
Everywhere: Use unqualified AK::URL
|
1 rok temu |
Shannon Booth
|
f9e5b43b7a
LibWeb: Rename URL platform object to DOMURL
|
1 rok temu |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 rok temu |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 rok temu |
Kemal Zebari
|
4533794c32
LibWeb/Fetch: Use origins in `Cross-Origin-Embedder-Policy` algorithm
|
1 rok temu |
Aliaksandr Kalenik
|
d05be0d504
LibWeb: Fix `Request::visit_edges` to actually visit `m_body`
|
1 rok temu |
Aliaksandr Kalenik
|
bdd3a16b16
LibWeb: Make `Fetch::Infrastructure::Body` be GC allocated
|
1 rok temu |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 rok temu |
Matthew Olsson
|
39d8c8d2a9
LibJS+LibWeb: Add missing visit calls in visit_edges implementations
|
2 lat temu |
Luke Wilde
|
9acc542059
LibWeb: Propagate Realm instead of VM more through Fetch
|
2 lat temu |
Linus Groh
|
11023a3c53
LibWeb/Fetch: Port infrastructure to new String
|
2 lat temu |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 lat temu |
Linus Groh
|
2f1bda3347
LibWeb/Fetch: Tweak wording in some spec comments
|
2 lat temu |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 lat temu |
Linus Groh
|
216f68c566
LibWeb: Register PendingResponse with a Request to keep it alive
|
2 lat temu |