Closed
Bug 1444823
Opened 7 years ago
Closed 7 years ago
Execute messageManager.sendAsyncMessage after runTest in bulklog and objectexpand
Categories
(DevTools :: General, enhancement, P3)
Tracking
(firefox61 fixed)
RESOLVED
FIXED
Firefox 61
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | fixed |
People
(Reporter: jdescottes, Assigned: nchevobbe)
References
Details
Attachments
(1 file)
From comment on Bug 1441703:
> ::: testing/talos/talos/tests/devtools/addon/content/tests/webconsole/bulklog.js:51
> (Diff revision 4)
> > + ) + ")()", true);
> > +
> > + // Kick off the logging
> > + messageManager.sendAsyncMessage("do-logs");
> > +
> > + let test = runTest("console.bulklog");
>
> I didn't realized but `messageManager.sendAsyncMessage("do-logs");` should
> probably be execute after `runTest` call.
>
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
| Comment hidden (mozreview-request) |
| Reporter | ||
Comment 2•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8958745 [details]
Bug 1444823 - Execute messageManager.sendAsyncMessage after runTest; .
https://reviewboard.mozilla.org/r/227668/#review233410
Looks good to me thanks!
Attachment #8958745 -
Flags: review?(jdescottes) → review+
| Assignee | ||
Comment 3•7 years ago
|
||
TRY is green with a g2 job. Let's land this
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3a7a26b914ac
Execute messageManager.sendAsyncMessage after runTest; r=jdescottes.
Comment 5•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 61
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•