[Webkit-unassigned] [Bug 91956] New: [EFL] Change prototype of run_open_panel.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 22 21:15:06 PDT 2012


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

           Summary: [EFL] Change prototype of run_open_panel.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kihong.kwon at samsung.com
                CC: demarchi at webkit.org


There are many attributes for fileChooser.
And we need to use capture attribute to implement HTML media capture on the EFL.

But we can not use that, because function prototype is like below.
- Eina_Bool (*run_open_panel)(Ewk_View_Smart_Data *sd, Evas_Object *frame, Eina_Bool allows_multiple_files, Eina_List *accept_types, Eina_List **selected_filenames);
We can used only two attributes with this prototype.(allows_multiple_files and accept_types)

Therefore I think we need to change this prototype to like this.
- Eina_Bool (*run_open_panel)(Ewk_View_Smart_Data *sd, Evas_Object *frame, Ewk_File_Chooser_Settings *settings, Eina_List **selected_filenames);

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