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
*
headers, request: bring it closer to the standard
bptato
2024-07-27
1
-3
/
+3
*
env: add alert shim
bptato
2024-07-27
1
-0
/
+3
*
html: event cleanup, XHR progress
bptato
2024-07-18
1
-4
/
+6
*
timeout: simplify, misc fixes
bptato
2024-07-16
1
-7
/
+7
*
config: add various missing options
bptato
2024-06-29
1
-1
/
+2
*
env: fix nil deref in client
bptato
2024-06-22
1
-1
/
+3
*
dom: simplify window.loader
bptato
2024-06-09
1
-11
/
+9
*
Move JS wrapper into Monoucha
bptato
2024-06-03
1
-5
/
+6
*
html: improve Request, derive Client from Window
bptato
2024-05-20
1
-15
/
+33
*
js: allow var instead of ptr
bptato
2024-05-12
1
-33
/
+33
*
js: refactor
bptato
2024-05-08
1
-2
/
+7
*
Use isSome instead of isOk
bptato
2024-05-05
1
-1
/
+1
*
js: fix various leaks etc.
bptato
2024-05-03
1
-3
/
+3
*
dom: fix property event handler setters
bptato
2024-04-21
1
-0
/
+10
*
Update code style
bptato
2024-04-17
1
-14
/
+19
*
js: remove automatic function -> closure conversion
bptato
2024-04-15
1
-1
/
+1
*
io: derive DynStream from RootObj (not Stream)
bptato
2024-03-24
1
-8
/
+9
*
Move around some modules
bptato
2024-03-14
1
-3
/
+3
*
quickjs: reduce diff with upstream
bptato
2024-03-02
1
-2
/
+3
*
env: add window.screen
bptato
2024-03-02
1
-1
/
+21
*
term: improve pixels-per-column/line detection
bptato
2024-02-25
1
-1
/
+1
*
buffer: load external resources when they are attached
bptato
2024-02-08
1
-1
/
+2
*
Update chame
bptato
2024-02-07
1
-3
/
+5
*
js: merge some type modules into jstypes
bptato
2024-01-11
1
-1
/
+1
*
dom: use JS_EvalFunction; add module fetching stubs
bptato
2023-12-25
1
-2
/
+4
*
env: add window.top, window.parent
bptato
2023-11-29
1
-3
/
+12
*
env: stub out window.getComputedStyle()
bptato
2023-11-21
1
-0
/
+5
*
env: add window.frames, window.self
bptato
2023-11-15
1
-0
/
+6
*
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
[next]