Closed
Bug 11281
Opened 26 years ago
Closed 25 years ago
[feature] mime handler for xpi type
Categories
(Core Graveyard :: Installer: XPInstall Engine, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
M16
People
(Reporter: cathleennscp, Assigned: dougt)
References
Details
(Whiteboard: [PDT-])
Summary: mime handler for xpi type → [feature] mime handler for xpi type
we need it so that when you click on a xpi (or JAR) file in the browser, we get
to be the default handler.
Comment 1•26 years ago
|
||
We could hard-code this as another entry in nsMIMEService.cpp, but we really
need to have a more extensible solution.
Comment 2•26 years ago
|
||
for now if you want to associate a mime type w/ a file extension, hard code it
in nsMIMEService. It sounds like cathleen's talking about registering as a
content type handler which gets into the eventsink getter registration stuff.
| Assignee | ||
Updated•26 years ago
|
Target Milestone: M11 → M12
| Assignee | ||
Comment 3•26 years ago
|
||
blocked until eventsinkgetter is more real.
| Assignee | ||
Updated•26 years ago
|
Summary: [feature] mime handler for xpi type → [BLOCKED] [feature] mime handler for xpi type
Comment 5•26 years ago
|
||
I think this is just another case of URL dispatching. URL dispatching looks at
the content type (in your case, we'll make one up for xpi files), and finds the
application to handle it (the installer).
I'm going to mark this as dependent on the URL dispatching bug (although
distinct from it) because taking care of this will still require a bit of work
after that architecture is in place.
| Assignee | ||
Updated•26 years ago
|
Assignee: dougt → cathleen
| Assignee | ||
Comment 6•26 years ago
|
||
assigning to cathleen for escalation.
Summary: [BLOCKED] [feature] mime handler for xpi type → [BLOCKED][DOGFOOD][feature] mime handler for xpi type
Summary: [BLOCKED][DOGFOOD][feature] mime handler for xpi type → [BLOCKED][BETA][feature] mime handler for xpi type
Whiteboard: [PDT-]
Updated•26 years ago
|
Target Milestone: M12 → M13
Comment 9•26 years ago
|
||
cathleen returns for m13
Comment 10•26 years ago
|
||
Bulk move of XPInstall (component to be deleted) bugs to Installer: XPInstall
Engine
Updated•26 years ago
|
Assignee: cathleen → dveditz
Comment 11•26 years ago
|
||
Reassigning
Updated•26 years ago
|
Target Milestone: M13 → M14
Comment 12•26 years ago
|
||
No time in M13
Comment 13•26 years ago
|
||
Removing PDT annotation now that dogfood nomination has been removed
Whiteboard: [PDT-]
Updated•26 years ago
|
Status: NEW → ASSIGNED
Keywords: beta1
Summary: [BLOCKED][BETA][feature] mime handler for xpi type → [feature] mime handler for xpi type
Comment 15•26 years ago
|
||
PDT wants to know what we lose by not having this for B1?
Whiteboard: [PDT+]
Comment 16•26 years ago
|
||
We lose the ability to click on a link to launch a zippy install, all installs
would have to be launched from scripted actions. Primarily this means users
can't surf the mozilla.org (or netscape) ftp directories in order to install
anything.
Comment 18•26 years ago
|
||
Did you put it on an anchor or put it on a button? Still seems like a pdt
minus.
Send additional comments directly to pdt alias if you have more info. Thanks!
Whiteboard: [PDT-]
Updated•25 years ago
|
Target Milestone: M15 → M16
| Assignee | ||
Comment 20•25 years ago
|
||
I need to do this same this for cert auth, I can do both at the same time...
Status: ASSIGNED → NEW
| Reporter | ||
Comment 22•25 years ago
|
||
PR2 feature.
Doug has code working last week before he went on vacation.
Keywords: nsbeta2
| Assignee | ||
Comment 23•25 years ago
|
||
checked in this evening.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 24•25 years ago
|
||
Build: 2000-05-09-08-M16(MAC), 2000-05-09-09-M16(WIN), 2000-05-09-08-M16(LINUX)
Click it, and the the confirmation dialog appears. Cool. Marking Verified!
Status: RESOLVED → VERIFIED
Updated•10 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•