[Webkit-unassigned] [Bug 152181] New: Refactoring HTMLMediaElement getStartDate() implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 11 11:41:29 PST 2015


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

            Bug ID: 152181
           Summary: Refactoring HTMLMediaElement getStartDate()
                    implementation
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Minor
          Priority: P2
         Component: WebCore JavaScript
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: p.jacquemart at samsung.com

The spec says [1]:

  The getStartDate() method must return a new Date object representing 
  the current timeline offset.

where "a new Date object" is defined as:

  When this specification requires a user agent to create a Date object 
  representing a particular time (which could be the special value 
  Not-a-Number) ...

Current implementation have some JSC quirks to return NaN directly instaead of a valid Date object

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151211/edbe28b9/attachment-0001.html>


More information about the webkit-unassigned mailing list