Closed
Bug 1492283
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 13057 - Add SpeechSynthesisErrorEvent IDL interface
Categories
(Core :: Web Speech, enhancement, P4)
Core
Web Speech
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 13057 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/13057
Details from upstream follow.
Charlie Harrison <csharrison@chromium.org> wrote:
> Add SpeechSynthesisErrorEvent IDL interface
>
> See spec:
> https://w3c.github.io/speech-api/#speechsynthesiserrorevent
>
> Previously, errors were just going through as SpeechSynthesisEvents.
> This CL now dispatches errors as SpeechSynthesisErrorEvents with an
> empty "error" method.
>
> Bug: 885297
> Change-Id: I70ba998182943a50e17f2fc11eb7e163d8289e94
>
> Reviewed-on: https://chromium-review.googlesource.com/1231839
> WPT-Export-Revision: 44a47056ee121f35ac2132bd67d911a1e8aa5875
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Assignee | ||
Comment 3•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=9232c108e73ce4ef5f6eb7f81b70298fa8f36676
Assignee | ||
Comment 4•7 years ago
|
||
Assignee | ||
Comment 5•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=c609e8766daf98850be48b34251daa38960c23ff
Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → Web Speech
Product: Testing → Core
Assignee | ||
Comment 6•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Comment 7•7 years ago
|
||
Assignee | ||
Comment 8•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=19db2ccf5a83aa1e550e5492b2a267a04b5ebc87
Assignee | ||
Comment 9•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Comment 10•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=ff82a5ce09a66a252a4d717e44963b907f32a0c1
Assignee | ||
Comment 11•7 years ago
|
||
Ran 3 tests and 15 subtests
OK : 3
PASS : 13
FAIL : 2
New tests that have failures or other problems:
/speech-api/SpeechSynthesisErrorEvent-constructor.html
SpeechSynthesisErrorEvent with eventInitDict having utterance and error: FAIL
Comment 12•7 years ago
|
||
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/59cc5078bc4c
[wpt PR 13057] - Add SpeechSynthesisErrorEvent IDL interface, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/045dc67ac456
[wpt PR 13057] - Update wpt metadata, a=testonly
Comment 13•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/59cc5078bc4c
https://hg.mozilla.org/mozilla-central/rev/045dc67ac456
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•