serenity/Userland
Shannon Booth 47514e07b4 LibWeb: Make Element attribute getters take a StringView
These functions are deferring to NamedNodeMap::get_attribute which
already takes a StringView. This changes also leads to finding some
places which were passing though a const char* instead of an entry from
Attribute names. Fix that where applicable, and switch to has_attribute
in some of those places instead of deprecated_attribute where
equivalent.

Ideally this should be taking a 'FlyString const&', but to continue
porting away from DeprecatedString, just leave a FIXME for now.
2023-09-25 15:39:29 +02:00
..
Applets Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
Applications PixelPaint: Make tool properties widget construction non-fallible 2023-09-25 10:58:31 +02:00
BuggieBox checksum: Add support for BLAKE2b 2023-09-17 16:49:35 +03:30
Demos Userland: Use non-fallible EventReceiver::add() where possible 2023-09-25 10:58:31 +02:00
DevTools Userland: Use non-fallible EventReceiver::add() where possible 2023-09-25 10:58:31 +02:00
DynamicLoader CMake: Use CMAKE_POSITION_INDEPENDENT_CODE instead of explicit -fpic 2023-09-18 10:26:42 +02:00
Games Userland: Use non-fallible EventReceiver::add() where possible 2023-09-25 10:58:31 +02:00
Libraries LibWeb: Make Element attribute getters take a StringView 2023-09-25 15:39:29 +02:00
Services LibWeb: Make Element attribute getters take a StringView 2023-09-25 15:39:29 +02:00
Shell
Utilities Utilities: Use new ArgsParser method for enum values 2023-09-24 23:41:22 +02:00
CMakeLists.txt