зеркало из https://github.com/mozilla/gecko-dev.git
Bug 909669 - Part 1: Change error code to InvalidParameter (idl). r=hsinyi
This commit is contained in:
Родитель
85588a95d7
Коммит
9d5ca122c3
|
@ -209,7 +209,7 @@ interface nsIDOMMozMobileConnection : nsIDOMEventTarget
|
|||
*
|
||||
* Otherwise, the request's onerror will be called, and the request's error
|
||||
* will be either 'RadioNotAvailable', 'RequestNotSupported',
|
||||
* 'IllegalSIMorME', or 'GenericFailure'
|
||||
* 'IllegalSIMorME', 'InvalidParameter', or 'GenericFailure'
|
||||
*/
|
||||
nsIDOMDOMRequest setCallForwardingOption(in nsIDOMMozMobileCFInfo CFInfo);
|
||||
|
||||
|
@ -226,7 +226,7 @@ interface nsIDOMMozMobileConnection : nsIDOMEventTarget
|
|||
*
|
||||
* Otherwise, the request's onerror will be called, and the request's error
|
||||
* will be either 'RadioNotAvailable', 'RequestNotSupported',
|
||||
* or 'GenericFailure'.
|
||||
* 'InvalidParameter', or 'GenericFailure'.
|
||||
*/
|
||||
nsIDOMDOMRequest getCallForwardingOption(in unsigned short reason);
|
||||
|
||||
|
@ -241,7 +241,7 @@ interface nsIDOMMozMobileConnection : nsIDOMEventTarget
|
|||
*
|
||||
* Otherwise, the request's onerror will be called, and the request's error
|
||||
* will be either 'RadioNotAvailable', 'RequestNotSupported',
|
||||
* 'IllegalSIMorME', 'InvalidCallBarringOption' or 'GenericFailure'
|
||||
* 'IllegalSIMorME', 'InvalidParameter', or 'GenericFailure'
|
||||
*/
|
||||
nsIDOMDOMRequest setCallBarringOption(in jsval option);
|
||||
|
||||
|
@ -259,7 +259,7 @@ interface nsIDOMMozMobileConnection : nsIDOMEventTarget
|
|||
*
|
||||
* Otherwise, the request's onerror will be called, and the request's error
|
||||
* will be either 'RadioNotAvailable', 'RequestNotSupported',
|
||||
* 'InvalidCallBarringOption' or 'GenericFailure'.
|
||||
* 'InvalidParameter', or 'GenericFailure'.
|
||||
*/
|
||||
nsIDOMDOMRequest getCallBarringOption(in jsval option);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче