RESOLVED FIXED 47373
Add a WKPageFindClient, hook up WKPageCountStringMatches
https://bugs.webkit.org/show_bug.cgi?id=47373
Summary Add a WKPageFindClient, hook up WKPageCountStringMatches
Anders Carlsson
Reported 2010-10-07 13:02:56 PDT
Add a WKPageFindClient, hook up WKPageCountStringMatches
Attachments
Patch (36.76 KB, patch)
2010-10-07 13:07 PDT, Anders Carlsson
sam: review+
Anders Carlsson
Comment 1 2010-10-07 13:07:53 PDT
WebKit Review Bot
Comment 2 2010-10-07 13:09:32 PDT
Attachment 70140 [details] did not pass style-queue: Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1 WebKit2/UIProcess/API/C/WKPage.h:162: Extra space between int and version [whitespace/declaration] [3] WebKit2/UIProcess/API/C/WKPage.h:164: Extra space between WKPageDidCountStringMatchesCallback and didCountStringMatches [whitespace/declaration] [3] WebKitTools/TestWebKitAPI/Tests/WebKit2/Find.cpp:26: Found other header before WebCore config.h. Should be: config.h, primary header, blank line, and then alphabetically sorted. [build/include_order] [4] WebKitTools/TestWebKitAPI/Tests/WebKit2/Find.cpp:28: Alphabetical sorting problem. [build/include_order] [4] WebKitTools/TestWebKitAPI/Tests/WTF/VectorBasic.cpp:37: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] WebKit2/UIProcess/WebFindClient.cpp:26: Found header this file implements before WebCore config.h. Should be: config.h, primary header, blank line, and then alphabetically sorted. [build/include_order] [4] Total errors found: 6 in 22 files If any of these errors are false positives, please file a bug against check-webkit-style.
Anders Carlsson
Comment 3 2010-10-07 14:50:49 PDT
Note You need to log in before you can comment on or make changes to this bug.