Closed Bug 784617 Opened 12 years ago Closed 8 years ago

WebSMS: mochitest test_sms_basic.html is only valid in Android

Categories

(Core :: DOM: Device Interfaces, defect)

defect
Not set
minor

Tracking

()

RESOLVED WONTFIX

People

(Reporter: vicamo, Unassigned)

References

Details

> function checkSmsEnabled() {
>   // WebSms is disabled on all platforms except Android for the moment.
>   if (navigator.appVersion.indexOf("Android") == -1) {
>     checkSmsDisabled();
>     return;
>   }
>   ...
> }
It's currently disabled on Android and b2g, completely, see:
http://mxr.mozilla.org/mozilla-central/search?string=test_sms_basics
I filed bug 909036 on getting it fixed for those platforms. I guess this bug is about implementing websms on desktop?

The dom.sms.enabled pref is enabled on b2g only, afaict.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.