Closed
Bug 1462004
Opened 7 years ago
Closed 7 years ago
Port | Bug 1430023 - Get rid of some remaining localstore.rdf code| - rdf/datasource/nsLocalStore.cpp:377:33: error: 'NS_APP_LOCALSTORE_50_FILE' was not declared in this scope
Categories
(MailNews Core :: General, enhancement)
MailNews Core
General
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 62.0
People
(Reporter: jorgk-bmo, Unassigned)
Details
Attachments
(1 file)
|
1.29 KB,
patch
|
aceman
:
review+
|
Details | Diff | Splinter Review |
We recently forked RDF to comm-central.
Bug 1430023 now removed remaining localstore functionality incl. this define:
https://hg.mozilla.org/mozilla-central/rev/ba79a9e472c0#l12.12
-#define NS_APP_LOCALSTORE_50_FILE "LclSt"
and underlying functionality.
This is still used in rdf/datasource/nsLocalStore.cpp:377, hence, we're busted.
We need to investigate since the surrounding code can just be removed, potentially all of nsLocalStore.cpp.
| Reporter | ||
Comment 1•7 years ago
|
||
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/3566433f12f1
Port bug 1430023: Use hard-coded string instead of NS_APP_LOCALSTORE_50_FILE. rs=bustage-fix
| Reporter | ||
Comment 3•7 years ago
|
||
Since RDF is doomed and life is short, we'll just leave it at this and won't spend more time on investigating how much of nsLocalStore.cpp could be removed.
Status: NEW → RESOLVED
Closed: 7 years ago
Keywords: leave-open
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 62.0
| Reporter | ||
Updated•7 years ago
|
Attachment #8976180 -
Flags: review?(acelists)
Comment on attachment 8976180 [details] [diff] [review]
1462004-use-hardcoded-string.patch
Review of attachment 8976180 [details] [diff] [review]:
-----------------------------------------------------------------
Yes, thanks.
Attachment #8976180 -
Flags: review?(acelists) → review+
You need to log in
before you can comment on or make changes to this bug.
Description
•