Closed
Bug 909684
Opened 11 years ago
Closed 11 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•11 years ago
|
||
Attachment #795913 -
Flags: review?(htsai)
Comment 2•11 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•11 years ago
|
||
Use 'usedForSetting' in my final version
Attachment #795913 -
Attachment is obsolete: true
Attachment #798451 -
Flags: review?
Assignee | ||
Updated•11 years ago
|
Attachment #798451 -
Flags: review?
Assignee | ||
Comment 4•11 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=63d9d3816201
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 5•11 years ago
|
||
https://hg.mozilla.org/integration/b2g-inbound/rev/8e7bb633375b
Flags: in-testsuite+
Keywords: checkin-needed
Comment 6•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/8e7bb633375b
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
You need to log in
before you can comment on or make changes to this bug.
Description
•