Closed
Bug 1240906
Opened 10 years ago
Closed 10 years ago
Shut down nsGeolocationService at xpcom-shutdown, not quit-application
Categories
(Core :: DOM: Device Interfaces, defect)
Core
DOM: Device Interfaces
Tracking
()
RESOLVED
FIXED
mozilla47
People
(Reporter: mccr8, Assigned: mccr8)
Details
Attachments
(1 file)
2.57 KB,
patch
|
dougt
:
review+
|
Details | Diff | Splinter Review |
It is more standard to shut things down at xpcom-shutdown. I looked at the landing of this patch and it didn't seem like there was any particular reason to use quit-application instead.
Assignee | ||
Comment 1•10 years ago
|
||
Also, remove trailing spaces from network_geolocation.sjs.
try run: https://treeherder.mozilla.org/#/jobs?repo=try&revision=ede1cf265db5
Attachment #8709642 -
Flags: review?(dougt)
Comment 2•10 years ago
|
||
what about all of the other places where we call quit-application?
Assignee | ||
Comment 3•10 years ago
|
||
(In reply to Doug Turner (:dougt) from comment #2)
> what about all of the other places where we call quit-application?
Yeah, I'm not really sure. I think it is just a good idea to shut down anything that uses CC in xpcom-shutdown, so we can sure it will get cleaned up. I'm not sure when quit-application actually happens.
Updated•10 years ago
|
Attachment #8709642 -
Flags: review?(dougt) → review+
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Comment 5•10 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
You need to log in
before you can comment on or make changes to this bug.
Description
•