Closed
Bug 283276
Opened 20 years ago
Closed 20 years ago
Plugin finder service freezes when attempting to install plugins and not accepting first license
Categories
(Toolkit Graveyard :: Plugin Finder Service, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: u88484, Assigned: doronr)
References
()
Details
Attachments
(1 file)
|
6.10 KB,
patch
|
mkaply
:
review+
|
Details | Diff | Splinter Review |
Steps to reproduce: 1) Go to http://www.macromedia.com/shockwave/welcome/ 2) Start process to install missing plugins via the information bar 3) Make sure both flash and shockwave are selected and click next 4) Leave 'do not accept license (plugin will not be installed)' checked and hit next Plugin finder service disables and wont let you accept the second license agreement
| Assignee | ||
Comment 1•20 years ago
|
||
The reason here is that both flash and shockwave use the same licenseURL. So my load listener won't get fired the 2nd time since the URL never changes.
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•20 years ago
|
||
Attachment #175465 -
Flags: review?(mkaply)
Comment 3•20 years ago
|
||
You are using a bad editor that is messing with whitespace (removing it at the end of lines) Please post a new patch that doesn't modify white space.
| Assignee | ||
Comment 4•20 years ago
|
||
actually, I am fixing tabs in the document.
Comment 5•20 years ago
|
||
Comment on attachment 175465 [details] [diff] [review] patch - use nsIWebProgressListener r=mkaply - remove the empty catch
Attachment #175465 -
Flags: review?(mkaply) → review+
| Assignee | ||
Comment 6•20 years ago
|
||
checked in.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Product: Firefox → Toolkit
Updated•10 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•