1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 10:44:57 +00:00
serenity/Userland/Libraries/LibWeb/HTML/Scripting
sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*)
Each of these strings would previously rely on StringView's char const*
constructor overload, which would call __builtin_strlen on the string.
Since we now have operator ""sv, we can replace these with much simpler
versions. This opens the door to being able to remove
StringView(char const*).

No functional changes.
2022-07-12 23:11:35 +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: Print unhandled rejections the same way as unhandled exceptions 2022-06-29 21:21:50 +01:00
Environments.h LibWeb: Add 'is scripting enabled' concept to EnvironmentSettingsObject 2022-03-31 17:08:38 +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: Add support for the <base> element changing the base URL 2022-06-19 16:35:43 +01:00
WindowEnvironmentSettingsObject.h LibWeb: Move Window from DOM directory & namespace to HTML 2022-03-08 00:30:30 +01:00
WorkerEnvironmentSettingsObject.h LibWeb: Move Window from DOM directory & namespace to HTML 2022-03-08 00:30:30 +01:00