Closed
Bug 1522572
Opened 7 years ago
Closed 6 years ago
Introduce a target class specific to local tabs
Categories
(DevTools :: Framework, enhancement, P1)
DevTools
Framework
Tracking
(firefox70 fixed)
RESOLVED
FIXED
Firefox 70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
(Whiteboard: dt-fission-m1)
Attachments
(1 file)
For now, the base Target class contains a couple of things specific to local tab.
Like attachTab and tab property.
I think it would be clearer if these specific were all gathered in a dedicated sub class, next to TargetFactory, which is the main place from which we instantiate them.
While doing that, we can also address a couple of followup comment raised during the last review:
https://phabricator.services.mozilla.com/D15831#inline-94338
- follow up: we should consistently use this._tab in the mixin
- follow up: this toString looks weird, assigning a tab object to an id variable.
Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Depends on: dt-fission-framework
Priority: P2 → P1
Updated•6 years ago
|
Blocks: dt-fission-framework
No longer depends on: dt-fission-framework
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f975d273eabc
Move local tab specifics out of TargetMixin. r=jdescottes,yulia
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 70
Comment 4•6 years ago
|
||
bugherder uplift |
Updated•6 years ago
|
Whiteboard: dt-fission → dt-fission dt-fission-m1
Updated•4 years ago
|
Whiteboard: dt-fission dt-fission-m1 → dt-fission-m1
You need to log in
before you can comment on or make changes to this bug.
Description
•