RESOLVED FIXED 122480
Consolidate findString functions
https://bugs.webkit.org/show_bug.cgi?id=122480
Summary Consolidate findString functions
Sam Weinig
Reported 2013-10-07 19:31:16 PDT
Consolidate findString functions
Attachments
Patch (10.47 KB, patch)
2013-10-07 19:32 PDT, Sam Weinig
no flags
Patch (10.47 KB, patch)
2013-10-07 23:29 PDT, Sam Weinig
darin: review+
eflews.bot: commit-queue-
Sam Weinig
Comment 1 2013-10-07 19:32:17 PDT
Build Bot
Comment 2 2013-10-07 20:18:51 PDT
EFL EWS Bot
Comment 3 2013-10-07 20:31:34 PDT
kov's GTK+ EWS bot
Comment 4 2013-10-07 21:46:23 PDT
Sam Weinig
Comment 5 2013-10-07 23:29:35 PDT
EFL EWS Bot
Comment 6 2013-10-07 23:35:24 PDT
Darin Adler
Comment 7 2013-10-08 02:17:49 PDT
Comment on attachment 213659 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=213659&action=review > Source/WebKit/efl/ewk/ewk_frame.cpp:501 > + WebCore::FindOptions options = (caseSensitive ? 0 : WebCore::CaseInsensitive) | (forward ? 0 : WebCore::Backwards) | (shouldWrap ? WebCore::WrapAround : 0) | WebCore::StartInSelection; It’s wrap, not shouldWrap, in this function.
Sam Weinig
Comment 8 2013-10-08 16:47:46 PDT
Note You need to log in before you can comment on or make changes to this bug.