devtools-core
devtools-core copied to clipboard
:rocket: Packages for Firefox DevTools
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...
Bumps [merge](https://github.com/yeikos/js.merge) from 1.2.0 to 1.2.1. Commits - [`b31e67f`](https://github.com/yeikos/js.merge/commit/b31e67fe6592390c967c991aa604c06ed2ae8c4f) link broken - [`6ad6035`](https://github.com/yeikos/js.merge/commit/6ad6035b901b3d680beac82de39ca83a93885246) Fix prototype pollution - See full diff in [compare view](https://github.com/yeikos/js.merge/compare/v1.2.0...v1.2.1) [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any...
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.4.1 to 16.4.2. Release notes *Sourced from [react-dom's releases](https://github.com/facebook/react/releases).* > ## v16.4.2 > ## 16.4.2 (August 1, 2018) > > ### React DOM Server > > *...
Dear developers, Firstly, I'd like to express my gratitude for making my life as a developer easier with every release. Recently I started using Style Editor and I find it...
Currently, we can debug a page on the [Servo project](https://servo.org/) using Firefox, after tweaking a bit the dev tools to connect to a remote host. Connecting to servo's exposed dev...
The webpack team made some serious perf improvements for 4, which could really help us. @wldcordeiro @zaggy lets begin investigating the project and see what is involved
It's possible to install Firefox Developer Edition and copy "Firefox Developer" to the "Release Channel" Version. This means "Firefox Developer Tools" is a normal and hidden XUL Addon/WebExtension. Why don't...
There's some code and config for showing a favicon in the Launchpad page, but in practice it doesn't seem to work. When running devtools-launchpad with `yarn start`, I'm getting this...
When you launch browser manually, not via "Launch Firefox" button - launchpad does not detect it. It is because of a way of searching running processes. It strongly depends on...