Closed
Bug 1507660
Opened 4 years ago
Closed 4 years ago
[wpt-sync] Sync PR 14084 - [UserTimingL3] Fix meature, mark API feature detection
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 14084 into mozilla-central (this bug is closed when the sync is complete). PR: https://github.com/web-platform-tests/wpt/pull/14084 Details from upstream follow. Liquan(Max) Gu <maxlg@chromium.org> wrote: > [UserTimingL3] Fix meature, mark API feature detection > > UserTimingL3 uses returned value for feature detection. If measure and mark > API returns null, the APIs are L2 API; If the APIs return an entry, the APIs are > L3 API. However, in the current implementation, when L3 API is enabled, the > APIs do not always return the created entry. > > This CL is to fix this bug, and add layout tests to verify it. > > Change-Id: I9854f0abd0d64a3334701e09d6ce0fc245fcca3e > Reviewed-on: https://chromium-review.googlesource.com/1338225 > WPT-Export-Revision: df69849896662fc3af863e1f489abec7c40f16be
Assignee | ||
Updated•4 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
Assignee | ||
Comment 1•4 years ago
|
||
Pushed to try https://treeherder.mozilla.org/#/jobs?repo=try&revision=44e1567bd52f0cc104f18aaaaf89df5caa2e53e2
Assignee | ||
Comment 2•4 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=b15863364ce785258900960899aba4a3d1b5af8a
Assignee | ||
Comment 3•4 years ago
|
||
Failed to get results from try push
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/0143d49ed65b [wpt PR 14084] - [UserTimingL3] Fix meature, mark API feature detection, a=testonly
Pushed by james@hoppipolla.co.uk: https://hg.mozilla.org/integration/mozilla-inbound/rev/d366cf85ff77 [wpt PR 14084] - [UserTimingL3] Fix meature, mark API feature detection, a=testonly
Comment 6•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d366cf85ff77
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
Updated•4 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•