[Webkit-unassigned] [Bug 82864] [EFL] LayoutTestController needs implementation of setTabKeyCyclesThroughElements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 2 17:39:44 PDT 2012


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





--- Comment #2 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2012-04-02 17:39:42 PST ---
(From update of attachment 135123)
View in context: https://bugs.webkit.org/attachment.cgi?id=135123&action=review

> Tools/DumpRenderTree/efl/EventSender.cpp:464
> +    Evas_Object* mainFrame = browser->mainFrame();

Missing const keyword. For example,

const Evas_Object* mainFrame = browser->mainFrame();

> Tools/DumpRenderTree/efl/EventSender.cpp:468
> +    evas_object_focus_set(mainFrame, EINA_TRUE);

Use standard boolean type instead of EINA_TRUE.

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