Convert ReaderView (readerview@mozac.org ) extension to event pages
Categories
(Fenix :: Browser Engine, task, P2)
Tracking
(firefox118 fixed)
Tracking | Status | |
---|---|---|
firefox118 | --- | fixed |
People
(Reporter: cpeterson, Assigned: rpl)
References
Details
(Whiteboard: [addons-jira])
Attachments
(1 file, 4 obsolete files)
The ReaderView (readerview@mozac.org) extension must be updated to use event pages because it currently uses persistent background pages or scripts, which will be incompatible with the extension process.
How to convert an extension using a persistent background script to event pages:
The background script stores data in a local variable (Map). This won’t work well when the background script is terminated. A storage API (session) should be used instead.
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
•
|
||
Comment hidden (duplicate) |
Comment hidden (duplicate) |
Comment hidden (duplicate) |
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Comment 5•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 6•2 years ago
|
||
Comment on attachment 9348391 [details]
DRAFT - port readerview@ac persistent background page to an event page
superseded by the pull request attached in comment 5.
Comment 7•2 years ago
|
||
Authored by https://github.com/rpl
https://github.com/mozilla-mobile/firefox-android/commit/37f6f8b7d5434d88cac81db6ae3d966fa0bbdc43
[main] Bug 1826245 - Convert ReaderView (readerview@mozac.org) built-in extension to event pages.
Updated•2 years ago
|
Description
•