Closed Bug 932619 Opened 11 years ago Closed 7 years ago

[Gaia][DSDS] Follow up of bug 926169

Categories

(Firefox OS Graveyard :: Gaia, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: eragonj, Unassigned)

References

Details

After Gecko lands bug 814629, we have to remove backward compatibility check made by bug 926169 and use the brand-new API provided by Gecko in all related apps. 

API change is like this : 

Before:
var mobileconn = navigator.mozMobileConnection;
var voiceinfo = mobileconn.voiceInfo;

After:
var mobileconn = navigator.mozMobileConnections[0];
// The same below ...
var voiceinfo =mobileconn.voiceInfo;
Updated the API used in the tests in Bug 1056050
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.