[Webkit-unassigned] [Bug 59596] Web Inspector: Move Resources Panel search to backend

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 28 03:32:32 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=59596





--- Comment #5 from Alexander Pavlov (apavlov) <apavlov at chromium.org>  2011-04-28 03:32:31 PST ---
(From update of attachment 91453)
View in context: https://bugs.webkit.org/attachment.cgi?id=91453&action=review

> Source/WebCore/inspector/Inspector.json:107
> +                    { "name": "matches", "type": "number", "description": "Number of matches in resource." }

a better name for the property is "matchCount", as it is not immediately clear whether "matches" is boolean or holds the actual match results (in our frontend, we use everywhere: var matches = /regex/.match(string))

-- 
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