about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* dom: use relList for stylesheet checksbptato2024-03-042-10/+17
* Update doc/protocolsbptato2024-03-041-10/+29
* dom: misc fixesbptato2024-03-042-6/+41
* loader: fix crash on cha </dev/nullbptato2024-03-031-1/+3
* strwidth, renderdocument: small refactoringbptato2024-03-037-256/+545
* Update chamebptato2024-03-032-1/+1
* buffer: improve/fix onload return valuesbptato2024-03-033-20/+30
* quickjs: fix build without CONFIG_BIGNUMbptato2024-03-021-0/+8
* Improve Number.prototype.toString for radix other than 10Charlie Gordon2024-03-021-9/+98
* Improve Date.parseCharlie Gordon2024-03-021-224/+305
* Fix Map hash bugCharlie Gordon2024-03-021-2/+2
* Rewrite `set_date_fields` to match the ECMA specificationCharlie Gordon2024-03-021-28/+52
* Add C API function JS_GetClassID()Tyler Rockwood2024-03-022-0/+12
* Improve surrogate handling readabilityCharlie Gordon2024-03-023-124/+150
* Rename regex flag and field utf16 -> unicodeCharlie Gordon2024-03-023-61/+62
* Fix big endian serializationCharlie Gordon2024-03-022-61/+58
* Fix UB signed integer overflow in js_math_imulCharlie Gordon2024-03-021-5/+7
* Fix UB left shift of negative numberBen Noordhuis2024-03-021-1/+1
* Remove unnecessary ssize_t posix-ismBen Noordhuis2024-03-021-1/+1
* Improve string concatenation hackCharlie Gordon2024-03-022-78/+96
* Reverse e140122202cc24728b394f8f90fa2f4a2d7c397eCharlie Gordon2024-03-021-2/+0
* Fix test262 errorCharlie Gordon2024-03-021-2/+8
* Fix sloppy mode arguments uninitialized value useBen Noordhuis2024-03-021-0/+2
* Remove unsafe sprintf() and strcat() callsBen Noordhuis2024-03-021-22/+24
* Fix undefined behavior (UBSAN)Charlie Gordon2024-03-021-2/+4
* Fix UB in js_dtoa1Saúl Ibarra Corretgé2024-03-021-1/+3
* Fix runtime bugsCharlie Gordon2024-03-021-13/+9
* Strip trailing spacesCharlie Gordon2024-03-0214-760/+760
* avoid using INT64_MAX in double comparisons because it cannot be exactly repr...Fabrice Bellard2024-03-021-2/+3
* fixed Promise return in the REPL by using a wrapper object in async std.evalS...Fabrice Bellard2024-03-021-2/+14
* export JS_GetModuleNamespace (github issue #34)Fabrice Bellard2024-03-022-7/+6
* simplified and fixed arrow function parsing (github issue #226)Fabrice Bellard2024-03-021-46/+57
* new releaseFabrice Bellard2024-03-021-1/+1
* fixed JS_GetScriptOrModuleName() in direct or indirect eval codeFabrice Bellard2024-03-021-11/+24
* quickjs: reduce diff with upstreambptato2024-03-027-81/+36
* cssparser: fix another anb parsing bugbptato2024-03-021-2/+2
* container: fix off-by-one error in scrollDownbptato2024-03-021-1/+1
* env: add window.screenbptato2024-03-022-1/+25
* cssparser: fix anb parser whitespace handling bugsbptato2024-03-021-4/+7
* layout: add whitespace width to end offset's x positionbptato2024-03-021-0/+4
* layout: fix float exclusion of other floatsbptato2024-03-021-2/+2
* cgi: fix regression in header handlingbptato2024-03-021-5/+8
* http: do not use buffered stdiobptato2024-03-021-6/+9
* posixstream: add readLine implementationbptato2024-03-022-7/+22
* buffer: do not incrementally display in headless modebptato2024-03-022-3/+6
* bonus/w3m.toml: emacs-style page-up/downbptato2024-03-011-4/+6
* container: fix cursorLineBegin/cursorLineTextStart with vertical scrollbptato2024-03-011-1/+3
* css: remove caption-side: left, right, fix caption-side: bottombptato2024-03-013-31/+3
* dom: fix canvas element crashbptato2024-03-011-2/+3
* css/values: assign to the correct variablebptato2024-03-011-6/+6