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
/
dom.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
dom: add better attribute reflection
bptato
2023-01-02
1
-104
/
+222
*
dom: support a few more getters/setters
bptato
2023-01-02
1
-8
/
+47
*
Add support for <label>
bptato
2023-01-02
1
-1
/
+53
*
dom: fix collection caching
bptato
2022-12-27
1
-37
/
+51
*
Implement DOMTokenList, item functions for collections
bptato
2022-12-26
1
-34
/
+125
*
getElementsByClassName on Document and Element
bptato
2022-12-26
1
-3
/
+9
*
Correct attribute functions, de-extern jserr
bptato
2022-12-26
1
-75
/
+54
*
dom: correct constructors, more create functions
bptato
2022-12-26
1
-43
/
+85
*
DOM: implement many new methods
bptato
2022-12-26
1
-8
/
+121
*
dom: add navigator object
bptato
2022-12-26
1
-2
/
+12
*
dom: fix select default display
bptato
2022-12-21
1
-3
/
+15
*
Add unicode normalization, etc
bptato
2022-12-19
1
-2
/
+2
*
More DOM work
bptato
2022-12-19
1
-243
/
+534
*
More work on DOM (incl. bugfixes)
bptato
2022-12-19
1
-143
/
+129
*
Add JS support to documents
bptato
2022-12-18
1
-41
/
+503
*
Fix typo
bptato
2022-11-30
1
-1
/
+1
*
Add textarea
bptato
2022-11-28
1
-45
/
+112
*
Add support for <button>
bptato
2022-11-27
1
-2
/
+23
*
Re-enable media queries
bptato
2022-10-19
1
-4
/
+11
*
Rename jsget/jsset to jsfget/jsfset for functions
bptato
2022-09-16
1
-5
/
+5
*
Bugfixes & test JS event loop
bptato
2022-09-16
1
-8
/
+42
*
More JS bindings
bptato
2022-09-13
1
-12
/
+63
*
Fix nth-child bugs, rename select to match
bptato
2022-08-23
1
-3
/
+15
*
Add interactive <select>
bptato
2022-07-31
1
-2
/
+17
*
Add SupportedFormAssociatedElements
bptato
2022-07-30
1
-3
/
+2
*
Fix incorrect use of del()
bptato
2022-07-29
1
-1
/
+1
*
Fix StyledNode invalidation & others
bptato
2022-07-27
1
-4
/
+3
*
Fix an infinite loop in getElementById
bptato
2022-07-23
1
-11
/
+4
*
Optimize dom
bptato
2022-07-21
1
-74
/
+72
*
Enable remote stylesheets; fix inline block values
bptato
2022-07-18
1
-1
/
+2
*
Implement select element display
bptato
2022-07-17
1
-53
/
+174
*
Fix forms
bptato
2022-07-17
1
-22
/
+17
*
Use StyledNodes instead of passing the entire DOM to the layout engine
bptato
2022-07-16
1
-36
/
+6
*
Clean up HTML namespace mess, enable processInForeignContent
bptato
2022-07-14
1
-9
/
+8
*
Fix a tokenizer bug, clean up some warnings
bptato
2022-07-12
1
-6
/
+19
*
Fix and clean up some dom-based features
bptato
2022-07-11
1
-44
/
+69
*
Implement HTML5 parsing
bptato
2022-07-11
1
-88
/
+348
*
Add querySelector and querySelectorAll for Element
bptato
2022-05-23
1
-0
/
+17
*
SpecifiedValue -> ComputedValue
bptato
2022-05-13
1
-2
/
+2
*
Add support for :nth-child, implement textContent
bptato
2022-05-10
1
-0
/
+11
*
Cleanup form method code
bptato
2022-02-08
1
-8
/
+38
*
Implement forms
bptato
2022-01-29
1
-39
/
+188
*
Fix stylesheet containment bug
bptato
2022-01-25
1
-4
/
+0
*
Optimize cascading algorithm
bptato
2022-01-24
1
-0
/
+1
*
Refactor
bptato
2022-01-24
1
-11
/
+12
*
Fix node to cell mapping
bptato
2022-01-24
1
-8
/
+29
*
Support external stylesheets
bptato
2022-01-23
1
-2
/
+11
*
Fix page navigation
bptato
2022-01-22
1
-4
/
+7
*
Remove specified values for PSEUDO_NONE
bptato
2022-01-19
1
-1
/
+1
*
Implement basics of new layout engine
bptato
2022-01-18
1
-2
/
+10
[next]