RESOLVED FIXED 70335
Web Inspector: Enable caseSensitive search / Regex support in advanced search.
https://bugs.webkit.org/show_bug.cgi?id=70335
Summary Web Inspector: Enable caseSensitive search / Regex support in advanced search.
Vsevolod Vlasov
Reported 2011-10-18 10:14:43 PDT
Enable caseSensitive search / Regex support in advanced search.
Attachments
Patch (36.67 KB, patch)
2011-10-18 10:21 PDT, Vsevolod Vlasov
no flags
Patch (40.66 KB, patch)
2011-10-18 10:41 PDT, Vsevolod Vlasov
pfeldman: review+
Vsevolod Vlasov
Comment 1 2011-10-18 10:21:11 PDT
WebKit Review Bot
Comment 2 2011-10-18 10:23:34 PDT
Attachment 111462 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'LayoutTests/ChangeLog', u'LayoutTests/http..." exit_code: 1 Source/WebCore/inspector/InspectorDebuggerAgent.cpp:324: The parameter type should use PassRefPtr instead of RefPtr. [readability/pass_ptr] [5] Source/WebCore/inspector/InspectorPageAgent.cpp:487: The parameter type should use PassRefPtr instead of RefPtr. [readability/pass_ptr] [5] Source/WebCore/inspector/InspectorPageAgent.h:100: The parameter type should use PassRefPtr instead of RefPtr. [readability/pass_ptr] [5] Source/WebCore/inspector/InspectorDebuggerAgent.h:84: The parameter type should use PassRefPtr instead of RefPtr. [readability/pass_ptr] [5] Total errors found: 4 in 21 files If any of these errors are false positives, please file a bug against check-webkit-style.
Vsevolod Vlasov
Comment 3 2011-10-18 10:41:24 PDT
WebKit Review Bot
Comment 4 2011-10-18 10:44:37 PDT
Attachment 111466 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'LayoutTests/ChangeLog', u'LayoutTests/http..." exit_code: 1 Source/WebCore/inspector/InspectorPageAgent.h:100: The parameter type should use PassRefPtr instead of RefPtr. [readability/pass_ptr] [5] Source/WebCore/inspector/InspectorDebuggerAgent.cpp:324: The parameter type should use PassRefPtr instead of RefPtr. [readability/pass_ptr] [5] Source/WebCore/inspector/InspectorPageAgent.cpp:487: The parameter type should use PassRefPtr instead of RefPtr. [readability/pass_ptr] [5] Source/WebCore/inspector/InspectorDebuggerAgent.h:84: The parameter type should use PassRefPtr instead of RefPtr. [readability/pass_ptr] [5] Total errors found: 4 in 26 files If any of these errors are false positives, please file a bug against check-webkit-style.
Pavel Feldman
Comment 5 2011-10-19 02:59:53 PDT
Comment on attachment 111466 [details] Patch 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?
Vsevolod Vlasov
Comment 6 2011-10-19 05:36:51 PDT
Note You need to log in before you can comment on or make changes to this bug.