Follow up 1370077 - don't log warning when background.persistent is set to false
Categories
(WebExtensions :: Untriaged, enhancement)
Tracking
(Not tracked)
People
(Reporter: geoffreydebelie, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0
Steps to reproduce:
- Install https://addons.mozilla.org/en-US/firefox/addon/view-image/
- Go to about:debugging
Actual results:
A warning is displayed in a yellow box: "Reading manifest: Error processing background.persistent: Event pages are not currently supported. This will run as a persistent background page.".
background.persistent false is an event page, but why would you want a warning anyway? It's something that the WebExtensions team doesn't plan to implement soon I believe.
It seems like a totally useless warning since it has no impact on the functionality.
See bug 1253565 where this warning was added.
Comment 1•6 years ago
|
||
we won't accept patches for this. We alrewady updated this once to make it less severe.
| Reporter | ||
Comment 2•6 years ago
|
||
What about replacing the word "error" with "warning"?
Comment 3•6 years ago
|
||
( "Error" became "Warning" in bug 1495908 )
| Reporter | ||
Comment 4•6 years ago
|
||
Thank you.
Updated•6 years ago
|
Description
•