Closed
Bug 815256
Opened 12 years ago
Closed 12 years ago
Return the right app pref dirs in XPCShellDirProvider
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jimm, Assigned: jimm)
References
Details
Attachments
(2 obsolete files)
No description provided.
Assignee | ||
Comment 1•12 years ago
|
||
The app dir ini file fix solves a lot of problems, but we still need to update the app dirs the XPCShellDirProvider returns to tests.
Attachment #685266 -
Flags: review?(mh+mozilla)
Assignee | ||
Comment 2•12 years ago
|
||
Note the removed chunk
} else if (!strcmp(prop, NS_APP_PLUGINS_DIR_LIST)) {
..
}
on bottom left was duplicate code on elm due to a bad merge.
Comment 3•12 years ago
|
||
(In reply to Jim Mathies [:jimm] from comment #2)
> Note the removed chunk
>
> } else if (!strcmp(prop, NS_APP_PLUGINS_DIR_LIST)) {
> ..
> }
>
> on bottom left was duplicate code on elm due to a bad merge.
I'd prefer a patch against m-c.
Assignee | ||
Comment 4•12 years ago
|
||
(In reply to Mike Hommey [:glandium] from comment #3)
> (In reply to Jim Mathies [:jimm] from comment #2)
> > Note the removed chunk
> >
> > } else if (!strcmp(prop, NS_APP_PLUGINS_DIR_LIST)) {
> > ..
> > }
> >
> > on bottom left was duplicate code on elm due to a bad merge.
>
> I'd prefer a patch against m-c.
ah, sorry, will update.
Assignee | ||
Comment 5•12 years ago
|
||
Attachment #685266 -
Attachment is obsolete: true
Attachment #685266 -
Flags: review?(mh+mozilla)
Attachment #685281 -
Flags: review?(mh+mozilla)
Assignee | ||
Comment 6•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Attachment #685281 -
Attachment is obsolete: true
Attachment #685281 -
Flags: review?(mh+mozilla)
Assignee | ||
Comment 7•12 years ago
|
||
No longer needed.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•