Closed
Bug 1492826
Opened 7 years ago
Closed 7 years ago
Better document target.attach and the various attach requests.
Categories
(DevTools :: Framework, enhancement, P2)
DevTools
Framework
Tracking
(firefox64 fixed)
RESOLVED
FIXED
Firefox 64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(1 file)
Bug 1485676 highlighted that we use "attach" in a couple of places, but these methods are rarely well documented.
So we should try to better document them:
TabTarget.attach
DebuggerClient.attachTarget
DebuggerClient.attachConsole
It may then help simplify the overall "attach" story that is quite messy between what we do in TabTarget.attach and what we do in the toolbox.open:
https://searchfox.org/mozilla-central/source/devtools/client/framework/toolbox.js#452-464
| Assignee | ||
Comment 1•7 years ago
|
||
Depends On D6162
Updated•7 years ago
|
Severity: normal → enhancement
Priority: -- → P2
Comment 2•7 years ago
|
||
Comment on attachment 9010612 [details]
Bug 1492826 - Better document TabTarget.attach as well as DebuggerClient.attachTarget and attachConsole. r=jdescottes
Julian Descottes [:jdescottes][:julian] has approved the revision.
Attachment #9010612 -
Flags: review+
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → poirot.alex
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f0aeab777cf0
Better document TabTarget.attach as well as DebuggerClient.attachTarget and attachConsole. r=jdescottes
Comment 4•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 64
You need to log in
before you can comment on or make changes to this bug.
Description
•