Closed
Bug 1072275
Opened 10 years ago
Closed 10 years ago
MobileConnectionService doesn't have to be created in 'profile-after-change' category
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(firefox35 affected)
RESOLVED
FIXED
2.1 S7 (24Oct)
Tracking | Status | |
---|---|---|
firefox35 | --- | affected |
People
(Reporter: vicamo, Assigned: edgar)
References
Details
Attachments
(1 file)
1.75 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1064231 +++
Reporter | ||
Updated•10 years ago
|
Assignee: nobody → vyang
Comment 2•10 years ago
|
||
This causes a console error in Fennec on startup (Bug 1074982), because we don't have these lines in our package manifest.
http://mxr.mozilla.org/mozilla-central/source/b2g/installer/package-manifest.in#166
Status: NEW → ASSIGNED
status-firefox35:
--- → affected
Assignee | ||
Comment 3•10 years ago
|
||
Assignee | ||
Comment 4•10 years ago
|
||
Comment on attachment 8505893 [details] [diff] [review]
Patch, v1
MobileConnectionService doesn't have to be created in 'profile-after-change' category. It could be created by calling getService() when some one needs to access it.
Olli, may I have your review? Thank you.
Attachment #8505893 -
Flags: review?(bugs)
Comment 5•10 years ago
|
||
Comment on attachment 8505893 [details] [diff] [review]
Patch, v1
Uh uh, do_CreateInstance(GONK_MOBILECONNECTION_SERVICE_CONTRACTID); was interesting bug.
Attachment #8505893 -
Flags: review?(bugs) → review+
Assignee | ||
Updated•10 years ago
|
Assignee: vicamo → echen
Assignee | ||
Updated•10 years ago
|
Target Milestone: --- → 2.1 S7 (24Oct)
Assignee | ||
Comment 6•10 years ago
|
||
Assignee | ||
Comment 7•10 years ago
|
||
Comment 8•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•