1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-10 12:17:35 +00:00
serenity/Userland/Applications/Help
sin-ack c70f45ff44 Everywhere: Explicitly specify the size in StringView constructors
This commit moves the length calculations out to be directly on the
StringView users. This is an important step towards the goal of removing
StringView(char const*), as it moves the responsibility of calculating
the size of the string to the user of the StringView (which will prevent
naive uses causing OOB access).
2022-07-12 23:11:35 +02:00
..
CMakeLists.txt Userland: Depend some applications on WebContent if it's being used 2022-05-26 21:54:58 +01:00
HelpWindow.gml LibWebView: Move OutOfProcessWebView to a new LibWebView library 2022-05-15 12:17:36 +02:00
History.cpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
History.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
main.cpp Everywhere: Explicitly specify the size in StringView constructors 2022-07-12 23:11:35 +02:00
MainWidget.cpp Help: Use LibWeb to open files via RequestServer 2022-06-27 20:22:15 +01:00
MainWidget.h LibWebView: Move OutOfProcessWebView to a new LibWebView library 2022-05-15 12:17:36 +02:00
ManualModel.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ManualModel.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ManualNode.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ManualPageNode.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ManualPageNode.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ManualSectionNode.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ManualSectionNode.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00