254
edits
(Note that moving expat off-the-main-thread is not a must for some of the other improvements) |
(→Goals: Clarify the notification part) |
||
Line 7: | Line 7: | ||
* Get rid of nsIContentSink and related nsI stuff | * Get rid of nsIContentSink and related nsI stuff | ||
* Get rid of nsIParser | * Get rid of nsIParser | ||
* Align notification behavior with the HTML parser instead of deferring append notification for legacy reasons | * Align notification behavior with the HTML parser instead of deferring append notification for legacy reasons (after the change, we wouldn't have the state where DOM contains nodes that have been appended but whose append notifications haven't been posted) | ||
* Move Web content XML parsing off the main thread | * Move Web content XML parsing off the main thread | ||
* For Web content, reuse code from the HTML side | * For Web content, reuse code from the HTML side |
edits