[Webkit-unassigned] [Bug 14626] Make bidiReorderCharacters independent of RenderBlock

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 16 15:32:12 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14626





------- Comment #2 from mitz at webkit.org  2007-07-16 15:32 PDT -------
Created an attachment (id=15539)
 --> (http://bugs.webkit.org/attachment.cgi?id=15539&action=view)
[WIP] Arbitrary checkpoint

BidiState is now a specialization of BidiResolver.

Aside from the pressing need to reorganize the different parts into different
files, the issue I am currently facing is how to manage the list of bidi runs
generated by the resolver. At this time, the sFirstBidiRun, sLastBidiRun etc.
statics are still (ab)used for both BidiRuns and BidiRunBases (a working
title), although I began to change it with the addition of
StringBidiResolver::firstRun().

The author's lack of understanding of C++ is showing.


-- 
Configure bugmail: http://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