[webkit-reviews] review requested: [Bug 52380] Lazily generate and store logical ordering of InlineBoxes : [Attachment 78836] Proposed Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 13 11:37:33 PST 2011


Levi Weintraub <leviw at google.com> has asked  for review:
Bug 52380: Lazily generate and store logical ordering of InlineBoxes
https://bugs.webkit.org/show_bug.cgi?id=52380

Attachment 78836: Proposed Patch
https://bugs.webkit.org/attachment.cgi?id=78836&action=review

------- Additional Comments from Levi Weintraub <leviw at google.com>
Fixing a comment.

This could be used, for example, to speed up getInlineBoxAndOffset to Log(N)
time from its current O(N) by looking at the start/end position of inline boxes
compared to the offset.


More information about the webkit-reviews mailing list