[Webkit-unassigned] [Bug 128089] New: Stop using PLATFORM(MAC) in WTF except where it means “OS X but not iOS”

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 2 17:50:48 PST 2014


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

           Summary: Stop using PLATFORM(MAC) in WTF except where it means
                    “OS X but not iOS”
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mitz at webkit.org
                CC: darin at apple.com, andersca at apple.com



mitz at webkit.org <mitz at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #222950|                            |review?
               Flag|                            |


Created an attachment (id=222950)
 --> (https://bugs.webkit.org/attachment.cgi?id=222950&action=review)
Replace PLATFORM(MAC) with equivalent alternatives appropriate for the context

So that we can make PLATFORM(MAC) false when building for iOS, we need to replace all uses of it that don’t take iOS into account. Most such uses are about using Foundation, building for Cocoa, or targeting Darwin.

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