1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 17:48:12 +00:00
serenity/Userland/Libraries/LibWeb/URL
MacDue 5acd40c525 AK+Everywhere: Add ApplyPercentDecoding option to URL getters
The defaults selected for this are based on the behaviour of URL
when it applied percent decoding during parsing. This does mean now
in some cases the getters will allocate, but percent_decode() checks
if there's anything to decode first, so in many cases still won't.
2023-04-15 06:37:04 +02:00
..
URL.cpp AK+Everywhere: Add ApplyPercentDecoding option to URL getters 2023-04-15 06:37:04 +02:00
URL.h LibWeb/URL: Make URL::search_params() return a NonnullGCPtr 2023-04-13 09:51:48 +02:00
URL.idl LibWeb: Implement URL.canParse(url, base) 2023-04-11 16:28:20 +02:00
URLSearchParams.cpp LibWeb/WebIDL: Store SimpleException message as a String{,View} variant 2023-03-03 19:50:36 +00:00
URLSearchParams.h LibWeb: Port URL and URLSearchParams to new String 2023-03-01 22:44:20 +00:00
URLSearchParams.idl LibWeb: Port URL and URLSearchParams to new String 2023-03-01 22:44:20 +00:00
URLSearchParamsIterator.cpp LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2023-03-15 08:48:49 +01:00
URLSearchParamsIterator.h LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2023-03-15 08:48:49 +01:00