Closed
Bug 1998716
Opened 25 days ago
Closed 19 days ago
Fix ESLint jsdoc/valid-types issues (due to 60.8.0 upgrade) in remote/shared/
Categories
(Remote Protocol :: Agent, task, P3)
Remote Protocol
Agent
Tracking
(firefox147 fixed)
RESOLVED
FIXED
147 Branch
| Tracking | Status | |
|---|---|---|
| firefox147 | --- | fixed |
People
(Reporter: standard8, Assigned: jdescottes)
References
(Blocks 1 open bug)
Details
(Whiteboard: [webdriver:m18])
Attachments
(1 file)
The 60.8.0 upgrade of eslint-plugin-jsdoc raised some new issues in the JSDoc for remote/shared.
Please can the team take a look at resolving these.
These files are currently disabled from jsdoc/valid-types in the rollouts file.
remote/shared/AppInfo.sys.mjs
14:1 error Syntax error in name: RemoteAgent.AppInfo jsdoc/valid-types (eslint)
remote/shared/NavigationManager.sys.mjs
958:1 error Syntax error in namepath: navigation-started jsdoc/valid-types (eslint)
964:1 error Syntax error in namepath: navigation-stopped jsdoc/valid-types (eslint)
remote/shared/UserContextManager.sys.mjs
28:1 error Syntax error in namepath: user-context-created jsdoc/valid-types (eslint)
31:1 error Syntax error in namepath: user-context-deleted jsdoc/valid-types (eslint)
remote/shared/listeners/CachedResourceListener.sys.mjs
34:1 error Syntax error in namepath: cached-resource-sent jsdoc/valid-types (eslint)
remote/shared/listeners/DataChannelListener.sys.mjs
34:1 error Syntax error in namepath: cached-resource-sent jsdoc/valid-types (eslint)
remote/shared/listeners/DownloadListener.sys.mjs
28:1 error Syntax error in namepath: download-started jsdoc/valid-types (eslint)
remote/shared/listeners/NetworkListener.sys.mjs
32:1 error Syntax error in namepath: before-request-sent jsdoc/valid-types (eslint)
Flags: needinfo?(hskupin)
Comment 1•25 days ago
|
||
Is this somewhat blocking or need it to be done soon? We will discuss it in our next triage meeting.
Flags: needinfo?(hskupin)
| Reporter | ||
Comment 2•25 days ago
|
||
It isn't blocking, but it would be nice for it not to sit in the backlog for a long time.
Updated•21 days ago
|
Points: --- → 1
Priority: -- → P3
Whiteboard: [webdriver:m18]
| Assignee | ||
Comment 3•21 days ago
|
||
Updated•21 days ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Pushed by jdescottes@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/18713a402b5a
https://hg.mozilla.org/integration/autoland/rev/1efdc3046108
[remote] Fix jsdoc/valid-types issues in remote r=frontend-codestyle-reviewers,Sasha
Comment 5•19 days ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 19 days ago
status-firefox147:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 147 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•