Bug 18359
| Summary: | WebKit doesn't implement Date.now() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Enhancement | Keywords: | InRadar |
| Priority: | P4 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac | ||
| OS: | OS X 10.5 | ||
| URL: | javascript:alert(Date.now()) | ||
Alexey Proskuryakov
Just saw this mentioned in a blog.
It doesn't seem to add any functionality over "new Date()", and is only available in Firefox - but it may still make sense to add it for compatibility.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
<rdar://problem/5933644>
Alexey Proskuryakov
Fixed in <http://trac.webkit.org/changeset/33422>.