[Webkit-unassigned] [Bug 60435] New: [EFL] Replace ewk_view_select_* functions by extending Ewk_Editor_Command enum

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 7 06:49:09 PDT 2011


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

           Summary: [EFL] Replace ewk_view_select_* functions by extending
                    Ewk_Editor_Command enum
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: k.blank at samsung.com
                CC: demarchi at webkit.org


As a continuation of bug 54439 (https://bugs.webkit.org/show_bug.cgi?id=54439) 

I'd like to propose patch which replaces existing editor commands functions

EAPI Eina_Bool    ewk_view_select_none(Evas_Object *o);
EAPI Eina_Bool    ewk_view_select_all(Evas_Object *o);
EAPI Eina_Bool    ewk_view_select_paragraph(Evas_Object *o);
EAPI Eina_Bool    ewk_view_select_sentence(Evas_Object *o);
EAPI Eina_Bool    ewk_view_select_line(Evas_Object *o);
EAPI Eina_Bool    ewk_view_select_word(Evas_Object *o);

by adding new enums into Ewk_Editor_Command.

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