254
edits
(Reword flush item) |
(Note that moving expat off-the-main-thread is not a must for some of the other improvements) |
||
Line 94: | Line 94: | ||
Both mozilla::XmlParser and nsHtml5Parser would inherit from this abstract class. | Both mozilla::XmlParser and nsHtml5Parser would inherit from this abstract class. | ||
==Alternatives== | |||
Both the input stage to the XML parser (nsParser, nsScanner) and the output stage (nsXMLContentSink) could be rewritten to address legacy issues without also moving expat off the main thread. |
edits