Closed
Bug 1075509
Opened 10 years ago
Closed 10 years ago
Standalone UI for link clickers needs "call failed" audio notification
Categories
(Hello (Loop) :: Client, defect, P3)
Hello (Loop)
Client
Tracking
(firefox35 fixed, firefox36 fixed)
backlog | Fx35+ |
People
(Reporter: NiKo, Assigned: rgauthier)
References
Details
(Whiteboard: [standalone])
Attachments
(1 file, 4 obsolete files)
21.91 KB,
patch
|
NiKo
:
review+
lsblakk
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
This is a follow up of bug 1000240. We need to play a specific sound when a call fails in the Loop conversation window.
Reporter | ||
Comment 1•10 years ago
|
||
Reporter | ||
Comment 2•10 years ago
|
||
Attachment #8504072 -
Flags: review?(standard8)
Reporter | ||
Comment 3•10 years ago
|
||
Comment on attachment 8504072 [details] [diff] [review]
Play a sound on failed call in Loop standalone.
Cacelling the review for now as work in bug 1065203 will introduce a reusable AudioMixin providing exactly what we want here.
Attachment #8504072 -
Flags: review?(standard8)
Updated•10 years ago
|
backlog: --- → Fx36?
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → rgauthier
Assignee | ||
Comment 4•10 years ago
|
||
The patch uses the AudioMixin introduced by Bug 1065203.
The sound used is the one corresponding to failed calls (see Bug 1065203 for the sound file).
Attachment #8498147 -
Attachment is obsolete: true
Attachment #8504072 -
Attachment is obsolete: true
Attachment #8512668 -
Flags: review?(standard8)
Attachment #8512668 -
Flags: review?(nperriault)
Assignee | ||
Comment 5•10 years ago
|
||
Attachment #8512668 -
Attachment is obsolete: true
Attachment #8512668 -
Flags: review?(standard8)
Attachment #8512668 -
Flags: review?(nperriault)
Attachment #8512673 -
Flags: review?(standard8)
Attachment #8512673 -
Flags: review?(nperriault)
Reporter | ||
Comment 6•10 years ago
|
||
Comment on attachment 8512673 [details] [diff] [review]
Bug 1075509: Standalone UI needs "call failed" sound
Review of attachment 8512673 [details] [diff] [review]:
-----------------------------------------------------------------
r+ with the missing test added.
::: browser/components/loop/standalone/content/js/webapp.jsx
@@ +572,5 @@
> var FailedConversationView = React.createClass({
> + mixins: [sharedMixins.AudioMixin],
> +
> + componentDidMount: function() {
> + this.play("failure");
Don't we want a test for this?
Attachment #8512673 -
Flags: review?(nperriault) → review+
Updated•10 years ago
|
Attachment #8512673 -
Flags: review?(standard8)
Assignee | ||
Comment 7•10 years ago
|
||
I added a test, as well as the corresponding sound file I forgot in the last patch :B
Attachment #8513526 -
Flags: review?(nperriault)
Updated•10 years ago
|
backlog: Fx36? → Fx35+
Priority: -- → P3
Whiteboard: [standalone]
Reporter | ||
Comment 8•10 years ago
|
||
Comment on attachment 8513526 [details] [diff] [review]
Bug 1075509: Standalone UI needs "call failed" sound
Review of attachment 8513526 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM
Attachment #8513526 -
Flags: review?(nperriault) → review+
Updated•10 years ago
|
Attachment #8512673 -
Attachment is obsolete: true
Comment 9•10 years ago
|
||
Target Milestone: --- → mozilla36
Comment 10•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Iteration: --- → 36.2
Comment 11•10 years ago
|
||
status-firefox35:
--- → fixed
status-firefox36:
--- → fixed
Comment 12•10 years ago
|
||
Comment on attachment 8513526 [details] [diff] [review]
Bug 1075509: Standalone UI needs "call failed" sound
Approval Request Comment
Landed on aurora per IRC with lsblakk with a=loop-only
Attachment #8513526 -
Flags: approval-mozilla-aurora?
Updated•10 years ago
|
Attachment #8513526 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 13•9 years ago
|
||
Clearing in-testsuite requests for features that are being removed from Hello as part of te user journey work in bug 1209713.
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•