| Commit message (Expand) | Author | Age | Files | Lines |
* | renderdocument: basic stacking context support | bptato | 2024-11-09 | 6 | -12/+8 |
* | layout: fix a few more flex sizing bugs | bptato | 2024-11-09 | 4 | -0/+34 |
* | dom: support all HTMLHyperlinkElementUtils getters | bptato | 2024-11-09 | 17 | -110/+156 |
* | layout: fix initial flex item width calculation | bptato | 2024-11-08 | 5 | -3/+27 |
* | url: fix crash on invalid ipv6 syntax | bptato | 2024-11-04 | 1 | -0/+1 |
* | layout: fix a small table bug | bptato | 2024-11-02 | 2 | -0/+8 |
* | dom: add localName, simplify | bptato | 2024-11-02 | 1 | -0/+9 |
* | layout: remove inline rounding | bptato | 2024-11-02 | 2 | -0/+3 |
* | cssparser: fix parsing of unrecognized at rules | bptato | 2024-11-02 | 2 | -0/+9 |
* | layout: fix yet another inline float bug | bptato | 2024-11-01 | 2 | -0/+8 |
* | layout: simplify a bit, fix some inline float bugs | bptato | 2024-11-01 | 4 | -0/+26 |
* | layout: refactor flow and fix some bugs in the process | bptato | 2024-10-31 | 18 | -0/+29 |
* | layout: fix margin resolution for absolutely positioned boxes | bptato | 2024-10-28 | 2 | -0/+15 |
* | url: add searchParams.has | bptato | 2024-10-28 | 1 | -0/+3 |
* | selectorparser: fix parsing of invalid pseudo elements | bptato | 2024-10-26 | 2 | -0/+21 |
* | cssparser: do not accept invalid rules | bptato | 2024-10-25 | 2 | -0/+4 |
* | layout: fix nested absolute positioning, refactor initial size resolution | bptato | 2024-10-25 | 2 | -0/+25 |
* | layout: fix inline float + position: absolute bug | bptato | 2024-10-16 | 2 | -0/+6 |
* | layout: fix float positioning in inline contexts | bptato | 2024-10-15 | 5 | -1/+18 |
* | layout: correct `position: absolute' (FINALLY) | bptato | 2024-10-15 | 8 | -0/+103 |
* | layout, pager: preserve tabs on display, selection & output | bptato | 2024-10-10 | 2 | -2/+17 |
* | twtstr: fix stripAndCollapse | bptato | 2024-10-08 | 1 | -0/+10 |
* | url: fix IDNA bugs | bptato | 2024-10-06 | 1 | -0/+2 |
* | layout: fix floats overriding margin/padding | bptato | 2024-10-05 | 4 | -14/+25 |
* | url: fix searchParams.delete | bptato | 2024-09-30 | 1 | -0/+2 |
* | layout: fix wrong padding offsets | bptato | 2024-09-27 | 2 | -0/+7 |
* | layout: remove line-height | bptato | 2024-09-21 | 4 | -12/+2 |
* | dom: add forms, elements getter + misc fixes | bptato | 2024-09-17 | 2 | -11/+37 |
* | layout: fix table height constraint type | bptato | 2024-08-30 | 2 | -0/+26 |
* | layout: fix whitespace weirdness | bptato | 2024-08-23 | 2 | -0/+6 |
* | loader: fix crash on empty data URLs | bptato | 2024-08-17 | 1 | -0/+1 |
* | xhr: more progress | bptato | 2024-08-15 | 12 | -34/+116 |
* | xhr: progress | bptato | 2024-08-13 | 1 | -0/+12 |
* | cssvalues, sheet: fix some more case sensitivity bugs | bptato | 2024-08-02 | 1 | -1/+1 |
* | cssvalues, twtstr, mediaquery: refactor & fixes | bptato | 2024-08-02 | 2 | -0/+10 |
* | env, dom: add History stub, basic LocalStorage | bptato | 2024-07-30 | 1 | -0/+8 |
* | layout: inline table fixes | bptato | 2024-07-27 | 3 | -1/+34 |
* | layout: position: relative, absolute fixes | bptato | 2024-07-26 | 2 | -0/+11 |
* | layout: fix incorrect absolute positioning | bptato | 2024-07-25 | 2 | -0/+71 |
* | layout: min/max sizing fixes | bptato | 2024-07-25 | 2 | -0/+2 |
* | url: fix a small incompatibility | bptato | 2024-07-25 | 1 | -0/+14 |
* | url: misc fixes & improvements | bptato | 2024-07-24 | 2 | -1/+54 |
* | layout: fix various flex column sizing bugs | bptato | 2024-07-22 | 4 | -0/+18 |
* | html: event cleanup, XHR progress | bptato | 2024-07-18 | 2 | -0/+30 |
* | layout: fix positioning bug | bptato | 2024-07-02 | 2 | -0/+4 |
* | layout: flex padding/margin fixes | bptato | 2024-06-30 | 4 | -0/+19 |
* | layout: fix text-align + padding coloring | bptato | 2024-06-29 | 2 | -2/+2 |
* | layout: inline fixes & improvements | bptato | 2024-06-27 | 5 | -8/+16 |
* | test: print running test names to the same line | bptato | 2024-06-23 | 2 | -2/+2 |
* | layout: avoid shrink-to-fit padding/margin overflow | bptato | 2024-06-23 | 2 | -0/+15 |