[Webkit-unassigned] [Bug 27265] New: [Qt] font cache reworking

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 14 09:46:12 PDT 2009


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

           Summary: [Qt] font cache reworking
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: Kelemen.Balazs.3 at stud.u-szeged.hu


We have already done some work in #24551 but I am not fully happy with the code
yet.
We created a cache for FontPlatformData objects in FontCacheQt.cpp. The problem
is that
this cache never been purged. FontCache has a tricky semantic: the elements of
the FontPlatformDataCache are removed when a SimpleFontData, which has the same
FontPlatformData is being removed from the FontDataCache (the two
FontPlatformData objects are
not the same, they are just equal). I think we should uniforming our FontCache
implementation
with the shared one for adapting this semantic.

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