[wpt-sync] Sync PR 18987 - [resource-timing] Report performance entries with failing status codes
Categories
(Core :: Performance: General, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 18987 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/18987
Details from upstream follow.
Yoav Weiss <yoavweiss@chromium.org> wrote:
[resource-timing] Report performance entries with failing status codes
Currently we don't report performance entries with failing status codes.
From the spec's perspective, reporting aborts is a MAY, but failing
status code responses should not be considered aborts. [1]
Chromium is the only engine which doesn't report those entries.
This CL fixes that to report them similarly to successful status codes.Bug: 883400, 990849
Change-Id: Ic5e99e3df77f3869aa0dd70f0141d88016fdb972[1] https://github.com/w3c/resource-timing/issues/165#issuecomment-441413636
Reviewed-on: https://chromium-review.googlesource.com/1796544
WPT-Export-Revision: 2226ebf75abf14c91edb14149cc6d55319c9c6e9
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Comment 3•6 years ago
|
||
| Assignee | ||
Comment 4•6 years ago
|
||
Comment 6•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/4505f6c2d204
https://hg.mozilla.org/mozilla-central/rev/5887d105d88f
Description
•