extension-examples icon indicating copy to clipboard operation
extension-examples copied to clipboard

Add a devtools.panels.themeName API example (Firefox 55)

Open rpl opened this issue 8 years ago • 0 comments

In Bug 1349896 - Implement devtools.panels.themeName (landed in Firefox 55), we have added the devtools.panels.themeName property (which is also supported on Chrome) and the devtools.panels.onThemeChanged event (which does not exist on Chrome) to the WebExtensions devtools APIs.

This API will be available to the WebExtensions DevTools Addons that want to customize their UIs based on the currently enabled DevTools theme.

rpl avatar May 26 '17 13:05 rpl