Unnecessary Web Extension MM Messages being sent
Categories
(WebExtensions :: General, enhancement)
Tracking
(Not tracked)
People
(Reporter: tjr, Unassigned)
Details
You know this code better than I do; but it seems like the 'Complete' set of messages that are sent in response to a variety of messages are not listened for and not used for anything...
Comment 1•4 years ago
|
||
(In reply to Tom Ritter [:tjr] (ni? for response to sec-[advisories/bounties/ratings/cves]) from comment #0)
You know this code better than I do; but it seems like the 'Complete' set of messages that are sent in response to a variety of messages are not listened for and not used for anything...
Those "Extension:*Complete" mm messages are currently being listener for internally by the extension.broadcast method here:
The calls related to those events are the following ones (searchfox query):
StartupComplete
andShutdownComplete
are being used by Extension.jsm while we are starting up and shutting down an extensionFlushJarCacheComplete
is only used in testsRegisterContentScritpt
is used internally by both the contentScripts and userScripts APIs
Reporter | ||
Comment 2•4 years ago
|
||
Coolio! I think this is Invalid then, if you agree feel free to close!
Comment 3•4 years ago
|
||
(In reply to Tom Ritter [:tjr] (ni? for response to sec-[advisories/bounties/ratings/cves]) from comment #2)
Coolio! I think this is Invalid then, if you agree feel free to close!
Yep, I just wanted to be sure that the details in comment 1 were enough to be able to properly close the loop.
Thanks for quickly confirming that we can closing this as invalid also from your perspective.
Description
•