about summary refs log tree commit diff stats
path: root/src/js
Commit message (Expand)AuthorAgeFilesLines
* Update monouchabptato2024-06-222-2/+2
* misc cleanupsbptato2024-06-221-1/+1
* img, term: try to detect unknown images, improve kitty encoderbptato2024-06-211-8/+12
* img, loader: separate out png codec into cgi, misc improvementsbptato2024-06-202-3/+3
* Update Chame, Chagashibptato2024-06-131-56/+9
* Move JS wrapper into Monouchabptato2024-06-0317-3021/+29
* js: improve jsregex interfacebptato2024-06-031-16/+13
* js: change jsstfunc syntaxbptato2024-06-031-2/+2
* js: fix runtime cleanupbptato2024-06-031-18/+29
* js: small misc changesbptato2024-06-021-13/+15
* Fix GCC 14 compilationbptato2024-05-301-15/+22
* html: improve Request, derive Client from Windowbptato2024-05-201-3/+5
* js: allow var instead of ptrbptato2024-05-122-26/+32
* fromjs: remove broken uint64 converterbptato2024-05-091-5/+0
* js: fix compileModulebptato2024-05-082-2/+2
* js: clean up eval wrappersbptato2024-05-081-6/+4
* js: fix finalizer effectsbptato2024-05-081-1/+2
* js: refactorbptato2024-05-0813-137/+43
* js: fix compilation on 1.6.14bptato2024-05-062-4/+3
* color: separate out JS convertersbptato2024-05-051-0/+46
* Use isSome instead of isOkbptato2024-05-052-22/+17
* js: move fromJS_or_return nil check to JSError toJSbptato2024-05-042-7/+4
* client: make quit() actually quit, misc fixesbptato2024-05-044-56/+37
* js: fix various leaks etc.bptato2024-05-037-163/+188
* cssparser: refactorbptato2024-05-011-2/+0
* Remove unnecessary unsigned castsbptato2024-04-261-1/+1
* data: replace std/base64 with atobbptato2024-04-251-64/+4
* js: fix some incorrect defineProperty usagebptato2024-04-212-3/+2
* js: override default toString tag of globalbptato2024-04-211-1/+5
* base64: rewrite btoa toobptato2024-04-211-3/+39
* base64: rewrite atobbptato2024-04-211-6/+65
* Update code stylebptato2024-04-1711-256/+273
* js: remove automatic function -> closure conversionbptato2024-04-153-68/+24
* remove dead code, fix openArray casingbptato2024-04-081-2/+2
* js: proper distinction between Opt/Optionbptato2024-03-243-38/+19
* io: derive DynStream from RootObj (not Stream)bptato2024-03-243-17/+16
* config: clean up/simplifybptato2024-03-171-4/+6
* man: rewrite in Nimbptato2024-03-131-21/+22
* loader: rework process modelbptato2024-03-111-1/+1
* quickjs: reduce diff with upstreambptato2024-03-022-6/+8
* dom: add onload content attribute to bodybptato2024-02-243-3/+26
* dom: print parse errors to consolebptato2024-02-241-6/+8
* Replace Chakasu with Chagashibptato2024-02-222-53/+147
* regex: compileSearchRegex improvementsbptato2024-02-181-9/+7
* regex: re-work compileSearchRegexbptato2024-02-175-65/+62
* js: fix fromJSEnumbptato2024-02-082-6/+17
* regex: fix 8-bit narrow strings in JSbptato2024-02-051-1/+1
* js: always use var destructorbptato2024-01-291-8/+2
* js: update pragma docsbptato2024-01-241-3/+9
* js: define toStringTag properlybptato2024-01-242-3/+12