[Webkit-unassigned] [Bug 139773] [EFL][WK2] Minibrowser : Add search icon to search bar

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 3 21:51:07 PST 2015


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

--- Comment #5 from Ryuan Choi <ryuan.choi at navercorp.com> ---
Comment on attachment 243494
  --> https://bugs.webkit.org/attachment.cgi?id=243494
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=243494&action=review

> Tools/MiniBrowser/efl/main.c:417
> +    edje_obj = edje_object_add(window->elm_window);
> +    edje_object_file_set(edje_obj, DEFAULT_THEME_DIR "/default.edj", "webkit/widget/search/results_decoration");
> +    icon = edje_object_part_object_get(edje_obj, "decoration");

Are there any reason you want to use edje object of webkit theme instead of standard elm_icon such as "edit-find" ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150304/7eb215c0/attachment-0002.html>


More information about the webkit-unassigned mailing list