Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/downloadmanager.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant _active_downloads.remove.Lucian Branescu Mihaila2010-07-161-1/+1
|
* Enable downloading for unknown mime types.Lucian Branescu Mihaila2010-07-151-3/+5
|
* Fix canceling downloads.Lucian Branescu Mihaila2010-07-151-0/+3
|
* Fix download. Webkit expects fully qualified URLs for destination after all.Lucian Branescu Mihaila2010-07-151-2/+2
|
* Fix temporary file path construction, better logging, various fixes.Lucian Branescu Mihaila2010-07-151-13/+19
|
* Complete monkeypatched WebKitDownloadStatus enum. Clarifications.Lucian Branescu Mihaila2010-07-151-3/+6
|
* Add actual saving callback, which fixes the download always failing.Lucian Branescu Mihaila2010-07-151-3/+10
|
* Set default mime type to unknown.Lucian Branescu Mihaila2010-07-151-1/+1
|
*