[webkit-reviews] review requested: [Bug 11152] Loading locks up the browser on mobile devices : [Attachment 10900] patch

bugzilla-request-daemon at macosforge.org bugzilla-request-daemon at macosforge.org
Wed Oct 4 08:11:18 PDT 2006


David Carson <dacarson at gmail.com> has asked  for review:
Bug 11152: Loading locks up the browser on mobile devices
http://bugs.webkit.org/show_bug.cgi?id=11152

Attachment 10900: patch
http://bugs.webkit.org/attachment.cgi?id=10900&action=edit

------- Additional Comments from David Carson <dacarson at gmail.com>
The tokenizer chunk size is quite large for low CPU devices, which results in
the browser spending all it's time in the tokenizer. With a smaller chunk size,
the tokenizer yields more often allowing the browser to respond to key events,
etc. With the smaller chunk size, the tokenizer should not need to wait as
before resuming tokenizing.



More information about the webkit-reviews mailing list