Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 rok pred |
Andreas Kling
|
e28ac74e0b
LibWeb: Queue a task to proceed after module map entry finishes fetching
|
1 rok pred |
Andreas Kling
|
c0bacc6c4b
LibWeb: Fix two bad capture-by-reference bugs caught by ASAN
|
1 rok pred |
Andreas Kling
|
8b7d27b349
LibJS+LibWeb: More bringing module loading closer to spec
|
1 rok pred |
Andreas Kling
|
07f567cd9f
LibJS+LibWeb: Another round of bringing module loading closer to spec
|
1 rok pred |
Andreas Kling
|
0817d8bda6
LibJS+LibWeb: Make CyclicModule & GraphLoadingState GC-allocated
|
1 rok pred |
Timothy Flynn
|
e1092aed3c
LibWeb: Don't reject worker scripts with a JavaScript MIME type
|
1 rok pred |
Andrew Kaster
|
3dbbb5b263
LibWeb: Implement fetch a classic worker script
|
1 rok pred |
networkException
|
ff6d7cf3e4
LibJS+LibWeb: Bring script fetching closer to the spec
|
1 rok pred |
networkException
|
dd90ed11b3
LibWeb: Add helper to create default classic script fetch options
|
1 rok pred |
networkException
|
5aa7c51956
LibWeb: Pass around JS::HeapFunctions when fetching scripts
|
1 rok pred |
Karol Kosek
|
7fa5dd7a92
LibWeb: Implement more steps in 'fetching a single module script'
|
1 rok pred |
Daniel Bertalan
|
9feb1ce39f
LibJS+LibWeb: Apply the Rule of Zero to `{Nonnull,}GCPtr<T>`
|
1 rok pred |
Shannon Booth
|
6fecd8cc44
LibWeb: Add interface for 'concept-url-parser'
|
2 rokov pred |
Timothy Flynn
|
f57310999d
LibWeb: Update workarounds for the empty execution context stack
|
2 rokov pred |
Andreas Kling
|
854b114c04
LibWeb: Use the script's own URL as filename for fetched classic script
|
2 rokov pred |
Timothy Flynn
|
8ff8309202
LibWeb: Update workarounds for fetching CORS cross-origin responses
|
2 rokov pred |
Andreas Kling
|
f823b297b4
LibWeb: Push the realm execution context while linking modules
|
2 rokov pred |
Andreas Kling
|
819fb39a87
LibWeb: Implement the "error to rethrow" mechanism in HTML::Script
|
2 rokov pred |
Sam Atkins
|
9c2d496dbe
LibWeb: Make `processBodyError` take an optional exception
|
2 rokov pred |
Timothy Flynn
|
12976b74ca
LibWeb: Implement the fetch a classic script AO
|
2 rokov pred |
Timothy Flynn
|
567b8da1e0
LibWeb: Change the script fetch completion callback to accept any script
|
2 rokov pred |
networkException
|
9915fa72fb
AK+Everywhere: Use Optional for URLParser::parse's base_url parameter
|
2 rokov pred |
Linus Groh
|
11b40dbcf5
LibWeb/WebIDL: Store SimpleException message as a String{,View} variant
|
2 rokov pred |
Kenneth Myhra
|
bfc8cbcf3b
LibWeb: Make factory method of HTML::ModuleScript fallible
|
2 rokov pred |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 rokov pred |
Andreas Kling
|
3503c658fb
LibJS+LibWeb: Move JS::ModuleRequest to its own header file
|
2 rokov pred |
Andreas Kling
|
b81816a539
LibJS+LibWeb: Make CyclicModule.h not include AST.h
|
2 rokov pred |
networkException
|
681e36706b
LibWeb: Implement recent changes to module script fetching
|
2 rokov pred |
Andreas Kling
|
19494b436b
LibWeb: Fix unsafe capture in fetch_external_module_script_graph()
|
2 rokov pred |