ltilve / chromium

Chromium.org open source browser project, git cloned from http://git.chromium.org/chromium/src.git
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Sidebar visible at detached DevTools window #5

Closed ltilve closed 9 years ago

ltilve commented 9 years ago

Using the chrome.tabs API to iterate through the available tabs to toggle the sidebar at all of them, it also shows it at the devTools window, when this is detached. It might be a good idea to avoid allowing sidebars at the DevTools, as there is already an specific chrome.devtools.panels API for that.

ltilve commented 9 years ago

For the approach provided at https://github.com/ltilve/chromium/issues/12 this is an issue that can no longer happen.