about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* buffer: close ssock on exitbptato2023-10-261-0/+1
* layout/engine: reformatbptato2023-10-261-26/+45
* layout/engine: add table row group/caption to anon tablebptato2023-10-261-0/+2
* dom: expose head, body, window (as defaultView)bptato2023-10-251-3/+3
* buffer: call load event on loadbptato2023-10-251-1/+13
* js: refine isInstanceOf check in functionsbptato2023-10-253-13/+30
* window: inherit from EventTargetbptato2023-10-251-2/+3
* dom: add some CSSStyleDeclaration functionsbptato2023-10-253-2/+52
* js: define global properties as CONFIGURABLE | WRITABLEbptato2023-10-252-2/+7
* reduce new() usagebptato2023-10-2512-102/+102
* dom: proper relList supportbptato2023-10-251-30/+71
* Add jspropnames, CSSStyleDeclaration stubbptato2023-10-256-35/+213
* dom: add cloneNodebptato2023-10-241-2/+89
* Remove trailing spacesbptato2023-10-238-91/+91
* dom: add outerHTML setterbptato2023-10-232-53/+146
* Add innerHTML setterbptato2023-10-233-10/+67
* dom: use same url in eval filename as in the console.log statementbptato2023-10-221-2/+2
* update chakasubptato2023-10-221-1/+1
* Remove runestreambptato2023-10-221-31/+0
* fromjs: update FromJSAllowedTbptato2023-10-211-1/+2
* fromjs: remove IsNumber check from float, remove unused functionsbptato2023-10-211-21/+0
* fromJSInt: do not fail if not IsNumberbptato2023-10-211-2/+0
* base64: reduce pointless re-coding using JSStringbptato2023-10-217-39/+49
* javascript: add TextEncoder, TextDecoderbptato2023-10-2110-1/+194
* warn on eprint in release modebptato2023-10-213-3/+12
* loader: remove stray eprintbptato2023-10-211-1/+0
* loader/http: do not choke on 103 early hints, use copyMembptato2023-10-201-11/+39
* term: replace control chars in setTitlebptato2023-10-201-1/+5
* WindowAttributes: refactorbptato2023-10-1915-67/+75
* dirlist: quote path names in hrefbptato2023-10-181-1/+1
* Fix crash on `cha -'bptato2023-10-181-3/+5
* socketstream: get rid of pointer arithmeticbptato2023-10-181-2/+4
* pager/lineedit: notify lineedit of windowChangebptato2023-10-182-0/+6
* css: fix list style type presentational hintsbptato2023-10-141-17/+20
* css: support more list types, fix <ul/ol type=...bptato2023-10-142-9/+39
* css: support alphabetic list types, support <LI TYPE=...bptato2023-10-142-2/+59
* container: add cursorNthLink, cursorRevNthLinkbptato2023-10-143-5/+53
* remove outdated commentbptato2023-10-141-1/+0
* XHR progressbptato2023-10-143-9/+112
* layout: move Strut from box -> enginebptato2023-10-142-13/+14
* layout: remove unused InlineAtom membersbptato2023-10-141-2/+0
* layout: add LineBoxStatebptato2023-10-142-64/+82
* layout: get rid of baseline, firstBaseline functionsbptato2023-10-142-25/+22
* fix commentbptato2023-10-131-1/+1
* layout: refactor InlineContextbptato2023-10-132-162/+187
* Refactor Consolebptato2023-10-136-116/+168
* config: fix `include` namingbptato2023-10-091-4/+4
* move workaround from previous commitbptato2023-10-051-0/+4
* twtstr: optimize widthbptato2023-10-011-34/+17
* urimethodmap fixesbptato2023-10-011-7/+6