[Webkit-unassigned] [Bug 89228] New: [Chromium] Rename public/linuxish to public/harfbuzz

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 15 09:52:39 PDT 2012


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

           Summary: [Chromium] Rename public/linuxish to public/harfbuzz
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit API
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: wangxianzhu at chromium.org
                CC: tony at chromium.org, abarth at webkit.org,
                    jamesr at chromium.org


In the patch of bug 88802 I moved public/linux/WebFontRendering.h to public/linuxish to share it by Linux and Android. However the name 'linuxish' looks not good because its meaning is unclear. Actually the implementation of the API depends on WebCore/platform/graphics/harfbuzz/FontPlatformDataHarfBuzz.cpp, so it seems better to name it 'harfbuzz'.

In fact, FontPlatformDataHarfBuzz.cpp itself doesn't depend on harfbuzz, but depend on Skia's freetype port. However, it is part of harfbuzz-based font rendering implementation. Naming the API directory 'freetype' may lead confusion with WebCore/platform/graphics/freetype which has a very different implementation and is not used by Chromium.

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