Comment #11 on issue 17368 by [email protected]: There should be a way to  
dock DevTools window.
http://code.google.com/p/chromium/issues/detail?id=17368

pfeldman: Just found

#if defined OS_MACOSX
     // TODO(pfeldman): Implement dock on Mac OS.
     bool docked = false;
#else
     bool docked = inspected_rvh->process()->profile()->GetPrefs()->
         GetBoolean(prefs::kDevToolsOpenDocked);
#endif

in devtools_manager.cc. So my question from above becomes:

* Why are there two different ways of toggling docked-ness (the one used by
chromium, the one I pasted above)? Some incomplete transition? Is there a  
bug that
tracks this transition somewhere?
* Are there other places where I need to look for ifdefs? (a quick `ack  
OS_MACOSX
chrome/browser/debugger/` didn't find anything else)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

-- 
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs

Reply via email to