Closed
Bug 976452
Opened 11 years ago
Closed 11 years ago
Missing implementation of nsIWifi::getWifiScanResults
Categories
(Firefox OS Graveyard :: Wifi, defect)
Tracking
(b2g-v1.4 fixed)
RESOLVED
FIXED
1.4 S2 (28feb)
Tracking | Status | |
---|---|---|
b2g-v1.4 | --- | fixed |
People
(Reporter: hchang, Assigned: hchang)
References
Details
Attachments
(1 file)
3.01 KB,
patch
|
vchang
:
review+
|
Details | Diff | Splinter Review |
The implementation of nsIWifi::getWifiScanResults (implemented in WifiWorker.js) was removed but it is actually referenced by other application. We need to add it back
Assignee | ||
Comment 1•11 years ago
|
||
Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Comment on attachment 8381219 [details] [diff] [review]
Bug976452.patch
Review of attachment 8381219 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good. Thank you.
Attachment #8381219 -
Flags: review+
Comment 4•11 years ago
|
||
Hi henry, can you help to check if we need to nominate this to 1.3 ?
Assignee | ||
Comment 5•11 years ago
|
||
(In reply to Vincent Chang[:vchang] from comment #4)
> Hi henry, can you help to check if we need to nominate this to 1.3 ?
It's removed after 1.3 branched off the trunk so it's fine for 1.3!
Comment 6•11 years ago
|
||
E/GeckoConsole( 179): [JavaScript Error: "p2pManager is undefined" {file: "jar:file:///system/b2g/omni.ja!/components/WifiWorker.js" line: 299}]
Does it need to be wrapped with:
if (p2pSupported) {}
Comment 7•11 years ago
|
||
(In reply to Doug Turner (:dougt) from comment #6)
> E/GeckoConsole( 179): [JavaScript Error: "p2pManager is undefined" {file:
> "jar:file:///system/b2g/omni.ja!/components/WifiWorker.js" line: 299}]
>
>
> Does it need to be wrapped with:
> if (p2pSupported) {}
We have filed the Bug 976455 to fix that.
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 8•11 years ago
|
||
Assignee: nobody → hchang
Keywords: checkin-needed
Comment 9•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.4 S2 (28feb)
Comment 11•11 years ago
|
||
According to
https://bugzilla.mozilla.org/show_bug.cgi?id=976455#c10
, remove it from 1.3+.
blocking-b2g: 1.3T+ → ---
Updated•11 years ago
|
status-b2g-v1.4:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•