- Timestamp:
- 10/01/08 10:55:27 (2 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
platform/firefox/FireMobileSimulator/trunk/src/components/nsDeviceProtocolHandler.js
r20267 r20350 48 48 var uri = Cc["@mozilla.org/network/simple-uri;1"].createInstance(Ci.nsIURI); 49 49 dump("[msim]spec:"+spec+"\n"); 50 uri.spec = spec; 50 try{ 51 uri.spec = spec; 52 }catch(ex){ 53 dump("[msim]uri.spec error.\n") 54 var ios = Cc["@mozilla.org/network/io-service;1"].getService(Ci.nsIIOService); 55 uri = ios.newURI("chrome://msim/content/html/error.html", null, null); 56 } 51 57 return uri; 52 58 },
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)