Closed
Bug 1425876
Opened 7 years ago
Closed 7 years ago
Update Debugger Frontend (12-18)
Categories
(DevTools :: Debugger, defect, P3)
Tracking
(firefox59 fixed)
RESOLVED
FIXED
Firefox 59
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: jlast, Assigned: jlast)
References
Details
Attachments
(1 file)
113.39 KB,
patch
|
jdescottes
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Assignee | ||
Comment 3•7 years ago
|
||
Assignee | ||
Comment 4•7 years ago
|
||
Assignee | ||
Comment 5•7 years ago
|
||
Assignee | ||
Comment 6•7 years ago
|
||
Assignee | ||
Comment 7•7 years ago
|
||
Assignee | ||
Comment 8•7 years ago
|
||
Assignee | ||
Comment 9•7 years ago
|
||
Assignee | ||
Comment 10•7 years ago
|
||
Assignee | ||
Comment 11•7 years ago
|
||
Assignee | ||
Comment 12•7 years ago
|
||
Attachment #8937695 -
Flags: review?(jdescottes)
Updated•7 years ago
|
Assignee: nobody → jlaster
Blocks: debugger-bundle-updates
Severity: normal → enhancement
Status: NEW → ASSIGNED
Priority: -- → P3
Assignee | ||
Comment 14•7 years ago
|
||
Assignee | ||
Comment 15•7 years ago
|
||
Assignee | ||
Comment 16•7 years ago
|
||
ignore the latest try runs :)
Comment 17•7 years ago
|
||
Comment on attachment 8937695 [details] [diff] [review]
patch-12-18-6.patch
Review of attachment 8937695 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM. Spotted one issue, not a regression, according to :jlast already being fixed:
When paused, editor always keeps scrolling back to the paused line. STRs:
- add a breakpoint on a source file big enough to have scrollbar
- hit breakpoint
- scroll somewhere else, try to add a breakpoint
=> breakpoint is added but scrolls immediately to the paused line, very surprising for the user
Attachment #8937695 -
Flags: review?(jdescottes) → review+
Comment 18•7 years ago
|
||
Can we get a commit list and some GH links, same as what you originally provided on Bug 1425912.
Thanks
Flags: needinfo?(jlaster)
Comment 19•7 years ago
|
||
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/fbd296b011c1
Update Debugger frontend (12-18). r=jdescottes
Comment 20•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 59
Assignee | ||
Comment 21•7 years ago
|
||
I believe this is it.
https://github.com/devtools-html/debugger.html/compare/2d50f0e...2d9347c
Flags: needinfo?(jlaster)
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•