[Webkit-unassigned] [Bug 26827] Improve InlineBox::first/lastLeafChild methods

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 30 18:30:49 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=26827


rolandsteiner at google.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #32031|review?                     |
               Flag|                            |
  Attachment #32031|0                           |1
        is obsolete|                            |
  Attachment #32103|                            |review?
               Flag|                            |




------- Comment #3 from rolandsteiner at google.com  2009-06-30 18:30 PDT -------
Created an attachment (id=32103)
 --> (https://bugs.webkit.org/attachment.cgi?id=32103&action=view)
updated patch

Currently, the methods in question are called on RootInlineBox objects only,
AFAICT, so there should not be any observable effects (the mentioned behavior
can only happen if called on InlineFlowBox objects, basically).

Only the removal of the square runtime behavior when the remaining nodes in a
tree are all empty InlineFlowBox objects could be effective, but the conditions
for that are more theoretical in nature (i.e., would probably require to have a
pathological case to have any measurable impact).

Updated the ChangeLog accordingly.


-- 
Configure bugmail: https://bugs.webkit.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