Start using the tab descriptor in about:debugging
Categories
(DevTools :: about:debugging, task, P3)
Tracking
(firefox77 fixed)
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
(Blocks 2 open bugs)
Details
(Whiteboard: devtools-backward-compat)
Attachments
(6 files, 1 obsolete file)
Follow up to Bug 1579042.
Now that we can have tab descriptors, we should start using descriptors instead of targets in about:debugging. As a first step we can start relying on the descriptor's form to build the UI and ultimately we can just skip getting the targets completely (and only get them when opening the toolbox)
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Depends on D65398
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D65398
Updated•5 years ago
|
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D69542
Assignee | ||
Comment 5•5 years ago
|
||
Depends on D69543
There are no actual call sites for selected, but we have a test checking the feature.
Alternatively we could get rid of the feature.
Assignee | ||
Comment 6•5 years ago
|
||
Depends on D69544
Since selected is read on the descriptor form, there is no need to include it in the listTabs response.
Assignee | ||
Comment 7•5 years ago
|
||
Depends on D65693
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Comment 9•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/bb99b5f24bfe
https://hg.mozilla.org/mozilla-central/rev/57c00207e4bc
https://hg.mozilla.org/mozilla-central/rev/e3025878bda1
https://hg.mozilla.org/mozilla-central/rev/3f8d60253ea9
https://hg.mozilla.org/mozilla-central/rev/25435d091261
https://hg.mozilla.org/mozilla-central/rev/c9502ace44dc
Comment 14•5 years ago
|
||
:jdescottes hey, one of the patches related to this bug breaks our web-ext tool. We documented the issue in our tracker here: https://github.com/mozilla/web-ext/issues/1884, could you please take a look and help us find a more suitable way to retrieve the addonsActor
? Thanks!
Description
•