265 Commits (36ffdc4dd268377fb07fe13826a71b8c59966bb3)
 

Author SHA1 Message Date
J. King 9db552e344 Optimize adoption agency 4 years ago
J. King 706db27a72 Minor optimizations to tree builder 4 years ago
J. King f8ba63629c Speed up tokenizer slightly 4 years ago
J. King 7f3c93d966 Optimize tree builder 4 years ago
Dustin Wilson fa4cd1e09f Serializer optimization 4 years ago
Dustin Wilson fbefea3073 Add Walk and Moonwalk generators 4 years ago
J. King 66fb537993 Clean up charset tests 4 years ago
J. King 54a4b95da6 Note handling of bogus XLink namespace 4 years ago
J. King d319be477e Improve coverage 4 years ago
J. King 95e6cf7d6c Defer further unit testing of tokenizer 4 years ago
J. King 1353cdc8ab Tests for xml:id 4 years ago
J. King 82621a11e3 Sort out namespaced attributes 4 years ago
Dustin Wilson 02add5633a More cleaning up of exceptions 4 years ago
J. King 4d15451270 Fix syntax error 4 years ago
Dustin Wilson b5016d7899 Starting to clean up exceptions 4 years ago
Dustin Wilson 4771a65239 Added setAttributeNode, setAttributeNodeNS support for id attributes 4 years ago
J. King 36213800ff Typo 4 years ago
J. King fe8c39d841 Add some tokenizer tests 4 years ago
J. King b4d2f21199 Add missing tests for charset pre-scan 4 years ago
J. King 93f0e3cf73 Minor cleanup 4 years ago
J. King da3657430b Fill out more coverage 4 years ago
J. King 3915b41e47 Set id attributes as IDs 4 years ago
J. King 66093df6b7 Fix fragment parser and regression in innerHTML 4 years ago
Dustin Wilson b174c6b49b inner and outerHTML now use parseFragment, fixes to parseFragment 4 years ago
Dustin Wilson b6c854be11 Finished off outerHTML 4 years ago
J. King a0025e572d More comparison data 4 years ago
J. King 3deddbddf3 More comparison items 4 years ago
J. King 3f1e71d45e Add draft comparison table 4 years ago
J. King e498f014d2 Use fixed intl 4 years ago
J. King dfe3ad3a99 Remove obsolete comments 4 years ago
Dustin Wilson c1bf8c983b Added innerHTML to Element, getting of outerHTML, started on setting 4 years ago
J. King 6cac402375 Minor cleanup 4 years ago
J. King ef2cb5a835 Don't emit errors if positions are not tracked 4 years ago
J. King 8131888634 Expose original document encoding 4 years ago
J. King 66d0699947 Don't pass the stack unnecessarily 4 years ago
J. King 2522059fa8 Fix object reference cycle 4 years ago
J. King 0392b816c0 Move integration point checking to tree builder 4 years ago
J. King 403432bad5 Consolidate tree constructor into single loop 4 years ago
J. King 55516faeea Remove last instance of recursive reprocessing 4 years ago
J. King 5895614c2c Remove more instances of recursive reprocessing 4 years ago
J. King 329a86b082 Use separate class for null character tokens 4 years ago
J. King b4c50a1115 Fixed missed double emission in tokenizer 4 years ago
J. King 354f5acf0a Simplify tree construction slightly 4 years ago
Dustin Wilson ce127d0192 Fixed printing of document types 4 years ago
J. King 7f53465951 Fix remaining error positions 4 years ago
J. King c6c51475cf Convert tokenizer to generator 4 years ago
J. King 3111c88376 Optimize character consumption 4 years ago
J. King dfac8ad4f1 Reduce calls to count() 4 years ago
J. King 8031648e03 Speed up the open elements stack 4 years ago
J. King ad50037fff Speed up character consuming 4 years ago