about summary refs log tree commit diff stats
path: root/src/html
Commit message (Expand)AuthorAgeFilesLines
* dom: add outerHTML setterbptato2023-10-231-53/+143
* Add innerHTML setterbptato2023-10-232-9/+66
* dom: use same url in eval filename as in the console.log statementbptato2023-10-221-2/+2
* base64: reduce pointless re-coding using JSStringbptato2023-10-211-2/+4
* javascript: add TextEncoder, TextDecoderbptato2023-10-211-0/+2
* WindowAttributes: refactorbptato2023-10-192-2/+2
* Refactor Consolebptato2023-10-132-43/+6
* Use twtstr.join everywherebptato2023-10-012-2/+4
* Get rid of unicode.toLowerbptato2023-10-011-3/+3
* Improve implicit form submissionbptato2023-09-301-10/+15
* client, timeout: simplifybptato2023-09-241-1/+1
* fix size for some input typesbptato2023-09-221-1/+1
* buffer: support <a name=... for anchor navigationbptato2023-09-201-0/+9
* update chamebptato2023-09-193-2/+46
* dom: fix regressionbptato2023-09-191-1/+1
* dom: add document.all, misc fixesbptato2023-09-191-17/+63
* dom: exclude password from exception logbptato2023-09-191-1/+3
* response: add blob() functionbptato2023-09-171-1/+1
* dom: fix incorrect iteration in descendantsbptato2023-09-141-2/+3
* Update submodulesbptato2023-09-142-2/+11
* move around more modulesbptato2023-09-143-9/+9
* event: use JSDictbptato2023-09-091-20/+18
* fetch: use JSDictbptato2023-09-091-1/+1
* dom: align some return values with their webidlbptato2023-09-082-13/+13
* fetch: allow string input, allow init dictionarybptato2023-09-081-2/+4
* Add btoa, atobbptato2023-09-071-0/+7
* 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
* buffer: basic click event supportbptato2023-08-311-7/+15
* dom: fix previous/nextElementSibling, add location stringifierbptato2023-08-311-12/+15
* javascript: factor out fromJSbptato2023-08-293-1/+4
* refactor: Result[T, DOMException] -> DOMResult[T]bptato2023-08-281-15/+15
* refactor: Result[T, JSError] -> JSResult[T]bptato2023-08-281-2/+2
* javascript: refactorbptato2023-08-284-4/+11
* javascript: de-ref some interfacesbptato2023-08-282-33/+36
* dom: add some null checks for windowbptato2023-08-232-5/+9
* DOMParser: use correct URLbptato2023-08-231-5/+11
* javascript: finish LegacyUnforgeable + misc fixesbptato2023-08-202-14/+16
* javascript: update Events, misc fixes & additionsbptato2023-08-202-2/+236
* dom: remove dead codebptato2023-08-161-7/+0
* chadombuilder: implement restartbptato2023-08-151-0/+12
* Move HTML parsing into Chamebptato2023-08-157-4589/+5
* Move charsets into chakasubptato2023-08-144-6/+10
* Add mailcap, mime.types & misc refactoringsbptato2023-08-131-4/+5
* Fixes & workarounds to compile on Nim 2.0.0bptato2023-08-012-27/+27
* htmlparser: replace stray insert callbptato2023-07-271-1/+1
* dom: fix hasChildbptato2023-07-271-1/+1
* htmlparser: fix <th> not closing table cellsbptato2023-07-271-1/+1
* htmlparser: remove stray nil comparisonbptato2023-07-271-4/+3