about summary refs log tree commit diff stats
path: root/lib/chame
Commit message (Collapse)AuthorAgeFilesLines
* Update submodulesbptato2024-07-281-0/+0
|
* Update Chame, Chagashibptato2024-06-131-0/+0
|
* Update Chamebptato2024-04-091-0/+0
|
* Update chamebptato2024-03-031-0/+0
|
* Update chamebptato2024-02-211-0/+0
|
* Update chamebptato2024-02-081-0/+0
|
* Update chamebptato2024-02-071-0/+0
|
* Incremental renderingbptato2024-02-071-0/+0
| | | | | | | | | | | | Yay! Admittedly, it is not very useful in its current form, except maybe on very slow networks. The problem is that renderDocument is *slow*, so we only run it when onload fails to consume all bytes from the network in a single pass. Even then, we are guaranteed to get a FOUC, since CSS is only downloaded in finishLoad(). Well, I think it's cool, anyway.
* Update chamebptato2024-02-071-0/+0
| | | | | | | | * Update chame to the latest version * Get rid of nodeType usage * Add atoms * Re-implement DOM attributes * document.write
* Update chamebptato2023-12-031-0/+0
|
* Add innerHTML setterbptato2023-10-231-0/+0
| | | | yay
* Update chamebptato2023-09-301-0/+0
|
* update chamebptato2023-09-241-0/+0
|
* update chamebptato2023-09-191-0/+0
| | | | and with that, resolve the unknown input type issue
* Update submodulesbptato2023-09-141-0/+0
|
* Move HTML parsing into Chamebptato2023-08-151-0/+0
Operation "modularize Chawan somewhat" part 2
+0100 committer bptato <nincsnevem662@gmail.com> 2024-02-12 22:11:51 +0100 stricter typing' href='/ahoang/chawan/commit/src/loader/loaderhandle.nim?id=c2bc54b88fdd0297255d21192f4936e3a9de0075'>c2bc54b8 ^
8e6783a4 ^
27a47bc9 ^
d8c4b097 ^
407b5253 ^
407b5253 ^





c4f0423e ^
8e6783a4 ^

250cbcfa ^

d526deb9 ^
c4f0423e ^





d526deb9 ^
8e6783a4 ^

c4f0423e ^
d8c4b097 ^
506fe657 ^
c4f0423e ^


8e6783a4 ^
c4f0423e ^







d526deb9 ^
407b5253 ^



c4f0423e ^
407b5253 ^







dbdb1c0d ^


c4f0423e ^
407b5253 ^
27a47bc9 ^




c4f0423e ^





407b5253 ^
c4f0423e ^

8e6783a4 ^
c4f0423e ^






8e6783a4 ^
c4f0423e ^
d526deb9 ^
c4f0423e ^

aa8f9676 ^
1c0df44a ^
c4f0423e ^
1c0df44a ^


c4f0423e ^
d526deb9 ^
1c0df44a ^
c4f0423e ^
d526deb9 ^
1c0df44a ^
c4f0423e ^

1c0df44a ^

c4f0423e ^
8e6783a4 ^
1c0df44a ^
c2bc54b8 ^


c4f0423e ^
d526deb9 ^
c4f0423e ^

d526deb9 ^

c4f0423e ^




ab203acf ^

407b5253 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153