ladybird/Userland/Libraries/LibWeb/HTML/Scripting
Andreas Kling 2a7924f96c LibWeb: Bring browsing context creation closer to spec
This patch implements the "create a new browsing context" function from
the HTML spec and replaces our existing logic with it.

The big difference is that browsing contexts now initially navigate to
"about:blank" instead of starting out in a strange "empty" state.
This makes it possible for websites to create a new iframe and start
scripting inside it right away, without having to load an URL into it.
2022-08-05 12:46:42 +02:00
..
ClassicScript.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
ClassicScript.h LibWeb: Move ClassicScript::m_settings_object into the Script base 2022-06-29 21:21:50 +01:00
Environments.cpp LibWeb: Bring browsing context creation closer to spec 2022-08-05 12:46:42 +02:00
Environments.h LibWeb: Bring browsing context creation closer to spec 2022-08-05 12:46:42 +02:00
ExceptionReporter.cpp LibWeb: Print unhandled rejections the same way as unhandled exceptions 2022-06-29 21:21:50 +01:00
ExceptionReporter.h LibWeb: Print unhandled rejections the same way as unhandled exceptions 2022-06-29 21:21:50 +01:00
Script.cpp LibWeb: Move ClassicScript::m_settings_object into the Script base 2022-06-29 21:21:50 +01:00
Script.h LibWeb: Move ClassicScript::m_settings_object into the Script base 2022-06-29 21:21:50 +01:00
WindowEnvironmentSettingsObject.cpp LibWeb: Start implementing "create and initialize a Document" from HTML 2022-08-05 12:46:40 +02:00
WindowEnvironmentSettingsObject.h LibWeb: Start implementing "create and initialize a Document" from HTML 2022-08-05 12:46:40 +02:00
WorkerEnvironmentSettingsObject.h LibWeb: Start implementing "create and initialize a Document" from HTML 2022-08-05 12:46:40 +02:00