ladybird/Services
Timothy Flynn fe891727dc LibWeb: Use correct URL parsing methods throughout LibWeb
There are essentially 3 URL parsing AOs defined by the spec:
1. Parse a URL
2. Encoding parse a URL
3. Encoding parse a URL and serialize the result

Further, these are replicated between the Document and the ESO.

This patch defines these methods in accordance with the spec and updates
existing users to invoke the correct method. In places where the correct
method is ambiguous, we use the encoding parser to preserve existing ad-
hoc behavior.
2024-12-10 10:37:01 -08:00
..
ImageDecoder LibGfx+LibWeb: Do some color management on images with an ICC profile 2024-12-05 17:16:41 +01:00
RequestServer Everywhere: Include HashMap only where it's actually used 2024-12-09 12:31:16 +01:00
WebContent LibWeb: Use correct URL parsing methods throughout LibWeb 2024-12-10 10:37:01 -08:00
WebDriver LibCore/Process: Make all spawn overloads return ErrorOr<Process> 2024-11-19 14:40:03 -07:00
WebWorker LibWebView+WebContent: Inform WebContent process if browser is headless 2024-12-10 10:31:47 -08:00
CMakeLists.txt