+++ This bug was initially created as a clone of Bug #14272 +++ There is currently no way to change the height of the inspector when it is docked to the inspected page. There is no resize widget and when I also can't resize the it by dragging the edge of the inspector.
<rdar://problem/5712800>
*** Bug 19477 has been marked as a duplicate of this bug. ***
Created attachment 22767 [details] Proposed patch
Comment on attachment 22767 [details] Proposed patch InspectorController.cpp: on line 51 do you need to specify the name of the input parameter? On line 1367 I don't think you need to specify that setAttachedWindowHeight is in the WebCore namespace InspectorController.h: Line 122. Don't need "height" again inspector.js: Line 585: I don't understand the logic in toolbarDragStart. Also please file a bug to implement setAttachedWindowHeight in InsepctorClientWx.cpp
Landed in r35719.