serenity/Userland
Timothy Flynn 6c45620709 LibJS: Reduce copying of string data in String.prototype
The primary themes here are invoking js_string() with existing instances
of Utf16String when possible, and not creating entire UTF-8 copies when
not needed.
2021-08-10 23:07:50 +02:00
..
Applets
Applications Spreadsheet: Call SheetModel::update() instead of invalidate() 2021-08-10 05:21:49 +04:30
Demos Mandelbrot: Only recalculate missing areas after panning 2021-08-10 09:48:12 +02:00
DevTools Profiler: Use SelectionBehavior::SelectRows 2021-08-10 21:56:47 +02:00
DynamicLoader DynamicLoader: Make sure we don't link against libgcc_s 2021-08-08 16:41:51 +02:00
Games Solitaire: Don't allow the player to draw cards while mouse is down 2021-08-07 16:59:46 +02:00
Libraries LibJS: Reduce copying of string data in String.prototype 2021-08-10 23:07:50 +02:00
Services SystemServer: Change group ownership on all framebuffer devices 2021-08-10 21:30:53 +02:00
Shell
Utilities Kernel: Add syscall performance event type 2021-08-10 21:55:48 +02:00
CMakeLists.txt