Changeset 47

Show
Ignore:
Timestamp:
04/22/06 12:50:42 (2 years ago)
Author:
kbarnes3
Message:

Updated Overhaul for Firefox 1.5.0.2 and fixed a typo in overhaul_headers, I think.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/install.rdf

    r36 r47  
    2525                                <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> 
    2626                                <em:minVersion>0.7</em:minVersion> 
    27                                 <em:maxVersion>1.5.0.1</em:maxVersion> 
     27                                <em:maxVersion>1.5.0.2</em:maxVersion> 
    2828                        </Description> 
    2929                </em:targetApplication> 
  • trunk/overhaul_headers.js

    r46 r47  
    8181                 
    8282                var thisHandler = new overhaul_handler(hosts.ipStringList, 
    83                         postStringList, null, chunks_held, md5_list); 
     83                        hosts.portStringList, null, chunks_held, md5_list); 
    8484        } 
    8585};