[webkit-reviews] review requested: [Bug 12833] REGRESSION: Selecting text in 6.6MB txt file is sluggish as of the Feb 19th nightly : [Attachment 13599] Divide large text blocks (>64kB) over multiple text nodes

bugzilla-request-daemon at macosforge.org bugzilla-request-daemon at macosforge.org
Mon Mar 12 11:33:57 PDT 2007


Antti Koivisto <koivisto at iki.fi> has asked  for review:
Bug 12833: REGRESSION: Selecting text in 6.6MB txt file is sluggish as of the
Feb 19th nightly
http://bugs.webkit.org/show_bug.cgi?id=12833

Attachment 13599: Divide large text blocks (>64kB) over multiple text nodes
http://bugs.webkit.org/attachment.cgi?id=13599&action=edit

------- Additional Comments from Antti Koivisto <koivisto at iki.fi>
Instead of trying to make editing code efficient (which would be nice, but is
bit risky at this point) the problem can be more or less completely hidden by
dividing large text blocks over multiple text nodes. Shorter linebox lists are
faster to search.

Dividing is done for both text and html documents. Firefox seems to be dividing
large text nodes too (in html).



More information about the webkit-reviews mailing list