[Webkit-unassigned] [Bug 118699] [EFL][WK2] Replace mouseClick with more meaningful method in test_ewk2_text_checker.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 15 23:22:38 PDT 2013


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





--- Comment #2 from Christophe Dumez <dchris at gmail.com>  2013-07-15 23:23:03 PST ---
(From update of attachment 206725)
View in context: https://bugs.webkit.org/attachment.cgi?id=206725&action=review

> Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_text_checker.cpp:74
> +    void showContextMenuWithFirstLineText()

How about introducing enums:
enum Line { FirstLine, SecondLine }
enum Button { SelectAllWithSpellcheckButton, SelectAllWithoutSpellcheckButton, SelectSubWordWithSpellcheckButton }

and rename the methods to:
clickButton(Button button);
showContextMenu(Line line);
selectFirstWord(Line line);

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