Set matchAboutBlank to false in scripting.registerContentScripts for webcompat
Categories
(WebExtensions :: General, task)
Tracking
(firefox119 fixed)
Tracking | Status | |
---|---|---|
firefox119 | --- | fixed |
People
(Reporter: robwu, Assigned: rpl)
References
Details
(Whiteboard: [addons-jira])
Attachments
(2 files)
Until there is a better m-c fix (bug 1853409 / bug 1853411), we should set matchAboutBlank: true
to false, at least for webcompat at https://searchfox.org/mozilla-central/rev/b741ddde6c678ca7025858952202d20664491555/toolkit/components/extensions/ExtensionScriptingStore.sys.mjs#182
This is needed to unblock bug 1853013.
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee | ||
Comment 2•1 year ago
|
||
This patchs introduces an hidden pref named extensions.scripting.matchAboutBlankDefaultFalse,
it's only purpose is to more easily confirm if a bug reported to us for the scripting.registerContentScripts
API is due to the current default value set to true on the matchAboutBlank flag for all content scripts
registered through the scripting API.
Depends on D188354
Assignee | ||
Comment 3•1 year ago
|
||
Comment 5•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/29225a0232c7
https://hg.mozilla.org/mozilla-central/rev/4d541d8eb017
Description
•