| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move charsets into chakasu | bptato | 2023-08-14 | 1 | -2/+3 |
* | Add mailcap, mime.types & misc refactorings | bptato | 2023-08-13 | 1 | -4/+5 |
* | Fixes & workarounds to compile on Nim 2.0.0 | bptato | 2023-08-01 | 1 | -6/+6 |
* | dom: fix hasChild | bptato | 2023-07-27 | 1 | -1/+1 |
* | htmlparser: decouple from DOM | bptato | 2023-07-09 | 1 | -17/+8 |
* | dom: work around bad codegen | bptato | 2023-07-04 | 1 | -4/+6 |
* | dom: add NodeType consts to Node | bptato | 2023-07-04 | 1 | -0/+1 |
* | Add XHR/Event stubs | bptato | 2023-07-02 | 1 | -4/+2 |
* | Cache Node.children, Node.childNodes | bptato | 2023-07-01 | 1 | -4/+23 |
* | Use separate flag for adding getset instead of repr | bptato | 2023-07-01 | 1 | -2/+2 |
* | use =destroy instead of finalizers | bptato | 2023-07-01 | 1 | -0/+53 |
* | dom: synchronously load scripts | bptato | 2023-06-29 | 1 | -17/+13 |
* | Add assign, replace, reload to location | bptato | 2023-06-29 | 1 | -1/+13 |
* | Add window.location | bptato | 2023-06-29 | 1 | -2/+132 |
* | Remove .jsgctor | bptato | 2023-06-29 | 1 | -3/+6 |
* | cssparser: remove SyntaxError | bptato | 2023-06-25 | 1 | -4/+7 |
* | css/values: use Result instead of exceptions | bptato | 2023-06-25 | 1 | -4/+2 |
* | Do not allow text() twice, etc... | bptato | 2023-06-20 | 1 | -2/+4 |
* | Reject fetch promise on network error | bptato | 2023-06-19 | 1 | -4/+3 |
* | Get rid of the .jserr pragma | bptato | 2023-06-19 | 1 | -147/+167 |
* | Cleanups & bug fixes involving promises | bptato | 2023-06-15 | 1 | -12/+17 |
* | Fix various layout bugs, prepare for image support | bptato | 2023-06-12 | 1 | -5/+29 |
* | Remove JSObject again, add File API constructor | bptato | 2023-06-08 | 1 | -7/+7 |
* | Add support for width, height media query | bptato | 2023-06-07 | 1 | -0/+2 |
* | Refactor bitmap, add png color modes | bptato | 2023-06-06 | 1 | -0/+2 |
* | Add support for canvas and multipart | bptato | 2023-06-05 | 1 | -79/+478 |
* | Add some console functions to DOM | bptato | 2023-06-01 | 1 | -0/+17 |
* | Add setTimeout, setInterval to window | bptato | 2023-06-01 | 1 | -0/+2 |
* | Rewrite new Request binding | bptato | 2023-05-21 | 1 | -1/+4 |
* | remove stray eprint, remove unused make* | bptato | 2023-05-13 | 1 | -6/+0 |
* | dom: fix one-off error in insertNode | bptato | 2023-04-30 | 1 | -2/+1 |
* | nim 1.6.12 support | bptato | 2023-04-16 | 1 | -1/+1 |
* | dom: store index among siblings for nodes | bptato | 2023-03-10 | 1 | -57/+67 |
* | dom: set document url in constructor | bptato | 2023-03-08 | 1 | -1/+2 |
* | dom: set childonly flags where needed | bptato | 2023-02-14 | 1 | -6/+7 |
* | html/dom: add Node.remove() | bptato | 2023-02-13 | 1 | -1/+4 |
* | css/cascade: remove scoped sheets | bptato | 2023-01-07 | 1 | -13/+26 |
* | dom: fix object conversion bug in options | bptato | 2023-01-05 | 1 | -1/+1 |
* | client, pager, dom, ...: better error handling | bptato | 2023-01-04 | 1 | -7/+5 |
* | dom: add better attribute reflection | bptato | 2023-01-02 | 1 | -104/+222 |
* | dom: support a few more getters/setters | bptato | 2023-01-02 | 1 | -8/+47 |
* | Add support for <label> | bptato | 2023-01-02 | 1 | -1/+53 |
* | dom: fix collection caching | bptato | 2022-12-27 | 1 | -37/+51 |
* | Implement DOMTokenList, item functions for collections | bptato | 2022-12-26 | 1 | -34/+125 |
* | getElementsByClassName on Document and Element | bptato | 2022-12-26 | 1 | -3/+9 |
* | Correct attribute functions, de-extern jserr | bptato | 2022-12-26 | 1 | -75/+54 |
* | dom: correct constructors, more create functions | bptato | 2022-12-26 | 1 | -43/+85 |
* | DOM: implement many new methods | bptato | 2022-12-26 | 1 | -8/+121 |
* | dom: add navigator object | bptato | 2022-12-26 | 1 | -2/+12 |
* | dom: fix select default display | bptato | 2022-12-21 | 1 | -3/+15 |