mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 793111 - Part 1 - Add properties in nsIDOMMozMobileICCInfo to indicate if PLMN/SPN is required sr=sicking
This commit is contained in:
parent
6bac76f334
commit
ef11582515
@ -415,7 +415,7 @@ interface nsIDOMMozMobileCellInfo: nsISupports
|
||||
readonly attribute unsigned long gsmCellId;
|
||||
};
|
||||
|
||||
[scriptable, uuid(a71c66ed-dfb0-4c33-9942-049e6f03dbed)]
|
||||
[scriptable, uuid(352e7f1a-c09f-44ed-8fde-a138b09a0ea9)]
|
||||
interface nsIDOMMozMobileICCInfo : nsISupports
|
||||
{
|
||||
/**
|
||||
@ -438,6 +438,16 @@ interface nsIDOMMozMobileICCInfo : nsISupports
|
||||
*/
|
||||
readonly attribute DOMString spn;
|
||||
|
||||
/**
|
||||
* Network name must be a part of displayed carrier name.
|
||||
*/
|
||||
readonly attribute boolean isDisplayNetworkNameRequired;
|
||||
|
||||
/**
|
||||
* Service provider name must be a part of displayed carrier name.
|
||||
*/
|
||||
readonly attribute boolean isDisplaySpnRequired;
|
||||
|
||||
/**
|
||||
* Mobile Station ISDN Number (MSISDN) of the subscriber's, aka
|
||||
* his phone number.
|
||||
|
Loading…
Reference in New Issue
Block a user