Closed Bug 827237 Opened 12 years ago Closed 12 years ago

Wifi: ap list in settings is empty

Categories

(Firefox OS Graveyard :: General, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(blocking-basecamp:+, firefox19 wontfix, firefox20 wontfix, firefox21 fixed, b2g18 fixed)

RESOLVED FIXED
B2G C4 (2jan on)
blocking-basecamp +
Tracking Status
firefox19 --- wontfix
firefox20 --- wontfix
firefox21 --- fixed
b2g18 --- fixed

People

(Reporter: kk1fff, Assigned: gwagner)

References

Details

Attachments

(1 file, 2 obsolete files)

This bug happens in current inbound and central branches, but not in b2g18 branch. STR: 1. Open Settings App. 2. Choose Wifi Expected: Available Wifi aps are listed in "Available networks". Actual: "Available networks" stops in "Searching...". Note: If we turn off Wifi in Setting, we are not able to turn on again before rebooting the phone.
qawanted to find regression range in where it broke.
Bluetooth has the same problem. Turning on Bluetooth would disable the switch button and it would be unable to be switched again.
Gregor is on this. The regressor is a settings service change.
Assignee: nobody → anygregor
Attached patch patch (obsolete) — Splinter Review
Wouldn't hold release on it but bb+ to streamline landing. This is severely affecting developers.
blocking-basecamp: ? → +
Attached patch patch (obsolete) — Splinter Review
Attachment #698629 - Attachment is obsolete: true
Attachment #698640 - Flags: review?(bent.mozilla)
Comment on attachment 698640 [details] [diff] [review] patch Review of attachment 698640 [details] [diff] [review]: ----------------------------------------------------------------- ::: dom/settings/SettingsService.js @@ +55,5 @@ > let message = info.message; > if(typeof(value) == 'object') > debug("object name:" + name + ", val: " + JSON.stringify(value)); > + let checkKeyRequest = store.get(name); > + Nit: whitespace here and a few lines down. @@ +56,5 @@ > if(typeof(value) == 'object') > debug("object name:" + name + ", val: " + JSON.stringify(value)); > + let checkKeyRequest = store.get(name); > + > + checkKeyRequest.onsuccess = function (event) { Need an onerror handler too. @@ +70,3 @@ > > + req.onsuccess = function() { > + debug("set on success"); Nit: if (DEBUG) this
Attachment #698640 - Flags: review?(bent.mozilla) → review+
Attached patch patchSplinter Review
Attachment #698640 - Attachment is obsolete: true
Attachment #698645 - Flags: review+
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → B2G C4 (2jan on)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: