[Webkit-unassigned] [Bug 66337] New: Cleanup "ShouldRetain" enum access in FontCacheChromiumWin

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 16 15:08:44 PDT 2011


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

           Summary: Cleanup "ShouldRetain" enum access in
                    FontCacheChromiumWin
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org
                CC: mitz at webkit.org, msaboff at apple.com


While fixing <http://webkit.org/b/66153> I had to make a number of
follow-up fixes for Chromium Windows:
<http://trac.webkit.org/changeset/93151>
<http://trac.webkit.org/changeset/93156>
<http://trac.webkit.org/changeset/93160>

This code should be cleaned up so that either:

  (1) the ShouldRetain enum should be kept public and
      we can then remove getNonRetainLastResortCallbackFunction
      and fix call sites.

  (2) or, as was intended, make the ShouldRetain enum
      private again, and fix Chromium Win to work with the
      private enum. Most likely by making the Chromium struct
      GetLastResortFallbackFontProcData a friend of FontCache.

Please let me know if you have any questions!

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