Closed
Bug 1462993
Opened 8 years ago
Closed 8 years ago
PerformanceObserver.observe should not throw if the list is empty
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
RESOLVED
DUPLICATE
of bug 1403027
People
(Reporter: baku, Assigned: baku)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
1.14 KB,
patch
|
valentin
:
review+
|
Details | Diff | Splinter Review |
https://w3c.github.io/performance-timeline/#dom-performanceobserver-observe
"If the resulting entry types sequence is an empty sequence, abort these steps."
| Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8979110 -
Flags: review?(valentin.gosu)
Comment 2•8 years ago
|
||
Comment on attachment 8979110 [details] [diff] [review]
performance7.patch
Review of attachment 8979110 [details] [diff] [review]:
-----------------------------------------------------------------
Make sure to use add the reasoning and link to the commit message description.
Attachment #8979110 -
Flags: review?(valentin.gosu) → review+
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/591cbed375cd
PerformanceObserver.observe should not throw if the list is empty, r=valentin
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/5486694a9bc9
Fixing a failure related to PerformanceObserver in longtask-tojson.html, r=me
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/53a1f773dfd0
Fixing a failure related to PerformanceObserver in longtask-tojson.html, r=me CLOSED TREE
Backout by csabou@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/d1d7f3f32600
Backed out 3 changesets wpt failures on nav2_test_attributes_exist.html. CLOSED TREE
Comment 7•8 years ago
|
||
Backed out for wpt failures on nav2_test_attributes_exist.html.
This is the last push that tried to fix the wpt issues but it still failed: https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&filter-searchStr=wpt&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=runnable&fromchange=591cbed375cd5999335298c8f549dca2be7c14c3&tochange=d1d7f3f326004ec34e743392f33998d4b1c625e2&selectedJob=180049629
Failure log:
https://treeherder.mozilla.org/logviewer.html#?job_id=180063599&repo=mozilla-inbound&lineNumber=22175
https://treeherder.mozilla.org/logviewer.html#?job_id=180036539&repo=mozilla-inbound&lineNumber=18285
Backout link: https://hg.mozilla.org/integration/mozilla-inbound/rev/d1d7f3f32600
Flags: needinfo?(amarchesini)
Updated•8 years ago
|
Keywords: dev-doc-needed
Updated•8 years ago
|
Priority: -- → P2
Comment 8•8 years ago
|
||
Note that I was working on this in bug 1403027, which I'm presently trying to land (sorry, I just found this bug).
Comment 9•8 years ago
|
||
baku, it looks like bug 1403027 has landed. It looks like this one be closed a duplicate?
Flags: needinfo?(amarchesini)
| Assignee | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Flags: needinfo?(amarchesini)
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•