mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
AK: Remove URLParser
This removes URLParser, because its two exposed functions, urlencode() and urldecode(), have been superseded by URL::percent_encode() and URL::percent_decode(). This is in preparation for the introduction of a new URL parser.
This commit is contained in:
parent
a603e69599
commit
0d41a7d39a
Notes:
sideshowbarker
2024-07-18 17:04:36 +09:00
Author: https://github.com/MaxWipfli
Commit: 0d41a7d39a
Pull-request: https://github.com/SerenityOS/serenity/pull/7478
Reviewed-by: https://github.com/awesomekling
4 changed files with 0 additions and 108 deletions
|
@ -7,7 +7,6 @@
|
|||
#include "OutOfProcessWebView.h"
|
||||
#include "WebContentClient.h"
|
||||
#include <AK/String.h>
|
||||
#include <AK/URLParser.h>
|
||||
#include <LibGUI/Application.h>
|
||||
#include <LibGUI/Desktop.h>
|
||||
#include <LibGUI/InputBox.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue