[Webkit-unassigned] [Bug 78514] New: isAppleWebKit() returns TRUE for WinCairo breaking various scripts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 13 11:52:28 PST 2012


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

           Summary: isAppleWebKit() returns TRUE for WinCairo breaking
                    various scripts
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: david.delaune at hotmail.com


Hi,

In the \WebKit\Tools\Scripts\webkitdirs.pm perl module the function:

sub isAppleWebKit()
{
    return !(isQt() or isGtk() or isWx() or isChromium() or isEfl() or isWinCE() or isBlackBerry());
}

will always return true for the WinCairo branch. It could be fixed by adding a check for isWinCairo()

Best Wishes,
-David Delaune

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