Support action.isEnabled(tabId) next to action.isEnabled(details)
Categories
(WebExtensions :: General, enhancement)
Tracking
(firefox149 fixed)
| Tracking | Status | |
|---|---|---|
| firefox149 | --- | fixed |
People
(Reporter: robwu, Assigned: robwu)
References
Details
(Keywords: dev-doc-complete, Whiteboard: [wecg][addons-jira])
Attachments
(1 file)
Following agreement in the WECG to support the action.isEnabled(integer tabId) type (that Chrome is currently the only implementer of) in addition to the action.isEnabled(object details) syntax (that Firefox and Safari already support), let's implement it.
This makes action.isEnabled(tabId) also more fitting with the signatures of action.enable(tabId) and action.disable(tabId).
| Assignee | ||
Updated•3 months ago
|
Updated•3 months ago
|
| Assignee | ||
Comment 1•3 months ago
|
||
Backed out for causing mochitest failures on test_ext_action.html
Backout link
Push with failures
Failure log(s)
| Assignee | ||
Comment 5•3 months ago
|
||
Debug-only rejected name property in the schema; going to reland without it.
BCD changes included in Bug-2012727 action.isEnabled updated properties info #28964. MDN changes to follow next week.
MDN documeation changes included in Bug-2012727 isEnabled updates for action and browseAction #42997
Description
•