[webkit-reviews] review cancelled: [Bug 16222] [GTK] Implement inline search and highlighting of matching strings. : [Attachment 17722] Changed api to allow separate toggling of highlighting

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 10 04:04:52 PST 2007


Christian Dywan <christian at twotoasts.de> has cancelled Christian Dywan
<christian at twotoasts.de>'s request for review:
Bug 16222: [GTK] Implement inline search and highlighting of matching strings.
http://bugs.webkit.org/show_bug.cgi?id=16222

Attachment 17722: Changed api to allow separate toggling of highlighting
http://bugs.webkit.org/attachment.cgi?id=17722&action=edit

------- Additional Comments from Christian Dywan <christian at twotoasts.de>
Just noticed the previous patch was only half up to date.

My current proposal provides these functions:

webkit_web_view_search_text (web_view, string, case_sensitive, forward, wrap)
webkit_web_view_mark_text_matches (web_view, string, case_sensitive, limit)
webkit_web_view_set_highlight_text_matches (web_view, highlight)
webkit_web_view_unmark_text_matches


More information about the webkit-reviews mailing list