| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Re-add JSValueConst | bptato | 2025-03-12 | 31 | -397/+461 |
* | Update QuickJS-NG to 0.9.0 | bptato | 2025-03-11 | 14 | -3900/+3911 |
* | javascript: simplify a bit | bptato | 2025-03-11 | 1 | -6/+3 |
* | layout: small cleanup | bptato | 2025-03-11 | 1 | -11/+9 |
* | layout: shim grid as flow-root | bptato | 2025-03-11 | 3 | -6/+20 |
* | curl: fix build on OS X | bptato | 2025-03-10 | 1 | -4/+2 |
* | ua.css: center th | bptato | 2025-03-09 | 1 | -1/+6 |
* | layout: revert marginBottom removal | bptato | 2025-03-08 | 2 | -26/+15 |
* | loader: remove unset from client close | bptato | 2025-03-08 | 1 | -1/+1 |
* | loader: refactor handle registration, fix a cache bug | bptato | 2025-03-07 | 1 | -74/+63 |
* | tojs: misc cleanup | bptato | 2025-03-07 | 7 | -62/+115 |
* | layout: fix bottom margin handling for root blocks | bptato | 2025-03-07 | 5 | -30/+46 |
* | Update docs | bptato | 2025-03-07 | 2 | -6/+0 |
* | promise: fix a refcounting bug | bptato | 2025-03-06 | 1 | -5/+2 |
* | history, cookie: fsync before rename | bptato | 2025-03-06 | 3 | -7/+13 |
* | javascript: remove ishtmldda from registerType | bptato | 2025-03-06 | 5 | -14/+12 |
* | javascript: generate gc_mark functions | bptato | 2025-03-06 | 1 | -11/+41 |
* | pager: flush console after logging result | bptato | 2025-03-05 | 1 | -0/+1 |
* | loader: asyncify inputhandle status responses | bptato | 2025-03-05 | 2 | -143/+175 |
* | dynstream: close extraneous fds received | bptato | 2025-03-05 | 1 | -2/+9 |
* | xhr: add withCredentials, getAllResponseHeaders | bptato | 2025-03-05 | 1 | -4/+22 |
* | blob: default value for lastModified, misc cleanup | bptato | 2025-03-05 | 2 | -24/+32 |
* | blob: work around crash on nightly compiler | bptato | 2025-03-04 | 1 | -1/+1 |
* | dom: implement some interfaces | bptato | 2025-03-04 | 1 | -1/+43 |
* | layout: adjust table cell height to fill rows | bptato | 2025-03-03 | 3 | -12/+16 |
* | loader: fix crash on iclose if client is dead | bptato | 2025-03-02 | 1 | -3/+6 |
* | buffer, dom: fix stylesheet leaks | bptato | 2025-03-02 | 2 | -4/+1 |
* | loader: merge status and header packets | bptato | 2025-03-01 | 4 | -47/+23 |
* | Refactor bufreader, bufwriter | bptato | 2025-03-01 | 18 | -492/+468 |
* | nc: remove redundant quit | bptato | 2025-03-01 | 1 | -1/+0 |
* | dynstream, console: remove DynFileStream | bptato | 2025-02-26 | 7 | -70/+45 |
* | dynstream: remove exceptions | bptato | 2025-02-26 | 33 | -503/+501 |
* | loader: do not refcount ctx | bptato | 2025-02-25 | 1 | -96/+94 |
* | tempfile: merge into pager/loader | bptato | 2025-02-25 | 3 | -24/+23 |
* | dom: add HTMLTimeElement, fix HTMLDetailsElement#open | bptato | 2025-02-21 | 2 | -0/+10 |
* | Fix a test | bptato | 2025-02-21 | 1 | -0/+2 |
* | pager: inherit history flag on reload | bptato | 2025-02-21 | 1 | -1/+2 |
* | pager: add API to set search regex | bptato | 2025-02-20 | 1 | -4/+18 |
* | Update docs | bptato | 2025-02-20 | 5 | -256/+315 |
* | javascript: fix finalizers with non-RootRef derived objects | bptato | 2025-02-20 | 3 | -7/+11 |
* | env: shim pushState | bptato | 2025-02-20 | 1 | -0/+8 |
* | performance: stub getEntries* | bptato | 2025-02-20 | 1 | -0/+12 |
* | color: small cleanup | bptato | 2025-02-20 | 1 | -11/+9 |
* | select: do not reverse video on cursor | bptato | 2025-02-20 | 1 | -0/+3 |
* | term: use so, se for reverse video | bptato | 2025-02-20 | 1 | -3/+3 |
* | dom: add HTMLOptionsCollection setter | bptato | 2025-02-20 | 1 | -0/+20 |
* | render: propagate offset to positioned block child before clip box inheritance | bptato | 2025-02-19 | 4 | -8/+16 |
* | uri2html: uri-decode entries | bptato | 2025-02-19 | 1 | -1/+2 |
* | dom: do not reflect name on all elements | bptato | 2025-02-19 | 2 | -3/+19 |
* | fromjs, javascript: optimize out class name registry | bptato | 2025-02-19 | 9 | -66/+55 |