about summary refs log tree commit diff stats
path: root/src/html/htmlparser.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation on nim 1.6.10bptato2023-07-171-2/+3
* htmlparser: fix regressionbptato2023-07-171-2/+2
* htmlparser: make getTemplateContent optionalbptato2023-07-151-3/+4
* htmlparser: check required callbacksbptato2023-07-151-0/+13
* htmlparser: add parse error handlingbptato2023-07-151-166/+248
* htmlparser: correct outdated commentbptato2023-07-141-9/+3
* htmlparser: fix form association regressionbptato2023-07-101-6/+10
* htmlparser: remove more references to dombptato2023-07-091-10/+28
* htmlparser: more Option wrapping, remove dom referencebptato2023-07-091-18/+21
* htmlparser: fix fragment case, fix head bugbptato2023-07-091-8/+13
* htmlparser: decouple from DOMbptato2023-07-091-524/+885
* return Result[T, JSError] from fromJSbptato2023-07-021-1/+0
* use =destroy instead of finalizersbptato2023-07-011-0/+2
* Get rid of the .jserr pragmabptato2023-06-191-5/+7
* Add display/output encodingbptato2023-05-191-33/+32
* Refactor config, add charset optsbptato2023-05-161-40/+60
* htmlparser: add missing reprocess token for trbptato2023-04-081-0/+1
* dom: store index among siblings for nodesbptato2023-03-101-1/+1
* css/cascade: remove scoped sheetsbptato2023-01-071-6/+0
* Correct attribute functions, de-extern jserrbptato2022-12-261-1/+1
* dom: correct constructors, more create functionsbptato2022-12-261-3/+4
* More DOM workbptato2022-12-191-7/+8
* Add JS support to documentsbptato2022-12-181-26/+42
* 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-151-5/+11
* | htmltokenizer: implement a small todobptato2022-12-151-14/+19
|/
* Fix decoder bugs, move decoder to encoding/bptato2022-12-101-5/+5
* Add support for the encoding standard, fix parseLegacyColorbptato2022-12-101-8/+104
* htmlparser: fix bug where tokens wouldn't be reprocessed after close_cellbptato2022-12-071-0/+1
* Add textareabptato2022-11-281-33/+41
* Fix adoption agency algorithm bugsbptato2022-11-271-5/+11
* Fix some table layout issuesbptato2022-11-251-1/+1
* More JS bindingsbptato2022-09-131-2/+20
* Add SupportedFormAssociatedElementsbptato2022-07-301-5/+4
* Fix incorrect use of del()bptato2022-07-291-11/+11
* 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-171-1/+9
* Fix formsbptato2022-07-171-1/+1
* Clean up HTML namespace mess, enable processInForeignContentbptato2022-07-141-17/+83
* Fix a tokenizer bug, clean up some warningsbptato2022-07-121-3/+10
* Fix and clean up some dom-based featuresbptato2022-07-111-8/+8
* Implement HTML5 parsingbptato2022-07-111-1967/+1920
* Implement standard-compliant HTML tokenizerbptato2022-06-271-1/+1492
* Rename conflicting source filesbptato2022-05-101-0/+518
* Reorganize importsbptato2021-08-071-459/+0
* HTML display with highly broken box modelbptato2021-08-061-1/+1
* Refactoring in buffer.nimbptato2021-08-061-5/+5