Changes

Jump to: navigation, search

WebAPI/WebMobileConnection/Multi-SIM

252 bytes removed, 03:32, 20 November 2013
Implementation
var numberOfServices = window.navigator.mozMobileConnections.length;
=== Internal API and Implementation ===mozMobileConnection becomes an array of nsIDOMMozMobileConnection in nsINavigatorMobileConnection.idl  interface nsIMozNavigatorMobileConnectionManager: nsISupports { // An array of nsIDOMMozMobileConnection. readonly attribute jsval mozMobileConnections; }; 
Add clientId in the interface of nsIMobileConnectionProvider.idl and change the implementation of getVoiceConnectionInfo, getDataConnectionInfo, and getNetworkSelectionMode.
Confirm
978
edits

Navigation menu