[Webkit-unassigned] [Bug 29636] Long text lines are rendered as empty for the first 2**16 characters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 16 02:36:52 PDT 2012


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





--- Comment #10 from Arpita Bahuguna <arpitabahuguna at gmail.com>  2012-07-16 02:36:51 PST ---
Changing the datatype of m_len can obviously have its many typecasting ramifications. Have currently made m_len as an integer (similar to m_start).
This would probably have issues too (typecasting to unsigned) but since we don't expect length to be negative, this can perhaps be ignored.(?)

Also, this would have an additional overhead of increasing the size of our InlineTextBox by 2bytes.

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