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

Steps to reproduce: 1. Start Launchpad 2. Launch Firefox, and open a few tabs 3. Switch back to Launchpad. Keyboard focus will probably be in the "Filter tabs" input 4....

not-available

package.json of devtools-core root folder does not have a license field. ```➜ devtools-core git:(master) ✗ yarn yarn install v1.13.0 warning package.json: No license field warning [email protected]: No license field ```

not-available

development-server.js strips off the leading "file://", which leaves a path like "/C:/path/to/file" that Windows doesn't understand: ![image](https://user-images.githubusercontent.com/3869625/51622487-4fbeb180-1efc-11e9-9a1c-6b231c5b174d.png) I think this could be fixed trivially by replacing `url.replace("file://", "")` with the...

not-available

We no longer need firefox proxy since we can just use sockets now. So we can get rid of `webSocketConnection` and the code related to this option. It is currently...

devtools-launchpad
in progress

`yarn run firefox` cannot find the firefox path on linux here is where [selenium](https://github.com/SeleniumHQ/selenium/blob/master/javascript/node/selenium-webdriver/firefox/binary.js#L314-L322) does the lookup. here's a patch to think about extending the `$PATH` variable ```diff diff --git...

bug

* The landing page tabs could line up nicely with the left sidebar tabs if we update the vertical heights. * also we can cleanup to focus border to be...

devtools-launchpad

update testing docs

I'm writing an introduction to js using Firefox devtools and the basic examples force me to explain more than I should. I'm trying to introduce the JSON subset first, so...

not-available

### Summary of Changes * We should try and upgrade the devtools-connection event emitter so that we are consistent w/ m-c. * This patch has some release candidate versions, but...