Closed
Bug 1256163
Opened 9 years ago
Closed 9 years ago
Fix all other code styles in webconsole.js
Categories
(DevTools :: Console, defect, P2)
DevTools
Console
Tracking
(firefox48 fixed)
RESOLVED
FIXED
Firefox 48
Tracking | Status | |
---|---|---|
firefox48 | --- | fixed |
People
(Reporter: mkohler, Assigned: mkohler)
References
Details
(Whiteboard: [btpp-fix-later])
Attachments
(1 file, 3 obsolete files)
3.56 KB,
patch
|
linclark
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → mkohler
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•9 years ago
|
||
After this patch, we have fixed all eslint errors in webconsole.js
Attachment #8729985 -
Flags: review?(past)
Comment 2•9 years ago
|
||
Comment on attachment 8729985 [details] [diff] [review]
0001-Bug-1256163-Fix-all-other-code-styles-in-webconsole..patch
Review of attachment 8729985 [details] [diff] [review]:
-----------------------------------------------------------------
Redirecting to Lin
Attachment #8729985 -
Flags: review?(past) → review?(lclark)
Comment 3•9 years ago
|
||
Comment on attachment 8729985 [details] [diff] [review]
0001-Bug-1256163-Fix-all-other-code-styles-in-webconsole..patch
Review of attachment 8729985 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks for the patch! The fixes look good. The only problem is that we need to change the .eslintignore in a more complicated way. We should still ignore most of the files because they still have errors. You can see that here: https://treeherder.mozilla.org/#/jobs?repo=try&revision=6905d671c788&selectedJob=18037160
Attachment #8729985 -
Flags: review?(lclark) → review-
Updated•9 years ago
|
Priority: -- → P2
Whiteboard: [btpp-fix-later]
Assignee | ||
Comment 4•9 years ago
|
||
Thanks for the review. Let's enable the non-test folder once we have fixed the others. Therefore I'm not changing anything on the .eslintignore for now.
Attachment #8729985 -
Attachment is obsolete: true
Attachment #8730902 -
Flags: review?(lclark)
Comment 5•9 years ago
|
||
Awesome! I'm just putting it through one more try push (this time actually running the tests) to make sure we haven't broken anything. If that shows up green, then this is good to go.
Try push: https://treeherder.mozilla.org/#/jobs?repo=try&revision=2aff3a4be2d0
Comment 6•9 years ago
|
||
Comment on attachment 8730902 [details] [diff] [review]
0001-Bug-1256163-Fix-all-other-code-styles-in-webconsole.patch
Review of attachment 8730902 [details] [diff] [review]:
-----------------------------------------------------------------
It looks like this is failing one of the tests: devtools/client/webconsole/test/browser_webconsole_bug_782653_CSS_links_in_Style_Editor.js
I didn't get a chance to look into where the test is failing, so there's a chance it's something obscure. Ping if you have any trouble diagnosing it.
Attachment #8730902 -
Flags: review?(lclark) → review-
Assignee | ||
Comment 7•9 years ago
|
||
This now doesn't break the test at least locally. Unfortunately I still can't push to try.
Attachment #8730902 -
Attachment is obsolete: true
Attachment #8731502 -
Flags: review?(lclark)
Assignee | ||
Comment 8•9 years ago
|
||
Attachment #8731502 -
Attachment is obsolete: true
Attachment #8731502 -
Flags: review?(lclark)
Attachment #8731512 -
Flags: review?(lclark)
Assignee | ||
Comment 9•9 years ago
|
||
Comment 10•9 years ago
|
||
Comment on attachment 8731512 [details] [diff] [review]
webconsole.patch (incl. commit message)
Review of attachment 8731512 [details] [diff] [review]:
-----------------------------------------------------------------
Nice! Glad the try issue got sorted.
The oranges in there look like unrelated intermittents to me, so I think this one's ready to go!
Attachment #8731512 -
Flags: review?(lclark) → review+
Updated•9 years ago
|
Keywords: checkin-needed
Comment 11•9 years ago
|
||
Keywords: checkin-needed
Comment 12•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 48
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•