Closed
Bug 1618698
Opened 5 years ago
Closed 5 years ago
Get rid of TabDescriptorFront.update and may be instead use protocol.js
Categories
(DevTools :: Framework, task, P1)
DevTools
Framework
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1618691
People
(Reporter: jdescottes, Assigned: jdescottes)
References
Details
The update method of the tab descriptor front (previously frame proxy) involves sending a message to the content process via message manager. Instead we should rely on protocol js to update the form.
Assignee | ||
Comment 1•5 years ago
|
||
For now I am removing update()
and the TabDescriptor message manager directly in Bug 1618691.
Blocking this one.
Assignee | ||
Updated•5 years ago
|
Whiteboard: dt-fission-m2-mvp
Updated•5 years ago
|
Priority: P3 → P1
Comment 2•5 years ago
|
||
Tracking Fission DevTools bugs for Fission Nightly (M6) milestone
Fission Milestone: --- → M6
Assignee | ||
Comment 4•5 years ago
|
||
Fixed with Bug 1618691
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
Updated•5 years ago
|
Whiteboard: dt-fission-m2-mvp
Comment 5•4 years ago
|
||
Clearing Fission Milestone for bugs resolved as duplicates. We don't need to track duplicates.
Fission Milestone: M6a → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•