ladybird/Userland/Libraries/LibWeb/URL
Shannon Booth d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString
NewAKString is effectively the default for any new IDL interface, so
let's mark this as the default behavior. It also makes it much easier to
figure out whatever interfaces are still left to port over to new AK
String.
2023-09-02 19:23:41 +01:00
..
URL.cpp AK: Port URL::m_fragment from DeprecatedString to String 2023-08-13 15:03:53 -06:00
URL.h AK: Port URL::m_query from DeprecatedString to String 2023-08-13 15:03:53 -06:00
URL.idl LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 2023-09-02 19:23:41 +01:00
URLSearchParams.cpp AK: Port percent_encode_after_encoding to String 2023-08-31 11:02:18 +02:00
URLSearchParams.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
URLSearchParams.idl LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 2023-09-02 19:23:41 +01:00
URLSearchParamsIterator.cpp LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
URLSearchParamsIterator.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00