Closed
Bug 444087
Opened 17 years ago
Closed 9 years ago
multiple xpi installation should retrieve file descriptions from candidate xpis while it's downloading others
Categories
(Toolkit :: Add-ons Manager, enhancement)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: timeless, Unassigned)
Details
(Whiteboard: [intent-to-close])
Add-ons "installation" should get add-on descriptions as it goes instead of waiting for all the extensions to be downloaded....
steps:
1. load http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.0/win32/xpi/
2. load javascript:(function(){b=[];L=document.links;for (a=0;a<L.length;++a) if (/\.xpi/.test(l=L[a].href)) b.push(l); InstallTrigger.install(b)})()
3. click allow
4. wait and click install
expected results:
as it downloads '2', it should be able to figure out the proper description for 1
actual results:
descriptions are only shown after it downloads all extensions and starts installing the first one
Assignee | ||
Updated•16 years ago
|
Product: Firefox → Toolkit
Updated•16 years ago
|
OS: Windows XP → All
Hardware: PC → All
Comment 1•9 years ago
|
||
Due to a long period of inactivity on this bug (7.34 years), I am intending to close this bug within a month or so in accordance with: https://wiki.mozilla.org/Add-ons/OldBugs Please remove [intent-to-close] from the whiteboard and comment on this bug if you would like to keep it open.
Whiteboard: [intent-to-close]
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•