Closed
Bug 848688
Opened 12 years ago
Closed 12 years ago
B2G RIL: Have a consistent naming for error message
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: edgar, Assigned: edgar)
Details
Attachments
(1 file, 1 obsolete file)
11.35 KB,
patch
|
edgar
:
review+
|
Details | Diff | Splinter Review |
Some error message are using "error" [1] and some are using "errorMsg" [2] in ril_worker.
We should have a consistent naming, otherwise it is easy to get confused.
[1] http://hg.mozilla.org/mozilla-central/file/855a01a68826/dom/system/gonk/ril_worker.js#l4760
[2] http://hg.mozilla.org/mozilla-central/file/855a01a68826/dom/system/gonk/ril_worker.js#l4621
Assignee | ||
Comment 1•12 years ago
|
||
error -> errorMsg
Assignee | ||
Updated•12 years ago
|
Attachment #722652 -
Flags: review?(allstars.chh)
Attachment #722652 -
Flags: review?(allstars.chh) → review+
Assignee | ||
Updated•12 years ago
|
Attachment #722674 -
Flags: review+
Assignee | ||
Comment 3•12 years ago
|
||
Component: General → DOM: Device Interfaces
Product: Boot2Gecko → Core
Version: unspecified → Trunk
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
You need to log in
before you can comment on or make changes to this bug.
Description
•