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
/
src
/
js
/
fromjs.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move JS wrapper into Monoucha
bptato
2024-06-03
1
-445
/
+0
*
js: allow var instead of ptr
bptato
2024-05-12
1
-0
/
+3
*
fromjs: remove broken uint64 converter
bptato
2024-05-09
1
-5
/
+0
*
js: refactor
bptato
2024-05-08
1
-37
/
+2
*
js: fix various leaks etc.
bptato
2024-05-03
1
-49
/
+63
*
Remove unnecessary unsigned casts
bptato
2024-04-26
1
-1
/
+1
*
Update code style
bptato
2024-04-17
1
-31
/
+34
*
js: remove automatic function -> closure conversion
bptato
2024-04-15
1
-58
/
+0
*
js: proper distinction between Opt/Option
bptato
2024-03-24
1
-32
/
+13
*
config: clean up/simplify
bptato
2024-03-17
1
-4
/
+6
*
quickjs: reduce diff with upstream
bptato
2024-03-02
1
-5
/
+0
*
regex: re-work compileSearchRegex
bptato
2024-02-17
1
-16
/
+7
*
js: fix fromJSEnum
bptato
2024-02-08
1
-6
/
+14
*
js: small improvements
bptato
2024-01-17
1
-1
/
+3
*
js: merge some type modules into jstypes
bptato
2024-01-11
1
-7
/
+5
*
Use std/* imports everywhere
bptato
2024-01-07
1
-5
/
+5
*
Compile with styleCheck:usages
bptato
2023-12-28
1
-1
/
+1
*
pager, container: add text selection/copying
bptato
2023-12-03
1
-0
/
+25
*
fromjs: fix fromJSOption with nil
bptato
2023-11-21
1
-1
/
+1
*
js: refine isInstanceOf check in functions
bptato
2023-10-25
1
-4
/
+25
*
fromjs: update FromJSAllowedT
bptato
2023-10-21
1
-1
/
+2
*
fromjs: remove IsNumber check from float, remove unused functions
bptato
2023-10-21
1
-21
/
+0
*
fromJSInt: do not fail if not IsNumber
bptato
2023-10-21
1
-2
/
+0
*
base64: reduce pointless re-coding using JSString
bptato
2023-10-21
1
-0
/
+5
*
javascript: add TextEncoder, TextDecoder
bptato
2023-10-21
1
-0
/
+32
*
move around more modules
bptato
2023-09-14
1
-1
/
+1
*
javascript: add JSDict type
bptato
2023-09-09
1
-1
/
+16
*
buffer: basic click event support
bptato
2023-08-31
1
-3
/
+14
*
javascript: fix fromJSFunction, simplify setOpaque
bptato
2023-08-30
1
-1
/
+3
*
javascript: factor out fromJS
bptato
2023-08-29
1
-0
/
+457