Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | javascript: derive ctor functions from parent ctor functions | bptato | 2025-02-02 | 1 | -0/+1 |
| | | | | no idea why JS_NewCFunction3 is not public... | ||||
* | dom: support all HTMLHyperlinkElementUtils getters | bptato | 2024-11-09 | 1 | -1/+1 |
| | |||||
* | client: make quit() actually quit, misc fixes | bptato | 2024-05-04 | 1 | -5/+4 |
| | | | | | | | * unwind the QJS stack with an uncatchable exception when quit is called * clean up JS references in JSRuntime free even when the Nim counterparts are still alive * simplify some tests | ||||
* | test: add js & layout tests | bptato | 2024-04-21 | 1 | -0/+8 |
(Sadly some layout tests still fail.) |