This is the first step in the Search/replace implementation. This change moves search field from the inspector toolbar to the inspector view footer that is visible upon Cmd/Ctrl+F.
Created attachment 150936 [details] [IMAGE] with patch applied
Created attachment 150942 [details] Patch
Comment on attachment 150942 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=150942&action=review Please make label and input font size the same. > Source/WebCore/inspector/front-end/SearchController.js:-220 > - // If focus belongs here and text is empty - nothing to do, return unhandled. We need a close button on the footer as well. > Source/WebCore/inspector/front-end/inspector.css:300 > +.toolbar-search-navigation-hidden { Is this style used somewhere? > Source/WebCore/inspector/front-end/inspector.css:462 > .status-bar { Please revert this.
Committed r121911: <http://trac.webkit.org/changeset/121911>