Closed
Bug 1299866
Opened 8 years ago
Closed 8 years ago
[FlyWeb] mDNS services discovered remain after network change
Categories
(Core :: Networking, defect)
Core
Networking
Tracking
()
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
People
(Reporter: justindarc, Assigned: justindarc)
References
Details
(Whiteboard: [necko-active])
Attachments
(1 file, 1 obsolete file)
4.23 KB,
patch
|
justindarc
:
review+
|
Details | Diff | Splinter Review |
In the JS mDNS implementation, services discovered will remain "cached" even when the user changes to a different network. Eventually, after the cache timeout period, the list of discovered services will correct itself. However, this is a very poor UX since the user may likely assume that the list of discovered services will change immediately when switching to a new WiFi network.
Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8787288 -
Flags: review?(kvijayan)
Assignee | ||
Updated•8 years ago
|
Status: NEW → ASSIGNED
Updated•8 years ago
|
Whiteboard: [necko-active]
Comment 2•8 years ago
|
||
Comment on attachment 8787288 [details] [diff] [review]
bug1299866.diff
Review of attachment 8787288 [details] [diff] [review]:
-----------------------------------------------------------------
::: netwerk/dns/mdns/libmdns/fallback/MulticastDNS.jsm
@@ +98,5 @@
> this.advertiseTimer = undefined;
> }
> }
>
> +let _observerService = Cc["@mozilla.org/observer-service;1"]
No underscore here. This is a regular global, let's call it ObserverService.
Attachment #8787288 -
Flags: review?(kvijayan) → review+
Assignee | ||
Comment 3•8 years ago
|
||
Rebasing this patch on top of Bug 1296464 before addressing review comments.
Depends on: 1296464
Assignee | ||
Comment 4•8 years ago
|
||
Rebased on latest patch in Bug 1296464. Carrying R+ forward.
Attachment #8787288 -
Attachment is obsolete: true
Attachment #8792555 -
Flags: review+
Assignee | ||
Comment 5•8 years ago
|
||
Assignee | ||
Comment 6•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/d3d45f7fa087c2c15742bd572ec45e01d1151911
Bug 1299866 - [FlyWeb] mDNS services discovered remain after network change;r=djvj
Comment 7•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
You need to log in
before you can comment on or make changes to this bug.
Description
•