about summary refs log tree commit diff stats
path: root/src/html
Commit message (Expand)AuthorAgeFilesLines
...
* dom: fix select default displaybptato2022-12-211-3/+15
* Add unicode normalization, etcbptato2022-12-191-2/+2
* More DOM workbptato2022-12-194-250/+548
* More work on DOM (incl. bugfixes)bptato2022-12-191-143/+129
* Add JS support to documentsbptato2022-12-183-67/+571
* htmltokenizer: fix after attribute value (quoted) bugbptato2022-12-161-1/+3
* git wtf momentbptato2022-12-151-11/+0
* Merge branch 'master' of ssh://192.168.0.230/~/x/chabptato2022-12-151-0/+11
|\
| * htmltokenizer: implement a small todobptato2022-12-152-7/+13
* | htmltokenizer: implement a small todobptato2022-12-152-16/+21
|/
* htmltokenizer: fix newline handling with insufficient buffer lengthbptato2022-12-151-2/+6
* Fix decoder bugs, move decoder to encoding/bptato2022-12-102-6/+6
* Add support for the encoding standard, fix parseLegacyColorbptato2022-12-102-120/+233
* htmlparser: fix bug where tokens wouldn't be reprocessed after close_cellbptato2022-12-071-0/+1
* Fix typobptato2022-11-301-1/+1
* Add textareabptato2022-11-283-79/+154
* Add support for <button>bptato2022-11-272-4/+28
* Fix adoption agency algorithm bugsbptato2022-11-271-5/+11
* Fix some table layout issuesbptato2022-11-251-1/+1
* Re-enable media queriesbptato2022-10-191-4/+11
* Rename jsget/jsset to jsfget/jsfset for functionsbptato2022-09-161-5/+5
* Bugfixes & test JS event loopbptato2022-09-161-8/+42
* More JS bindingsbptato2022-09-133-15/+84
* Fix nth-child bugs, rename select to matchbptato2022-08-231-3/+15
* Fix incorrect selector parsing, remove httpclient from loaderbptato2022-08-031-0/+9
* Add interactive <select>bptato2022-07-311-2/+17
* Add SupportedFormAssociatedElementsbptato2022-07-303-8/+11
* Increase tokenizer buffer size, add mark color optionbptato2022-07-291-1/+1
* Fix incorrect use of del()bptato2022-07-292-12/+12
* Fix StyledNode invalidation & othersbptato2022-07-271-4/+3
* Fix an infinite loop in getElementByIdbptato2022-07-231-11/+4
* Optimize dombptato2022-07-211-74/+72
* Enable remote stylesheets; fix inline block valuesbptato2022-07-181-1/+2
* Fix yet another parser bugbptato2022-07-181-2/+1
* Fix another parser bugbptato2022-07-171-3/+4
* Fix a parser bugbptato2022-07-171-2/+47
* Implement select element displaybptato2022-07-172-54/+183
* Fix formsbptato2022-07-173-24/+21
* Use StyledNodes instead of passing the entire DOM to the layout enginebptato2022-07-161-36/+6
* Clean up HTML namespace mess, enable processInForeignContentbptato2022-07-142-26/+91
* Fix a tokenizer bug, clean up some warningsbptato2022-07-123-10/+30
* Fix and clean up some dom-based featuresbptato2022-07-112-52/+77
* Implement HTML5 parsingbptato2022-07-114-2067/+3856
* Implement standard-compliant HTML tokenizerbptato2022-06-271-1/+1492
* Store html entities as zero terminated stringsbptato2022-06-071-4/+4
* Add querySelector and querySelectorAll for Elementbptato2022-05-231-0/+17
* SpecifiedValue -> ComputedValuebptato2022-05-131-2/+2
* Rename conflicting source filesbptato2022-05-101-0/+0
* Add support for :nth-child, implement textContentbptato2022-05-101-0/+11
* Some loader polishingbptato2022-02-091-1/+10
ded Makefile' href='/akspecs/ranger/commit/Makefile?h=v1.9.2&id=e9e4b4ffa4b4865c46acbebfc7ef2083bfac0210'>e9e4b4ff ^
5fca2a0b ^


7ed4e620 ^
5fca2a0b ^

c7720fff ^



8d21b83c ^


e9e4b4ff ^
25a4162d ^
e9e4b4ff ^
0c2c782d ^
636d9393 ^
b0a216f5 ^
c0d63e78 ^



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