Closed
Bug 1436692
Opened 7 years ago
Closed 7 years ago
Implement PerformanceObserver::takeRecords()
Categories
(Core :: DOM: Core & HTML, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: baku, Assigned: baku)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
3.09 KB,
patch
|
valentin
:
review+
|
Details | Diff | Splinter Review |
We should implement https://w3c.github.io/performance-timeline/#takerecords-method
Assignee | ||
Updated•7 years ago
|
Keywords: dev-doc-needed
Assignee | ||
Comment 1•7 years ago
|
||
Assignee: nobody → amarchesini
Attachment #8949318 -
Flags: review?(valentin.gosu)
Comment 2•7 years ago
|
||
Comment on attachment 8949318 [details] [diff] [review]
takeRecords.patch
Review of attachment 8949318 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good.
Attachment #8949318 -
Flags: review?(valentin.gosu) → review+
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/0fdcc0c8f50f
Implement PerformanceObserver::takeRecords(), r=valentin
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Comment 5•7 years ago
|
||
I've documented this:
New page added for takeRecords(), and parent page updated:
https://developer.mozilla.org/en-US/docs/Web/API/PerformanceObserver
https://developer.mozilla.org/en-US/docs/Web/API/PerformanceObserver/takeRecords
Note added to Fx60 rel notes:
https://developer.mozilla.org/en-US/Firefox/Releases/60#DOM
Let me know if that looks OK. Thanks!
Flags: needinfo?(amarchesini)
Keywords: dev-doc-needed → dev-doc-complete
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
•