DOM.performSearch is currently searching through all the documents in a frame tree. However, the new inspector needs to search just through the current open document. Add a new parameter that can limit the search just to the current frame.
<rdar://problem/15476369>
Created attachment 217004 [details] Patch V1
Comment on attachment 217004 [details] Patch V1 View in context: https://bugs.webkit.org/attachment.cgi?id=217004&action=review > Source/WebCore/inspector/InspectorDOMAgent.cpp:888 > // 2) There is no need to push all search results to the front-end at a time, pushing next / previous result > // is sufficient. You can remove this comment. It is not true anymore.
Created attachment 217076 [details] Patch for landing Thanks!
Comment on attachment 217076 [details] Patch for landing Clearing flags on attachment: 217076 Committed r159357: <http://trac.webkit.org/changeset/159357>
All reviewed patches have been landed. Closing bug.