[Webkit-unassigned] [Bug 124474] [EFL] Implement download directory selector on Minibrowser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 21 02:07:48 PST 2013


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





--- Comment #9 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2013-11-21 02:06:19 PST ---
(From update of attachment 217515)
View in context: https://bugs.webkit.org/attachment.cgi?id=217515&action=review

BTW, how can I see this directory picker ? Could you let me know an example ?

> Tools/MiniBrowser/efl/main.c:133
> +    Browser_Window* parent;

Wrong * place.

> Tools/MiniBrowser/efl/main.c:190
> +static void quit_event_loop(void *user_data, Evas_Object *obj, void *event_info);

Where is this function used ?

> Tools/MiniBrowser/efl/main.c:598
> +

Unneeded line.

> Tools/MiniBrowser/efl/main.c:599
> +static void on_directorypicker_parent_deletion(void *user_data, Evas *evas, Evas_Object *elm_window, void *event_info);

To be sync with other function, please use on_directory_picker_parent_deletion(...)

> Tools/MiniBrowser/efl/main.c:638
> +            char unique_path[] = "downloaded-file.XXXXXX";

Can't we support new name if there is already "downloaded-file.XXXXXX" in /tmp ? For instance, if there is downloaded-file-1.XXX, next no name file will be saved as download-file-2.XXX.

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