[Webkit-unassigned] [Bug 107492] New: Collapse testing for all DARWIN supporting platforms to OS(DARWIN)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 21 18:55:29 PST 2013


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

           Summary: Collapse testing for all DARWIN supporting platforms
                    to OS(DARWIN)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: laszlo.gombos at webkit.org
                CC: kevino at theolliviers.com, hausmann at webkit.org


OS() tests are preferred over a series of PLATFORM() tests for "for low-level services" - see also the discussion at bug 107406.

JavaScriptCore for OS(DARWIN) is used by PLATFORM(MAC), PLATFORM(QT) and PLATFORM(WX), so "PLATFORM(MAC) || PLATFORM(IOS) || (PLATFORM(WX) && OS(DARWIN)) || (PLATFORM(QT) && OS(DARWIN))" can be replaced by OS(DARWIN) which makes the code more readable as well.

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