Closed
Bug 1593695
Opened 5 years ago
Closed 5 years ago
"Target is already registered in the TargetList" error message when opening the OBT
Categories
(DevTools :: Framework, defect, P1)
DevTools
Framework
Tracking
(firefox72 fixed)
RESOLVED
FIXED
Firefox 72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Bug 1471754 introduces the following error message when opening the Omniscient Browser Toolbox:
console.error: "Target is already registered in the TargetList"
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → poirot.alex
Assignee | ||
Comment 1•5 years ago
|
||
In the Browser Toolbox, we fetch all types of targets, including frames and processes.
But the main process target, which is the top level target for the Browser Toolbox,
is also returned by listProcesses and so is reported as duplicated.
Assignee | ||
Updated•5 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P1
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d8e288a5d387
Prevent warning about duplicated targets in the case of the Browser Toolbox. r=jdescottes
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 72
You need to log in
before you can comment on or make changes to this bug.
Description
•