Closed Bug 1599731 Opened 5 years ago Closed 4 years ago

Remove callback support in webconsole attachConsole* test helpers

Categories

(DevTools :: Console, task, P3)

task

Tracking

(firefox74 fixed)

RESOLVED FIXED
Firefox 74
Tracking Status
firefox74 --- fixed

People

(Reporter: jdescottes, Assigned: jpmohr, Mentored)

Details

(Keywords: good-first-bug)

Attachments

(2 files)

Small cleanup bug spotted during the review of Bug 1589334.

The three attachConsole helpers defined at https://searchfox.org/mozilla-central/rev/cce8b90aece0f42e5025e45282de16066eeaa662/devtools/shared/webconsole/test/common.js#38-58 support both a callback API and a promise API.

We should be able to migrate all the callback call sites to use promises instead and simplify the implementation.

Call sites: https://searchfox.org/mozilla-central/search?q=attachConsole&path=devtools%2Fshared%2Fwebconsole%2Ftest%2F

Note that this will probably force us to rewrite a few tests using async/await.

Marco proposed to work on this bug on Slack, so assigning it now.

I know you have already fixed several bugs here, but just in case, we have some DevTools focused contributor docs at https://docs.firefox-dev.tools/
Don't hesitate to ping us if you have any question!

Assignee: nobody → marco
Status: NEW → ASSIGNED

Hi Marco! Are you still interested in working on this bug? Need any help at all? If so, please shout and we'll make sure to give you all of the necessary pointers to get started with it.

Flags: needinfo?(marco)
Assignee: marco → nobody
Status: ASSIGNED → NEW
Flags: needinfo?(marco)
Mentor: nchevobbe
Keywords: good-first-bug

I would like to take a crack at this one. It would be my first contribution.

Hello jpmohr, thanks for offering help!

If it's your first bug, you might want to read this https://docs.firefox-dev.tools/getting-started/ to setup the work environment.
Make sure to select "Artifact builds" when asked as it speeds up the workflow quite a bit :)
Also, you can come and chat on our Slack https://devtools-html-slack.herokuapp.com/

Let us know if you have any question!

Assignee: nobody → jpmohr
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e1120bd96bf1
Remove callbacks from webconsole attach test helpers. Address revision issues: style improvements. r=nchevobbe
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 74
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: