Closed
Bug 829529
Opened 12 years ago
Closed 12 years ago
[Wifi hotspot] Wifi hotspot settings should be disabled automatically when we turn on wifi
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(blocking-basecamp:-, firefox19 wontfix, firefox20 wontfix, firefox21 fixed, b2g18 fixed)
People
(Reporter: vchang, Assigned: vchang)
Details
Attachments
(1 file)
1.23 KB,
patch
|
mrbkap
:
review+
overholt
:
approval-mozilla-b2g18+
|
Details | Diff | Splinter Review |
STR,
1. enable wifi hotspot (mobile data connection should be established before turning on wifi hotspot).
2. turn on wifi in settings.
expect: wifi hotspot and settings UI for wifi hotspot should be disabled.
actual: wifi hotspot is disabled but settings UI is still on.
Assignee | ||
Comment 1•12 years ago
|
||
Assignee: nobody → vchang
Attachment #700988 -
Flags: review?(mrbkap)
Updated•12 years ago
|
blocking-basecamp: --- → ?
Comment 2•12 years ago
|
||
Comment on attachment 700988 [details] [diff] [review]
Patch v1.0
Review of attachment 700988 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/wifi/WifiWorker.js
@@ +2842,5 @@
> this.setWifiApEnabled(data, this.nextRequest.bind(this));
> }.bind(this));
> + // It's really sad that we don't have an API to notify the wifi
> + // hotspot status. Toggle settings to let gaia know that wifi hotspot
> + // is disalbed.
"disabled"
Attachment #700988 -
Flags: review?(mrbkap) → review+
Comment 3•12 years ago
|
||
Comment on attachment 700988 [details] [diff] [review]
Patch v1.0
[Triage Comment]
Attachment #700988 -
Flags: approval-mozilla-b2g18+
Updated•12 years ago
|
blocking-basecamp: ? → -
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 4•12 years ago
|
||
Keywords: checkin-needed
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 6•12 years ago
|
||
status-b2g18:
--- → fixed
status-firefox19:
--- → wontfix
status-firefox20:
--- → wontfix
status-firefox21:
--- → fixed
Target Milestone: --- → B2G C4 (2jan on)
You need to log in
before you can comment on or make changes to this bug.
Description
•