Closed
Bug 909684
Opened 12 years ago
Closed 12 years ago
B2G RIL: Add 'enabled' and 'password' check for setCallBarringOption
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: aknow, Assigned: aknow)
Details
Attachments
(1 file, 1 obsolete file)
|
2.94 KB,
patch
|
Details | Diff | Splinter Review |
This part is missing in original design. Fix it.
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #795913 -
Flags: review?(htsai)
Comment 2•12 years ago
|
||
Comment on attachment 795913 [details] [diff] [review]
Add enabled and password checking
Review of attachment 795913 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/system/gonk/RILContentHelper.js
@@ +2037,5 @@
> /**
> * Helper for guarding us against invalid option for call barring.
> */
> + _isValidCallBarringOption:
> + function _isValidCallBarringOption(option, useForSet) {
useForSet seems weird/incorrect in Grammar.
usedForSetting? or setting? maybe...
@@ +2044,5 @@
> + !this._isValidCallBarringProgram(option.program)) {
> + return false;
> + }
> +
> + // For set callbarring, enabled and password are required.
For setting call barring, ...
Attachment #795913 -
Flags: review?(htsai) → review+
| Assignee | ||
Comment 3•12 years ago
|
||
Use 'usedForSetting' in my final version
Attachment #795913 -
Attachment is obsolete: true
Attachment #798451 -
Flags: review?
| Assignee | ||
Updated•12 years ago
|
Attachment #798451 -
Flags: review?
| Assignee | ||
Comment 4•12 years ago
|
||
| Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 5•12 years ago
|
||
Flags: in-testsuite+
Keywords: checkin-needed
Comment 6•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
You need to log in
before you can comment on or make changes to this bug.
Description
•