[Webkit-unassigned] [Bug 37698] Line not wrapped at certain punctuations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 11 22:37:15 PDT 2010


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





--- Comment #8 from Xianzhu Wang <phnixwxz at gmail.com>  2010-05-11 22:37:14 PST ---
(In reply to comment #7)
> (From update of attachment 53916 [details])
> Making this change will slow page rendering down quite a bit; we need to measure, but I am pretty sure this is true. Maybe there's another way to achieve this effect without such a significant speed cost.

The patch is not using the method described in comment #1, but only letting the underlying line breaking library (e.g. ICU) handle the following characters: '-', '(', ')', '[', ']', '{', '}' and soft hyphen, so I guess the performance change will be trivial.  Anyway I'll measure the performance change.

-- 
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