ladybird/Userland/Libraries/LibWeb/HTML/Scripting
Shannon Booth e800605ad3 AK+LibURL: Move AK::URL into a new URL library
This URL library ends up being a relatively fundamental base library of
the system, as LibCore depends on LibURL.

This change has two main benefits:
 * Moving AK back more towards being an agnostic library that can
   be used between the kernel and userspace. URL has never really fit
   that description - and is not used in the kernel.
 * URL _should_ depend on LibUnicode, as it needs punnycode support.
   However, it's not really possible to do this inside of AK as it can't
   depend on any external library. This change brings us a little closer
   to being able to do that, but unfortunately we aren't there quite
   yet, as the code generators depend on LibCore.
2024-03-18 14:06:28 -04:00
..
ClassicScript.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
ClassicScript.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Environments.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Environments.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
EnvironmentSettingsSnapshot.cpp LibWeb: Serialize and pass to the WebWorker the current ESO 2024-03-06 07:19:10 +01:00
EnvironmentSettingsSnapshot.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
ExceptionReporter.cpp LibJS+Embedders: Unify stack trace format for uncaught errors 2023-11-02 07:37:41 +01:00
ExceptionReporter.h WebContent+LibWeb+LibJS: Report exceptions to the JS console 2022-10-15 01:25:12 +02:00
Fetching.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Fetching.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Fetching.idl LibWeb: Introduce the concept of "Enumerated" values 2023-11-07 11:34:21 +01:00
ImportMap.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
ModuleMap.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
ModuleMap.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
ModuleScript.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
ModuleScript.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Script.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Script.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
SerializedEnvironmentSettingsObject.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
SerializedEnvironmentSettingsObject.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
TemporaryExecutionContext.cpp LibWeb: Add option to TemporaryExecutionContext to prepare for callbacks 2024-01-19 11:47:59 +01:00
TemporaryExecutionContext.h LibWeb: Add option to TemporaryExecutionContext to prepare for callbacks 2024-01-19 11:47:59 +01:00
WindowEnvironmentSettingsObject.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
WindowEnvironmentSettingsObject.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
WorkerEnvironmentSettingsObject.cpp LibWeb: Let Document have a direct GCPtr to its containing Web::Page 2023-12-15 22:04:46 +01:00
WorkerEnvironmentSettingsObject.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00