Open
Bug 1206557
Opened 10 years ago
Updated 3 years ago
gBrowser progress listener's onSecurityChange doesnt trigger for a downloadable URL
Categories
(Firefox :: Downloads Panel, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: dansmith, Unassigned)
Details
Attachments
(1 file)
|
64.68 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:40.0) Gecko/20100101 Firefox/40.0
Build ID: 20150826185918
Steps to reproduce:
Open a new tab and go to
https://ftp.drupal.org/solr-4.10.4-drupal.tgz
Actual results:
The download dialog shows up but the padlock in the URL bar is not shown
Expected results:
The padlock in the URL bar should have been shown indicating that this is a secure connection
Also as the title suggests, I installed a listener
gBrowser.addProgressListener(myListener);
and then the listener's onSecurityChange callback never triggers
Comment 2•10 years ago
|
||
Hello @dansmith could you please see if you could reproduce and take some screenshots on the newest build?
Thank you,
Justin
Component: Untriaged → Downloads Panel
Flags: needinfo?(dansmith)
Comment 3•10 years ago
|
||
The reporter did not respond back within 3 business days. I will be marking this bug as Resolved WFM.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
Reproduced on today's Nightly build firefox-46.0a1.en-US.linux-x86_64.tar.bz2 (2016-01-22)
Status: RESOLVED → UNCONFIRMED
Flags: needinfo?(dansmith)
Resolution: WORKSFORME → ---
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•