[Webkit-unassigned] [Bug 49170] New: WebKit on Mac uses deprecated NSCalendarDate

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 8 04:14:44 PST 2010


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

           Summary: WebKit on Mac uses deprecated NSCalendarDate
           Product: WebKit
           Version: 525.x (Safari 3.2)
          Platform: Macintosh
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit API
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cmhofman at gmail.com


The Mac port of the WebKit framework uses the deprecated NSCalendarDate class, in particular in WebHistory. This should NOT be used anymore. AFAICS changing this to NSDate would have no consequences, as internally all it uses is the timeIntervalSinceReferenceDate (i.e. that's the only property which is ever used), and that is completely the same in both classes.

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