| Commit message (Expand) | Author | Age | Files | Lines |
* | added missing bignum error tests (github issue #159) | Fabrice Bellard | 2023-12-08 | 1 | -12/+64 |
* | added String.prototype.at, Array.prototype.at and TypedArray.prototype.at | Fabrice Bellard | 2023-12-08 | 1 | -3/+72 |
* | Revert "quickjs: add Array.prototype.at" | bptato | 2023-12-08 | 1 | -30/+0 |
* | updated to unicode 15.0.0 | Fabrice Bellard | 2023-12-08 | 1 | -1198/+1237 |
* | Makefile: disable CONFIG_BIGNUM for QJS | bptato | 2023-12-05 | 1 | -2/+1 |
* | quickjs/libbf: add missing ifdef | bptato | 2023-12-05 | 1 | -0/+2 |
* | the BigInt support is now always included | bellard | 2023-12-05 | 4 | -846/+509 |
* | bf_set_ui() fix (github issue #133) | bellard | 2023-12-05 | 1 | -16/+16 |
* | Revert "fix undefined behavior: shift 32 bits for uint32_t in bf_set_ui" | bptato | 2023-12-05 | 1 | -6/+1 |
* | quickjs: improve can_destroy hook | bptato | 2023-12-05 | 1 | -19/+40 |
* | Update chame | bptato | 2023-12-03 | 2 | -1/+1 |
* | event: remove ctx from CustomEvent | bptato | 2023-12-03 | 3 | -36/+47 |
* | Update todo | bptato | 2023-12-03 | 1 | -2/+0 |
* | buffer: do not needlessly copy in onload | bptato | 2023-12-03 | 1 | -9/+5 |
* | pager, container: add text selection/copying | bptato | 2023-12-03 | 11 | -73/+280 |
* | qjs: fix a warning | bptato | 2023-12-02 | 1 | -1/+1 |
* | Get rid of clang 16 workaround | bptato | 2023-12-02 | 6 | -17/+30 |
* | js: get rid of emit | bptato | 2023-12-02 | 1 | -22/+15 |
* | dom: fix relList setter regression, remove rel() | bptato | 2023-12-02 | 2 | -6/+15 |
* | js: get rid of getJSValue | bptato | 2023-12-02 | 2 | -11/+11 |
* | ua.css: do not set del, ins display to block; strike del | bptato | 2023-12-01 | 1 | -3/+3 |
* | pager: small optimization in drawBuffer | bptato | 2023-12-01 | 1 | -2/+2 |
* | dom: redefine Node.contains to match standard | bptato | 2023-12-01 | 2 | -5/+7 |
* | dom: functionize parentElement, improve Node.document | bptato | 2023-12-01 | 1 | -7/+7 |
* | dom: fix `children' being available for all Nodes | bptato | 2023-12-01 | 1 | -6/+17 |
* | html: add HTMLElement.dataset (+ some twtstr cleanup) | bptato | 2023-12-01 | 3 | -32/+96 |
* | Makefile: fix $(FLAGS) not being used | bptato | 2023-11-30 | 1 | -2/+3 |
* | js: simplify toJSP0 | bptato | 2023-11-30 | 5 | -33/+25 |
* | js: allow subclassing platform objects in JS | bptato | 2023-11-30 | 3 | -5/+50 |
* | intl: stub out Intl.PluralRules | bptato | 2023-11-30 | 2 | -0/+26 |
* | twtstr: simplify expandPath | bptato | 2023-11-29 | 1 | -19/+12 |
* | env: add window.top, window.parent | bptato | 2023-11-29 | 1 | -3/+12 |
* | buffer: do not set readyState if document is nil | bptato | 2023-11-29 | 1 | -1/+2 |
* | Makefile: rewrite | bptato | 2023-11-28 | 3 | -71/+112 |
* | dom: add document.readyState | bptato | 2023-11-27 | 2 | -2/+10 |
* | buffer: add DOMContentLoaded, misc event improvements | bptato | 2023-11-27 | 2 | -49/+75 |
* | layout: rewrite inline box handling | bptato | 2023-11-27 | 4 | -556/+654 |
* | js: remove nonsensical comment line | bptato | 2023-11-26 | 1 | -1/+0 |
* | doc: fix typo | bptato | 2023-11-26 | 1 | -1/+1 |
* | config: add bare aliases for "8bit", "24bit" | bptato | 2023-11-26 | 2 | -5/+9 |
* | color: fix rgbToEightBit parentheses | bptato | 2023-11-26 | 1 | -1/+1 |
* | dom: expose HTMLInputElement.checked | bptato | 2023-11-24 | 1 | -1/+1 |
* | layout: clamp size constraints to min/max sizes for floats | bptato | 2023-11-23 | 1 | -7/+12 |
* | readme: fix typo | bptato | 2023-11-23 | 1 | -1/+1 |
* | Update about:chawan | bptato | 2023-11-23 | 1 | -1/+2 |
* | Update readme | bptato | 2023-11-23 | 2 | -0/+11 |
* | Update readme, todo | bptato | 2023-11-23 | 2 | -2/+4 |
* | layout: add clear, etc. | bptato | 2023-11-23 | 2 | -39/+116 |
* | css/values: use Opt instead of Result[string] | bptato | 2023-11-21 | 1 | -55/+54 |
* | css/values: simplify getComputedValue | bptato | 2023-11-21 | 1 | -11/+10 |