Changeset 742
- Timestamp:
- 2008-01-13 03:24:10 (1 year ago)
- Files:
-
- sandbox/serverswitcher/chrome/content/manager.js (modified) (2 diffs)
- sandbox/serverswitcher/chrome/content/paneServerSwitcher.js (modified) (1 diff)
- sandbox/serverswitcher/install.rdf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/serverswitcher/chrome/content/manager.js
r660 r742 80 80 } 81 81 this._limits[limit] = value; 82 Debug. dump("loaded limit: " + limit);82 Debug.logString("loaded limit: " + limit); 83 83 } 84 84 catch (ex) { 85 Debug. dump("Failed to load: " + limit, ex);85 Debug.log("Failed to load: " + limit, ex); 86 86 } 87 87 } … … 138 138 return rv; 139 139 } catch(ex){ 140 Debug. dump("ssw_startNext():", ex);140 Debug.log("ssw_startNext():", ex); 141 141 } 142 142 return false; sandbox/serverswitcher/chrome/content/paneServerSwitcher.js
r656 r742 71 71 } 72 72 catch (ex) { 73 Debug. dump("Failed to load: " + limit, ex);73 Debug.log("Failed to load: " + limit, ex); 74 74 } 75 75 } sandbox/serverswitcher/install.rdf
r658 r742 54 54 <id>dta@downthemall.net</id> 55 55 <minVersion>1.0b2</minVersion> 56 <maxVersion>1. 0.*</maxVersion>56 <maxVersion>1.1a*</maxVersion> 57 57 </rdf:Description> 58 58 </requires>
