Age | Commit message (Expand) | Author |
---|---|---|
2021-05-27 | LibJS: Rename Allocator => CellAllocator | Andreas Kling |
2021-05-27 | LibJS: Recycle up to 64 HeapBlocks to improve performance :^) | Andreas Kling |
2021-05-26 | LibJS+LibWeb: Make Uint8ClampedArray use TypedArray | Ali Mohammad Pur |
2021-05-25 | LibJS: Inline Cell::Visitor::visit() functions | Andreas Kling |
2021-05-17 | LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/ | Andreas Kling |
2021-05-17 | Build: Stop using precompiled headers (PCH) | Andreas Kling |
2021-04-21 | LibJS: Precompile Heap.h and GlobalObject.h | Ali Mohammad Pur |
2021-04-02 | LibJS: Add initial support for Promises | Linus Groh |
2021-02-07 | LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJS | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |