[Webkit-unassigned] [Bug 88631] [EFL][WK2] Add ewk_view_touchscreen which has touchscreen behavior.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 25 04:41:55 PDT 2012


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





--- Comment #12 from Christophe Dumez <christophe.dumez at intel.com>  2012-06-25 04:41:54 PST ---
(From update of attachment 147743)
View in context: https://bugs.webkit.org/attachment.cgi?id=147743&action=review

> Source/WebKit2/UIProcess/API/efl/ewk_view.cpp:103
> +    static Ewk_View_Type ewkViewType = EWK_VIEW_TYPE_LEGACY;

Do we really want to default to legacy? LEGACY sounds like "deprecated" and it feels weird that it is the default.

> Source/WebKit2/UIProcess/API/efl/ewk_view.h:139
> + * is EWK_VIEW_TYPE_LEGACY or legacy behavior if type is EWK_VIEW_TYPE_TOUCHSCREEN.

Comment is wrong. It reverses legacy and touchscreen.

> Source/WebKit2/UIProcess/API/efl/ewk_view.h:153
> + *

We should document which type is the default one.

> Source/WebKit2/UIProcess/API/efl/ewk_view_private.h:34
> +const char ewkViewLegacyName[] = "Ewk_View_Legacy";

Should be static.

> Source/WebKit2/UIProcess/API/efl/ewk_view_private.h:35
> +const char ewkViewTouchscreenName[] = "Ewk_View_Touchscreen";

Ditto.

-- 
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