stellar2012wxg / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

CEF3: Add download handling support #516

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add download handling support. See 
http://magpcss.org/ceforum/viewtopic.php?f=10&t=645 for CEF3 information.

Original issue reported on code.google.com by magreenb...@gmail.com on 13 Feb 2012 at 7:14

GoogleCodeExporter commented 9 years ago
The Content API provides the ability to customize download file name and 
location, and to retrieve status information about pending downloads. Complete 
custom handling of the download process (versus always downloading to disk) may 
be implemented later if desired.

Original comment by magreenb...@gmail.com on 8 Jun 2012 at 12:57

GoogleCodeExporter commented 9 years ago
Revision 715 adds download handling support via new CefDownloadHandler and 
CefDownloadItem interfaces.

Original comment by magreenb...@gmail.com on 28 Jun 2012 at 5:22