Closed
Bug 998271
Opened 11 years ago
Closed 11 years ago
Loop client notifier should accept l10n string ids
Categories
(Hello (Loop) :: Client, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla33
People
(Reporter: NiKo, Unassigned)
References
Details
Attachments
(2 files)
Reference comment: https://github.com/mozilla/loop-client/pull/21#discussion_r11740524
NotificationListView should implement a notifyL10n method so we could pass it string ids directly, hence helping a lot testing for notification messages.
Assignee | ||
Comment 1•11 years ago
|
||
This patch adds support for notifier notifyL10n(), warnL10n() and errorL10n() (loop-client).
Attachment #8408967 -
Flags: review?(dmose)
Assignee | ||
Comment 2•11 years ago
|
||
This patch uses newly introduced notifier notifyL10n(), warnL10n() and errorL10n() methods (desktop).
Attachment #8408968 -
Flags: review?(dmose)
Comment 3•11 years ago
|
||
Comment on attachment 8408967 [details] [review]
https://github.com/mozilla/loop-client/pull/23
Looks good; r=dmose
Attachment #8408967 -
Flags: review?(dmose) → review+
Comment 4•11 years ago
|
||
Comment on attachment 8408968 [details] [review]
https://github.com/adamroach/gecko-dev/pull/17
Looks good; r=dmose
Attachment #8408968 -
Flags: review?(dmose) → review+
Assignee | ||
Comment 5•11 years ago
|
||
Landed loop-client PR 23: https://github.com/mozilla/loop-client/commit/f835e41e929aa6e6df6b1b5859e260378eee6e97
Assignee | ||
Comment 6•11 years ago
|
||
Landed gecko-dev PR 17: https://github.com/adamroach/gecko-dev/commit/180608a1da94d32802c06f630a2ec4625d700af2
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 7•11 years ago
|
||
Comment 8•11 years ago
|
||
Updated•11 years ago
|
Target Milestone: --- → mozilla33
Does this need QA testing? If so, please advise.
QA Contact: anthony.s.hughes
Whiteboard: [qa?]
Comment 10•11 years ago
|
||
(In reply to Anthony Hughes, QA Mentor (:ashughes) from comment #9)
> Does this need QA testing? If so, please advise.
You could test error messages, but we know they are working, and some will be changing soon, so I don't think it is worth it.
Comment 11•11 years ago
|
||
Deprioritizing QA testing as per comment 10. Please needinfo me to request QA.
Whiteboard: [qa?] → [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•