Add basic sessions API
Categories
(Thunderbird :: Add-Ons: Extensions API, enhancement)
Tracking
(thunderbird_esr102 wontfix, thunderbird115 fixed)
People
(Reporter: john, Assigned: john)
Details
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
|
Details | Review |
This is adding support for WebExtension session data being added to tabs, which is restored on app restart.
| Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
| Assignee | ||
Comment 2•2 years ago
•
|
||
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/930a16c9f5d9
Add basic sessions API. r=mkmelin
| Assignee | ||
Comment 4•2 years ago
|
||
Comment on attachment 9339662 [details]
Bug 1838951 - Add basic sessions API. r=mkmelin
[Approval Request Comment]
Regression caused by (bug #):
User impact if declined:
Add-on developers will be missing the new sessions API, which allows them to store tab related session data. Since m-c delayed add-on startup, developers can no longer use an Experiment to register a tabMontor and restore the data during app startup. The sessions API restored that capability.
Testing completed (on c-c, etc.):
On Daily since today.
Risk to taking this patch (and alternatives if risky):
In core it only adds an additional trigger for a onTabRestored event, which was missing for the first mail tab. All other code is in API land and does not effect the product. There should be no risk.
Comment 5•2 years ago
|
||
Comment on attachment 9339662 [details]
Bug 1838951 - Add basic sessions API. r=mkmelin
[Triage Comment]
Approved for beta
Comment 6•2 years ago
|
||
| bugherder uplift | ||
Thunderbird 115.0b4:
https://hg.mozilla.org/releases/comm-beta/rev/36a68a97ab14
Description
•