Closed Bug 1383803 Opened 8 years ago Closed 8 years ago

Update Debugger frontend (7/24/2017).

Categories

(DevTools :: Debugger, enhancement, P3)

enhancement

Tracking

(firefox56 fixed)

RESOLVED FIXED
Firefox 56
Tracking Status
firefox56 --- fixed

People

(Reporter: jlast, Assigned: jlast)

References

Details

Attachments

(1 file, 1 obsolete file)

includes lots of polish and some fixes for breakpoints and the new Editor editor.state.editor functionality.
Attached patch 7-24-1.patch (obsolete) — Splinter Review
Attachment #8889503 - Flags: review?(jdescottes)
Assignee: nobody → jlaster
Status: NEW → ASSIGNED
Priority: -- → P3
Comment on attachment 8889503 [details] [diff] [review] 7-24-1.patch Review of attachment 8889503 [details] [diff] [review]: ----------------------------------------------------------------- Looks good to me, thanks. I only did very minimal testing, but looks like breakpoints no longer disappear, great! ::: devtools/client/sourceeditor/editor.js @@ +462,5 @@ > replaceDocument: function (doc) { > let cm = editors.get(this); > cm.swapDoc(doc); > + if (!Services.prefs.getBoolPref("devtools.debugger.new-debugger-frontend")) { > + this._updateLineNumberFormat(); (just as a sidenote, there is another call to updateLineNumberFormat in setText(), is this one fine for the new debugger?)
Attachment #8889503 - Flags: review?(jdescottes) → review+
Attached patch 7-24-2.patchSplinter Review
Attachment #8889503 - Attachment is obsolete: true
Keywords: checkin-needed
Pushed by ryanvm@gmail.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/a9721c2c4368 Update debugger frontend (v0.9.0). r=jdescottes
Keywords: checkin-needed
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 56
Blocks: 1380510
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: