devtools-core
devtools-core copied to clipboard
:rocket: Packages for Firefox DevTools
Associated Issue: The debugger is showing scrollbar when collapse the panes.  Besides, currently, when the pane is collapsed, hover on the edge (dragger), the cursor is still showing as...
Firefox launches as expected, but Chrome doesn't. I've clicked 'launch Chrome', and nothing happens. The error output from trying 'yarn chrome': ``` $ start-chrome --location https://devtools-html.github.io/debugger-examples/ Hmm, could not find...
we can no longer parse the yarn lock file because the parser is not exposed. I think it is now in its own package.
STR: - open website in target browser - open launchpad in debugger browser - navigate to debugger tab in debugger browser - close website in target browser (or whole target...
This is a meta bug to track some of my performance investigations.
Here is my analysis of console performance in a real world application: https://gist.github.com/gregtatum/4d5dbf3df558de2dd26e39dbe1413b73 TL;DR the object inspector is the slowest offender in perf.html development mode console.log. STR: * Run the...
STR: - open website in target browser - open launchpad in debugger browser - navigate to debugger tab in debugger browser - close website in target browser (or whole target...
The ini-parser should be fixed by a later version of license-check, js-base, should be easy to add a whitelist for ``` lerna ERR! execute Invalid license for [email protected]: UNKNOWN lerna...
reposting @clarkbw https://github.com/devtools-html/debugger.html/issues/1829 Running within Firefox 50 and 51 I'm seeing a `SecurityError` that pops up. It seems to think its coming from the `_initializeRoot`, the first line here in...
Copying over from https://github.com/devtools-html/debugger.html/issues/4479 courtesy of @darkwing Every time I update to this repo's master to get the new patches, then do a `yarn install`, I see the following in...