about summary refs log tree commit diff stats
path: root/src/html/dom.nim
Commit message (Expand)AuthorAgeFilesLines
...
* response: add blob() functionbptato2023-09-171-1/+1
* dom: fix incorrect iteration in descendantsbptato2023-09-141-2/+3
* Update submodulesbptato2023-09-141-1/+2
* move around more modulesbptato2023-09-141-3/+3
* dom: align some return values with their webidlbptato2023-09-081-11/+11
* dom: set input type to text if not givenbptato2023-09-071-0/+2
* twtstr: remove toLowerAscii2bptato2023-09-071-8/+10
* dom: fix previousElementSiblingbptato2023-09-011-2/+2
* dom: fix previous/nextElementSibling, add location stringifierbptato2023-08-311-12/+15
* javascript: factor out fromJSbptato2023-08-291-1/+2
* refactor: Result[T, DOMException] -> DOMResult[T]bptato2023-08-281-15/+15
* javascript: refactorbptato2023-08-281-2/+5
* javascript: de-ref some interfacesbptato2023-08-281-8/+11
* dom: add some null checks for windowbptato2023-08-231-4/+8
* javascript: finish LegacyUnforgeable + misc fixesbptato2023-08-201-13/+13
* javascript: update Events, misc fixes & additionsbptato2023-08-201-1/+12
* dom: remove dead codebptato2023-08-161-7/+0
* Move HTML parsing into Chamebptato2023-08-151-1/+2
* Move charsets into chakasubptato2023-08-141-2/+3
* Add mailcap, mime.types & misc refactoringsbptato2023-08-131-4/+5
* Fixes & workarounds to compile on Nim 2.0.0bptato2023-08-011-6/+6
* dom: fix hasChildbptato2023-07-271-1/+1
* htmlparser: decouple from DOMbptato2023-07-091-17/+8
* dom: work around bad codegenbptato2023-07-041-4/+6
* dom: add NodeType consts to Nodebptato2023-07-041-0/+1
* Add XHR/Event stubsbptato2023-07-021-4/+2
* Cache Node.children, Node.childNodesbptato2023-07-011-4/+23
* Use separate flag for adding getset instead of reprbptato2023-07-011-2/+2
* use =destroy instead of finalizersbptato2023-07-011-0/+53
* dom: synchronously load scriptsbptato2023-06-291-17/+13
* Add assign, replace, reload to locationbptato2023-06-291-1/+13
* Add window.locationbptato2023-06-291-2/+132
* Remove .jsgctorbptato2023-06-291-3/+6
* cssparser: remove SyntaxErrorbptato2023-06-251-4/+7
* css/values: use Result instead of exceptionsbptato2023-06-251-4/+2
* Do not allow text() twice, etc...bptato2023-06-201-2/+4
* Reject fetch promise on network errorbptato2023-06-191-4/+3
* Get rid of the .jserr pragmabptato2023-06-191-147/+167
* Cleanups & bug fixes involving promisesbptato2023-06-151-12/+17
* 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-071-0/+2
* Refactor bitmap, add png color modesbptato2023-06-061-0/+2
* Add support for canvas and multipartbptato2023-06-051-79/+478
* Add some console functions to DOMbptato2023-06-011-0/+17
* Add setTimeout, setInterval to windowbptato2023-06-011-0/+2
* Rewrite new Request bindingbptato2023-05-211-1/+4
* remove stray eprint, remove unused make*bptato2023-05-131-6/+0
* dom: fix one-off error in insertNodebptato2023-04-301-2/+1
* nim 1.6.12 supportbptato2023-04-161-1/+1