Closed
Bug 56229
Opened 24 years ago
Closed 22 years ago
useless url to download "plugin downloader plugin" (default plug-in)
Categories
(Core Graveyard :: Plug-ins, defect, P1)
Core Graveyard
Plug-ins
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.3beta
People
(Reporter: jruderman, Assigned: serhunt)
References
()
Details
(Keywords: topembed+, Whiteboard: [PL2:P1])
Attachments
(1 file, 1 obsolete file)
7.20 KB,
patch
|
srgchrpv
:
review+
beard
:
superreview+
|
Details | Diff | Splinter Review |
A page containing just <applet></applet> (bug 51040) will pop up a dialog
asking the user to get the "plugin downloader plugin" from
http://www.netscape.com/. I can't find the "default plugin" or "plugin
downloader plugin" on http://www.netscape.com/, though. Is it even available
from the site?
(Apparently I'm not the only one who can't find it:
http://csf.colorado.edu/archive/2000/mozilla-unix/msg01429.html)
http://lxr.mozilla.org/seamonkey/source/xpfe/components/xfer/resources/locale/en0
Comment 1•24 years ago
|
||
Future. The Netscape engineer this is assigned to is overburdened, and this is
not an N6 RTM blocker. Edge case. (I believe this is a DUP of another bug that
talks about using an empty APPLET tag as a form of Java sniffing, but I can't
recall the number.)
Target Milestone: --- → Future
Comment 2•24 years ago
|
||
The "default plugin" or "plugin downloader plugin" ships with Netscape 6 or you
can build it from:
http://lxr.mozilla.org/seamonkey/source/modules/plugin/default/
Marking INVALID as most browser installs should come with this plugin or you can
build it
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 3•23 years ago
|
||
I've seen this dialog mentioned several times on newsgroups and on IRC during
the last few months. People are still seeing it and getting confused.
Reopening.
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
This is such a useless alert dialog - at the _very_ least the URL should contain
a semblance of assistance to the user
(http://home.netscape.com/plugins/index.html comes to mind.) But, even with
that URL, I still can't find the "Plugin Downloader Plugin". I'd be happy to
provide a patch for this if it's just wording changes you need or to remove the
call throw this alert() window.
Comment 6•23 years ago
|
||
please just use http://netscape.com/plugins/ or http://home.netscape.com/plugins/
Comment 7•23 years ago
|
||
Minused this bug as per ADT Triage. 83754 is the bug depended on, and it's been
nsbeta1+'d.
Well, bug 83754 just got minused. So, I'm going to fix this bug.
See http://bugzilla.mozilla.org/show_bug.cgi?id=83754#c55
Note that the patch doesn't 'fix' the bug. The real fix would be to find the
actual location of the "Plugin Downloader Plugin". Since our website doesn't
support a text search (http://home.netscape.com/plugins/search_pi.html?cp=plp is
the only search page I could find), I'm assuming that this is the next best thing.
Assignee | ||
Comment 11•23 years ago
|
||
Comment on attachment 76073 [details] [diff] [review]
Fix
r=av
Attachment #76073 -
Flags: review+
Comment 12•23 years ago
|
||
what's with the double space?
"Plugin. Without" vs "Plugin. Without"
Comment 13•23 years ago
|
||
Comment on attachment 76073 [details] [diff] [review]
Fix
ouch, that data URL just crashed me :)
(yes, talkback submitted)
sr=alecf
Attachment #76073 -
Flags: superreview+
Comment 14•23 years ago
|
||
I vote to remove this dialog completely. Does it make much sense? Does anyone
care or know where to find it? Wouldn't it be just better not to show anything
if there is no default plugin? Maybe it was removed on purpose? I think almost
all builds now come with this plugin by default.
I'm up for that, too (and could probably spin up a new patch for it). But, you
plugin guys know your own code better than I ;-)
Beth, can you make a decision here as to what we should do:
(1) Remove the call in the return value
(http://lxr.mozilla.org/seamonkey/source/modules/plugin/base/src/nsPluginHostImpl.cpp#345)
to throw up this dialog in the 1st place OR:
(2) Simply checkin the patch as stands, and leave this open to do the 1st option.
(I've since looked at the code, and can't do #1, since it's C++).
Updated•23 years ago
|
Priority: P3 → P5
Summary: useless url to download "plugin downloader plugin" (default plug-in) → [RFE]useless url to download "plugin downloader plugin" (default plug-in)
Reporter | ||
Updated•23 years ago
|
Summary: [RFE]useless url to download "plugin downloader plugin" (default plug-in) → useless url to download "plugin downloader plugin" (default plug-in)
Comment 18•23 years ago
|
||
I am so sorry Stephen, I did not see your last comment. We should get rid of
this dialog, it makes no sense to have it pop up.
andre, think you could get to this for post-MachV releases like Buffy?
Updated•23 years ago
|
Target Milestone: Future → mozilla1.0.2
Comment 20•23 years ago
|
||
*** Bug 43672 has been marked as a duplicate of this bug. ***
Comment 21•23 years ago
|
||
we will be adding an icon to the status bar, see bug 56106. setting to PL2:P1
Severity: minor → critical
Priority: P5 → P2
Whiteboard: [PL2:P1]
Target Milestone: mozilla1.0.2 → mozilla1.0.3
Updated•23 years ago
|
Target Milestone: mozilla1.0.3 → mozilla1.1alpha
Comment 22•23 years ago
|
||
*** Bug 106413 has been marked as a duplicate of this bug. ***
Comment 23•23 years ago
|
||
*** Bug 153624 has been marked as a duplicate of this bug. ***
Updated•23 years ago
|
Severity: critical → normal
Updated•23 years ago
|
Priority: P2 → P1
Updated•23 years ago
|
Target Milestone: mozilla1.1alpha → mozilla1.2beta
Comment 24•22 years ago
|
||
The dialog should be removed, adding nsbeta1+ and topembed keyword. See also bug
56106
Comment 25•22 years ago
|
||
Discussed in edt team meeting. Plussing. We concur with comment 14 and think
the best fix is to eliminate this dialog.
Assignee | ||
Comment 26•22 years ago
|
||
This patch removes the whole dialog.
Attachment #76073 -
Attachment is obsolete: true
Attachment #108445 -
Flags: review?(serge)
Comment 27•22 years ago
|
||
Comment on attachment 108445 [details] [diff] [review]
patch v.2
removing code is good thing to do, I like it:) r=serge
Attachment #108445 -
Flags: review?(serge) → review+
Comment 28•22 years ago
|
||
Comment on attachment 108445 [details] [diff] [review]
patch v.2
sr=beard
Attachment #108445 -
Flags: superreview+
Comment 29•22 years ago
|
||
I believe #19118 is related in the following way:
(I've been out of the loop for quite a while, so I hope I'm not way off base.)
I suggest for the gentle reader's consideration that it is desirable to
decouple as much plugin logic as possible. This allows decoupled innovation
and lightens the browser.
From this point of view, the Default Plugin is potentially a very powerful
tool. (I'm sorry if I'm mixing issues, but it's important background).
Are the mimetype associations (plugins, helper apps, java?), stored in a way
that a Default Plugin could access and manage these?
Could it also be associated with the "about:plugins" page and take decoupled
responsibility for rendering this, additionally providing configuration control?
Perhaps such a bigger change would have to wait.
Today, anyone could write a replacement default plugin and installer for it,
right? How much of the above could be done today, and how much requires
browser-side changes?
Assignee | ||
Comment 30•22 years ago
|
||
This is an interesting idea and one of its main points (decoupling the
functionality) is actually addressed in the design of the Plug-in Manager as we
see it now. Instead of using a default plugin as a plugin manager we can rather
employ the component architecture of Mozilla. Managing plugins is a complicated
task and using standard NPAPI for that will be problematic. Designing the plugin
manager as the Mozilla component means that we essentially design a set of
interfaces which would allow some privitive manipulations with plugins and which
may be or be not used to manage plugins. This plugin manager service will be
available for use from either C++ or JavaScript and it will be up to the
embedders how and to what extend to use it, whatever level of complexity of the
logic to expose to the end user as well as to decide what kind of GUI will be
appropriate.
Assignee | ||
Comment 31•22 years ago
|
||
Checked in to the trunk.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago → 22 years ago
Resolution: --- → FIXED
Comment 32•22 years ago
|
||
Marking Verified Fixed.
The dialog no longer appears. Instead, and .html file that contains just
<APPLET> tag will invoke a blank java box containing a red colored X in the top
left corner.
Status: RESOLVED → VERIFIED
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•