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
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed 'return' handling with 'yield' in 'for of' or with finally blocks (gihu...
Fabrice Bellard
2023-12-14
2
-73
/
+121
*
fixed async generator in case of exception in the implicit await in the 'retu...
Fabrice Bellard
2023-12-14
1
-9
/
+20
*
Fix AsyncGenerator.prototype.return error handling (bnoordhuis)
Fabrice Bellard
2023-12-14
1
-4
/
+13
*
raise an error if a private method is added twice to an object
Fabrice Bellard
2023-12-14
1
-0
/
+6
*
remove mistakenly included patch file
bptato
2023-12-09
1
-69
/
+0
*
Reapply "reworked set property and fixed corner cases of typed array set prop...
bptato
2023-12-09
2
-169
/
+113
*
Revert "reworked set property and fixed corner cases of typed array set prope...
bptato
2023-12-09
2
-113
/
+169
*
Update QJS version
bptato
2023-12-09
1
-1
/
+1
*
added Array.prototype.findLast{Index} and TypeArray.prototype.findLast{index}...
Fabrice Bellard
2023-12-09
1
-16
/
+61
*
fixed duplicate static private setter/getter test
Fabrice Bellard
2023-12-09
1
-7
/
+12
*
fixed delete super.x error
Fabrice Bellard
2023-12-09
1
-12
/
+4
*
reworked set property and fixed corner cases of typed array set property
Fabrice Bellard
2023-12-09
2
-169
/
+113
*
Retrieve RegExp 'g' flag in spec conformant way (original patch by bnoordhuis)
Fabrice Bellard
2023-12-09
2
-17
/
+41
*
fixed lexical scope of 'this' with eval (github issue #192)
Fabrice Bellard
2023-12-09
1
-6
/
+7
*
fixed negative zero date
Fabrice Bellard
2023-12-09
1
-12
/
+14
*
Revert "add_eval_variables: do not close over `this' twice"
bptato
2023-12-09
1
-2
/
+1
*
fixed private field setters (github issue #194)
Fabrice Bellard
2023-12-08
2
-2
/
+3
*
added missing bignum error tests (github issue #159)
Fabrice Bellard
2023-12-08
1
-12
/
+64
*
added String.prototype.at, Array.prototype.at and TypedArray.prototype.at
Fabrice Bellard
2023-12-08
1
-3
/
+72
*
Revert "quickjs: add Array.prototype.at"
bptato
2023-12-08
1
-30
/
+0
*
updated to unicode 15.0.0
Fabrice Bellard
2023-12-08
1
-1198
/
+1237
*
quickjs/libbf: add missing ifdef
bptato
2023-12-05
1
-0
/
+2
*
the BigInt support is now always included
bellard
2023-12-05
4
-846
/
+509
*
bf_set_ui() fix (github issue #133)
bellard
2023-12-05
1
-16
/
+16
*
Revert "fix undefined behavior: shift 32 bits for uint32_t in bf_set_ui"
bptato
2023-12-05
1
-6
/
+1
*
quickjs: improve can_destroy hook
bptato
2023-12-05
1
-19
/
+40
*
Update chame
bptato
2023-12-03
1
-0
/
+0
*
qjs: fix a warning
bptato
2023-12-02
1
-1
/
+1
*
js: simplify toJSP0
bptato
2023-11-30
2
-0
/
+8
*
fix chakasu submodule ref
bptato
2023-11-20
1
-0
/
+0
*
Update chakasu
bptato
2023-11-17
1
-0
/
+0
*
Add innerHTML setter
bptato
2023-10-23
1
-0
/
+0
*
update chakasu
bptato
2023-10-22
1
-0
/
+0
*
base64: reduce pointless re-coding using JSString
bptato
2023-10-21
2
-1
/
+35
*
javascript: add TextEncoder, TextDecoder
bptato
2023-10-21
1
-0
/
+0
*
add_eval_variables: do not close over `this' twice
bptato
2023-10-13
1
-1
/
+2
*
Update chame
bptato
2023-09-30
1
-0
/
+0
*
update chame
bptato
2023-09-24
1
-0
/
+0
*
update chakasu
bptato
2023-09-24
1
-0
/
+0
*
Fix stack overflow in CVE-2023-31922
Nick Vatamaniuc
2023-09-23
1
-0
/
+6
*
fix undefined behavior: shift 32 bits for uint32_t in bf_set_ui
Bo Yao
2023-09-23
1
-1
/
+6
*
update chame
bptato
2023-09-19
1
-0
/
+0
*
Update submodules
bptato
2023-09-14
2
-0
/
+0
*
quickjs: add Array.prototype.at
bptato
2023-09-03
1
-0
/
+30
*
Move HTML parsing into Chame
bptato
2023-08-15
1
-0
/
+0
*
Update chakasu
bptato
2023-08-15
1
-0
/
+0
*
Move charsets into chakasu
bptato
2023-08-14
1
-0
/
+0
*
Fixes & workarounds to compile on Nim 2.0.0
bptato
2023-08-01
1
-0
/
+211
*
Add utf-8 support to libregexp
bptato
2023-07-04
1
-6
/
+14
*
Remove getClassID hack
bptato
2023-06-27
2
-0
/
+10
[next]