Closed
Bug 666220
Opened 14 years ago
Closed 14 years ago
unecessary variable kAppendChromeManifests in toolkit/xre/nsXREDirProvider.cpp
Categories
(Core :: XPCOM, defect)
Tracking
()
VERIFIED
FIXED
mozilla7
People
(Reporter: arno, Assigned: arno)
Details
Attachments
(1 file)
|
985 bytes,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
Hi, toolkit/xre/nsXREDirProvider.cpp defines kAppendChromeManifests[] which is used nowhere.
| Assignee | ||
Comment 1•14 years ago
|
||
Assignee: nobody → arno
Attachment #541017 -
Flags: review?(benjamin)
Updated•14 years ago
|
Attachment #541017 -
Flags: review?(benjamin) → review+
| Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Comment 2•14 years ago
|
||
Keywords: checkin-needed
Whiteboard: [inbound]
Comment 3•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [inbound]
Target Milestone: --- → mozilla7
Comment 4•14 years ago
|
||
Can anyone please provide some guidelines that I can use to verify this fix? Do I need to create any specific environment to test it?
Thanks!
Comment 5•14 years ago
|
||
Verified the source code in mozilla-central (http://hg.mozilla.org/mozilla-central/file/071d9c997f3d/toolkit/xre/nsXREDirProvider.cpp) and variable kAppendChromeManifests is removed.
Changing resolution to VERIFIED-FIXED.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•