Closed
Bug 773732
Opened 13 years ago
Closed 13 years ago
After reloading a page, the selected script and line should remain the same
Categories
(DevTools :: Debugger, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 17
People
(Reporter: vporof, Assigned: vporof)
References
Details
(Whiteboard: [fixed-in-fx-team])
Attachments
(3 files)
|
5.64 KB,
patch
|
rcampbell
:
review+
|
Details | Diff | Splinter Review |
|
7.81 KB,
patch
|
Details | Diff | Splinter Review | |
|
8.55 KB,
patch
|
rcampbell
:
review+
|
Details | Diff | Splinter Review |
Open debugger, switch to another script and reload the page. Most likely, the currently visible script is switched to the first one in the list. This annoyed me today and I think we should fix it.
| Assignee | ||
Comment 1•13 years ago
|
||
| Assignee | ||
Updated•13 years ago
|
Priority: -- → P3
Comment 2•13 years ago
|
||
Comment on attachment 648284 [details] [diff] [review]
v1
nice little usability win there. With a test!
Attachment #648284 -
Flags: review?(rcampbell) → review+
| Assignee | ||
Comment 3•13 years ago
|
||
| Assignee | ||
Updated•13 years ago
|
Whiteboard: [land-in-fx-team]
| Assignee | ||
Comment 4•13 years ago
|
||
Whiteboard: [land-in-fx-team] → [fixed-in-fx-team]
Comment 5•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 17
Comment 6•13 years ago
|
||
Backed out for causing the frequent bug 780198 and bug 782179:
https://hg.mozilla.org/mozilla-central/rev/3b46b03dff5c
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Whiteboard: [fixed-in-fx-team]
Target Milestone: Firefox 17 → ---
Comment 7•13 years ago
|
||
The backout had failures, so I have reverted it (effectively relanding this bug) and instead disabled the test (rather than trying to figure out how to backout cleanly). Sorry for the extra noise.
Relanding:
https://hg.mozilla.org/mozilla-central/rev/618652af63c9
Disable test:
https://hg.mozilla.org/mozilla-central/rev/ccf120bf4638
Whiteboard: [test disabled][leave open]
Target Milestone: --- → Firefox 17
| Assignee | ||
Comment 8•13 years ago
|
||
Spotted a regression from 783393. Need to fix this.
| Assignee | ||
Comment 9•13 years ago
|
||
This should fix it.
Amongst other things, executeSoon is evil.
Attachment #655311 -
Flags: review?(rcampbell)
Comment 10•13 years ago
|
||
Comment on attachment 655311 [details] [diff] [review]
v2
Review of attachment 655311 [details] [diff] [review]:
-----------------------------------------------------------------
yuup.
Attachment #655311 -
Flags: review?(rcampbell) → review+
| Assignee | ||
Comment 11•13 years ago
|
||
Comment 12•13 years ago
|
||
Updated•13 years ago
|
Whiteboard: [test disabled][leave open] → [test disabled][fixed-in-fx-team]
| Assignee | ||
Updated•13 years ago
|
Whiteboard: [test disabled][fixed-in-fx-team] → [fixed-in-fx-team]
Comment 13•13 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•