Decouple folder creation from RDF
Categories
(MailNews Core :: Backend, defect)
Tracking
(Not tracked)
People
(Reporter: benc, Assigned: benc)
References
Details
Attachments
(1 file, 1 obsolete file)
8.16 KB,
patch
|
benc
:
review+
|
Details | Diff | Splinter Review |
Folders are currently constructed by looking up the correct nsIFactory
and calling createInstance()
.
The factories all have the form"@mozilla.org/rdf/resource-factory;1?name=" + scheme
, which kind of implies they're registered as part of the RDF system.
They need to be freed from any RDF entanglements.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
My patch(es) for Bug 1527764 will move the folder creation into the folder-lookup-service, so easiest to wait until that stuff lands before worrying about this one.
Updated•6 years ago
|
Assignee | ||
Comment 2•6 years ago
|
||
This patch builds on top of the two RDF-removal patches in Bug 1527764.
It just shuffles about some naming to get folder creation out of the RDF code.
Updated•5 years ago
|
Comment 4•5 years ago
|
||
So this is waiting for bug 1527764 which is waiting for bug 1534163 which is ready now, right? So how about rebasing everything as necessary and doing a final try run?
Assignee | ||
Comment 5•5 years ago
|
||
Rebased.
To apply on top of the two patches in Bug 1527764.
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/3970c1407633
Move folder-factory lookup out of RDF. r=aceman
Updated•5 years ago
|
Description
•