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
Commit message (
Expand
)
Author
Age
Files
Lines
*
config: clean up/simplify
bptato
2024-03-17
1
-4
/
+6
*
man: rewrite in Nim
bptato
2024-03-13
1
-21
/
+22
*
loader: rework process model
bptato
2024-03-11
1
-1
/
+1
*
quickjs: reduce diff with upstream
bptato
2024-03-02
2
-6
/
+8
*
dom: add onload content attribute to body
bptato
2024-02-24
3
-3
/
+26
*
dom: print parse errors to console
bptato
2024-02-24
1
-6
/
+8
*
Replace Chakasu with Chagashi
bptato
2024-02-22
2
-53
/
+147
*
regex: compileSearchRegex improvements
bptato
2024-02-18
1
-9
/
+7
*
regex: re-work compileSearchRegex
bptato
2024-02-17
5
-65
/
+62
*
js: fix fromJSEnum
bptato
2024-02-08
2
-6
/
+17
*
regex: fix 8-bit narrow strings in JS
bptato
2024-02-05
1
-1
/
+1
*
js: always use var destructor
bptato
2024-01-29
1
-8
/
+2
*
js: update pragma docs
bptato
2024-01-24
1
-3
/
+9
*
js: define toStringTag properly
bptato
2024-01-24
2
-3
/
+12
*
js: allow specifying static function name, small refactoring
bptato
2024-01-24
1
-58
/
+60
*
js: small improvements
bptato
2024-01-17
2
-21
/
+53
*
Use errDOMException template everywhere
bptato
2024-01-11
1
-4
/
+4
*
js: merge some type modules into jstypes
bptato
2024-01-11
9
-44
/
+45
*
js: use Nim allocator
bptato
2024-01-08
1
-1
/
+19
*
Use std/* imports everywhere
bptato
2024-01-07
6
-19
/
+19
*
tojs: document + remove unused JSCFunction converter
bptato
2024-01-07
1
-7
/
+41
*
Fix some casing issues
bptato
2024-01-06
1
-4
/
+4
*
Compile with styleCheck:usages
bptato
2023-12-28
3
-3
/
+3
*
dom: use JS_EvalFunction; add module fetching stubs
bptato
2023-12-25
1
-0
/
+7
*
bindings/quickjs: cint -> csize_t
bptato
2023-12-23
1
-2
/
+3
*
js: fix nil deref in jsgetprop
bptato
2023-12-20
1
-4
/
+9
*
pager: add marks
bptato
2023-12-09
1
-0
/
+15
*
event: remove ctx from CustomEvent
bptato
2023-12-03
2
-23
/
+38
*
pager, container: add text selection/copying
bptato
2023-12-03
2
-0
/
+26
*
Get rid of clang 16 workaround
bptato
2023-12-02
1
-2
/
+3
*
js: get rid of emit
bptato
2023-12-02
1
-22
/
+15
*
js: get rid of getJSValue
bptato
2023-12-02
1
-10
/
+9
*
html: add HTMLElement.dataset (+ some twtstr cleanup)
bptato
2023-12-01
1
-6
/
+14
*
js: simplify toJSP0
bptato
2023-11-30
2
-31
/
+11
*
js: allow subclassing platform objects in JS
bptato
2023-11-30
3
-5
/
+50
*
intl: stub out Intl.PluralRules
bptato
2023-11-30
2
-0
/
+26
*
js: remove nonsensical comment line
bptato
2023-11-26
1
-1
/
+0
*
fromjs: fix fromJSOption with nil
bptato
2023-11-21
1
-1
/
+1
*
js: refine isInstanceOf check in functions
bptato
2023-10-25
3
-13
/
+30
*
js: define global properties as CONFIGURABLE | WRITABLE
bptato
2023-10-25
2
-2
/
+7
*
reduce new() usage
bptato
2023-10-25
2
-3
/
+2
*
Add jspropnames, CSSStyleDeclaration stub
bptato
2023-10-25
2
-3
/
+92
*
dom: add outerHTML setter
bptato
2023-10-23
1
-0
/
+3
*
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
4
-35
/
+31
*
javascript: add TextEncoder, TextDecoder
bptato
2023-10-21
6
-0
/
+178
*
XHR progress
bptato
2023-10-14
1
-3
/
+4
*
Refactor Console
bptato
2023-10-13
1
-0
/
+58
[next]