index
:
chawan
this commit
master
Chawan - a web browser for your terminal (mirror)
ahoang <ahoang@tilde.institute>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed test262: derived-this-uninitialized-realm.js
Fabrice Bellard
2024-01-11
2
-4
/
+28
*
added a comment for non-initialized warning in Valgrind (github issue #153)
Fabrice Bellard
2024-01-11
1
-0
/
+10
*
added 'in' operator for private fields
Fabrice Bellard
2024-01-11
2
-75
/
+162
*
class static block (initial patch by bnoordhuis)
Fabrice Bellard
2024-01-11
1
-17
/
+76
*
fixed crash in JS_DumpMemoryUsage (github issue #65)
Fabrice Bellard
2024-01-11
1
-2
/
+2
*
allow 'await' in the REPL and added os.sleepAsync()
Fabrice Bellard
2024-01-11
2
-2
/
+5
*
make JS_NewClassID thread safe
Fabrice Bellard
2024-01-11
1
-1
/
+10
*
added Error cause
Fabrice Bellard
2024-01-11
2
-6
/
+21
*
js: merge some type modules into jstypes
bptato
2024-01-11
16
-51
/
+52
*
pager: simplify updateReadLine
bptato
2024-01-11
1
-14
/
+16
*
Fix windowChange not refreshing valid media queries
bptato
2024-01-10
3
-1
/
+7
*
js: use Nim allocator
bptato
2024-01-08
2
-17
/
+49
*
Add urlenc, urldec; fix a URL encoding bug; improve trans.cgi
bptato
2024-01-08
8
-26
/
+119
*
Use std/* imports everywhere
bptato
2024-01-07
62
-190
/
+189
*
tojs: document + remove unused JSCFunction converter
bptato
2024-01-07
1
-7
/
+41
*
request: don't deny BodyInit that is not an object
bptato
2024-01-06
1
-3
/
+0
*
Set cgiDir for client loader process
bptato
2024-01-06
3
-4
/
+7
*
Fix some casing issues
bptato
2024-01-06
8
-15
/
+17
*
about: fix compilation error on Nim 1.14
bptato
2024-01-06
1
-1
/
+4
*
Merge data/idna with types/url
bptato
2024-01-04
2
-52
/
+49
*
charwidth: use pre-generated map file
bptato
2024-01-04
7
-184
/
+456
*
idna: use pre-generated map file, misc changes
bptato
2024-01-04
4
-175
/
+2684
*
Update todo
bptato
2024-01-04
1
-0
/
+3
*
css/sheet: skip media queries without blocks
bptato
2024-01-04
1
-0
/
+3
*
cha-finger: skip leading slash in path
bptato
2024-01-03
1
-1
/
+1
*
Add spartan support
bptato
2024-01-03
4
-1
/
+68
*
buffer: do not trap SIGINT to cleanup
bptato
2024-01-03
2
-2
/
+2
*
loader: send error message str for disallowed URL
bptato
2023-12-29
1
-3
/
+3
*
added os.now()
Fabrice Bellard
2023-12-28
1
-30
/
+0
*
define the same atoms with or without CONFIG_ATOMICS (github issue #76)
Fabrice Bellard
2023-12-28
1
-2
/
+2
*
fixed JS module autodetection with shebang (github issue #91)
Fabrice Bellard
2023-12-28
1
-26
/
+28
*
fixed crash when resizing property shapes in case of OOM (github issue #129)
Fabrice Bellard
2023-12-28
1
-23
/
+18
*
fixed the garbage collection of async functions with closures (github issue #...
Fabrice Bellard
2023-12-28
1
-244
/
+277
*
removed memory leak
Fabrice Bellard
2023-12-28
1
-1
/
+3
*
added RegExp 'd' flag (bnoordhuis)
Fabrice Bellard
2023-12-28
3
-54
/
+139
*
added Promise.withResolvers
Fabrice Bellard
2023-12-28
1
-10
/
+6
*
added Array.prototype.{with,toReversed,toSpliced,toSorted} and TypedArray.pro...
Fabrice Bellard
2023-12-28
1
-0
/
+379
*
added Object.groupBy and Map.groupBy (initial patch by bnoordhuis)
Fabrice Bellard
2023-12-28
1
-0
/
+121
*
added String.prototype.isWellFormed and String.prototype.toWellFormed
Fabrice Bellard
2023-12-28
1
-0
/
+80
*
fixed detached TypedArray in sort()
Fabrice Bellard
2023-12-28
1
-40
/
+47
*
quickjs: remove unnecessary forward declaration
bptato
2023-12-28
1
-4
/
+0
*
top-level-await support - follow the spec in the implementation of the module...
Fabrice Bellard
2023-12-28
2
-89
/
+635
*
Revert TLA support patch
bptato
2023-12-28
2
-126
/
+19
*
Compile with styleCheck:usages
bptato
2023-12-28
25
-67
/
+69
*
Remove outdated readme in adapter/
bptato
2023-12-25
1
-7
/
+0
*
dom: export import maps allowed
bptato
2023-12-25
1
-1
/
+1
*
dom: use JS_EvalFunction; add module fetching stubs
bptato
2023-12-25
6
-51
/
+164
*
Fix warnings on Nim 2.0.2
bptato
2023-12-24
2
-3
/
+3
*
bindings/quickjs: cint -> csize_t
bptato
2023-12-23
2
-3
/
+5
*
dom: use std/ in imports
bptato
2023-12-22
1
-8
/
+8
[next]