Closed Bug 1256778 Opened 10 years ago Closed 9 years ago

[ESLint] Fix ESLint issues in devtools/client/webconsole/test/browser_bug664688_sandbox_update_after_navigation.js

Categories

(DevTools :: Console, defect, P3)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: linclark, Assigned: mkohler, Mentored)

References

Details

(Whiteboard: [btpp-backlog])

Attachments

(1 file)

If you haven’t contributed to Firefox before, follow the steps here to set up your environment: https://developer.mozilla.org/en-US/docs/Tools/Contributing#Getting_set_up Then, automatically configure ESLint to work with the Firefox specific rules by following the instructions here: https://wiki.mozilla.org/DevTools/CodingStandards Then you can see the issues that need to be fixed by running > eslint --no-ignore devtools/client/webconsole/test/browser_bug664688_sandbox_update_after_navigation.js
Blocks: 1256948
Priority: -- → P3
Whiteboard: [btpp-backlog]
Assignee: nobody → me
I'll take this one. Feel free to assign to me.
Attachment #8749971 - Flags: review?(jlaster)
Status: NEW → ASSIGNED
per bgrins comment on this bug 1256848, I believe that the yield for loadUri is unnecessary.
Attachment #8749971 - Flags: review?(jlaster) → review?(bgrinstead)
Comment on attachment 8749971 [details] [diff] [review] 0001-Bug-1256778-ESLint.patch Review of attachment 8749971 [details] [diff] [review]: ----------------------------------------------------------------- ::: devtools/client/webconsole/test/browser_bug664688_sandbox_update_after_navigation.js @@ +42,4 @@ > yield waitForMessages(msgForLocation1); > > // load second url > + yield BrowserTestUtils.loadURI(gBrowser.selectedBrowser, TEST_URI2); Yeah, no need to yield here
Attachment #8749971 - Flags: review?(bgrinstead) → review+
This has been fixed in the mean time.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: