Closed
Bug 32689
Opened 25 years ago
Closed 25 years ago
[feature] chrome registration
Categories
(Core Graveyard :: Installer: XPInstall Engine, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M16
People
(Reporter: cathleennscp, Assigned: dveditz)
References
Details
(Whiteboard: [nsbeta2+][5/16])
need to support chrome registration for new skin files
Comment 1•25 years ago
|
||
Adding 'skins' keyword to selected chrome bugs. Please add any omissions.
Sorry for any mistakes...
Keywords: skins
Assignee | ||
Updated•25 years ago
|
Target Milestone: M16 → M15
Assignee | ||
Updated•25 years ago
|
Target Milestone: M15 → M16
Putting on [nsbeta2+][5/16] radar. This is a feature MUST complete work by
05/16.
Whiteboard: [nsbeta2+][5/16]
Assignee | ||
Comment 4•25 years ago
|
||
Install.registerChrome( folderobj [, type] );
optional type is SKIN, LOCALE, CONTENT, or PACKAGE (all three). Default if not
supplied is PACKAGE.
the folderobj is either the archive name if the chrome files were installed as
a zip archive, or the directory containing the chrome file's manifest.rdf
See posts in n.p.m.xpfe for the manifest.rdf format -- this is required.
Note: this does not install the files, only registers them. You will have to
use regular XPInstall commands to install the chrome files first.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Build: 2000-05-25-09-M16(WIN), 2000-05-25-08-M16(LINUX)
This feature is implemented. Installing Chatzilla is a simple way to verify.
In-house test cases verify that this is in as well. Macintosh still needs to be
checked.
Build: 2000-05-26-08-M16(MAC)
Works for Mac. Feature is implemented. Marking Verified!
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•