ladybird/Userland/Libraries
Idan Horowitz 4629f2e4ad LibWeb: Add the Web::URL namespace and move URLEncoder to it
This namespace will be used for all interfaces defined in the URL
specification, like URL and URLSearchParams.

This has the unfortunate side-effect of requiring us to use the fully
qualified AK::URL name whenever we want to refer to the AK class, so
this commit also fixes all such references.
2021-09-13 01:43:10 +02:00
..
LibArchive Everywhere: Use my cool new @serenityos.org email address 2021-09-01 11:37:25 +04:30
LibAudio Audio: Add per-client volume 2021-09-12 23:38:57 +02:00
LibC LibC: Implement explicit_bzero with AK::secure_zero 2021-09-13 00:02:42 +02:00
LibCards
LibChess
LibCompress
LibConfig
LibCore LibCore: Switch to AK::secure_zero instead of platform specific APIs 2021-09-13 00:02:42 +02:00
LibCoredump Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 2021-09-06 01:53:26 +02:00
LibCpp
LibCrypt Everywhere: Use my cool new @serenityos.org email address 2021-09-01 11:37:25 +04:30
LibCrypto LibCrypto: Fix MacOS build by replacing explicit_bzero with secure_zero 2021-09-13 00:02:42 +02:00
LibDebug LibDebug: Use the first memory segment of a library as the ELF's base 2021-09-10 13:57:34 +00:00
LibDesktop
LibDiff
LibDl
LibDSP LibDSP+LibAudio: Use logarithmic scaling in delay effect 2021-09-12 23:38:57 +02:00
LibELF LibELF: Use StringView to carry temporary strings in auxiliary vector 2021-09-07 13:53:14 +02:00
LibFileSystemAccessClient LibFileSystemAccessClient: Convert request paths to absolute if needed 2021-09-10 20:46:50 +04:30
LibGemini Userland: Migrate to argument-less deferred_invoke 2021-09-02 03:47:47 +04:30
LibGfx LibGfx: Add SystemTheme::load_system_theme(Core::ConfigFile const&) 2021-09-12 11:49:52 +02:00
LibGL Everywhere: Behaviour => Behavior 2021-09-07 13:53:14 +02:00
LibGUI LibGUI: Remove Indices with dangling FileSystemModel::Node on deletion 2021-09-12 21:33:39 +02:00
LibHTTP Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 2021-09-06 01:53:26 +02:00
LibImageDecoderClient Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 2021-09-06 01:53:26 +02:00
LibIMAP AK: Replace the mutable String::replace API with an immutable version 2021-09-11 20:36:43 +03:00
LibIPC LibIPC: Add support for transferring doubles over IPC messages 2021-09-12 23:38:57 +02:00
LibJS LibJS: Set OrdinaryFunctionObject's realm from the Tnterpreter 2021-09-12 23:12:51 +01:00
LibKeyboard
LibLine Everywhere: Behaviour => Behavior 2021-09-07 13:53:14 +02:00
LibM
LibMarkdown LibMarkdown: Re-add support for Serenity's style code blocks extension 2021-09-12 12:17:16 +02:00
LibPCIDB
LibPDF Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 2021-09-06 01:53:26 +02:00
LibProtocol Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 2021-09-06 01:53:26 +02:00
LibPthread
LibRegex LibRegex: Use the correct capture group index in ERE bytecode generation 2021-09-07 20:01:58 +02:00
LibSanitizer
LibSQL Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 2021-09-06 01:53:26 +02:00
LibSymbolication LibSymbolication: Unbreak symbolication with -z separate-code linking 2021-09-04 20:30:56 +02:00
LibSyntax LibSyntax: Fix bug in matching cursor highlighting 2021-09-03 11:45:50 +02:00
LibSystem
LibTest LibJS: Allocate a Realm next to GlobalObject in Interpreter::create() 2021-09-12 11:10:20 +01:00
LibTextCodec
LibThreading LibThreading: Add ConditionVariable wrapper 2021-09-12 23:38:57 +02:00
LibTLS Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 2021-09-06 01:53:26 +02:00
LibUnicode LibUnicode: Add some data related to currency codes 2021-09-11 11:05:50 +01:00
LibUSBDB
LibVideo Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 2021-09-06 01:53:26 +02:00
LibVT LibVT: Execute DragOperation after resetting active hyperlink 2021-09-02 22:48:10 +02:00
LibWasm LibWasm: Avoid making StringView of temporary ByteBuffer 2021-09-11 13:22:51 +03:00
LibWeb LibWeb: Add the Web::URL namespace and move URLEncoder to it 2021-09-13 01:43:10 +02:00
LibWebSocket Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 2021-09-06 01:53:26 +02:00
LibX86
CMakeLists.txt Libraries: Add LibDSP 2021-08-31 17:03:55 +04:30