| Commit message (Expand) | Author | Age | Files | Lines |
* | move around more modules | bptato | 2023-09-14 | 1 | -1481/+0 |
* | Switch buffer -> client connection to client -> buffer | bptato | 2023-09-14 | 1 | -6/+5 |
* | buffer: remove url reference | bptato | 2023-09-09 | 1 | -2/+3 |
* | buffer.click: implement preventDefault | bptato | 2023-09-08 | 1 | -8/+16 |
* | buffer: run JS jobs on connected/read/error | bptato | 2023-09-01 | 1 | -0/+6 |
* | buffer: add javascript: URL support | bptato | 2023-09-01 | 1 | -3/+39 |
* | buffer: fix repaint on click events | bptato | 2023-08-31 | 1 | -1/+2 |
* | buffer: basic click event support | bptato | 2023-08-31 | 1 | -4/+48 |
* | refactor: Result[T, JSError] -> JSResult[T] | bptato | 2023-08-28 | 1 | -2/+2 |
* | javascript: refactor | bptato | 2023-08-28 | 1 | -1/+1 |
* | Move HTML parsing into Chame | bptato | 2023-08-15 | 1 | -1/+2 |
* | Move charsets into chakasu | bptato | 2023-08-14 | 1 | -2/+3 |
* | Add mailcap, mime.types & misc refactorings | bptato | 2023-08-13 | 1 | -33/+100 |
* | buffer: fix textarea regression | bptato | 2023-07-10 | 1 | -2/+6 |
* | htmlparser: decouple from DOM | bptato | 2023-07-09 | 1 | -1/+1 |
* | Add popup menu for select element | bptato | 2023-07-05 | 1 | -91/+150 |
* | Do not conditionally disable CastSizes | bptato | 2023-07-03 | 1 | -6/+1 |
* | Fix JS type conversion regressions | bptato | 2023-07-03 | 1 | -3/+6 |
* | Fix CastSize warnings | bptato | 2023-07-03 | 1 | -2/+4 |
* | FormData fixes | bptato | 2023-07-02 | 1 | -1/+1 |
* | Add window.location | bptato | 2023-06-29 | 1 | -1/+5 |
* | buffer: only load images if config allows it | bptato | 2023-06-25 | 1 | -1/+4 |
* | cookie: return error on invalid domain | bptato | 2023-06-25 | 1 | -2/+2 |
* | Improve broken cookie handling, add multipart to form | bptato | 2023-06-25 | 1 | -2/+2 |
* | Do not allow text() twice, etc... | bptato | 2023-06-20 | 1 | -14/+17 |
* | Reject fetch promise on network error | bptato | 2023-06-19 | 1 | -12/+17 |
* | Get rid of the .jserr pragma | bptato | 2023-06-19 | 1 | -11/+9 |
* | Rework JS exception system | bptato | 2023-06-19 | 1 | -13/+24 |
* | Cleanups & bug fixes involving promises | bptato | 2023-06-15 | 1 | -6/+13 |
* | Make Result.text, json return promise | bptato | 2023-06-13 | 1 | -4/+2 |
* | Fix various layout bugs, prepare for image support | bptato | 2023-06-12 | 1 | -24/+46 |
* | Add support for visibility | bptato | 2023-06-07 | 1 | -18/+15 |
* | Add support for width, height media query | bptato | 2023-06-07 | 1 | -4/+6 |
* | Clean up stream error handling | bptato | 2023-06-07 | 1 | -6/+6 |
* | buffer: call handleError before handleRead & misc | bptato | 2023-06-05 | 1 | -6/+6 |
* | Add support for canvas and multipart | bptato | 2023-06-05 | 1 | -82/+28 |
* | Add setTimeout, setInterval to window | bptato | 2023-06-01 | 1 | -49/+60 |
* | Refactor config, add charset opts | bptato | 2023-05-16 | 1 | -11/+12 |
* | Set buffer state to LOADED on finishLoad | bptato | 2023-05-14 | 1 | -2/+2 |
* | Name negative response codes | bptato | 2023-05-14 | 1 | -2/+4 |
* | Async resource loading, exception handling fixes | bptato | 2023-05-14 | 1 | -18/+60 |
* | Fix some fetch crashes | bptato | 2023-05-11 | 1 | -0/+1 |
* | Temporarily disable multipart | bptato | 2023-04-30 | 1 | -1/+1 |
* | WIP fetch | bptato | 2023-04-30 | 1 | -0/+10 |
* | buffer: disable popup confirmation for forms | bptato | 2023-04-10 | 1 | -4/+13 |
* | buffer: adapt onload to PosixStream and SocketStream | bptato | 2023-02-13 | 1 | -15/+14 |
* | buffer: fix infinite loop in getClickable | bptato | 2023-01-03 | 1 | -2/+3 |
* | buffer: fix infinite loop | bptato | 2023-01-03 | 1 | -1/+2 |
* | dom: add better attribute reflection | bptato | 2023-01-02 | 1 | -2/+3 |
* | Add support for <label> | bptato | 2023-01-02 | 1 | -93/+111 |