Closed
Bug 1817179
Opened 3 years ago
Closed 3 years ago
Remove unnecessary .eslintrc.js file and update bug component for services/automation
Categories
(Firefox :: Sync, task)
Firefox
Sync
Tracking
()
RESOLVED
FIXED
112 Branch
| Tracking | Status | |
|---|---|---|
| firefox112 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
Details
Attachments
(1 file)
services/automation/.eslintrc.js is unnecessary as it does not need to adjust the no-unused-vars ESLint rule, and enabling the browser environment for a module file is also incorrect.
Additionally, I noticed when filing this that the Firefox:Services Automation component no longer exists. As it seems to be split between FxA & Sync, I'm proposing Sync as a place to put any bugs relating to it.
| Assignee | ||
Comment 1•3 years ago
|
||
Depends on D169934
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/557bd773fb85
Remove unnecessary .eslintrc.js file and update bug component for services/automation. r=markh
Comment 3•3 years ago
|
||
Backed out for causing dt failures in browser_jsterm_autocomplete_null.js
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | devtools/client/webconsole/test/browser/browser_jsterm_autocomplete_null.js | Got error "ReferenceError: URI is not defined init resource://services-settings/remote-settings.sys.mjs:579 RemoteSettingsInit resource:///modules/BrowserGlue.sys.mjs:2963 _scheduleBestEffortUserIdleTasks resource:///modules/BrowserGlue.sys.mjs:3018 ChromeUtils::IdleDispatch handler*_scheduleBestEffortUserIdleTasks resource:///mo
Flags: needinfo?(standard8)
| Assignee | ||
Updated•3 years ago
|
Flags: needinfo?(standard8)
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f4003668a14e
Remove unnecessary .eslintrc.js file and update bug component for services/automation. r=markh
Comment 5•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox112:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 112 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•