Closed
Bug 1313197
Opened 9 years ago
Closed 9 years ago
Open source in new tab if it doesn't exist in debugger
Categories
(DevTools :: Debugger, defect, P1)
DevTools
Debugger
Tracking
(firefox52 fixed)
RESOLVED
FIXED
Firefox 52
| Tracking | Status | |
|---|---|---|
| firefox52 | --- | fixed |
People
(Reporter: jlong, Assigned: jlong)
References
Details
Attachments
(1 file)
|
4.68 KB,
patch
|
jlast
:
review+
|
Details | Diff | Splinter Review |
The new debugger has a regression from the old one: if another tool tells it to open a source that it doesn't have (which can happen in various edge cases), it will just be blank. The old debugger opened a view-source: tab to show the source. We should fix it.
| Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8804904 -
Flags: review?(jlaster)
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → jlong
Priority: -- → P1
Comment 2•9 years ago
|
||
Comment on attachment 8804904 [details] [diff] [review]
1313197.patch
Review of attachment 8804904 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good.
Attachment #8804904 -
Flags: review?(jlaster) → review+
| Assignee | ||
Comment 3•9 years ago
|
||
Pushed by jlong@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/4cde141bbedf
open source in new tab if it doesn't exist in the debugger r=jlast
Comment 5•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 52
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•