[Webkit-unassigned] [Bug 6057] New: XMLTokenizer does not parse incrementally as it should.
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Mon Dec 12 23:23:38 PST 2005
http://bugzilla.opendarwin.org/show_bug.cgi?id=6057
Summary: XMLTokenizer does not parse incrementally as it should.
Product: WebKit
Version: 412+
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: major
Priority: P2
Component: XML DOM
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: macdome at opendarwin.org
XMLTokenizer does not parse incrementally as it should.
Currently it builds everything up and then does one big parse in finish(). This is bad for lots of reasons.
One of them being that it completely kills performance of large files.
Once this is fixed, we'll need to look into running <script> tags as we parse them, instead of all at once at
the end.
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list