Closed
Bug 390904
Opened 17 years ago
Closed 17 years ago
XULRunner apps have no way of using platform specific XPCOM components or skins based on user OS
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mfinkle, Assigned: mfinkle)
Details
Attachments
(1 file)
7.52 KB,
patch
|
benjamin
:
review+
benjamin
:
approval1.9+
|
Details | Diff | Splinter Review |
bug 253742 gave extensions the ability of using platform specific components and skins based on a "platform" directory structure. XULRunner apps have no way of using the same mechanism.
Attachment #275221 -
Flags: review?(benjamin)
Comment 1•17 years ago
|
||
Comment on attachment 275221 [details] [diff] [review]
adds "platform" directories to main app directory
>Index: nsXREDirProvider.cpp
>+static void
>+LoadAppPlatformDirIntoArray(nsIFile* aXULAppDir,
>+ NS_BREAK();
I don't think you meant to leave this in ;-)
Attachment #275221 -
Flags: review?(benjamin)
Attachment #275221 -
Flags: review+
Attachment #275221 -
Flags: approval1.9+
Assignee | ||
Comment 2•17 years ago
|
||
(In reply to comment #1)
> >+ NS_BREAK();
>
> I don't think you meant to leave this in ;-)
>
Nope. Removed before committing.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•