Closed
Bug 1494288
Opened 7 years ago
Closed 7 years ago
Remove noTabReconfigureOnClose trait and client code to reconfigure on disconnect
Categories
(DevTools :: Framework, enhancement)
DevTools
Framework
Tracking
(firefox64 fixed)
RESOLVED
FIXED
Firefox 64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Bug 1161072, which landed in FF41, made it so that the browsing context actor would automatically cleanup any change being made via its `reconfigure` request. Thus freeing client responsability from making such cleanup.
We can now remove the code we kept to do this cleanup from client side for old backends.
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → poirot.alex
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
MozReview-Commit-ID: 4zy9ho4425q
Comment 3•7 years ago
|
||
Comment on attachment 9012258 [details]
Bug 1494288 - Remove noTabReconfigureOnClose trait and client code to reconfigure on disconnect
Yulia Startsev [:yulia] has approved the revision.
Attachment #9012258 -
Flags: review+
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a34beb34f17f
Remove noTabReconfigureOnClose trait and client code to reconfigure on disconnect r=yulia
Comment 5•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
•