| Commit message (Expand) | Author | Age | Files | Lines |
* | cssvalues, sheet: fix quotes parsing, misc cleanup | bptato | 2025-01-12 | 2 | -0/+4 |
* | dom: more select interfaces | bptato | 2025-01-10 | 1 | -0/+9 |
* | layout: clear intrinsic minimum block size on shrink-to-fit relayout | bptato | 2025-01-08 | 2 | -0/+12 |
* | cssparser, mediaquery: factor out tflagb, fix a media query bug | bptato | 2025-01-07 | 2 | -0/+5 |
* | dom: standard tagName | bptato | 2025-01-07 | 1 | -0/+2 |
* | layout: get rid of flex-direction reverse hack | bptato | 2025-01-07 | 2 | -0/+9 |
* | layout: wrap on inline floats that exceed the line's length | bptato | 2025-01-06 | 2 | -0/+25 |
* | layout, render: establish absolute container with position: sticky | bptato | 2025-01-06 | 2 | -0/+10 |
* | layout: fix percentage margins in shrink-to-fit | bptato | 2025-01-05 | 2 | -0/+12 |
* | ua.css: set table box-sizing border box | bptato | 2025-01-05 | 4 | -14/+14 |
* | dom: DOMTokenList fixes/improvements | bptato | 2025-01-05 | 1 | -1/+4 |
* | dom: add form length, fix document.getElementsByName("") | bptato | 2025-01-05 | 3 | -28/+23 |
* | dom: button fixes | bptato | 2025-01-05 | 1 | -0/+15 |
* | layout: margin fixes | bptato | 2025-01-05 | 1 | -0/+1 |
* | layout: respect margin-top of root box | bptato | 2025-01-03 | 2 | -0/+4 |
* | layout: implement layoutFlexItem as layoutRootBlock | bptato | 2025-01-02 | 2 | -0/+45 |
* | pager: history fixes | bptato | 2025-01-01 | 3 | -0/+5 |
* | layout, dom: input rendering fixes | bptato | 2025-01-01 | 4 | -0/+12 |
* | layout: fix regression in cd069a76e | bptato | 2025-01-01 | 2 | -1/+7 |
* | layout: prevent double-clear for flow roots | bptato | 2025-01-01 | 2 | -0/+29 |
* | cascade: prevent blockification for non-inline absolute boxes | bptato | 2024-12-30 | 2 | -0/+38 |
* | layout: absolute sizing fixes | bptato | 2024-12-30 | 4 | -0/+97 |
* | layout: fix position: relative for right, bottom | bptato | 2024-12-30 | 2 | -0/+15 |
* | layout: fix an overflow bug | bptato | 2024-12-30 | 2 | -0/+26 |
* | script: improve defineConsts | bptato | 2024-12-30 | 2 | -2/+5 |
* | cssvalues: fix length shorthand parsing | bptato | 2024-12-30 | 1 | -3/+2 |
* | cssvalues: fix font-weight parsing | bptato | 2024-12-29 | 2 | -1/+2 |
* | cookie: add persistent cookies, misc refactoring/fixes | bptato | 2024-12-29 | 4 | -5/+49 |
* | xhr: fix flipped exception in overrideMimeType | bptato | 2024-12-28 | 1 | -0/+2 |
* | layout: fix various padding bugs | bptato | 2024-12-28 | 2 | -0/+26 |
* | layout: fix a flex sizing bug | bptato | 2024-12-27 | 2 | -0/+14 |
* | layout: improve intrinsic minimum size calculation | bptato | 2024-12-26 | 9 | -2/+121 |
* | jsencoding: fix nil deref on empty encode input | bptato | 2024-12-26 | 1 | -0/+1 |
* | layout: resolve percentage width for auto table cells | bptato | 2024-12-21 | 2 | -0/+10 |
* | cascade: actually, it should be inline-block | bptato | 2024-12-20 | 2 | -0/+17 |
* | cascade: blockify on position: absolute or fixed | bptato | 2024-12-20 | 1 | -0/+1 |
* | layout: apply padding to intrinsic minimum width | bptato | 2024-12-19 | 2 | -0/+5 |
* | match: fix nested hover selector | bptato | 2024-12-18 | 2 | -0/+10 |
* | dom, match: optimize :nth-child, :nth-last-child | bptato | 2024-12-17 | 2 | -0/+91 |
* | Fix test case | bptato | 2024-12-17 | 1 | -1/+1 |
* | layout: propagate intrinsic minimum height | bptato | 2024-12-17 | 12 | -0/+75 |
* | layout: do not allow canpx for scFitContent | bptato | 2024-12-15 | 2 | -0/+6 |
* | layout: set table intrinsic min width to specified width | bptato | 2024-12-15 | 2 | -0/+18 |
* | Unify assert.js for tests | bptato | 2024-12-15 | 3 | -37/+15 |
* | layout: do not trust specified table cell height | bptato | 2024-12-15 | 2 | -0/+10 |
* | dom, css: fix case-insensitive class/id/attr matching | bptato | 2024-12-15 | 2 | -0/+21 |
* | md2html: fix newline after list before EOF | bptato | 2024-12-14 | 2 | -0/+4 |
* | url: fix file:/ serialization | bptato | 2024-12-14 | 1 | -0/+1 |
* | render: apply visibility to inline boxes | bptato | 2024-12-10 | 2 | -0/+5 |
* | layout: override table cell width if its min width is greater | bptato | 2024-12-10 | 2 | -0/+15 |