| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | buffer: remove server socket | bptato | 2025-01-09 | 11 | -354/+176 |
* | dynstream: remove safeClose, add moveFd | bptato | 2025-01-09 | 4 | -30/+22 |
* | layout: remove needsReLayout | bptato | 2025-01-09 | 1 | -7/+3 |
* | bufstream: allow 0-width packets | bptato | 2025-01-09 | 4 | -9/+6 |
* | buffer: make iframes clickable | bptato | 2025-01-09 | 6 | -3/+32 |
* | dom: add data setter for CharacterData | bptato | 2025-01-09 | 1 | -1/+1 |
* | env: basic postMessage | bptato | 2025-01-09 | 3 | -10/+50 |
* | Add performance module | bptato | 2025-01-09 | 3 | -0/+39 |
* | buffer: fix crash on clone | bptato | 2025-01-08 | 2 | -0/+3 |
* | domexception: add legacy constant names | bptato | 2025-01-08 | 1 | -1/+32 |
* | layout: clear intrinsic minimum block size on shrink-to-fit relayout | bptato | 2025-01-08 | 1 | -0/+1 |
* | lineedit: skip last history entry if identical to input | bptato | 2025-01-08 | 1 | -6/+14 |
* | pager: add omni-rewrites to URL history | bptato | 2025-01-08 | 1 | -0/+1 |
* | dom: fix content type detection for user-provided codecs | bptato | 2025-01-08 | 1 | -1/+1 |
* | dom: implement HTMLMetaElement interface | bptato | 2025-01-08 | 1 | -3/+13 |
* | loader: use per-process control sockets | bptato | 2025-01-08 | 11 | -407/+410 |
* | dynstream: simplify, fix fd leak | bptato | 2025-01-08 | 1 | -9/+5 |
* | cssparser, mediaquery: factor out tflagb, fix a media query bug | bptato | 2025-01-07 | 3 | -54/+43 |
* | dom: standard tagName | bptato | 2025-01-07 | 1 | -2/+6 |
* | layout: get rid of flex-direction reverse hack | bptato | 2025-01-07 | 2 | -47/+59 |
* | mediaquery: add serialization | bptato | 2025-01-06 | 3 | -43/+49 |
* | dom: add document.referrer | bptato | 2025-01-06 | 4 | -8/+13 |
* | env: add media query matching | bptato | 2025-01-06 | 5 | -67/+98 |
* | container: remove location | bptato | 2025-01-06 | 1 | -3/+0 |
* | layout: wrap on inline floats that exceed the line's length | bptato | 2025-01-06 | 1 | -4/+4 |
* | layout, render: establish absolute container with position: sticky | bptato | 2025-01-06 | 3 | -19/+13 |
* | buffer: force restyle on toggleImages | bptato | 2025-01-06 | 1 | -1/+1 |
* | loaderiface: fix race in poll register | bptato | 2025-01-06 | 3 | -11/+36 |
* | layout: fix percentage margins in shrink-to-fit | bptato | 2025-01-05 | 1 | -13/+17 |
* | dom: clean up namespace handling, add createElementNS | bptato | 2025-01-05 | 3 | -67/+139 |
* | dom: DOMTokenList fixes/improvements | bptato | 2025-01-05 | 3 | -9/+16 |
* | dom: add form length, fix document.getElementsByName("") | bptato | 2025-01-05 | 1 | -0/+10 |
* | dom: clean up, add some strict defs | bptato | 2025-01-05 | 1 | -170/+171 |
* | dom: button fixes | bptato | 2025-01-05 | 2 | -4/+6 |
* | layout: margin fixes | bptato | 2025-01-05 | 2 | -15/+20 |
* | layout: InnerBlockContext -> BlockBuilderContext | bptato | 2025-01-04 | 1 | -65/+65 |
* | dom: add some table interfaces | bptato | 2025-01-04 | 2 | -26/+260 |
* | pager: skip a pointless zero fill | bptato | 2025-01-04 | 1 | -1/+1 |
* | dom: radiogroup fixes | bptato | 2025-01-04 | 2 | -22/+20 |
* | dom: implement cssFloat | bptato | 2025-01-04 | 1 | -0/+4 |
* | buffer: fix regression in restyle on window resize | bptato | 2025-01-04 | 1 | -2/+6 |
* | Try to set close-on-exec, misc cleanup | bptato | 2025-01-04 | 6 | -30/+28 |
* | Update chame | bptato | 2025-01-03 | 1 | -1/+1 |
* | dom: JS input/form fixes | bptato | 2025-01-03 | 1 | -1/+10 |
* | layout: respect margin-top of root box | bptato | 2025-01-03 | 1 | -1/+1 |
* | env, buffer: restyle on getComputedStyle | bptato | 2025-01-03 | 4 | -50/+64 |
* | dom: make stringifiers explicit, optimize tokenList toString | bptato | 2025-01-03 | 1 | -3/+3 |
* | twtstr: optimize a bit | bptato | 2025-01-03 | 1 | -23/+19 |
* | LayoutUnit -> LUnit | bptato | 2025-01-03 | 4 | -162/+162 |
* | lunit: use saturation arithmetic | bptato | 2024-12-23 | 2 | -23/+76 |