extension-examples
extension-examples copied to clipboard
DevTools extension examples
Fixes #13 _(Message COC002)_
As of January 1 2019, Mozilla requires that all GitHub projects include this [CODE_OF_CONDUCT.md](https://github.com/mozilla/repo-templates/blob/master/templates/CODE_OF_CONDUCT.md) file in the project root. The file has two parts: 1. Required Text - All text...
is it possible to create something like this for firefox? https://github.com/andrewdavey/immutable-devtools
I've been doing this with the new gecko profiler add-on, it would be good to have an example here as well. https://github.com/devtools-html/Gecko-Profiler-Addon/compare/master...clarkbw:webpack
In [Bug 1349896 - Implement devtools.panels.themeName](https://bugzilla.mozilla.org/show_bug.cgi?id=1349896) (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...
At least one of the examples related to the devtools APIs should be also added to mdn repo [1] and in a readme file in the example directory we can...