Closed
Bug 1129195
Opened 11 years ago
Closed 11 years ago
[e10s] 'Save Link As...' not working
Categories
(Toolkit :: Downloads API, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1127927
People
(Reporter: raysatiro, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:38.0) Gecko/20100101 Firefox/38.0
Build ID: 20150131151030
Steps to reproduce:
I'm using win64 try build a45cd2aa07e2. Prior to that I used Nightly 38.0a1 20150124030202 32-bit and didn't have this issue.
https://www.openssl.org/source/
Right-click on openssl-1.0.2.tar.gz and choose 'Save Link As...'
Actual results:
Nothing happens.
Expected results:
It should popup a dialog for me to save the file.
Comment 1•11 years ago
|
||
WFM
Can you reproduce it in latest Nightly with fresh clean new profile without any addons and plugins?
Flags: needinfo?(raysatiro)
Reporter | ||
Comment 2•11 years ago
|
||
(In reply to Virtual_ManPL [:Virtual] from comment #1)
> WFM
> Can you reproduce it in latest Nightly with fresh clean new profile without
> any addons and plugins?
Reproducible here both x86 and x64 Nightly 38.0a1 20150204030234. Clean profile with all plugins and extensions disabled.
Flags: needinfo?(raysatiro)
Updated•11 years ago
|
Component: Untriaged → Download Manager
Product: Firefox → Toolkit
Comment 3•11 years ago
|
||
Could you open Error Console before trying the STR and see if something was logged?
Flags: needinfo?(raysatiro)
Reporter | ||
Comment 4•11 years ago
|
||
(In reply to Virtual_ManPL [:Virtual] from comment #3)
> Could you open Error Console before trying the STR and see if something was
> logged?
unsafe CPOW usage nsContextMenu.js:1271:0
unsafe CPOW usage utilityOverlay.js:391:0
unsafe CPOW usage utilityOverlay.js:395:0
unsafe CPOW usage utilityOverlay.js:398:0
unsafe CPOW usage utilityOverlay.js:407:0
unsafe CPOW usage utilityOverlay.js:409:0
unsafe CPOW usage utilityOverlay.js:395:0
unsafe CPOW usage utilityOverlay.js:397:0
unsafe CPOW usage utilityOverlay.js:407:0
unsafe CPOW usage utilityOverlay.js:413:0
unsafe CPOW usage utilityOverlay.js:414:0
unsafe CPOW usage utilityOverlay.js:413:0
unsafe CPOW usage utilityOverlay.js:414:0
unsafe CPOW usage utilityOverlay.js:417:0
unsafe CPOW usage utilityOverlay.js:418:0
unsafe CPOW usage nsContextMenu.js:1237:0
unsafe CPOW usage PrivateBrowsingUtils.jsm:22:0
unsafe CPOW usage PrivateBrowsingUtils.jsm:49:0
unsafe CPOW usage PrivateBrowsingUtils.jsm:28:0
unsafe CPOW usage nsContextMenu.js:1253:0
NS_ERROR_XPC_CANT_PASS_CPOW_TO_NATIVE: It's illegal to pass a CPOW to native code arg 0 [nsIHttpChannel.referrer] nsContextMenu.js:1253:0
Flags: needinfo?(raysatiro)
Comment 5•11 years ago
|
||
Do you have enabled e10s (multi-process) by the way?
Flags: needinfo?(raysatiro)
Reporter | ||
Comment 6•11 years ago
|
||
(In reply to Virtual_ManPL [:Virtual] from comment #5)
> Do you have enabled e10s (multi-process) by the way?
Yes. The issue appears to be e10s only. Can you please prepend [e10s] to the subject, thanks.
Updated•11 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: 'Save Link As...' not working → [e10s] 'Save Link As...' not working
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•11 years ago
|
tracking-e10s:
? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•