mozilla / tofino

Project Tofino is a browser interaction experiment.
https://mozilla.github.io/tofino
Apache License 2.0
647 stars 68 forks source link

Expose/separate browser devtools from web devtools #350

Closed darkwing closed 8 years ago

darkwing commented 8 years ago

I went to "Tools > Toggle Developer Tools" and somehow Web Inspector loses context and I end up with a representation of the Tofino internals and not the page/site itself:

webview
jsantell commented 8 years ago

We should probably be explicit that this is for browser development, not web development and expose a traditional web dev tools option here as well (and rename the current one)

bgrins commented 8 years ago

I think we should use a different shortcut for the 'browser toolbox' version (maybe cmd/ctrl+alt+shift+i), and possibly have it auto-open when running via npm run dev. Then keep the current shortcut reserved for the web page inspector.

victorporof commented 8 years ago

Right-click and 'Inspect element' already works. We might want to have better UI for this though at some point.