Closed
Bug 754432
Opened 13 years ago
Closed 13 years ago
Let Thunderbird have access to ContactService.jsm and ContactDB.jsm.
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla15
People
(Reporter: mconley, Assigned: mconley)
References
Details
Attachments
(1 file)
827 bytes,
patch
|
fabrice
:
review+
|
Details | Diff | Splinter Review |
ContactService.jsm and ContactDB.jsm are the fallback storage mechanism for the Contacts API, and are currently only available in b2g builds.
The Thunderbird team has started to make moves to use the Contacts API for storage / retrieval of contacts for a new address book. One of those moves is to start working on desktop support for the Contacts API. As part of this effort, we'll want access to the fallback storage mechanism.
The attached patch alters the Makefile for dom/contacts to package ContactService.jsm and ContactDB.jsm for both b2g and mail.
Assignee | ||
Comment 1•13 years ago
|
||
Comment on attachment 623278 [details] [diff] [review]
Patch v1
r?'ing fabrice because he originally r+'d the patch in bug 731855.
Attachment #623278 -
Flags: review?(fabrice)
Assignee | ||
Comment 2•13 years ago
|
||
So that filter is my way of doing logical OR for Makefiles... let me know if there's another preferred method.
Comment 3•13 years ago
|
||
Comment on attachment 623278 [details] [diff] [review]
Patch v1
Review of attachment 623278 [details] [diff] [review]:
-----------------------------------------------------------------
I don't know of any other method either.
Attachment #623278 -
Flags: review?(fabrice) → review+
Assignee | ||
Comment 4•13 years ago
|
||
Thanks for the fast review, Fabrice.
mozilla-inbound: https://hg.mozilla.org/integration/mozilla-inbound/rev/de6d19899b89
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla15
![]() |
||
Comment 6•13 years ago
|
||
Does this also include SeaMonkey? Or do we need an extra patch in /suite/?
Assignee | ||
Comment 7•13 years ago
|
||
(In reply to Philip Chee from comment #6)
> Does this also include SeaMonkey? Or do we need an extra patch in /suite/?
This patch only took care of Thunderbird, I'm afraid. If suite needs access to ContactService.jsm and ContactDB.jsm, an extra patch will be required here.
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•