339 Commits (master)

Author SHA1 Message Date
Dustin Wilson 91b9615f8a Started DOM documentation 3 years ago
Dustin Wilson 1c20e458ea Element::classList fixes 3 years ago
Dustin Wilson c023e35f9c Added Element::classList 3 years ago
Dustin Wilson 4f2ded817c Fixed ownerDocument issue with TemplateElement 3 years ago
Dustin Wilson 5ea14e81ca Added TemplateElement 3 years ago
J. King 5ad1c93a80 Clarify charset detection 3 years ago
J. King 28525a2c9f Don't claim copyright on machine-generated data 3 years ago
J. King d33929f4a1 Change namespace; add copyright info 3 years ago
J. King aaf85387be Remove uses of is_null for consistency 3 years ago
J. King 8d5079deae Minor simplifications 3 years ago
J. King bfa7352713 Speed up character consumption 3 years ago
J. King 9db552e344 Optimize adoption agency 3 years ago
J. King 706db27a72 Minor optimizations to tree builder 3 years ago
J. King f8ba63629c Speed up tokenizer slightly 3 years ago
J. King 7f3c93d966 Optimize tree builder 3 years ago
Dustin Wilson fa4cd1e09f Serializer optimization 3 years ago
Dustin Wilson fbefea3073 Add Walk and Moonwalk generators 3 years ago
J. King d319be477e Improve coverage 3 years ago
J. King 95e6cf7d6c Defer further unit testing of tokenizer 3 years ago
J. King 82621a11e3 Sort out namespaced attributes 3 years ago
Dustin Wilson 02add5633a More cleaning up of exceptions 3 years ago
J. King 4d15451270 Fix syntax error 3 years ago
Dustin Wilson b5016d7899 Starting to clean up exceptions 3 years ago
Dustin Wilson 4771a65239 Added setAttributeNode, setAttributeNodeNS support for id attributes 3 years ago
J. King b4d2f21199 Add missing tests for charset pre-scan 3 years ago
J. King 93f0e3cf73 Minor cleanup 3 years ago
J. King 3915b41e47 Set id attributes as IDs 3 years ago
J. King 66093df6b7 Fix fragment parser and regression in innerHTML 3 years ago
Dustin Wilson b174c6b49b inner and outerHTML now use parseFragment, fixes to parseFragment 3 years ago
Dustin Wilson b6c854be11 Finished off outerHTML 3 years ago
J. King dfe3ad3a99 Remove obsolete comments 3 years ago
Dustin Wilson c1bf8c983b Added innerHTML to Element, getting of outerHTML, started on setting 3 years ago
J. King 6cac402375 Minor cleanup 3 years ago
J. King ef2cb5a835 Don't emit errors if positions are not tracked 3 years ago
J. King 8131888634 Expose original document encoding 3 years ago
J. King 66d0699947 Don't pass the stack unnecessarily 3 years ago
J. King 2522059fa8 Fix object reference cycle 3 years ago
J. King 0392b816c0 Move integration point checking to tree builder 3 years ago
J. King 403432bad5 Consolidate tree constructor into single loop 3 years ago
J. King 55516faeea Remove last instance of recursive reprocessing 3 years ago
J. King 5895614c2c Remove more instances of recursive reprocessing 3 years ago
J. King 329a86b082 Use separate class for null character tokens 3 years ago
J. King b4c50a1115 Fixed missed double emission in tokenizer 3 years ago
J. King 354f5acf0a Simplify tree construction slightly 3 years ago
Dustin Wilson ce127d0192 Fixed printing of document types 3 years ago
J. King 7f53465951 Fix remaining error positions 3 years ago
J. King c6c51475cf Convert tokenizer to generator 3 years ago
J. King 3111c88376 Optimize character consumption 3 years ago
J. King dfac8ad4f1 Reduce calls to count() 3 years ago
J. King 8031648e03 Speed up the open elements stack 3 years ago