[Webkit-unassigned] [Bug 55455] [EFL] HTML saving feature

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 27 11:19:41 PDT 2011


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





--- Comment #8 from Lucas De Marchi <demarchi at webkit.org>  2011-04-27 11:19:40 PST ---
> > What about merging these two functions. It could be called ewk_frame_dump (or ewk_frame_source_get) and return both the source code and the list of images. It'd be the browser's role to decide what to do with them, for example saving to disk.
> > 
> > Also IMO it's the browser role to change the images' links, but I don't have a strong opinion about this.
> 
> Sounds reasonable.
> New API:
> Eina_Bool ewk_frame_source_get(Evas_Object* o, char** frame_source, char*** resources_list, unsigned* list_size)
> 
>  - frame_source if not NULL content of web page will be stored
>  - resources_list if not NULL URL of resources will be stored (images, css styles, plugins, etc). Currently only images are supported.
> 
> If you agree with this I will sent a patch.

Ok, this seems to be a better API. Thanks.

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