about summary refs log tree commit diff stats
path: root/src/html
Commit message (Expand)AuthorAgeFilesLines
...
* Add assign, replace, reload to locationbptato2023-06-291-1/+13
* Add window.locationbptato2023-06-292-6/+140
* Remove .jsgctorbptato2023-06-291-3/+6
* cssparser: remove SyntaxErrorbptato2023-06-251-4/+7
* css/values: use Result instead of exceptionsbptato2023-06-251-4/+2
* Working Nim-QuickJS GC integrationbptato2023-06-241-1/+1
* radixtree: optimize searchingbptato2023-06-231-19/+15
* Do not allow text() twice, etc...bptato2023-06-201-2/+4
* Reject fetch promise on network errorbptato2023-06-192-5/+4
* Get rid of the .jserr pragmabptato2023-06-192-152/+174
* Rework JS exception systembptato2023-06-191-0/+2
* input size as presentational hintbptato2023-06-181-0/+4
* Cleanups & bug fixes involving promisesbptato2023-06-152-12/+19
* Fix various layout bugs, prepare for image supportbptato2023-06-121-5/+29
* Remove JSObject again, add File API constructorbptato2023-06-081-7/+7
* Add support for width, height media querybptato2023-06-072-1/+5
* Refactor bitmap, add png color modesbptato2023-06-061-0/+2
* Add support for canvas and multipartbptato2023-06-052-79/+495
* Add some console functions to DOMbptato2023-06-011-0/+17
* Add module loading to clientbptato2023-06-011-1/+1
* Add setTimeout, setInterval to windowbptato2023-06-012-16/+56
* Rewrite new Request bindingbptato2023-05-211-1/+4
* Add display/output encodingbptato2023-05-191-33/+32
* Refactor config, add charset optsbptato2023-05-161-40/+60
* remove stray eprint, remove unused make*bptato2023-05-131-6/+0
* Merge branch 'wip_fetch'bptato2023-04-301-0/+6
|\
| * WIP fetchbptato2023-04-301-0/+6
* | dom: fix one-off error in insertNodebptato2023-04-301-2/+1
|/
* nim 1.6.12 supportbptato2023-04-161-1/+1
* htmlparser: add missing reprocess token for trbptato2023-04-081-0/+1
* dom: store index among siblings for nodesbptato2023-03-102-58/+68
* dom: set document url in constructorbptato2023-03-081-1/+2
* dom: set childonly flags where neededbptato2023-02-141-6/+7
* html/dom: add Node.remove()bptato2023-02-131-1/+4
* css/cascade: remove scoped sheetsbptato2023-01-072-19/+26
* dom: fix object conversion bug in optionsbptato2023-01-051-1/+1
* client, pager, dom, ...: better error handlingbptato2023-01-042-8/+8
* dom: add better attribute reflectionbptato2023-01-023-109/+230
* dom: support a few more getters/settersbptato2023-01-021-8/+47
* Add support for <label>bptato2023-01-021-1/+53
* dom: fix collection cachingbptato2022-12-271-37/+51
* Implement DOMTokenList, item functions for collectionsbptato2022-12-261-34/+125
* getElementsByClassName on Document and Elementbptato2022-12-261-3/+9
* Correct attribute functions, de-extern jserrbptato2022-12-262-76/+55
* dom: correct constructors, more create functionsbptato2022-12-262-46/+89
* DOM: implement many new methodsbptato2022-12-262-8/+124
* dom: add navigator objectbptato2022-12-262-2/+58
* dom: fix select default displaybptato2022-12-211-3/+15
* Add unicode normalization, etcbptato2022-12-191-2/+2
* More DOM workbptato2022-12-194-250/+548