[webkit-reviews] review granted: [Bug 34165] Web Inspector: add support for breakpoints, messages and search into the SourceFrame2. : [Attachment 47406] [PATCH] Proposed change.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 26 08:25:03 PST 2010


Timothy Hatcher <timothy at hatcher.name> has granted Pavel Feldman
<pfeldman at chromium.org>'s request for review:
Bug 34165: Web Inspector: add support for breakpoints, messages and search into
the SourceFrame2.
https://bugs.webkit.org/show_bug.cgi?id=34165

Attachment 47406: [PATCH] Proposed change.
https://bugs.webkit.org/attachment.cgi?id=47406&action=review

------- Additional Comments from Timothy Hatcher <timothy at hatcher.name>
> +	       var column = line.indexOf(query);

This will be more restrictive than our current search. We are currently do a
case insensitive search.


More information about the webkit-reviews mailing list