devtools-core
devtools-core copied to clipboard
:rocket: Packages for Firefox DevTools
Looks like, `index.js` has [diverged][diff] from MC :frowning: * [`devtools/client/framework/menu-item.js`][mc] -- [history][mc-history] -- [searchFox][fox] * [`devtools-modules/src/menu/index.js`][core] -- [history][core-history] [core]:https://github.com/mozilla/gecko/blob/central/devtools-modules/src/menu/index.js [mc]:https://github.com/devtools-html/devtools-core/blob/master/packages//devtools/client/framework/menu-item.js [diff]:https://gist.github.com/566964200f4fda6209c63bdb586cb7e5 [fox]:https://searchfox.org/mozilla-central/source//devtools/client/framework/menu-item.js [core-history]:https://github.com/devtools-html/devtools-core/commits/master/packages/devtools-modules/src/menu/index.js [mc-history]:https://github.com/mozilla/gecko/commits/central/devtools/client/framework/menu-item.js
Looks like, `event-emitter.js` has [diverged][diff] from MC :frowning: * [`devtools/shared/event-emitter.js`][mc] -- [history][mc-history] -- [searchFox][fox] * [`devtools-modules/src/utils/event-emitter.js`][core] -- [history][core-history] [core]:https://github.com/mozilla/gecko/blob/central/devtools-modules/src/utils/event-emitter.js [mc]:https://github.com/devtools-html/devtools-core/blob/master/packages//devtools/shared/event-emitter.js [diff]:https://gist.github.com/29933aa43fc29d7b741a0184b01c178a [fox]:https://searchfox.org/mozilla-central/source//devtools/shared/event-emitter.js [core-history]:https://github.com/devtools-html/devtools-core/commits/master/packages/devtools-modules/src/utils/event-emitter.js [mc-history]:https://github.com/mozilla/gecko/commits/central/devtools/shared/event-emitter.js
We currently namespace our CSS themes, this is making it hard to keep the themes in sync. We should remove the prefixes and so something else: 1. write a small...
Currently we show the features next to other settings. We should put them in their own group
Introducing a new preference and testing it with launchpad can be tricky. The new preference has to be added in one of the devtools preferences files in order for it...
Copying from https://github.com/devtools-html/debugger.html/issues/3203 Please allow developers to modify their listening ports in the `configs/development.json`, by adding a `tcpPort` property, so they can use debugger.html for other uses. One example is...
It's pretty common to get unreachable code warnings in our mochitests. We should remove these because dead code is extra kb and it fills up the logs. Babel has a...
When I run the debugger mochitests I see many warnings of the form: ``` 46 INFO Console message: [JavaScript Warning: "Expected end of value but found ‘!’. Error in parsing...
We should alert users that chrome and node debugging is experimental and certain features won't work (seeing variables).
It would be nice to use webpack-merge to support different environments https://github.com/TheLarkInn/webpack-academy-starting-out-right/blob/master/webpack.config.js