Closed
Bug 1050128
Opened 10 years ago
Closed 10 years ago
"View source in debugger" should fall back to view-source window if debugger doesn't contain the given script
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect, P3)
DevTools
Performance Tools (Profiler/Timeline)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sjakthol, Assigned: jsantell)
References
Details
Steps to reproduce:
1) Open profiler, start profiling
2) Write something into the address bar
3) Stop profiling
4) Click on a chrome script link (i.e. no domain after line number), e.g. UnifiedComplete.js (should appear due to step #2).
What happens:
- Debugger opens a completely unrelated script instead of the one clicked.
What should happen:
- If the debugger doesn't contain the script, fall back to view-source window as with previous versions.
Updated•10 years ago
|
OS: Linux → All
Priority: -- → P3
Hardware: x86_64 → All
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jsantell
Assignee | ||
Comment 2•10 years ago
|
||
Yup bug 1134778 fixed this. (testing view-source: window is annoying and is changing anyway, and the source-utils from bug 1134778 will handle that as well)
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•