[Webkit-unassigned] [Bug 65277] New: --webkit-visual-word improve performance

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 27 12:32:00 PDT 2011


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

           Summary: --webkit-visual-word improve performance
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: xji at chromium.org
            Blocks: 25298


one way to go might be:
provide a flexible internal API which can return logical word break before or after space depending on passing-in parameter.
expose the  public API by passing the correct parameter so that the logical word break matches native platform's.

--webkit-visual-word should use this internal API,
so, some of the cases where word break in a box is collected will not be needed, instead, we could just use logical word break by passing in correct parameter depends on box and block's directionality.

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