devtools-core icon indicating copy to clipboard operation
devtools-core copied to clipboard

:rocket: Packages for Firefox DevTools

Results 100 devtools-core issues
Sort by recently updated
recently updated
newest added

There is currently no way to pass custom props into my App() component that represents the root of the tool rendered on top of the Launchpad. The renderProps could look...

devtools-launchpad

The launchpad "launch firefox" button was created when we predominantly ran the launchpad in chrome. Now that we're mostly using 57, we should update the UX on Firefox to: 1....

devtools-launchpad

- [ ] commonjs requires - [ ] async await - [ ] for / of - [ ] webpack imports - [ ] rollup imports (tree shaking) - [...

STR: - open launchpad - wait ER: - nothing happens AR: - console gets spammed with denied connection requests Video: ![launchpad-spam](https://user-images.githubusercontent.com/23530054/33571924-c43ec728-d931-11e7-85f2-a07802763d02.gif)

devtools-launchpad

Transferring issue from the debugger over thanks @irfanhudda for opening the original! Running `yarn start` with `"hotReloading": true` gives error ``` ERROR in ./~/devtools-launchpad/src/utils/assert.js Module not found: Error: Cannot resolve...

If there is a bug that only gets hit in the Browser Toolbox, it's possible that the same bug could be hit and much easier to fix in the launchpad...

devtools-launchpad

I notice that our debuger.html have [greenkeeper enabled](https://github.com/devtools-html/debugger.html/blob/master/package.json#L103). After #775 land, i think it's good time to enable greenkeeper. Please correct me if i am wrong :smile: Update: ### list...

This is a good starting off point ```diff diff --git a/packages/devtools-launchpad/src/development-server.js b/packages/devtools-launchpad/src/development-server.js index 53d7cf4..6e0cdd0 100755 --- a/packages/devtools-launchpad/src/development-server.js +++ b/packages/devtools-launchpad/src/development-server.js @@ -129,7 +129,10 @@ function startDevServer(devConfig, webpackConfig, rootDir) { if (!getValue("firefox.webSocketConnection"))...

devtools-launchpad

* adds babel preset to splitter which is now needed * checkin Svg.js for the launchpad * checkin the module manifest for source maps

Looks like, `menu-item.js` has [diverged][diff] from MC :frowning: * [`devtools/client/framework/menu-item.js`][mc] -- [history][mc-history] -- [searchFox][fox] * [`devtools-modules/src/menu/menu-item.js`][core] -- [history][core-history] [core]:https://github.com/mozilla/gecko/blob/central/devtools-modules/src/menu/menu-item.js [mc]:https://github.com/devtools-html/devtools-core/blob/master/packages//devtools/client/framework/menu-item.js [diff]:https://gist.github.com/a205929594a746385110716faa67ab39 [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/menu-item.js [mc-history]:https://github.com/mozilla/gecko/commits/central/devtools/client/framework/menu-item.js