Closed
Bug 1411502
Opened 7 years ago
Closed 7 years ago
Enable browser_jsterm_copy_command.js in new frontend
Categories
(DevTools :: Console, enhancement, P3)
DevTools
Console
Tracking
(firefox57 wontfix, firefox58 fixed)
RESOLVED
FIXED
Firefox 58
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
Attachments
(1 file)
No description provided.
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Priority: -- → P3
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8921809 [details]
Bug 1411502 - Enable browser_jsterm_copy_command.js in new frontend; .
https://reviewboard.mozilla.org/r/192816/#review198064
Green for me, just two nits
R+
Honza
::: devtools/client/webconsole/new-console-output/test/mochitest/browser_jsterm_copy_command.js:29
(Diff revision 1)
> - [RANDOM, RANDOM],
> - [JSON.stringify(string), string],
> - [obj.toSource(), JSON.stringify(obj, null, " ")],
> - [
> - "$('#" + ID + "')",
> - content.document.getElementById(ID).outerHTML
> + <p id="${id}">${text}</p>
> + </div>
> + <div><p></p></div>
> +</body>`;
> +
> +add_task(async function() {
space between function and ()
::: devtools/client/webconsole/new-console-output/test/mochitest/browser_jsterm_copy_command.js:54
(Diff revision 1)
> - gBrowser.removeTab(gBrowser.selectedTab);
> - finishTest();
> -});
> + info(`Attempting to copy: "${stringToCopy}"`);
> + const command = `copy(${stringToCopy})`;
> + info(`Executing command: "${command}"`);
> + jsterm.execute(command);
> + }, expectedResult);
> +}
There should be a new line at the end.
Attachment #8921809 -
Flags: review?(odvarko) → review+
Comment hidden (mozreview-request) |
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1b655a076c99
Enable browser_jsterm_copy_command.js in new frontend; r=Honza.
Assignee | ||
Updated•7 years ago
|
status-firefox57:
--- → wontfix
Comment 5•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 58
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•