[Webkit-unassigned] [Bug 90927] [EFL][WK2] Add ewk_view_find_client.h / cpp for wrapping WKPageSetPageFindClient.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 17 23:38:54 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=90927





--- Comment #29 from Grzegorz Czajkowski <g.czajkowski at samsung.com>  2012-07-17 23:38:53 PST ---
(From update of attachment 152878)
View in context: https://bugs.webkit.org/attachment.cgi?id=152878&action=review

> Source/WebKit2/UIProcess/API/efl/ewk_view.h:194
> + * @EWK_FIND_OPTIONS_CASE_INSENSITIVE: case insensitive search.

As I mentioned before I'd prefer to keep those descriptions next to declarations for example
typedef enum _EwkFindOptions {
  ...
  EWK_FIND_OPTIONS_CASE_INSENSITIVE = 1 << 0, /**< search text only at the begining of the words*/
  ...
} EwkFindOptions;

> Source/WebKit2/UIProcess/API/efl/ewk_view.h:196
> + *   begining of the words.

beginning

> Source/WebKit2/UIProcess/API/efl/ewk_view.h:469
> +* Clear the highlight of searched text.

Clears

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list