Closed
Bug 275982
Opened 20 years ago
Closed 15 years ago
associate *.xul with Mozilla when mozilla gets installed
Categories
(SeaMonkey :: Installer, enhancement)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bulk88, Unassigned)
Details
Attachments
(1 file)
|
1022 bytes,
application/text-plain
|
Details |
I am using Mozilla 1.7.3. I would like it if Mozilla automatically associated itself with .xul files in the Windows registry and launched them using -chrome wehen mozilla gets installed. I dont think there are any other signifigant programs that use the xul file extension. This could also maybe apply to *nix, if Mozilla does register itself in *nix world at all. I spent the last 30 mins reading through the windows SDK and some APIs to figure out how to code the command syntax, which I figured was "C:\Program Files\mozilla.org\Mozilla\mozilla.exe" -chrome "file://%1" Also I have no clue why mozilla uses ft00001 as its progid, it should be Mozilla.Suite.HTML or Mozilla.Suite.XUL, or something. Look at this for what I mean http://msdn.microsoft.com/library/default.asp?url=/library/en- us/shellcc/platform/shell/programmersguide/shell_basics/shell_basics_extending/f ileassociations/fa_progids.asp
It has the weird ft0000001 progid thing. When I found it, it was like that with that weird name, but I changed the open command thing to use -chrome.
Attachment #169563 -
Attachment mime type: application/octet-stream → application/text-plain
Comment 2•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
as of firfox 1.0.6 XUL files still arent associated with mozilla/firwfox.
Updated•19 years ago
|
QA Contact: bugzilla → general
Comment 4•15 years ago
|
||
I think we should won't fix this, because SeaMonkey and Firefox too fails with *.xul files if they are outside their application because in most cases it can not resolve chrome URLs used to load the DTD files. In most cases developers want to bind it to their favorite XML editor. End users usually never should see any xul files.
Comment 5•15 years ago
|
||
XUL files are not thought for being opened within the browser area, the SeaMonkey team will not fix this as it stands.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•