Age | Commit message (Expand) | Author |
---|---|---|
2021-10-02 | LibJS: Put zombie cell tracking code behind a compile-time flag | Andreas Kling |
2021-10-01 | LibJS: Take a pointer in get_or_prune_cached_prototype_transition() | Ali Mohammad Pur |
2021-10-01 | LibJS: Remove transition avoidance & start caching prototype transitions | Andreas Kling |
2021-09-11 | LibJS: Revoke any outstanding WeakPtr<Shape> when zombifying shapes | Andreas Kling |
2021-06-13 | LibJS: Avoid lots of string-to-int during global object construction | Andreas Kling |
2021-05-17 | LibJS: Make the forward transition chain weakly cached | Andreas Kling |
2021-05-17 | LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/ | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |