[Webkit-unassigned] [Bug 20639] New: ENABLE_DASHBOARD_SUPPORT does not need to be a FEATURE_DEFINE

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 3 22:33:24 PDT 2008


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

           Summary: ENABLE_DASHBOARD_SUPPORT does not need to be a
                    FEATURE_DEFINE
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org


ENABLE_DASHBOARD_SUPPORT does not need to be a FEATURE_DEFINE

I made i one as part of various Platform.h cleanup in:
http://trac.webkit.org/changeset/36074

Mark fixed it to actually work in:
http://trac.webkit.org/changeset/36076
http://trac.webkit.org/changeset/36078

It doesn't need to be a FEATURE_DEFINE, since it only works for Mac.  it can
still be a separate ifdef though, but Platform.h can just turn it on for
Apple-Mac only (once we have a way to distinguish Apple's Mac port from any
other Mac port).


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list