Shannon Booth
|
d62cf0a807
|
Everywhere: Remove some use of the URL constructors
These make it too easy to construct an invalid URL, which makes it
difficult to remove the valid state of URL - which this API relies
on.
|
2025-02-19 08:01:35 -05:00 |
|
Shannon Booth
|
fd27eef0d1
|
LibWeb: Return OptionalNone from DOMURL::parse on failure
This ports one more function away from needing to use the awkward
valid state of the URL class.
|
2025-01-22 12:33:55 +00:00 |
|
Shannon Booth
|
ac6fe2e211
|
LibWeb: Implement multiple import map support
|
2024-12-10 12:01:45 +00:00 |
|
Shannon Booth
|
0fa54c2327
|
LibURL+LibWeb: Make URL::serialize return a String
Simplifying a bunch of uneeded error handling around the place.
|
2024-12-04 16:34:13 +00:00 |
|
Shannon Booth
|
d7ac0601ab
|
LibWeb: Simplify OOM exception handling in ImportMap
In some cases by crashing on OOM, and in others removing strange use of
String::formatted altogther.
|
2024-12-04 16:34:13 +00:00 |
|
Timothy Flynn
|
93712b24bf
|
Everywhere: Hoist the Libraries folder to the top-level
|
2024-11-10 12:50:45 +01:00 |
|