Closed
Bug 1282984
Opened 8 years ago
Closed 2 years ago
Implement chrome.management events
Categories
(WebExtensions :: General, enhancement, P5)
WebExtensions
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mattw, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [management]triaged)
Chrome documentation: https://developer.chrome.com/extensions/management#method-onInstalled
Reporter | ||
Updated•8 years ago
|
Blocks: webext-port-from-doc-to-pdf
Reporter | ||
Updated•8 years ago
|
Blocks: webext-port-television-fanatic
Updated•8 years ago
|
No longer blocks: webext-port-from-doc-to-pdf
Reporter | ||
Updated•8 years ago
|
Blocks: webext-port-shop-at-home
Updated•8 years ago
|
No longer blocks: webext-port-avg-web-tuneup
Updated•8 years ago
|
No longer blocks: webext-port-television-fanatic
Comment 1•8 years ago
|
||
Expanding this to cover all of the chrome.management events, namely:
- onInstalled https://developer.chrome.com/extensions/management#event-onInstalled
- onUninstalled https://developer.chrome.com/extensions/management#event-onUninstalled
- onEnabled https://developer.chrome.com/extensions/management#event-onEnabled
- onDisabled https://developer.chrome.com/extensions/management#event-onDisabled
Also making this a P4 as we're not sure whether we will implement these. The only extensions we found in the list of popular extensions that use these API events seem to use them in a questionable way.
Priority: P2 → P4
Summary: Implement chrome.management.onInstalled for WebExtensions → Implement chrome.management events
Whiteboard: [management] → [management]triaged
Version: 34 Branch → unspecified
Comment 5•8 years ago
|
||
We are going to hold off on implementing this API method until some compelling use cases are presented by the developer community.
No longer blocks: 1282979
Priority: P4 → P5
Updated•8 years ago
|
webextensions: --- → ?
Updated•8 years ago
|
webextensions: ? → ---
Updated•6 years ago
|
Product: Toolkit → WebExtensions
Comment 7•6 years ago
|
||
Bulk move of bugs per https://bugzilla.mozilla.org/show_bug.cgi?id=1483958
Component: Untriaged → General
Updated•2 years ago
|
Severity: normal → S3
Comment 8•2 years ago
|
||
The severity field for this bug is relatively low, S3. However, the bug has 4 duplicates.
:robwu, could you consider increasing the bug severity?
For more information, please visit auto_nag documentation.
Flags: needinfo?(rob)
Comment 9•2 years ago
|
||
The last needinfo from me was triggered in error by recent activity on the bug. I'm clearing the needinfo since this is a very old bug and I don't know if it's still relevant.
Flags: needinfo?(rob)
Updated•2 years ago
|
Severity: S3 → --
Type: defect → enhancement
Updated•2 years ago
|
Severity: -- → N/A
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•