Changeset 742

Show
Ignore:
Timestamp:
2008-01-13 03:24:10 (1 year ago)
Author:
MaierMan
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/serverswitcher/chrome/content/manager.js

    r660 r742  
    8080                                } 
    8181                                this._limits[limit] = value; 
    82                                 Debug.dump("loaded limit: " + limit); 
     82                                Debug.logString("loaded limit: " + limit); 
    8383                        } 
    8484                        catch (ex) { 
    85                                 Debug.dump("Failed to load: " + limit, ex); 
     85                                Debug.log("Failed to load: " + limit, ex); 
    8686                        } 
    8787                } 
     
    138138                        return rv; 
    139139                } catch(ex){ 
    140                         Debug.dump("ssw_startNext():", ex); 
     140                        Debug.log("ssw_startNext():", ex); 
    141141                } 
    142142                return false;    
  • sandbox/serverswitcher/chrome/content/paneServerSwitcher.js

    r656 r742  
    7171                        } 
    7272                        catch (ex) { 
    73                                 Debug.dump("Failed to load: " + limit, ex); 
     73                                Debug.log("Failed to load: " + limit, ex); 
    7474                        } 
    7575                } 
  • sandbox/serverswitcher/install.rdf

    r658 r742  
    5454                                <id>dta@downthemall.net</id> 
    5555                                <minVersion>1.0b2</minVersion> 
    56                                 <maxVersion>1.0.*</maxVersion> 
     56                                <maxVersion>1.1a*</maxVersion> 
    5757                        </rdf:Description> 
    5858                </requires>