devtools-core
devtools-core copied to clipboard
:rocket: Packages for Firefox DevTools
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....
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 ```
development-server.js strips off the leading "file://", which leaves a path like "/C:/path/to/file" that Windows doesn't understand:  I think this could be fixed trivially by replacing `url.replace("file://", "")` with the...
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...
`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...
* 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...
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...
### 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...