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
/
html
/
env.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
window: inherit from EventTarget
bptato
2023-10-25
1
-2
/
+3
*
base64: reduce pointless re-coding using JSString
bptato
2023-10-21
1
-2
/
+4
*
javascript: add TextEncoder, TextDecoder
bptato
2023-10-21
1
-0
/
+2
*
WindowAttributes: refactor
bptato
2023-10-19
1
-1
/
+1
*
Refactor Console
bptato
2023-10-13
1
-2
/
+4
*
move around more modules
bptato
2023-09-14
1
-5
/
+5
*
fetch: use JSDict
bptato
2023-09-09
1
-1
/
+1
*
dom: align some return values with their webidl
bptato
2023-09-08
1
-2
/
+2
*
fetch: allow string input, allow init dictionary
bptato
2023-09-08
1
-2
/
+4
*
Add btoa, atob
bptato
2023-09-07
1
-0
/
+7
*
javascript: refactor
bptato
2023-08-28
1
-1
/
+2
*
javascript: de-ref some interfaces
bptato
2023-08-28
1
-25
/
+25
*
dom: add some null checks for window
bptato
2023-08-23
1
-1
/
+1
*
javascript: finish LegacyUnforgeable + misc fixes
bptato
2023-08-20
1
-1
/
+3
*
htmlparser: decouple from DOM
bptato
2023-07-09
1
-1
/
+1
*
Add XHR/Event stubs
bptato
2023-07-02
1
-1
/
+5
*
Factor out headers into separate module
bptato
2023-07-01
1
-0
/
+2
*
Add window.location
bptato
2023-06-29
1
-4
/
+8
*
Working Nim-QuickJS GC integration
bptato
2023-06-24
1
-1
/
+1
*
Reject fetch promise on network error
bptato
2023-06-19
1
-1
/
+1
*
Rework JS exception system
bptato
2023-06-19
1
-0
/
+2
*
Cleanups & bug fixes involving promises
bptato
2023-06-15
1
-0
/
+2
*
Add support for width, height media query
bptato
2023-06-07
1
-1
/
+3
*
Add support for canvas and multipart
bptato
2023-06-05
1
-0
/
+17
*
Add module loading to client
bptato
2023-06-01
1
-1
/
+1
*
Add setTimeout, setInterval to window
bptato
2023-06-01
1
-16
/
+54
*
WIP fetch
bptato
2023-04-30
1
-0
/
+6
*
client, pager, dom, ...: better error handling
bptato
2023-01-04
1
-1
/
+3
*
dom: add better attribute reflection
bptato
2023-01-02
1
-5
/
+3
*
DOM: implement many new methods
bptato
2022-12-26
1
-0
/
+3
*
dom: add navigator object
bptato
2022-12-26
1
-0
/
+46
*
More DOM work
bptato
2022-12-19
1
-0
/
+2
*
Add JS support to documents
bptato
2022-12-18
1
-0
/
+26