Closed
Bug 1246591
Opened 9 years ago
Closed 9 years ago
Make browser/components/migration eslintable
Categories
(Firefox :: Migration, defect)
Firefox
Migration
Tracking
()
RESOLVED
FIXED
Firefox 47
| Tracking | Status | |
|---|---|---|
| firefox47 | --- | fixed |
People
(Reporter: Gijs, Assigned: Gijs)
References
Details
Attachments
(3 files)
No description provided.
| Assignee | ||
Comment 1•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/33979/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/33979/
Attachment #8716908 -
Flags: review?(MattN+bmo)
| Assignee | ||
Comment 2•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/33981/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/33981/
Attachment #8716909 -
Flags: review?(MattN+bmo)
| Assignee | ||
Comment 3•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/33983/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/33983/
Attachment #8716910 -
Flags: review?(MattN+bmo)
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → gijskruitbosch+bugs
Status: NEW → ASSIGNED
Updated•9 years ago
|
Attachment #8716908 -
Flags: review?(MattN+bmo) → review+
Comment 4•9 years ago
|
||
Comment on attachment 8716908 [details]
MozReview Request: Bug 1246591 - fix whitespace issues, r?MattN
https://reviewboard.mozilla.org/r/33979/#review30721
Comment 5•9 years ago
|
||
Comment on attachment 8716909 [details]
MozReview Request: Bug 1246591 - remove preprocessing and fix any other issues, r?MattN
https://reviewboard.mozilla.org/r/33981/#review30725
::: browser/components/migration/MigrationUtils.jsm:672
(Diff revision 1)
> - try {
> - this.migrators.next();
> - }
> - catch(ex) {
> + // Note that we don't need to check the default browser first, because
> + // if that one existed we would have used it in the block above this one.
> + if (!gAvailableMigratorKeys.some(key => !!this.getMigrator(key))) {
> + // None of the keys produced a usable migrator, so finish up here:
Nice catch on the simplification :)
Attachment #8716909 -
Flags: review?(MattN+bmo) → review+
Comment 6•9 years ago
|
||
Comment on attachment 8716910 [details]
MozReview Request: Bug 1246591 - fix moz.build file and .eslintignore, r?MattN
https://reviewboard.mozilla.org/r/33983/#review30737
Attachment #8716910 -
Flags: review?(MattN+bmo) → review+
Comment 9•9 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/dfef1991cc00
https://hg.mozilla.org/mozilla-central/rev/4ae0a01c95a3
https://hg.mozilla.org/mozilla-central/rev/1aca4f261439
https://hg.mozilla.org/mozilla-central/rev/e417e32d9cb6
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 47
You need to log in
before you can comment on or make changes to this bug.
Description
•