Changeset 1039

Show
Ignore:
Timestamp:
2008-08-08 05:18:21 (4 months ago)
Author:
MaierMan
Message:

#259: Implement FTP resuming
Allow ftp in metalinks

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/chrome/content/dta/manager/metalinker.js

    r1027 r1039  
    192192                                                charset = url.getAttributeNS(NS_DTA, 'charset'); 
    193193                                        } 
    194                                         if (url.hasAttributeNS(NS_DTA, 'usable')) { 
    195                                                 usable = url.getAttributeNS(NS_DTA, 'usable'); 
    196                                         } 
    197                                         if (['http', 'https'].indexOf(type) != -1) { 
     194                                        if (['http', 'https', 'ftp'].indexOf(type) != -1) { 
    198195                                                url = this._checkURL(url.textContent.trim()); 
    199196                                                if (url) {