Closed
Bug 395425
Opened 18 years ago
Closed 18 years ago
Addons Manager "Get" links do not open AMO in a new tab immediately on click
Categories
(Toolkit :: Add-ons Manager, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: u279076, Unassigned)
References
Details
(Keywords: regression)
When clicking on one of the "get" links in the Addons Manager using Minefield 2007090704 on Ubuntu 7.04, AMO opens in a new tab but there is approximately a 10 second lag between the click event and when the new tab appears in the UI.
Steps to Reproduce:
1. Start Minefield
2. Open the Addons Manager (Tools>Addons)
3. Click on either the Extensions, Themes, or Plugins tab
4. Click on the "get..." link
Actual Results:
After approximately 10 seconds, a new tab is open loading AMO.
Expected Results:
New tab should open as soon as "get..." link is clicked.
![]() |
||
Comment 1•18 years ago
|
||
Appears to be a regression with using contentAreaUtils.js
Keywords: regression
![]() |
||
Comment 2•18 years ago
|
||
Looks like this may be due to a change in nsIURILoader.
![]() |
||
Comment 3•18 years ago
|
||
A regression range would be handy.
![]() |
||
Comment 4•18 years ago
|
||
note: this does not appear to affect the add-ons mgr. in Thunderbird.
![]() |
||
Comment 5•18 years ago
|
||
This appears to be caused by the use of https as implemented in bug 384897 and the interaction with nsIURILoader.
Blocks: 384897
![]() |
||
Comment 6•18 years ago
|
||
Also not that opening the referrer in the download manager for a download from an https location it is also slow to open the url.
![]() |
||
Comment 7•18 years ago
|
||
Filed Bug 395434 for the same bug in the downloads manager.
Updated•18 years ago
|
Flags: blocking-firefox3?
Comment 8•18 years ago
|
||
Blocking, but I'm having trouble reproducing on OSX ...
Flags: blocking-firefox3? → blocking-firefox3+
![]() |
||
Comment 9•18 years ago
|
||
hmmm... it is open significantly faster now.
Comment 10•18 years ago
|
||
I cannot reproduce this at all on Windows Vista, new tabs open instantly.
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9a9pre) Gecko/2007101605 Minefield/3.0a9pre ID:2007101605
![]() |
||
Comment 11•18 years ago
|
||
Nothing obvious as to what fixed this. Resolving -> wfm. Please reopen if you can still reproduce.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
Comment 12•18 years ago
|
||
Interesting. Still present in my build from late on the 14th, so if it's gone, it's very recently gone.
![]() |
||
Comment 13•18 years ago
|
||
Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9a9pre) Gecko/2007101604 Minefield/3.0a9pre
Takes approximately 4 seconds first time, 2 seconds subsequently.
Reporter | ||
Comment 14•18 years ago
|
||
I verify this as WORKSFORME on 2007101604. It takes approximately 1 second to open the new tab. I think this is acceptable.
Status: RESOLVED → VERIFIED
Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
![]() |
||
Comment 15•16 years ago
|
||
Though this has improved a lot I still see this happen every once in a while when opening https urls using the openURL method in contentAreaUtils.js. Today while compiling so there was a lot of disk activity it took over 20 seconds before there was an indication in the ui (e.g. new tab created).
You need to log in
before you can comment on or make changes to this bug.
Description
•