[Webkit-unassigned] [Bug 93090] Web Inspector: requests filtering in network tab
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 16 09:19:16 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=93090
Vsevolod Vlasov <vsevik at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #158792|review? |review-
Flag| |
--- Comment #31 from Vsevolod Vlasov <vsevik at chromium.org> 2012-08-16 09:19:48 PST ---
(From update of attachment 158792)
View in context: https://bugs.webkit.org/attachment.cgi?id=158792&action=review
> Source/WebCore/inspector/front-end/NetworkPanel.js:1072
> + this._highlightMatchedRequests([], false, createPlainTextSearchRegex(""));
Let's always use ...ForSearch method for search.
> Source/WebCore/inspector/front-end/NetworkPanel.js:1136
> + _highlightNthMatchedRequestForSearch: function(matchedRequestIndex, reveal, regExp)
Please remove regExp parameter here, for search it is always this._searchRegExp
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list