Closed
Bug 1447715
Opened 8 years ago
Closed 8 years ago
Remove old-event-emitter usage from sourceeditor
Categories
(DevTools :: Source Editor, enhancement)
DevTools
Source Editor
Tracking
(firefox61 fixed)
RESOLVED
FIXED
Firefox 61
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
| Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8961030 [details]
Bug 1447715 - Remove old-event-emitter usage from sourceeditor; .
https://reviewboard.mozilla.org/r/229782/#review235630
::: devtools/client/debugger/test/mochitest/browser_dbg_breakpoints-editor.js:73
(Diff revision 1)
> let editorBreakpointChanges = 0;
>
> - function onEditorBreakpointAddFirst(aEvent, aLine) {
> + function onEditorBreakpointAddFirst(aLine) {
> editorBreakpointChanges++;
>
> - ok(aEvent,
> + ok(true,
I think we should convert these ok(true, "..") to info("..") since this is effectively what is happening.
Attachment #8961030 -
Flags: review?(gl) → review+
| Comment hidden (mozreview-request) |
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a960a84b2297
Remove old-event-emitter usage from sourceeditor; r=gl.
Comment 5•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 61
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•