ladybird/Userland
Alexander 459aa44f6b LibWeb: Avoid UAF in query_selector{,_all}()
This fixes a bug that caused the selector to be dumped.
It would relase the RefPtr into a dump function, and then use it.
2021-07-17 01:48:04 +04:30
..
Applets ResourceGraph: Handle more than 4 GiB of memory 2021-07-14 18:24:55 +02:00
Applications ThemeEditor: Set window size to 480x385 and disable resizing 2021-07-16 20:43:04 +02:00
Demos AK+Userland: Add generic AK::abs() function and use it 2021-07-08 10:11:00 +02:00
DevTools HackStudio: Add statusbar with file and selected text information 2021-07-16 12:58:20 +02:00
DynamicLoader LibC: Use our implementation of crti.o and crtn.o 2021-07-14 13:12:25 +02:00
Games Solitaire: Reduce overdraw when drawing initial cards 2021-07-15 21:47:36 +02:00
Libraries LibWeb: Avoid UAF in query_selector{,_all}() 2021-07-17 01:48:04 +04:30
Services SpiceAgent: Add Clipboard as a build dependency 2021-07-15 11:51:16 +02:00
Shell Assistant: Keep the Terminal window open after the command has run 2021-07-16 13:05:55 +02:00
Utilities wasm: Don't try to print the function results if it traps 2021-07-17 01:13:39 +04:30
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00