Closed
Bug 1751436
Opened 3 years ago
Closed 3 years ago
Add support for `persistAcrossSessions` in `scripting.RegisteredContentScript`
Categories
(WebExtensions :: General, enhancement, P2)
WebExtensions
General
Tracking
(firefox105 fixed)
RESOLVED
FIXED
105 Branch
Tracking | Status | |
---|---|---|
firefox105 | --- | fixed |
People
(Reporter: willdurand, Assigned: willdurand)
References
(Blocks 2 open bugs)
Details
(Keywords: dev-doc-complete, Whiteboard: [mv3-m2])
Attachments
(1 file)
From https://developer.chrome.com/docs/extensions/reference/scripting/#type-RegisteredContentScript
persistAcrossSessions
(boolean / optional)
Specifies if this content script will persist into future sessions. The default is true.
We cannot do this right now so we'll ship an initial implementation without persistence (i.e. persistAcrossSessions
will be ignored and the implementation will behave as it is set to false
) and later add support for it (the aim of this bug).
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Whiteboard: [mv3-m3] → [mv3-m2]
Updated•3 years ago
|
Severity: -- → N/A
Priority: -- → P2
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → wdurand
Assignee | ||
Comment 2•3 years ago
|
||
Updated•3 years ago
|
Attachment #9278784 -
Attachment description: WIP: Bug 1751436 - Add support for `persistAcrossSessions` in `scripting.RegisteredContentScript`. r?robwu! → Bug 1751436 - Add support for `persistAcrossSessions` in `scripting.RegisteredContentScript`. r?robwu!
Pushed by wdurand@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c59805e1c978
Add support for `persistAcrossSessions` in `scripting.RegisteredContentScript`. r=robwu
Comment 4•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox105:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 105 Branch
Assignee | ||
Updated•3 years ago
|
Keywords: dev-doc-needed
Comment 5•3 years ago
|
||
Changes completed in https://github.com/mdn/content/pull/19196 and https://github.com/mdn/browser-compat-data/pull/17266
Updated•3 years ago
|
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•