[Webkit-unassigned] [Bug 122879] New: Avoid re-implementing UBA P2 and P3 rules in RenderBlockLineLayout and StringImpl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 15 20:45:54 PDT 2013


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

           Summary: Avoid re-implementing UBA P2 and P3 rules in
                    RenderBlockLineLayout and StringImpl
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: Text
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: mitz at webkit.org, enrica at apple.com,
                    igor.oliveira at webkit.org, mmaxfield at apple.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/c01ab8408af4901314b66a2eee661dc975ff5b89

In blink we have two unicode bidi P2 and P3[1] rules implementations(One in RenderBlockLineLayout
and other one in StringImpl). The purpose of this patch is moving those
implementations to BidiResolver to avoid code duplication.

[1] http://www.unicode.org/reports/tr9/#The_Paragraph_Level

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