[Webkit-unassigned] [Bug 8970] REGRESSION: Large text documents are extremely slow.

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Thu May 18 00:39:07 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8970


hyatt at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P1
            Summary|Large text documents are    |REGRESSION: Large text
                   |extremely slow.             |documents are extremely
                   |                            |slow.




------- Comment #1 from hyatt at apple.com  2006-05-18 00:39 PDT -------
Keep in mind that the HTML tokenizer has logic to defer processing to avoid
beachballing the UI when large chunks of data are sent to it.  You should test
with huge local file text documents to really see the problem.  For local files
you'll get all the data in one chunk, and without any kind of deferred
processing the whole UI will beachball.


-- 
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