Closed
Bug 1522106
Opened 6 years ago
Closed 5 years ago
Remove Target.onFront in favor of the one inherited from Front.
Categories
(DevTools :: Framework, enhancement, P1)
DevTools
Framework
Tracking
(firefox70 fixed)
RESOLVED
FIXED
Firefox 70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: ochameau, Assigned: yulia)
References
(Blocks 1 open bug)
Details
(Whiteboard: dt-fission-m1)
Attachments
(1 file)
Target is having a duplicated implementation of onFront
method, which is already implemented in protocol.js.
Now that Target inherits from Front class, we can remove this duplicate.
Updated•6 years ago
|
Severity: normal → enhancement
Priority: -- → P2
Assignee | ||
Updated•5 years ago
|
Blocks: dt-fission-framework
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → ystartsev
Status: NEW → ASSIGNED
Priority: P2 → P1
Pushed by ystartsev@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d37d918e4106
remove target.onFront from target-mixin; r=jdescottes
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 70
Updated•5 years ago
|
Whiteboard: dt-fission → dt-fission dt-fission-m1
Updated•3 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
•