| Commit message (Expand) | Author | Age | Files | Lines |
* | dom: add outerHTML setter | bptato | 2023-10-23 | 1 | -53/+143 |
* | Add innerHTML setter | bptato | 2023-10-23 | 2 | -9/+66 |
* | dom: use same url in eval filename as in the console.log statement | bptato | 2023-10-22 | 1 | -2/+2 |
* | base64: reduce pointless re-coding using JSString | bptato | 2023-10-21 | 1 | -2/+4 |
* | javascript: add TextEncoder, TextDecoder | bptato | 2023-10-21 | 1 | -0/+2 |
* | WindowAttributes: refactor | bptato | 2023-10-19 | 2 | -2/+2 |
* | Refactor Console | bptato | 2023-10-13 | 2 | -43/+6 |
* | Use twtstr.join everywhere | bptato | 2023-10-01 | 2 | -2/+4 |
* | Get rid of unicode.toLower | bptato | 2023-10-01 | 1 | -3/+3 |
* | Improve implicit form submission | bptato | 2023-09-30 | 1 | -10/+15 |
* | client, timeout: simplify | bptato | 2023-09-24 | 1 | -1/+1 |
* | fix size for some input types | bptato | 2023-09-22 | 1 | -1/+1 |
* | buffer: support <a name=... for anchor navigation | bptato | 2023-09-20 | 1 | -0/+9 |
* | update chame | bptato | 2023-09-19 | 3 | -2/+46 |
* | dom: fix regression | bptato | 2023-09-19 | 1 | -1/+1 |
* | dom: add document.all, misc fixes | bptato | 2023-09-19 | 1 | -17/+63 |
* | dom: exclude password from exception log | bptato | 2023-09-19 | 1 | -1/+3 |
* | response: add blob() function | bptato | 2023-09-17 | 1 | -1/+1 |
* | dom: fix incorrect iteration in descendants | bptato | 2023-09-14 | 1 | -2/+3 |
* | Update submodules | bptato | 2023-09-14 | 2 | -2/+11 |
* | move around more modules | bptato | 2023-09-14 | 3 | -9/+9 |
* | event: use JSDict | bptato | 2023-09-09 | 1 | -20/+18 |
* | fetch: use JSDict | bptato | 2023-09-09 | 1 | -1/+1 |
* | dom: align some return values with their webidl | bptato | 2023-09-08 | 2 | -13/+13 |
* | fetch: allow string input, allow init dictionary | bptato | 2023-09-08 | 1 | -2/+4 |
* | Add btoa, atob | bptato | 2023-09-07 | 1 | -0/+7 |
* | dom: set input type to text if not given | bptato | 2023-09-07 | 1 | -0/+2 |
* | twtstr: remove toLowerAscii2 | bptato | 2023-09-07 | 1 | -8/+10 |
* | dom: fix previousElementSibling | bptato | 2023-09-01 | 1 | -2/+2 |
* | buffer: basic click event support | bptato | 2023-08-31 | 1 | -7/+15 |
* | dom: fix previous/nextElementSibling, add location stringifier | bptato | 2023-08-31 | 1 | -12/+15 |
* | javascript: factor out fromJS | bptato | 2023-08-29 | 3 | -1/+4 |
* | refactor: Result[T, DOMException] -> DOMResult[T] | bptato | 2023-08-28 | 1 | -15/+15 |
* | refactor: Result[T, JSError] -> JSResult[T] | bptato | 2023-08-28 | 1 | -2/+2 |
* | javascript: refactor | bptato | 2023-08-28 | 4 | -4/+11 |
* | javascript: de-ref some interfaces | bptato | 2023-08-28 | 2 | -33/+36 |
* | dom: add some null checks for window | bptato | 2023-08-23 | 2 | -5/+9 |
* | DOMParser: use correct URL | bptato | 2023-08-23 | 1 | -5/+11 |
* | javascript: finish LegacyUnforgeable + misc fixes | bptato | 2023-08-20 | 2 | -14/+16 |
* | javascript: update Events, misc fixes & additions | bptato | 2023-08-20 | 2 | -2/+236 |
* | dom: remove dead code | bptato | 2023-08-16 | 1 | -7/+0 |
* | chadombuilder: implement restart | bptato | 2023-08-15 | 1 | -0/+12 |
* | Move HTML parsing into Chame | bptato | 2023-08-15 | 7 | -4589/+5 |
* | Move charsets into chakasu | bptato | 2023-08-14 | 4 | -6/+10 |
* | 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 | 2 | -27/+27 |
* | htmlparser: replace stray insert call | bptato | 2023-07-27 | 1 | -1/+1 |
* | dom: fix hasChild | bptato | 2023-07-27 | 1 | -1/+1 |
* | htmlparser: fix <th> not closing table cells | bptato | 2023-07-27 | 1 | -1/+1 |
* | htmlparser: remove stray nil comparison | bptato | 2023-07-27 | 1 | -4/+3 |