[wpt-sync] Sync PR 20243 - [sms] Fix outcome names
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(Not tracked)
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 20243 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/20243
Details from upstream follow.
Ayu Ishii <ayui@chromium.org> wrote:
[sms] Fix outcome names
This change fixes outcome names to more accurately describe the outcome of a
response.
Timeout -> NavigatedAway
this outcome occurs when a user navigates away, reloads, closes tab, etc.
and not when the sms receiver actually times out of a call while waiting
for an SMS.Cancelled -> CancelledByUser & CancelledByBrowser
To differentiate when a request has been cancelled manually by the user
and when it is cancelled by the browser because it only allows one request
per origin on a tab.Change-Id: I705798830a1987eba0d288ce54413f822ffec925
Bug: 976332Reviewed-on: https://chromium-review.googlesource.com/1904867
WPT-Export-Revision: eafec7c693bd3a5e2d260a92b5564ebebf2c5fd3
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Updated•2 years ago
|
Assignee | ||
Updated•10 months ago
|
Description
•