Age | Commit message (Expand) | Author |
---|---|---|
2022-12-14 | LibJS: Convert Promise::create() to NonnullGCPtr | Linus Groh |
2022-12-14 | LibJS: Convert NativeFunction::create() to NonnullGCPtr | Linus Groh |
2022-11-23 | LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h | Andreas Kling |
2022-10-02 | LibJS: Make PromiseCapability GC-allocated | Linus Groh |
2022-10-02 | LibJS: Move PromiseCapability into its own cpp/h file | Linus Groh |
2022-09-27 | LibWeb: Implement most WebIDL promise operations | Linus Groh |