ladybird/Meta/Lagom/Tools/CodeGenerators
Timothy Flynn 683c08744a Userland: Avoid some conversions from rvalue strings to StringView
These are all actually fine, there is no UAF here. But once e.g.
`ByteString::view() &&` is deleted, these instances won't compile.
2024-04-04 11:23:21 +02:00
..
GMLCompiler AK+Userland: Remove some needlessly explicit conversions to StringView 2024-04-04 11:23:21 +02:00
IPCCompiler LibWeb+LibWebView+WebContent: Add a new IPC for modifying history state 2024-03-29 08:52:01 -04:00
JSSpecCompiler JSSpecCompiler: Pave a way for representing compile-time objects 2024-03-25 14:28:52 -06:00
LibEDID Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
LibGL LibGL: Allow function name override in API definitions 2024-02-14 15:09:53 +01:00
LibLocale Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
LibTimeZone Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
LibUnicode Userland: Avoid some conversions from rvalue strings to StringView 2024-04-04 11:23:21 +02:00
LibWeb LibIDL+LibWeb: Add support for static readonly attributes 2024-04-03 07:55:51 +02:00
LibWebView LibWebView: Do not treat prefix of public suffix as valid public suffix 2023-12-12 06:44:54 -05:00
StateMachineGenerator AK: Remove ByteString from GenericLexer 2024-01-12 17:03:53 -07:00
CMakeLists.txt LibWebView+LibPublicSuffix: Merge LibPublicSuffix into LibWebView 2023-10-16 09:06:02 -04:00