Closed
Bug 765933
Opened 12 years ago
Closed 10 years ago
Implement the Performance Timeline spec
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla31
People
(Reporter: jaws, Unassigned)
References
()
Details
(Whiteboard: [fixed by bug 822480])
See the (currently Editor's Draft) at the associated URL.
Implementing this will help web authors as well as our native devtools timeline feature.
Reporter | ||
Comment 1•12 years ago
|
||
I've updated the URL with a link to the Working Draft.
Comment 2•12 years ago
|
||
Always look at the latest editor's draft.
Updated•12 years ago
|
Comment 3•11 years ago
|
||
This spec actual has Recommendation state:
http://www.w3.org/TR/2013/REC-performance-timeline-20131212/
Chrome and IE11 support it now, but Firefox still not.
Looks like IE11 implement sth from Navigation Timing 2 too, when we use getEntries*() method:
http://www.w3.org/TR/2014/WD-navigation-timing-2-20140325/
http://www.w3.org/wiki/Web_Performance/EntryType
Comment 4•10 years ago
|
||
Latest actual URL is http://www.w3.org/TR/user-timing/
Updated•10 years ago
|
No longer blocks: 782751
Summary: Implement the Performance Timeline spec → Implement the User Timing spec
Updated•10 years ago
|
Summary: Implement the User Timing spec → Implement the Performance Timeline spec
Comment 6•10 years ago
|
||
Looks like this was implemented during the implementation of the Resource Timing API, bug 822480.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•10 years ago
|
Whiteboard: [fixed by bug 822480]
Target Milestone: --- → mozilla31
Comment 7•10 years ago
|
||
It's not implemented.
http://www.w3.org/TR/performance-timeline/
typeof performance.getEntries === undefined
Comment 8•10 years ago
|
||
Alexey it has been already implemented in Firefox (together with Resource Timing API):
https://developer.mozilla.org/en-US/Firefox/Releases/31
but before Firefox 35 (maybe) it was hide by dom.enable_resource_timing pref.
Comment 9•10 years ago
|
||
I see all the performance timeline methods in Nightly 36.0a1: https://cloudup.com/c-4TNTnSraK
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•