[Webkit-unassigned] [Bug 57543] -webkit-visual-word does not work on words separated by multiple spaces
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 19 15:03:27 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=57543
Ryosuke Niwa <rniwa at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #93839|review? |review+
Flag| |
--- Comment #27 from Ryosuke Niwa <rniwa at webkit.org> 2011-05-19 15:03:27 PST ---
(From update of attachment 93839)
View in context: https://bugs.webkit.org/attachment.cgi?id=93839&action=review
>>> Source/WebCore/editing/visible_units.cpp:-1341
>>> - bool isLastWordBreakInBox = false;
>>
>> Is this change necessary after you've removed the change in nextWordBreakInBoxInsideBlockWithDifferentDirectionality?
>
> It is not necessary for functionality correctness (isLastWordBreakInBox is always assigned in the callee), but it is good performance wise, so, I kept it there.
I don't think this will have any significant performance improvement. In practice, smaller scope/lifetime will help compiler optimization.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list