[webkit-reviews] review granted: [Bug 70335] Web Inspector: Enable caseSensitive search / Regex support in advanced search. : [Attachment 111466] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 19 02:59:53 PDT 2011


Pavel Feldman <pfeldman at chromium.org> has granted Vsevolod Vlasov
<vsevik at chromium.org>'s request for review:
Bug 70335: Web Inspector: Enable caseSensitive search / Regex support in
advanced search.
https://bugs.webkit.org/show_bug.cgi?id=70335

Attachment 111466: Patch
https://bugs.webkit.org/attachment.cgi?id=111466&action=review

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=111466&action=review


> Source/WebCore/inspector/InspectorDebuggerAgent.cpp:328
> +	   *results =
ContentSearchUtils::searchInTextByLines(it->second.source, query,
*caseSensitive, *isRegex);

What boolean value is written in the address 0?


More information about the webkit-reviews mailing list