Closed
Bug 1131046
Opened 11 years ago
Closed 7 years ago
Browser debugger shows wrong source for nsHelperAppDlg.js
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: Gijs, Unassigned)
References
(Blocks 1 open bug)
Details
STR:
0. Ensure that the downloads pref on the general pane of about:preferences is set to "always ask";
1. Open Firefox
2. Open browser debugger
3. Open http://www.apple.com/it/itunes/download/
4. Click the download button
5. As the "What do you want to do with this file" dialog comes up, go to the browser debugger, and load nsHelperAppDlg.js
ER:
See the source
AR:
It shows:
dialog.postShowCallback()
and nothing else.
If you put debugger; statements in the file (it's under toolkit/mozapps/downloads/ in the tree) they will get hit, but its content won't show properly, either.
Updated•11 years ago
|
Blocks: dbg-browser
Comment 1•8 years ago
|
||
Here are my findings, commenting https://dxr.mozilla.org/mozilla-central/source/toolkit/mozapps/downloads/nsHelperAppDlg.js#541
loads nsHelperAppDlg.js content in browser debugger
Updated•7 years ago
|
Product: Firefox → DevTools
| Reporter | ||
Comment 3•7 years ago
|
||
This seems to be wfm now.
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(gijskruitbosch+bugs)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•