Closed
Bug 982191
Opened 11 years ago
Closed 11 years ago
The resource://services-common/ alias is broken in Fennec
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 30
People
(Reporter: lucasr, Assigned: rnewman)
References
Details
Attachments
(1 file)
1.14 KB,
patch
|
nalexander
:
review+
|
Details | Diff | Splinter Review |
Which makes Sqlite.jsm fail to lazy load CommonUtils and cause all sorts of weirdness in HomeProvider tests.
Using resource://gre/modules/services-common works fine. Confirmed by trying to import using a remote debugger.
Assignee | ||
Comment 1•11 years ago
|
||
services/common/servicesComponents.manifest
2:resource services-common resource://gre/modules/services-common/
Assignee | ||
Comment 2•11 years ago
|
||
Give this a shot?
Comment 3•11 years ago
|
||
This just isn't included in the Android build, see
http://mxr.mozilla.org/mozilla-central/search?string=servicesComponents
You just need to include it in mobile/android/installer/package-manifest.in, like the above examples. This only registers the single alias above, so it looks fine.
Comment 4•11 years ago
|
||
Comment on attachment 8389313 [details] [diff] [review]
Proposed patch. v1
Review of attachment 8389313 [details] [diff] [review]:
-----------------------------------------------------------------
Assuming it works :)
Attachment #8389313 -
Flags: review+
Reporter | ||
Comment 5•11 years ago
|
||
Yep, this fixes the issue, thanks.
Assignee | ||
Comment 6•11 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/b2b8ba047803
Does this need uplift, Lucas?
Assignee: nobody → rnewman
Status: NEW → ASSIGNED
Target Milestone: --- → Firefox 30
Reporter | ||
Comment 7•11 years ago
|
||
(In reply to Richard Newman [:rnewman] from comment #6)
> https://hg.mozilla.org/integration/fx-team/rev/b2b8ba047803
>
> Does this need uplift, Lucas?
Nope.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•