- Timestamp:
- 10/01/08 12:38:18 (2 months ago)
- Location:
- platform/firefox/FireMobileSimulator/trunk/src
- Files:
-
- 6 modified
-
chrome/content/about.xul (modified) (1 diff)
-
chrome/content/mpc/common.js (modified) (1 diff)
-
chrome/content/mpc/softbank.js (modified) (1 diff)
-
chrome/content/overlay.js (modified) (1 diff)
-
components/msimModifyHeaders.js (modified) (2 diffs)
-
install.rdf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
platform/firefox/FireMobileSimulator/trunk/src/chrome/content/about.xul
r20267 r20355 28 28 <vbox> 29 29 <label value="FireMobileSimulator" style="font-weight: bold; font-size: x-large;"/> 30 <label value="&version; 0. 1.5pre"/>30 <label value="&version; 0.2.0"/> 31 31 <separator class="thin"/> 32 32 <label value="&createdBy;" style="font-weight: bold;"/> -
platform/firefox/FireMobileSimulator/trunk/src/chrome/content/mpc/common.js
r20324 r20355 64 64 return [ds]; 65 65 } 66 }else{ 67 this.i += 1; 68 return [ds]; 66 69 } 67 70 } -
platform/firefox/FireMobileSimulator/trunk/src/chrome/content/mpc/softbank.js
r20324 r20355 75 75 dump("is SoftBank Pictogram:"+s1+"\n"); 76 76 return _this.s_options_encode(sdec); 77 }else { 78 return whole; 77 79 } 78 80 }); -
platform/firefox/FireMobileSimulator/trunk/src/chrome/content/overlay.js
r20348 r20355 46 46 // firemobilesimulator.overlay.BrowserOnLoad, true); 47 47 var appcontent = document.getElementById("appcontent"); // ブラウザ 48 if(appcontent) 49 appcontent.addEventListener("DOMContentLoaded", firemobilesimulator.overlay.BrowserOnLoad, true); 48 if(appcontent){ 49 dump("###\n"); 50 //appcontent.addEventListener("DOMContentLoaded", firemobilesimulator.overlay.BrowserOnLoad, true); 51 appcontent.addEventListener("load", firemobilesimulator.overlay.BrowserOnLoad, true); 52 }else{ 53 dump("[msim]no appcontent.\n"); 54 } 50 55 51 56 } -
platform/firefox/FireMobileSimulator/trunk/src/components/msimModifyHeaders.js
r20324 r20355 52 52 .copyUnicharPref("msim.current.id"); 53 53 54 dump("name:"+httpChannel.name+"\n"); 55 dump("name:"+httpChannel.URI.asciiSpec+"\n"); 54 56 httpChannel.setRequestHeader("x-msim-use", "on", false); 55 57 … … 305 307 //TODO: <img src="...">の指定などでrewriteする場合に対応要 306 308 if(documentLoad){ 307 subject.loadFlags = subject.loadFlags |Ci.nsICachingChannel.LOAD_ONLY_FROM_CACHE;309 subject.loadFlags = Ci.nsICachingChannel.LOAD_ONLY_FROM_CACHE; 308 310 subject.cancel(Cr.NS_ERROR_FAILURE); 309 311 var webNav = subject.notificationCallbacks -
platform/firefox/FireMobileSimulator/trunk/src/install.rdf
r19736 r20355 5 5 <em:id>{77cc852e-6b45-11dd-929f-d30256d89593}</em:id> 6 6 <em:name>FireMobileSimulator</em:name> 7 <em:version>0. 1.5pre</em:version>7 <em:version>0.2.0</em:version> 8 8 <em:creator>Takahiro Horikawa</em:creator> 9 9 <em:aboutURL>chrome://msim/content/about.xul</em:aboutURL>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)