Closed
Bug 1462400
Opened 7 years ago
Closed 7 years ago
Tell eslint about XPCOMUtils.defineLazyProxy
Categories
(Developer Infrastructure :: Lint and Formatting, enhancement)
Developer Infrastructure
Lint and Formatting
Tracking
(firefox62 fixed)
RESOLVED
FIXED
mozilla62
| Tracking | Status | |
|---|---|---|
| firefox62 | --- | fixed |
People
(Reporter: Felipe, Assigned: Felipe)
References
Details
Attachments
(1 file)
ESLint needs to know about variables defined through XPCOMUtils.defineLazyProxy
| Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8976638 [details]
Bug 1462400 - Tell eslint about XPCOMUtils.defineLazyProxy.
https://reviewboard.mozilla.org/r/244732/#review251094
Can you also do me a favour and bump the eslint-plugin-mozilla versions in:
tools/lint/eslint/eslint-plugin-mozilla/package.json
tools/lint/eslint/eslint-plugin-mozilla/package-lock.json
Probably 0.13.0 will do. You can add it to this changeset. I forgot the other day when I landed some stuff.
Attachment #8976638 -
Flags: review?(standard8) → review+
| Comment hidden (mozreview-request) |
Pushed by felipc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/905c4c76602d
Tell eslint about XPCOMUtils.defineLazyProxy. r=standard8
Comment 5•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
Comment 6•7 years ago
|
||
Commit pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/42a261531255c8daf244459cd4e820282653dd74
Merge pull request #5143 from escattone/improve-functional-tests-1462440
bug 1462400: Improve functional tests
Comment 7•7 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/15d58c811c0a90af3fa22a3012f3f050d6123832
bug 1462400: fix test_footer_language_selector test
https://github.com/mozilla/kuma/commit/76f6dbe4432d7d9da390e3129ccb2fe6455f58b5
Merge pull request #5163 from escattone/fix-footer-lang-select-test-1462400
bug 1462400: fix test_footer_language_selector test
Comment 8•7 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/d0aedf9f29564f8149634db309261912d5a11680
bug 1462400: fix test_header_signin and test_edit_sign_in
Both of these tests would sometimes fail due to their buttons
being obscured by the task-completion survey. Disable the survey
prior to clicking.
https://github.com/mozilla/kuma/commit/175a64503481eee2abfd087135b5afa46970f79d
Merge pull request #5166 from escattone/avoid-survey-obscuration-1462400
bug 1462400: fix test_header_signin and test_edit_sign_in
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•