ogre.rb 0.1-i686-linux

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (430) hide show
  1. data/README +79 -0
  2. data/Rakefile +288 -0
  3. data/doc_src/ogre.rb +246 -0
  4. data/doc_src/ois.rb +67 -0
  5. data/lib/application.rb +146 -0
  6. data/lib/application_frame_listener.rb +302 -0
  7. data/lib/application_loading_bar.rb +115 -0
  8. data/lib/constants.rb +51 -0
  9. data/lib/method_fixes.rb +42 -0
  10. data/lib/ogre.so +0 -0
  11. data/lib/ruby_ois.so +0 -0
  12. data/ogre.rb +25 -0
  13. data/platform.rb +23 -0
  14. data/samples/Ogre.log +261 -0
  15. data/samples/bsp.rb +76 -0
  16. data/samples/cg.dll +0 -0
  17. data/samples/grass.rb +325 -0
  18. data/samples/js3250.dll +0 -0
  19. data/samples/lighting.rb +138 -0
  20. data/samples/media/materials/programs/Grass.cg +30 -0
  21. data/samples/media/materials/programs/OffsetMapping.cg +97 -0
  22. data/samples/media/materials/programs/OffsetMapping.hlsl +135 -0
  23. data/samples/media/materials/programs/OffsetMappingFp.glsl +69 -0
  24. data/samples/media/materials/programs/OffsetMappingVp.glsl +54 -0
  25. data/samples/media/materials/programs/OffsetMapping_specular.asm +44 -0
  26. data/samples/media/materials/scripts/CloudySky.material +17 -0
  27. data/samples/media/materials/scripts/CubeMapping.material +34 -0
  28. data/samples/media/materials/scripts/Flare.material +17 -0
  29. data/samples/media/materials/scripts/Grass.material +63 -0
  30. data/samples/media/materials/scripts/Knot.material +14 -0
  31. data/samples/media/materials/scripts/MorningSkyBox.material +17 -0
  32. data/samples/media/materials/scripts/Offset.material +124 -0
  33. data/samples/media/materials/scripts/Ogre.material +119 -0
  34. data/samples/media/materials/scripts/RZR-002.material +15 -0
  35. data/samples/media/materials/scripts/Razor.material +14 -0
  36. data/samples/media/materials/scripts/Ribbon.material +19 -0
  37. data/samples/media/materials/scripts/RustySteel.material +14 -0
  38. data/samples/media/materials/scripts/SpaceSkyBox.material +17 -0
  39. data/samples/media/materials/scripts/SpaceSkyPlane.material +17 -0
  40. data/samples/media/materials/scripts/TextureEffects.material +15 -0
  41. data/samples/media/materials/scripts/dragon.material +42 -0
  42. data/samples/media/materials/scripts/smoke.material +18 -0
  43. data/samples/media/materials/textures/GreenSkin.jpg +0 -0
  44. data/samples/media/materials/textures/MtlPlat2.jpg +0 -0
  45. data/samples/media/materials/textures/RZR-002.png +0 -0
  46. data/samples/media/materials/textures/RustedMetal.jpg +0 -0
  47. data/samples/media/materials/textures/RustySteel.jpg +0 -0
  48. data/samples/media/materials/textures/Water02.jpg +0 -0
  49. data/samples/media/materials/textures/WeirdEye.png +0 -0
  50. data/samples/media/materials/textures/clouds.jpg +0 -0
  51. data/samples/media/materials/textures/cursor.png +0 -0
  52. data/samples/media/materials/textures/dirt01.jpg +0 -0
  53. data/samples/media/materials/textures/flare.png +0 -0
  54. data/samples/media/materials/textures/gras_02.png +0 -0
  55. data/samples/media/materials/textures/grass_1024.jpg +0 -0
  56. data/samples/media/materials/textures/ogreborder.png +0 -0
  57. data/samples/media/materials/textures/ogreborderUp.png +0 -0
  58. data/samples/media/materials/textures/ribbonband.png +0 -0
  59. data/samples/media/materials/textures/rockwall.tga +0 -0
  60. data/samples/media/materials/textures/rockwall_NH.tga +0 -0
  61. data/samples/media/materials/textures/smoke.png +0 -0
  62. data/samples/media/materials/textures/smokecolors.png +0 -0
  63. data/samples/media/materials/textures/spacesky.jpg +0 -0
  64. data/samples/media/materials/textures/spheremap.png +0 -0
  65. data/samples/media/materials/textures/texmap2.jpg +0 -0
  66. data/samples/media/models/RZR-002.mesh +0 -0
  67. data/samples/media/models/geosphere4500.mesh +0 -0
  68. data/samples/media/models/geosphere8000.mesh +0 -0
  69. data/samples/media/models/knot.mesh +0 -0
  70. data/samples/media/models/ogrehead.mesh +0 -0
  71. data/samples/media/models/razor.mesh +0 -0
  72. data/samples/media/models/sphere.mesh +0 -0
  73. data/samples/media/overlays/CubeMapping.overlay +139 -0
  74. data/samples/media/packs/OgreCore.zip +0 -0
  75. data/samples/media/packs/chiropteraDM.pk3 +0 -0
  76. data/samples/media/packs/chiropteraDM.txt +99 -0
  77. data/samples/media/packs/cubemap.zip +0 -0
  78. data/samples/media/packs/cubemapsJS.zip +0 -0
  79. data/samples/media/packs/dragon.zip +0 -0
  80. data/samples/media/packs/skybox.zip +0 -0
  81. data/samples/media/particles/smoke.particle +43 -0
  82. data/samples/media.cfg +22 -0
  83. data/samples/navi/Media/NaviDemo.material +60 -0
  84. data/samples/navi/Media/OgreCore.zip +0 -0
  85. data/samples/navi/Media/cerulean.jpg +0 -0
  86. data/samples/navi/Media/clouds.jpg +0 -0
  87. data/samples/navi/Media/controlsNaviMask.png +0 -0
  88. data/samples/navi/Media/grass.jpg +0 -0
  89. data/samples/navi/Media/knot.mesh +0 -0
  90. data/samples/navi/Media/testNaviMask.png +0 -0
  91. data/samples/navi/NaviLocal/Navi.js +136 -0
  92. data/samples/navi/NaviLocal/buttonBg.jpg +0 -0
  93. data/samples/navi/NaviLocal/controls.html +303 -0
  94. data/samples/navi/NaviLocal/knobBg.jpg +0 -0
  95. data/samples/navi/NaviLocal/moo.dropdownmenu.js +87 -0
  96. data/samples/navi/NaviLocal/mootools.v1.1.js +6964 -0
  97. data/samples/navi/NaviLocal/naviLogo.html +32 -0
  98. data/samples/navi/NaviLocal/naviLogo.png +0 -0
  99. data/samples/navi/NaviLocal/pageBg.jpg +0 -0
  100. data/samples/navi/NaviLocal/sliderBg.jpg +0 -0
  101. data/samples/navi/NaviLocal/test.html +5 -0
  102. data/samples/navi/NaviLocal/welcome.html +36 -0
  103. data/samples/navi/NaviLocal/welcome.png +0 -0
  104. data/samples/navi/chrome/chromelist.txt +597 -0
  105. data/samples/navi/chrome/classic.jar +0 -0
  106. data/samples/navi/chrome/classic.manifest +4 -0
  107. data/samples/navi/chrome/comm.jar +0 -0
  108. data/samples/navi/chrome/comm.manifest +2 -0
  109. data/samples/navi/chrome/en-US.jar +0 -0
  110. data/samples/navi/chrome/en-US.manifest +9 -0
  111. data/samples/navi/chrome/toolkit.jar +0 -0
  112. data/samples/navi/chrome/toolkit.manifest +6 -0
  113. data/samples/navi/components/FeedProcessor.js +1825 -0
  114. data/samples/navi/components/alerts.xpt +0 -0
  115. data/samples/navi/components/appshell.xpt +0 -0
  116. data/samples/navi/components/appstartup.xpt +0 -0
  117. data/samples/navi/components/auth.dll +0 -0
  118. data/samples/navi/components/autocomplete.xpt +0 -0
  119. data/samples/navi/components/autoconfig.dll +0 -0
  120. data/samples/navi/components/autoconfig.xpt +0 -0
  121. data/samples/navi/components/caps.xpt +0 -0
  122. data/samples/navi/components/chardet.xpt +0 -0
  123. data/samples/navi/components/chrome.xpt +0 -0
  124. data/samples/navi/components/commandhandler.xpt +0 -0
  125. data/samples/navi/components/commandlines.xpt +0 -0
  126. data/samples/navi/components/composer.xpt +0 -0
  127. data/samples/navi/components/compreg.dat +1474 -0
  128. data/samples/navi/components/content_base.xpt +0 -0
  129. data/samples/navi/components/content_html.xpt +0 -0
  130. data/samples/navi/components/content_htmldoc.xpt +0 -0
  131. data/samples/navi/components/content_xmldoc.xpt +0 -0
  132. data/samples/navi/components/content_xslt.xpt +0 -0
  133. data/samples/navi/components/content_xtf.xpt +0 -0
  134. data/samples/navi/components/directory.xpt +0 -0
  135. data/samples/navi/components/docshell_base.xpt +0 -0
  136. data/samples/navi/components/dom.xpt +0 -0
  137. data/samples/navi/components/dom_base.xpt +0 -0
  138. data/samples/navi/components/dom_canvas.xpt +0 -0
  139. data/samples/navi/components/dom_core.xpt +0 -0
  140. data/samples/navi/components/dom_css.xpt +0 -0
  141. data/samples/navi/components/dom_events.xpt +0 -0
  142. data/samples/navi/components/dom_html.xpt +0 -0
  143. data/samples/navi/components/dom_loadsave.xpt +0 -0
  144. data/samples/navi/components/dom_range.xpt +0 -0
  145. data/samples/navi/components/dom_sidebar.xpt +0 -0
  146. data/samples/navi/components/dom_storage.xpt +0 -0
  147. data/samples/navi/components/dom_stylesheets.xpt +0 -0
  148. data/samples/navi/components/dom_svg.xpt +0 -0
  149. data/samples/navi/components/dom_traversal.xpt +0 -0
  150. data/samples/navi/components/dom_views.xpt +0 -0
  151. data/samples/navi/components/dom_xbl.xpt +0 -0
  152. data/samples/navi/components/dom_xpath.xpt +0 -0
  153. data/samples/navi/components/dom_xul.xpt +0 -0
  154. data/samples/navi/components/downloads.xpt +0 -0
  155. data/samples/navi/components/editor.xpt +0 -0
  156. data/samples/navi/components/embed_base.xpt +0 -0
  157. data/samples/navi/components/extensions.xpt +0 -0
  158. data/samples/navi/components/exthandler.xpt +0 -0
  159. data/samples/navi/components/fastfind.xpt +0 -0
  160. data/samples/navi/components/feeds.xpt +0 -0
  161. data/samples/navi/components/find.xpt +0 -0
  162. data/samples/navi/components/gfx.xpt +0 -0
  163. data/samples/navi/components/gksvgrenderer.xpt +0 -0
  164. data/samples/navi/components/history.xpt +0 -0
  165. data/samples/navi/components/htmlparser.xpt +0 -0
  166. data/samples/navi/components/imglib2.xpt +0 -0
  167. data/samples/navi/components/inspector.xpt +0 -0
  168. data/samples/navi/components/intl.xpt +0 -0
  169. data/samples/navi/components/intlcmpt.xpt +0 -0
  170. data/samples/navi/components/jar.xpt +0 -0
  171. data/samples/navi/components/jsconsole-clhandler.js +170 -0
  172. data/samples/navi/components/jsconsole.xpt +0 -0
  173. data/samples/navi/components/jsdservice.xpt +0 -0
  174. data/samples/navi/components/layout_base.xpt +0 -0
  175. data/samples/navi/components/layout_printing.xpt +0 -0
  176. data/samples/navi/components/layout_xul.xpt +0 -0
  177. data/samples/navi/components/layout_xul_tree.xpt +0 -0
  178. data/samples/navi/components/locale.xpt +0 -0
  179. data/samples/navi/components/lwbrk.xpt +0 -0
  180. data/samples/navi/components/mimetype.xpt +0 -0
  181. data/samples/navi/components/mozbrwsr.xpt +0 -0
  182. data/samples/navi/components/mozfind.xpt +0 -0
  183. data/samples/navi/components/necko.xpt +0 -0
  184. data/samples/navi/components/necko_about.xpt +0 -0
  185. data/samples/navi/components/necko_cache.xpt +0 -0
  186. data/samples/navi/components/necko_cookie.xpt +0 -0
  187. data/samples/navi/components/necko_data.xpt +0 -0
  188. data/samples/navi/components/necko_dns.xpt +0 -0
  189. data/samples/navi/components/necko_file.xpt +0 -0
  190. data/samples/navi/components/necko_ftp.xpt +0 -0
  191. data/samples/navi/components/necko_http.xpt +0 -0
  192. data/samples/navi/components/necko_res.xpt +0 -0
  193. data/samples/navi/components/necko_socket.xpt +0 -0
  194. data/samples/navi/components/necko_strconv.xpt +0 -0
  195. data/samples/navi/components/necko_viewsource.xpt +0 -0
  196. data/samples/navi/components/nsCloseAllWindows.js +143 -0
  197. data/samples/navi/components/nsDefaultCLH.js +231 -0
  198. data/samples/navi/components/nsDictionary.js +148 -0
  199. data/samples/navi/components/nsExtensionManager.js +8497 -0
  200. data/samples/navi/components/nsHelperAppDlg.js +990 -0
  201. data/samples/navi/components/nsInterfaceInfoToIDL.js +590 -0
  202. data/samples/navi/components/nsKillAll.js +200 -0
  203. data/samples/navi/components/nsPostUpdateWin.js +711 -0
  204. data/samples/navi/components/nsProgressDialog.js +949 -0
  205. data/samples/navi/components/nsProxyAutoConfig.js +396 -0
  206. data/samples/navi/components/nsResetPref.js +175 -0
  207. data/samples/navi/components/nsURLFormatter.js +179 -0
  208. data/samples/navi/components/nsUpdateService.js +3074 -0
  209. data/samples/navi/components/nsXULAppInstall.js +301 -0
  210. data/samples/navi/components/nsXmlRpcClient.js +1038 -0
  211. data/samples/navi/components/oji.xpt +0 -0
  212. data/samples/navi/components/passwordmgr.xpt +0 -0
  213. data/samples/navi/components/pipboot.xpt +0 -0
  214. data/samples/navi/components/pipnss.xpt +0 -0
  215. data/samples/navi/components/plugin.xpt +0 -0
  216. data/samples/navi/components/pref.xpt +0 -0
  217. data/samples/navi/components/prefetch.xpt +0 -0
  218. data/samples/navi/components/profile.xpt +0 -0
  219. data/samples/navi/components/progressDlg.xpt +0 -0
  220. data/samples/navi/components/proxyObject.xpt +0 -0
  221. data/samples/navi/components/rdf.xpt +0 -0
  222. data/samples/navi/components/satchel.xpt +0 -0
  223. data/samples/navi/components/saxparser.xpt +0 -0
  224. data/samples/navi/components/shistory.xpt +0 -0
  225. data/samples/navi/components/storage.xpt +0 -0
  226. data/samples/navi/components/toolkitprofile.xpt +0 -0
  227. data/samples/navi/components/transformiix.dll +0 -0
  228. data/samples/navi/components/txmgr.xpt +0 -0
  229. data/samples/navi/components/txtsvc.xpt +0 -0
  230. data/samples/navi/components/uconv.xpt +0 -0
  231. data/samples/navi/components/unicharutil.xpt +0 -0
  232. data/samples/navi/components/universalchardet.dll +0 -0
  233. data/samples/navi/components/update.xpt +0 -0
  234. data/samples/navi/components/uriloader.xpt +0 -0
  235. data/samples/navi/components/urlformatter.xpt +0 -0
  236. data/samples/navi/components/webBrowser_core.xpt +0 -0
  237. data/samples/navi/components/webbrowserpersist.xpt +0 -0
  238. data/samples/navi/components/webshell_idls.xpt +0 -0
  239. data/samples/navi/components/websrvcs.dll +0 -0
  240. data/samples/navi/components/websrvcs.xpt +0 -0
  241. data/samples/navi/components/widget.xpt +0 -0
  242. data/samples/navi/components/windowds.xpt +0 -0
  243. data/samples/navi/components/windowwatcher.xpt +0 -0
  244. data/samples/navi/components/xml-rpc.xpt +0 -0
  245. data/samples/navi/components/xmlextras.dll +0 -0
  246. data/samples/navi/components/xpcom_base.xpt +0 -0
  247. data/samples/navi/components/xpcom_components.xpt +0 -0
  248. data/samples/navi/components/xpcom_ds.xpt +0 -0
  249. data/samples/navi/components/xpcom_io.xpt +0 -0
  250. data/samples/navi/components/xpcom_obsolete.xpt +0 -0
  251. data/samples/navi/components/xpcom_thread.xpt +0 -0
  252. data/samples/navi/components/xpcom_xpti.xpt +0 -0
  253. data/samples/navi/components/xpconnect.xpt +0 -0
  254. data/samples/navi/components/xpinstall.xpt +0 -0
  255. data/samples/navi/components/xpti.dat +1424 -0
  256. data/samples/navi/components/xulapp.xpt +0 -0
  257. data/samples/navi/components/xulapp_setup.xpt +0 -0
  258. data/samples/navi/components/xuldoc.xpt +0 -0
  259. data/samples/navi/components/xulrunner.xpt +0 -0
  260. data/samples/navi/components/xultmpl.xpt +0 -0
  261. data/samples/navi/components/xulutil.dll +0 -0
  262. data/samples/navi/controlsNaviMask.png +0 -0
  263. data/samples/navi/greprefs/all.js +1344 -0
  264. data/samples/navi/greprefs/security-prefs.js +69 -0
  265. data/samples/navi/greprefs/xpinstall.js +2 -0
  266. data/samples/navi/navi_demo.rb +207 -0
  267. data/samples/navi/plugins/NPSWF32.dll +0 -0
  268. data/samples/navi/plugins/flashplayer.xpt +0 -0
  269. data/samples/navi/plugins/npnul32.dll +0 -0
  270. data/samples/navi/plugins.cfg +10 -0
  271. data/samples/navi/res/EditorOverride.css +359 -0
  272. data/samples/navi/res/Thumbs.db +0 -0
  273. data/samples/navi/res/arrow.gif +0 -0
  274. data/samples/navi/res/arrowd.gif +0 -0
  275. data/samples/navi/res/bloatcycle.html +40 -0
  276. data/samples/navi/res/broken-image.gif +0 -0
  277. data/samples/navi/res/charsetData.properties +199 -0
  278. data/samples/navi/res/charsetalias.properties +517 -0
  279. data/samples/navi/res/cmessage.txt +1 -0
  280. data/samples/navi/res/dtd/xhtml11.dtd +300 -0
  281. data/samples/navi/res/entityTables/html40Latin1.properties +146 -0
  282. data/samples/navi/res/entityTables/html40Special.properties +69 -0
  283. data/samples/navi/res/entityTables/html40Symbols.properties +164 -0
  284. data/samples/navi/res/entityTables/htmlEntityVersions.properties +50 -0
  285. data/samples/navi/res/entityTables/transliterate.properties +2367 -0
  286. data/samples/navi/res/fonts/fontEncoding.properties +127 -0
  287. data/samples/navi/res/fonts/fontNameMap.properties +134 -0
  288. data/samples/navi/res/forms.css +531 -0
  289. data/samples/navi/res/grabber.gif +0 -0
  290. data/samples/navi/res/hiddenWindow.html +1 -0
  291. data/samples/navi/res/html/Thumbs.db +0 -0
  292. data/samples/navi/res/html/gopher-audio.gif +0 -0
  293. data/samples/navi/res/html/gopher-binary.gif +0 -0
  294. data/samples/navi/res/html/gopher-find.gif +0 -0
  295. data/samples/navi/res/html/gopher-image.gif +0 -0
  296. data/samples/navi/res/html/gopher-menu.gif +0 -0
  297. data/samples/navi/res/html/gopher-movie.gif +0 -0
  298. data/samples/navi/res/html/gopher-sound.gif +0 -0
  299. data/samples/navi/res/html/gopher-telnet.gif +0 -0
  300. data/samples/navi/res/html/gopher-text.gif +0 -0
  301. data/samples/navi/res/html/gopher-unknown.gif +0 -0
  302. data/samples/navi/res/html.css +478 -0
  303. data/samples/navi/res/langGroups.properties +236 -0
  304. data/samples/navi/res/language.properties +259 -0
  305. data/samples/navi/res/loading-image.gif +0 -0
  306. data/samples/navi/res/quirk.css +282 -0
  307. data/samples/navi/res/samples/Anieyes.gif +0 -0
  308. data/samples/navi/res/samples/Thumbs.db +0 -0
  309. data/samples/navi/res/samples/aform.css +69 -0
  310. data/samples/navi/res/samples/beeptest.html +18 -0
  311. data/samples/navi/res/samples/bform.css +45 -0
  312. data/samples/navi/res/samples/bg.jpg +0 -0
  313. data/samples/navi/res/samples/cform.css +40 -0
  314. data/samples/navi/res/samples/checkboxTest.xul +47 -0
  315. data/samples/navi/res/samples/demoform.css +97 -0
  316. data/samples/navi/res/samples/find.html +97 -0
  317. data/samples/navi/res/samples/gear1.gif +0 -0
  318. data/samples/navi/res/samples/image_props.html +58 -0
  319. data/samples/navi/res/samples/mozform.css +256 -0
  320. data/samples/navi/res/samples/printsetup.html +175 -0
  321. data/samples/navi/res/samples/raptor.jpg +0 -0
  322. data/samples/navi/res/samples/rock_gra.gif +0 -0
  323. data/samples/navi/res/samples/scrollbarTest1.xul +66 -0
  324. data/samples/navi/res/samples/scrollbarTest2.xul +19 -0
  325. data/samples/navi/res/samples/sliderTest1.xul +14 -0
  326. data/samples/navi/res/samples/soundtest.html +20 -0
  327. data/samples/navi/res/samples/test.wav +0 -0
  328. data/samples/navi/res/samples/test0.html +220 -0
  329. data/samples/navi/res/samples/test1.html +84 -0
  330. data/samples/navi/res/samples/test10.html +16 -0
  331. data/samples/navi/res/samples/test11.html +42 -0
  332. data/samples/navi/res/samples/test12.html +79 -0
  333. data/samples/navi/res/samples/test13.html +126 -0
  334. data/samples/navi/res/samples/test14.html +5 -0
  335. data/samples/navi/res/samples/test15.html +5 -0
  336. data/samples/navi/res/samples/test16.html +124 -0
  337. data/samples/navi/res/samples/test2.html +41 -0
  338. data/samples/navi/res/samples/test3.html +126 -0
  339. data/samples/navi/res/samples/test4.html +335 -0
  340. data/samples/navi/res/samples/test5.html +199 -0
  341. data/samples/navi/res/samples/test6.html +335 -0
  342. data/samples/navi/res/samples/test7.html +11 -0
  343. data/samples/navi/res/samples/test8-1.html +66 -0
  344. data/samples/navi/res/samples/test8.html +662 -0
  345. data/samples/navi/res/samples/test8dom.html +64 -0
  346. data/samples/navi/res/samples/test8sca.html +308 -0
  347. data/samples/navi/res/samples/test8siz.html +224 -0
  348. data/samples/navi/res/samples/test8tab.html +9 -0
  349. data/samples/navi/res/samples/test9.html +12 -0
  350. data/samples/navi/res/samples/test9a.html +39 -0
  351. data/samples/navi/res/samples/test9b.html +16 -0
  352. data/samples/navi/res/samples/test_ed.html +5 -0
  353. data/samples/navi/res/samples/test_form.html +34 -0
  354. data/samples/navi/res/samples/test_gfx.html +75 -0
  355. data/samples/navi/res/samples/test_lbox.html +100 -0
  356. data/samples/navi/res/samples/test_pr.html +87 -0
  357. data/samples/navi/res/samples/test_weight.html +45 -0
  358. data/samples/navi/res/samples/toolbarTest1.xul +51 -0
  359. data/samples/navi/res/samples/treeTest1.css +62 -0
  360. data/samples/navi/res/samples/treeTest1.xul +110 -0
  361. data/samples/navi/res/samples/xulTest.css +130 -0
  362. data/samples/navi/res/svg.css +64 -0
  363. data/samples/navi/res/table-add-column-after-active.gif +0 -0
  364. data/samples/navi/res/table-add-column-after-hover.gif +0 -0
  365. data/samples/navi/res/table-add-column-after.gif +0 -0
  366. data/samples/navi/res/table-add-column-before-active.gif +0 -0
  367. data/samples/navi/res/table-add-column-before-hover.gif +0 -0
  368. data/samples/navi/res/table-add-column-before.gif +0 -0
  369. data/samples/navi/res/table-add-row-after-active.gif +0 -0
  370. data/samples/navi/res/table-add-row-after-hover.gif +0 -0
  371. data/samples/navi/res/table-add-row-after.gif +0 -0
  372. data/samples/navi/res/table-add-row-before-active.gif +0 -0
  373. data/samples/navi/res/table-add-row-before-hover.gif +0 -0
  374. data/samples/navi/res/table-add-row-before.gif +0 -0
  375. data/samples/navi/res/table-remove-column-active.gif +0 -0
  376. data/samples/navi/res/table-remove-column-hover.gif +0 -0
  377. data/samples/navi/res/table-remove-column.gif +0 -0
  378. data/samples/navi/res/table-remove-row-active.gif +0 -0
  379. data/samples/navi/res/table-remove-row-hover.gif +0 -0
  380. data/samples/navi/res/table-remove-row.gif +0 -0
  381. data/samples/navi/res/throbber/Thumbs.db +0 -0
  382. data/samples/navi/res/throbber/anim.gif +0 -0
  383. data/samples/navi/res/throbber/anims00.gif +0 -0
  384. data/samples/navi/res/throbber/anims01.gif +0 -0
  385. data/samples/navi/res/throbber/anims02.gif +0 -0
  386. data/samples/navi/res/throbber/anims03.gif +0 -0
  387. data/samples/navi/res/throbber/anims04.gif +0 -0
  388. data/samples/navi/res/throbber/anims05.gif +0 -0
  389. data/samples/navi/res/throbber/anims06.gif +0 -0
  390. data/samples/navi/res/throbber/anims07.gif +0 -0
  391. data/samples/navi/res/throbber/anims08.gif +0 -0
  392. data/samples/navi/res/throbber/anims09.gif +0 -0
  393. data/samples/navi/res/throbber/anims10.gif +0 -0
  394. data/samples/navi/res/throbber/anims11.gif +0 -0
  395. data/samples/navi/res/throbber/anims12.gif +0 -0
  396. data/samples/navi/res/throbber/anims13.gif +0 -0
  397. data/samples/navi/res/throbber/anims14.gif +0 -0
  398. data/samples/navi/res/throbber/anims15.gif +0 -0
  399. data/samples/navi/res/throbber/anims16.gif +0 -0
  400. data/samples/navi/res/throbber/anims17.gif +0 -0
  401. data/samples/navi/res/throbber/anims18.gif +0 -0
  402. data/samples/navi/res/throbber/anims19.gif +0 -0
  403. data/samples/navi/res/throbber/anims20.gif +0 -0
  404. data/samples/navi/res/throbber/anims21.gif +0 -0
  405. data/samples/navi/res/throbber/anims22.gif +0 -0
  406. data/samples/navi/res/throbber/anims23.gif +0 -0
  407. data/samples/navi/res/throbber/anims24.gif +0 -0
  408. data/samples/navi/res/throbber/anims25.gif +0 -0
  409. data/samples/navi/res/throbber/anims26.gif +0 -0
  410. data/samples/navi/res/throbber/anims27.gif +0 -0
  411. data/samples/navi/res/throbber/anims28.gif +0 -0
  412. data/samples/navi/res/throbber/anims29.gif +0 -0
  413. data/samples/navi/res/ua.css +235 -0
  414. data/samples/navi/res/viewer.properties +1 -0
  415. data/samples/navi/res/viewsource.css +118 -0
  416. data/samples/navi/res/wincharset.properties +55 -0
  417. data/samples/navi/resources.cfg +14 -0
  418. data/samples/navi/testNaviMask.png +0 -0
  419. data/samples/ogre.cfg +8 -0
  420. data/samples/plugins.cfg +11 -0
  421. data/samples/quake3settings.cfg +2 -0
  422. data/samples/render_run_log.5796 +891 -0
  423. data/samples/render_to_texture.rb +161 -0
  424. data/samples/resources.cfg +16 -0
  425. data/samples/sky_box.rb +107 -0
  426. data/samples/sky_dome.rb +86 -0
  427. data/samples/sky_plane.rb +27 -0
  428. data/samples/smoke.rb +23 -0
  429. data/samples/work/cube_mapping.rb +686 -0
  430. metadata +500 -0
@@ -0,0 +1,949 @@
1
+ /* vim:set ts=4 sts=4 sw=4 et cin: */
2
+ /* ***** BEGIN LICENSE BLOCK *****
3
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
4
+ *
5
+ * The contents of this file are subject to the Mozilla Public License Version
6
+ * 1.1 (the "License"); you may not use this file except in compliance with
7
+ * the License. You may obtain a copy of the License at
8
+ * http://www.mozilla.org/MPL/
9
+ *
10
+ * Software distributed under the License is distributed on an "AS IS" basis,
11
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12
+ * for the specific language governing rights and limitations under the
13
+ * License.
14
+ *
15
+ * The Original Code is Mozilla Progress Dialog.
16
+ *
17
+ * The Initial Developer of the Original Code is
18
+ * Netscape Communications Corp.
19
+ * Portions created by the Initial Developer are Copyright (C) 2002
20
+ * the Initial Developer. All Rights Reserved.
21
+ *
22
+ * Contributor(s):
23
+ * Bill Law <law@netscape.com>
24
+ * Aaron Kaluszka <ask@swva.net>
25
+ *
26
+ * Alternatively, the contents of this file may be used under the terms of
27
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
28
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
29
+ * in which case the provisions of the GPL or the LGPL are applicable instead
30
+ * of those above. If you wish to allow use of your version of this file only
31
+ * under the terms of either the GPL or the LGPL, and not to allow others to
32
+ * use your version of this file under the terms of the MPL, indicate your
33
+ * decision by deleting the provisions above and replace them with the notice
34
+ * and other provisions required by the GPL or the LGPL. If you do not delete
35
+ * the provisions above, a recipient may use your version of this file under
36
+ * the terms of any one of the MPL, the GPL or the LGPL.
37
+ *
38
+ * ***** END LICENSE BLOCK ***** */
39
+
40
+ /* This file implements the nsIProgressDialog interface. See nsIProgressDialog.idl
41
+ *
42
+ * The implementation consists of a JavaScript "class" named nsProgressDialog,
43
+ * comprised of:
44
+ * - a JS constructor function
45
+ * - a prototype providing all the interface methods and implementation stuff
46
+ *
47
+ * In addition, this file implements an nsIModule object that registers the
48
+ * nsProgressDialog component.
49
+ */
50
+
51
+ /* ctor
52
+ */
53
+ function nsProgressDialog() {
54
+ // Initialize data properties.
55
+ this.mParent = null;
56
+ this.mOperation = null;
57
+ this.mStartTime = ( new Date() ).getTime();
58
+ this.observer = null;
59
+ this.mLastUpdate = Number.MIN_VALUE; // To ensure first onProgress causes update.
60
+ this.mInterval = 750; // Default to .75 seconds.
61
+ this.mElapsed = 0;
62
+ this.mLoaded = false;
63
+ this.fields = new Array;
64
+ this.strings = new Array;
65
+ this.mSource = null;
66
+ this.mTarget = null;
67
+ this.mTargetFile = null;
68
+ this.mMIMEInfo = null;
69
+ this.mDialog = null;
70
+ this.mDisplayName = null;
71
+ this.mPaused = false;
72
+ this.mRequest = null;
73
+ this.mCompleted = false;
74
+ this.mMode = "normal";
75
+ this.mPercent = -1;
76
+ this.mRate = 0;
77
+ this.mBundle = null;
78
+ this.mCancelDownloadOnClose = true;
79
+ }
80
+
81
+ const nsIProgressDialog = Components.interfaces.nsIProgressDialog;
82
+ const nsIWindowWatcher = Components.interfaces.nsIWindowWatcher;
83
+ const nsIWebProgressListener = Components.interfaces.nsIWebProgressListener;
84
+ const nsITextToSubURI = Components.interfaces.nsITextToSubURI;
85
+ const nsIChannel = Components.interfaces.nsIChannel;
86
+ const nsIFileURL = Components.interfaces.nsIFileURL;
87
+ const nsIURL = Components.interfaces.nsIURL;
88
+ const nsILocalFile = Components.interfaces.nsILocalFile;
89
+
90
+ nsProgressDialog.prototype = {
91
+ // Turn this on to get debugging messages.
92
+ debug: false,
93
+
94
+ // Chrome-related constants.
95
+ dialogChrome: "chrome://global/content/nsProgressDialog.xul",
96
+ dialogFeatures: "chrome,titlebar,minimizable=yes,dialog=no",
97
+
98
+ // getters/setters
99
+ get saving() { return this.MIMEInfo == null ||
100
+ this.MIMEInfo.preferredAction == Components.interfaces.nsIMIMEInfo.saveToDisk; },
101
+ get parent() { return this.mParent; },
102
+ set parent(newval) { return this.mParent = newval; },
103
+ get operation() { return this.mOperation; },
104
+ set operation(newval) { return this.mOperation = newval; },
105
+ get observer() { return this.mObserver; },
106
+ set observer(newval) { return this.mObserver = newval; },
107
+ get startTime() { return this.mStartTime; },
108
+ set startTime(newval) { return this.mStartTime = newval/1000; }, // PR_Now() is in microseconds, so we convert.
109
+ get lastUpdate() { return this.mLastUpdate; },
110
+ set lastUpdate(newval) { return this.mLastUpdate = newval; },
111
+ get interval() { return this.mInterval; },
112
+ set interval(newval) { return this.mInterval = newval; },
113
+ get elapsed() { return this.mElapsed; },
114
+ set elapsed(newval) { return this.mElapsed = newval; },
115
+ get loaded() { return this.mLoaded; },
116
+ set loaded(newval) { return this.mLoaded = newval; },
117
+ get source() { return this.mSource; },
118
+ set source(newval) { return this.mSource = newval; },
119
+ get target() { return this.mTarget; },
120
+ get targetFile() { return this.mTargetFile; },
121
+ get MIMEInfo() { return this.mMIMEInfo; },
122
+ set MIMEInfo(newval) { return this.mMIMEInfo = newval; },
123
+ get dialog() { return this.mDialog; },
124
+ set dialog(newval) { return this.mDialog = newval; },
125
+ get displayName() { return this.mDisplayName; },
126
+ set displayName(newval) { return this.mDisplayName = newval; },
127
+ get paused() { return this.mPaused; },
128
+ get completed() { return this.mCompleted; },
129
+ get mode() { return this.mMode; },
130
+ get percent() { return this.mPercent; },
131
+ get rate() { return this.mRate; },
132
+ get kRate() { return this.mRate / 1024; },
133
+ get cancelDownloadOnClose() { return this.mCancelDownloadOnClose; },
134
+ set cancelDownloadOnClose(newval) { return this.mCancelDownloadOnClose = newval; },
135
+
136
+ set target(newval) {
137
+ // If newval references a file on the local filesystem, then grab a
138
+ // reference to its corresponding nsIFile.
139
+ if (newval instanceof nsIFileURL && newval.file instanceof nsILocalFile) {
140
+ this.mTargetFile = newval.file.QueryInterface(nsILocalFile);
141
+ } else {
142
+ this.mTargetFile = null;
143
+ }
144
+
145
+ return this.mTarget = newval;
146
+ },
147
+
148
+ // These setters use functions that update the dialog.
149
+ set paused(newval) { return this.setPaused(newval); },
150
+ set completed(newval) { return this.setCompleted(newval); },
151
+ set mode(newval) { return this.setMode(newval); },
152
+ set percent(newval) { return this.setPercent(newval); },
153
+ set rate(newval) { return this.setRate(newval); },
154
+
155
+ // ---------- nsIProgressDialog methods ----------
156
+
157
+ // open: Store aParentWindow and open the dialog.
158
+ open: function( aParentWindow ) {
159
+ // Save parent and "persist" operation.
160
+ this.parent = aParentWindow;
161
+
162
+ // Open dialog using the WindowWatcher service.
163
+ var ww = Components.classes["@mozilla.org/embedcomp/window-watcher;1"]
164
+ .getService( nsIWindowWatcher );
165
+ this.dialog = ww.openWindow( this.parent,
166
+ this.dialogChrome,
167
+ null,
168
+ this.dialogFeatures,
169
+ this );
170
+ },
171
+
172
+ init: function( aSource, aTarget, aDisplayName, aMIMEInfo, aStartTime,
173
+ aTempFile, aOperation ) {
174
+ this.source = aSource;
175
+ this.target = aTarget;
176
+ this.displayName = aDisplayName;
177
+ this.MIMEInfo = aMIMEInfo;
178
+ if ( aStartTime ) {
179
+ this.startTime = aStartTime;
180
+ }
181
+ this.operation = aOperation;
182
+ },
183
+
184
+ // ---------- nsIWebProgressListener methods ----------
185
+
186
+ // Look for STATE_STOP and update dialog to indicate completion when it happens.
187
+ onStateChange: function( aWebProgress, aRequest, aStateFlags, aStatus ) {
188
+ if ( aStateFlags & nsIWebProgressListener.STATE_STOP ) {
189
+ // if we are downloading, then just wait for the first STATE_STOP
190
+ if ( this.targetFile != null ) {
191
+ // we are done transferring...
192
+ this.completed = true;
193
+ return;
194
+ }
195
+
196
+ // otherwise, wait for STATE_STOP with aRequest corresponding to
197
+ // our target. XXX redirects might screw up this logic.
198
+ try {
199
+ var chan = aRequest.QueryInterface(nsIChannel);
200
+ if (chan.URI.equals(this.target)) {
201
+ // we are done transferring...
202
+ this.completed = true;
203
+ }
204
+ }
205
+ catch (e) {
206
+ }
207
+ }
208
+ },
209
+
210
+ // Handle progress notifications.
211
+ onProgressChange: function( aWebProgress,
212
+ aRequest,
213
+ aCurSelfProgress,
214
+ aMaxSelfProgress,
215
+ aCurTotalProgress,
216
+ aMaxTotalProgress ) {
217
+ return onProgressChange64(aWebProgress, aRequest, aCurSelfProgress,
218
+ aMaxSelfProgress, aCurTotalProgress, aMaxTotalProgress);
219
+ },
220
+
221
+ onProgressChange64: function( aWebProgress,
222
+ aRequest,
223
+ aCurSelfProgress,
224
+ aMaxSelfProgress,
225
+ aCurTotalProgress,
226
+ aMaxTotalProgress ) {
227
+ var overallProgress = aCurTotalProgress;
228
+
229
+ // Get current time.
230
+ var now = ( new Date() ).getTime();
231
+
232
+ // If interval hasn't elapsed, ignore it.
233
+ if ( now - this.lastUpdate < this.interval &&
234
+ aMaxTotalProgress != "-1" &&
235
+ parseInt( aCurTotalProgress ) < parseInt( aMaxTotalProgress ) ) {
236
+ return;
237
+ }
238
+
239
+ // Update this time.
240
+ this.lastUpdate = now;
241
+
242
+ // Update elapsed time.
243
+ this.elapsed = now - this.startTime;
244
+
245
+ // Calculate percentage.
246
+ if ( aMaxTotalProgress > 0) {
247
+ this.percent = Math.floor( ( overallProgress * 100.0 ) / aMaxTotalProgress );
248
+ } else {
249
+ this.percent = -1;
250
+ }
251
+
252
+ // If dialog not loaded, then don't bother trying to update display.
253
+ if ( !this.loaded ) {
254
+ return;
255
+ }
256
+
257
+ // Update dialog's display of elapsed time.
258
+ this.setValue( "timeElapsed", this.formatSeconds( this.elapsed / 1000 ) );
259
+
260
+ // Now that we've set the progress and the time, update # bytes downloaded...
261
+ // Update status (nnK of mmK bytes at xx.xK aCurTotalProgress/sec)
262
+ var status = this.getString( "progressMsg" );
263
+
264
+ // Insert 1 is the number of kilobytes downloaded so far.
265
+ status = this.replaceInsert( status, 1, parseInt( overallProgress/1024 + .5 ) );
266
+
267
+ // Insert 2 is the total number of kilobytes to be downloaded (if known).
268
+ if ( aMaxTotalProgress != "-1" ) {
269
+ status = this.replaceInsert( status, 2, parseInt( aMaxTotalProgress/1024 + .5 ) );
270
+ } else {
271
+ status = this.replaceInsert( status, 2, "??" );
272
+ }
273
+
274
+ // Insert 3 is the download rate.
275
+ if ( this.elapsed ) {
276
+ this.rate = ( aCurTotalProgress * 1000 ) / this.elapsed;
277
+ status = this.replaceInsert( status, 3, this.rateToKRate( this.rate ) );
278
+ } else {
279
+ // Rate not established, yet.
280
+ status = this.replaceInsert( status, 3, "??.?" );
281
+ }
282
+
283
+ // All 3 inserts are taken care of, now update status msg.
284
+ this.setValue( "status", status );
285
+
286
+ // Update time remaining.
287
+ if ( this.rate && ( aMaxTotalProgress > 0 ) ) {
288
+ // Calculate how much time to download remaining at this rate.
289
+ var rem = Math.round( ( aMaxTotalProgress - aCurTotalProgress ) / this.rate );
290
+ this.setValue( "timeLeft", this.formatSeconds( rem ) );
291
+ } else {
292
+ // We don't know how much time remains.
293
+ this.setValue( "timeLeft", this.getString( "unknownTime" ) );
294
+ }
295
+ },
296
+
297
+ // Look for error notifications and display alert to user.
298
+ onStatusChange: function( aWebProgress, aRequest, aStatus, aMessage ) {
299
+ // Check for error condition (only if dialog is still open).
300
+ if ( aStatus != Components.results.NS_OK ) {
301
+ if ( this.loaded ) {
302
+ // Get prompt service.
303
+ var prompter = Components.classes[ "@mozilla.org/embedcomp/prompt-service;1" ]
304
+ .getService( Components.interfaces.nsIPromptService );
305
+ // Display error alert (using text supplied by back-end).
306
+ var title = this.getProperty( this.saving ? "savingAlertTitle" : "openingAlertTitle",
307
+ [ this.fileName() ],
308
+ 1 );
309
+ prompter.alert( this.dialog, title, aMessage );
310
+
311
+ // Close the dialog.
312
+ if ( !this.completed ) {
313
+ this.onCancel();
314
+ }
315
+ } else {
316
+ // Error occurred prior to onload even firing.
317
+ // We can't handle this error until we're done loading, so
318
+ // defer the handling of this call.
319
+ this.dialog.setTimeout( function(obj,wp,req,stat,msg){obj.onStatusChange(wp,req,stat,msg)},
320
+ 100, this, aWebProgress, aRequest, aStatus, aMessage );
321
+ }
322
+ }
323
+ },
324
+
325
+ // Ignore onLocationChange and onSecurityChange notifications.
326
+ onLocationChange: function( aWebProgress, aRequest, aLocation ) {
327
+ },
328
+
329
+ onSecurityChange: function( aWebProgress, aRequest, state ) {
330
+ },
331
+
332
+ // ---------- nsIObserver methods ----------
333
+ observe: function( anObject, aTopic, aData ) {
334
+ // Something of interest occured on the dialog.
335
+ // Dispatch to corresponding implementation method.
336
+ switch ( aTopic ) {
337
+ case "onload":
338
+ this.onLoad();
339
+ break;
340
+ case "oncancel":
341
+ this.onCancel();
342
+ break;
343
+ case "onpause":
344
+ this.onPause();
345
+ break;
346
+ case "onlaunch":
347
+ this.onLaunch();
348
+ break;
349
+ case "onreveal":
350
+ this.onReveal();
351
+ break;
352
+ case "onunload":
353
+ this.onUnload();
354
+ break;
355
+ case "oncompleted":
356
+ // This event comes in when setCompleted needs to be deferred because
357
+ // the dialog isn't loaded yet.
358
+ this.completed = true;
359
+ break;
360
+ default:
361
+ break;
362
+ }
363
+ },
364
+
365
+ // ---------- nsISupports methods ----------
366
+
367
+ // This "class" supports nsIProgressDialog, nsIWebProgressListener (by virtue
368
+ // of interface inheritance), nsIObserver, and nsISupports.
369
+ QueryInterface: function (iid) {
370
+ if (iid.equals(Components.interfaces.nsIProgressDialog) ||
371
+ iid.equals(Components.interfaces.nsIDownload) ||
372
+ iid.equals(Components.interfaces.nsITransfer) ||
373
+ iid.equals(Components.interfaces.nsIWebProgressListener) ||
374
+ iid.equals(Components.interfaces.nsIWebProgressListener2) ||
375
+ iid.equals(Components.interfaces.nsIObserver) ||
376
+ iid.equals(Components.interfaces.nsIInterfaceRequestor) ||
377
+ iid.equals(Components.interfaces.nsISupports))
378
+ return this;
379
+
380
+ Components.returnCode = Components.results.NS_ERROR_NO_INTERFACE;
381
+ return null;
382
+ },
383
+
384
+ // ---------- nsIInterfaceRequestor methods ----------
385
+
386
+ getInterface: function(iid) {
387
+ if (iid.equals(Components.interfaces.nsIPrompt) ||
388
+ iid.equals(Components.interfaces.nsIAuthPrompt)) {
389
+ // use the window watcher service to get a nsIPrompt/nsIAuthPrompt impl
390
+ var ww = Components.classes["@mozilla.org/embedcomp/window-watcher;1"]
391
+ .getService(Components.interfaces.nsIWindowWatcher);
392
+ var prompt;
393
+ if (iid.equals(Components.interfaces.nsIPrompt))
394
+ prompt = ww.getNewPrompter(this.parent);
395
+ else
396
+ prompt = ww.getNewAuthPrompter(this.parent);
397
+ return prompt;
398
+ }
399
+ Components.returnCode = Components.results.NS_ERROR_NO_INTERFACE;
400
+ return null;
401
+ },
402
+
403
+ // ---------- implementation methods ----------
404
+
405
+ // Initialize the dialog.
406
+ onLoad: function() {
407
+ // Note that onLoad has finished.
408
+ this.loaded = true;
409
+
410
+ // Fill dialog.
411
+ this.loadDialog();
412
+
413
+ // Position dialog.
414
+ if ( this.dialog.opener ) {
415
+ this.dialog.moveToAlertPosition();
416
+ } else {
417
+ this.dialog.centerWindowOnScreen();
418
+ }
419
+
420
+ // Set initial focus on "keep open" box. If that box is hidden, or, if
421
+ // the download is already complete, then focus is on the cancel/close
422
+ // button. The download may be complete if it was really short and the
423
+ // dialog took longer to open than to download the data.
424
+ if ( !this.completed && !this.saving ) {
425
+ this.dialogElement( "keep" ).focus();
426
+ } else {
427
+ this.dialogElement( "cancel" ).focus();
428
+ }
429
+ },
430
+
431
+ // load dialog with initial contents
432
+ loadDialog: function() {
433
+ // Check whether we're saving versus opening with a helper app.
434
+ if ( !this.saving ) {
435
+ // Put proper label on source field.
436
+ this.setValue( "sourceLabel", this.getString( "openingSource" ) );
437
+
438
+ // Target is the "preferred" application. Hide if empty.
439
+ if ( this.MIMEInfo && this.MIMEInfo.preferredApplicationHandler ) {
440
+ var appName = this.MIMEInfo.preferredApplicationHandler.leafName;
441
+ if ( appName == null || appName.length == 0 ) {
442
+ this.hide( "targetRow" );
443
+ } else {
444
+ // Use the "with:" label.
445
+ this.setValue( "targetLabel", this.getString( "openingTarget" ) );
446
+ // Name of application.
447
+ this.setValue( "target", appName );
448
+ }
449
+ } else {
450
+ this.hide( "targetRow" );
451
+ }
452
+ } else {
453
+ // If target is not a local file, then hide extra dialog controls.
454
+ if (this.targetFile != null) {
455
+ this.setValue( "target", this.targetFile.path );
456
+ } else {
457
+ this.setValue( "target", this.target.spec );
458
+ this.hide( "pauseResume" );
459
+ this.hide( "launch" );
460
+ this.hide( "reveal" );
461
+ }
462
+ }
463
+
464
+ // Set source field.
465
+ this.setValue( "source", this.source.spec );
466
+
467
+ var now = ( new Date() ).getTime();
468
+
469
+ // Intialize the elapsed time.
470
+ if ( !this.elapsed ) {
471
+ this.elapsed = now - this.startTime;
472
+ }
473
+
474
+ // Update elapsed time display.
475
+ this.setValue( "timeElapsed", this.formatSeconds( this.elapsed / 1000 ) );
476
+ this.setValue( "timeLeft", this.getString( "unknownTime" ) );
477
+
478
+ // Initialize the "keep open" box. Hide this if we're opening a helper app
479
+ // or if we are uploading.
480
+ if ( !this.saving || !this.targetFile ) {
481
+ // Hide this in this case.
482
+ this.hide( "keep" );
483
+ } else {
484
+ // Initialize using last-set value from prefs.
485
+ var prefs = Components.classes[ "@mozilla.org/preferences-service;1" ]
486
+ .getService( Components.interfaces.nsIPrefBranch );
487
+ if ( prefs ) {
488
+ this.dialogElement( "keep" ).checked = prefs.getBoolPref( "browser.download.progressDnldDialog.keepAlive" );
489
+ }
490
+ }
491
+
492
+ // Initialize title.
493
+ this.setTitle();
494
+ },
495
+
496
+ // Cancel button stops the download (if not completed),
497
+ // and closes the dialog.
498
+ onCancel: function() {
499
+ // Cancel the download, if not completed.
500
+ if ( !this.completed ) {
501
+ if ( this.operation ) {
502
+ const NS_BINDING_ABORTED = 0x804b0002;
503
+ this.operation.cancel(NS_BINDING_ABORTED);
504
+ // XXX We're supposed to clean up files/directories.
505
+ }
506
+ if ( this.observer ) {
507
+ this.observer.observe( this, "oncancel", "" );
508
+ }
509
+ this.paused = false;
510
+ }
511
+ // Test whether the dialog is already closed.
512
+ // This will be the case if we've come through onUnload.
513
+ if ( this.dialog ) {
514
+ // Close the dialog.
515
+ this.dialog.close();
516
+ }
517
+ },
518
+
519
+ // onunload event means the dialog has closed.
520
+ // We go through our onCancel logic to stop the download if still in progress.
521
+ onUnload: function() {
522
+ // Remember "keep dialog open" setting, if visible.
523
+ if ( this.saving ) {
524
+ var prefs = Components.classes["@mozilla.org/preferences-service;1"]
525
+ .getService( Components.interfaces.nsIPrefBranch );
526
+ if ( prefs ) {
527
+ prefs.setBoolPref( "browser.download.progressDnldDialog.keepAlive", this.dialogElement( "keep" ).checked );
528
+ }
529
+ }
530
+ this.dialog = null; // The dialog is history.
531
+ if ( this.mCancelDownloadOnClose ) {
532
+ this.onCancel();
533
+ }
534
+ },
535
+
536
+ // onpause event means the user pressed the pause/resume button
537
+ // Toggle the pause/resume state (see the function setPause(), below).i
538
+ onPause: function() {
539
+ this.paused = !this.paused;
540
+ },
541
+
542
+ // onlaunch event means the user pressed the launch button
543
+ // Invoke the launch method of the target file.
544
+ onLaunch: function() {
545
+ try {
546
+ const kDontAskAgainPref = "browser.download.progressDnlgDialog.dontAskForLaunch";
547
+ try {
548
+ var pref = Components.classes["@mozilla.org/preferences-service;1"]
549
+ .getService(Components.interfaces.nsIPrefBranch);
550
+ var dontAskAgain = pref.getBoolPref(kDontAskAgainPref);
551
+ } catch (e) {
552
+ // we need to ask if we're unsure
553
+ dontAskAgain = false;
554
+ }
555
+ if ( !dontAskAgain && this.targetFile.isExecutable() ) {
556
+ try {
557
+ var promptService = Components.classes["@mozilla.org/embedcomp/prompt-service;1"]
558
+ .getService( Components.interfaces.nsIPromptService );
559
+ } catch (ex) {
560
+ // getService doesn't return null, it throws
561
+ return;
562
+ }
563
+ var title = this.getProperty( "openingAlertTitle",
564
+ [ this.fileName() ],
565
+ 1 );
566
+ var msg = this.getProperty( "securityAlertMsg",
567
+ [ this.fileName() ],
568
+ 1 );
569
+ var dontaskmsg = this.getProperty( "dontAskAgain",
570
+ [ ], 0 );
571
+ var checkbox = {value:0};
572
+ var okToProceed = promptService.confirmCheck(this.dialog, title, msg, dontaskmsg, checkbox);
573
+ try {
574
+ if (checkbox.value != dontAskAgain)
575
+ pref.setBoolPref(kDontAskAgainPref, checkbox.value);
576
+ } catch (ex) {}
577
+
578
+ if ( !okToProceed )
579
+ return;
580
+ }
581
+ this.targetFile.launch();
582
+ this.dialog.close();
583
+ } catch ( exception ) {
584
+ // XXX Need code here to tell user the launch failed!
585
+ dump( "nsProgressDialog::onLaunch failed: " + exception + "\n" );
586
+ }
587
+ },
588
+
589
+ // onreveal event means the user pressed the "reveal location" button
590
+ // Invoke the reveal method of the target file.
591
+ onReveal: function() {
592
+ try {
593
+ this.targetFile.reveal();
594
+ this.dialog.close();
595
+ } catch ( exception ) {
596
+ }
597
+ },
598
+
599
+ // Get filename from the target.
600
+ fileName: function() {
601
+ if ( this.targetFile != null )
602
+ return this.targetFile.leafName;
603
+ try {
604
+ var escapedFileName = this.target.QueryInterface(nsIURL).fileName;
605
+ var textToSubURI = Components.classes["@mozilla.org/intl/texttosuburi;1"]
606
+ .getService(nsITextToSubURI);
607
+ return textToSubURI.unEscapeURIForUI(this.target.originCharset, escapedFileName);
608
+ } catch (e) {}
609
+ return "";
610
+ },
611
+
612
+ // Set the dialog title.
613
+ setTitle: function() {
614
+ // Start with saving/opening template.
615
+ // If percentage is not known (-1), use alternate template
616
+ var title = this.saving
617
+ ? ( this.percent != -1 ? this.getString( "savingTitle" ) : this.getString( "unknownSavingTitle" ) )
618
+ : ( this.percent != -1 ? this.getString( "openingTitle" ) : this.getString( "unknownOpeningTitle" ) );
619
+
620
+
621
+ // Use file name as insert 1.
622
+ title = this.replaceInsert( title, 1, this.fileName() );
623
+
624
+ // Use percentage as insert 2 (if known).
625
+ if ( this.percent != -1 ) {
626
+ title = this.replaceInsert( title, 2, this.percent );
627
+ }
628
+
629
+ // Set dialog's title property.
630
+ if ( this.dialog ) {
631
+ this.dialog.document.title = title;
632
+ }
633
+ },
634
+
635
+ // Update the dialog to indicate specified percent complete.
636
+ setPercent: function( percent ) {
637
+ // Maximum percentage is 100.
638
+ if ( percent > 100 ) {
639
+ percent = 100;
640
+ }
641
+ // Test if percentage is changing.
642
+ if ( this.percent != percent ) {
643
+ this.mPercent = percent;
644
+
645
+ // If dialog not opened yet, bail early.
646
+ if ( !this.loaded ) {
647
+ return this.mPercent;
648
+ }
649
+
650
+ if ( percent == -1 ) {
651
+ // Progress meter needs to be in "undetermined" mode.
652
+ this.mode = "undetermined";
653
+
654
+ // Update progress meter percentage text.
655
+ this.setValue( "progressText", "" );
656
+ } else {
657
+ // Progress meter needs to be in normal mode.
658
+ this.mode = "normal";
659
+
660
+ // Set progress meter thermometer.
661
+ this.setValue( "progress", percent );
662
+
663
+ // Update progress meter percentage text.
664
+ this.setValue( "progressText", this.replaceInsert( this.getString( "percentMsg" ), 1, percent ) );
665
+ }
666
+
667
+ // Update title.
668
+ this.setTitle();
669
+ }
670
+ return this.mPercent;
671
+ },
672
+
673
+ // Update download rate and dialog display.
674
+ // Note that we don't want the displayed value to quiver
675
+ // between essentially identical values (e.g., 99.9Kb and
676
+ // 100.0Kb) so we only update if we see a big change.
677
+ setRate: function( rate ) {
678
+ if ( rate ) {
679
+ // rate is bytes/sec
680
+ var change = Math.abs( this.rate - rate );
681
+ // Don't update too often!
682
+ if ( change > this.rate / 10 ) {
683
+ // Displayed rate changes.
684
+ this.mRate = rate;
685
+ }
686
+ }
687
+ return this.mRate;
688
+ },
689
+
690
+ // Handle download completion.
691
+ setCompleted: function() {
692
+ // If dialog hasn't loaded yet, defer this.
693
+ if ( !this.loaded ) {
694
+ this.dialog.setTimeout( function(obj){obj.setCompleted()}, 100, this );
695
+ return false;
696
+ }
697
+ if ( !this.mCompleted ) {
698
+ this.mCompleted = true;
699
+
700
+ // If the "keep dialog open" box is checked, then update dialog.
701
+ if ( this.dialog && this.dialogElement( "keep" ).checked ) {
702
+ // Indicate completion in status area.
703
+ var string = this.getString( "completeMsg" );
704
+ string = this.replaceInsert( string,
705
+ 1,
706
+ this.formatSeconds( this.elapsed/1000 ) );
707
+ string = this.replaceInsert( string,
708
+ 2,
709
+ this.targetFile.fileSize >> 10 );
710
+
711
+ this.setValue( "status", string);
712
+ // Put progress meter at 100%.
713
+ this.percent = 100;
714
+
715
+ // Set time remaining to 00:00.
716
+ this.setValue( "timeLeft", this.formatSeconds( 0 ) );
717
+
718
+ // Change Cancel button to Close, and give it focus.
719
+ var cancelButton = this.dialogElement( "cancel" );
720
+ cancelButton.label = this.getString( "close" );
721
+ cancelButton.focus();
722
+
723
+ // Activate reveal/launch buttons if we enable them.
724
+ var enableButtons = true;
725
+ try {
726
+ var prefs = Components.classes[ "@mozilla.org/preferences-service;1" ]
727
+ .getService( Components.interfaces.nsIPrefBranch );
728
+ enableButtons = prefs.getBoolPref( "browser.download.progressDnldDialog.enable_launch_reveal_buttons" );
729
+ } catch ( e ) {
730
+ }
731
+
732
+ if ( enableButtons ) {
733
+ this.enable( "reveal" );
734
+ try {
735
+ if ( this.targetFile != null ) {
736
+ this.enable( "launch" );
737
+ }
738
+ } catch(e) {
739
+ }
740
+ }
741
+
742
+ // Disable the Pause/Resume buttons.
743
+ this.dialogElement( "pauseResume" ).disabled = true;
744
+
745
+ // Fix up dialog layout (which gets messed up sometimes).
746
+ this.dialog.sizeToContent();
747
+
748
+ // GetAttention to show the user that we're done
749
+ this.dialog.getAttention();
750
+ } else if ( this.dialog ) {
751
+ this.dialog.close();
752
+ }
753
+ }
754
+ return this.mCompleted;
755
+ },
756
+
757
+ // Set progress meter to given mode ("normal" or "undetermined").
758
+ setMode: function( newMode ) {
759
+ if ( this.mode != newMode ) {
760
+ // Need to update progress meter.
761
+ this.dialogElement( "progress" ).setAttribute( "mode", newMode );
762
+ }
763
+ return this.mMode = newMode;
764
+ },
765
+
766
+ // Set pause/resume state.
767
+ setPaused: function( pausing ) {
768
+ // If state changing, then update stuff.
769
+ if ( this.paused != pausing ) {
770
+ var string = pausing ? "resume" : "pause";
771
+ this.dialogElement( "pauseResume" ).label = this.getString(string);
772
+
773
+ // If we have an observer, tell it to suspend/resume
774
+ if ( this.observer ) {
775
+ this.observer.observe( this, pausing ? "onpause" : "onresume" , "" );
776
+ }
777
+ }
778
+ return this.mPaused = pausing;
779
+ },
780
+
781
+ // Convert raw rate (bytes/sec) to Kbytes/sec (to nearest tenth).
782
+ rateToKRate: function( rate ) {
783
+ return ( rate / 1024 ).toFixed(1);
784
+ },
785
+
786
+ // Format number of seconds in hh:mm:ss form.
787
+ formatSeconds: function( secs ) {
788
+ // Round the number of seconds to remove fractions.
789
+ secs = parseInt( secs + .5 );
790
+ var hours = parseInt( secs/3600 );
791
+ secs -= hours*3600;
792
+ var mins = parseInt( secs/60 );
793
+ secs -= mins*60;
794
+ var result;
795
+ if ( hours )
796
+ result = this.getString( "longTimeFormat" );
797
+ else
798
+ result = this.getString( "shortTimeFormat" );
799
+
800
+ if ( hours < 10 )
801
+ hours = "0" + hours;
802
+ if ( mins < 10 )
803
+ mins = "0" + mins;
804
+ if ( secs < 10 )
805
+ secs = "0" + secs;
806
+
807
+ // Insert hours, minutes, and seconds into result string.
808
+ result = this.replaceInsert( result, 1, hours );
809
+ result = this.replaceInsert( result, 2, mins );
810
+ result = this.replaceInsert( result, 3, secs );
811
+
812
+ return result;
813
+ },
814
+
815
+ // Get dialog element using argument as id.
816
+ dialogElement: function( id ) {
817
+ // Check if we've already fetched it.
818
+ if ( !( id in this.fields ) ) {
819
+ // No, then get it from dialog.
820
+ try {
821
+ this.fields[ id ] = this.dialog.document.getElementById( id );
822
+ } catch(e) {
823
+ this.fields[ id ] = {
824
+ value: "",
825
+ setAttribute: function(id,val) {},
826
+ removeAttribute: function(id) {}
827
+ }
828
+ }
829
+ }
830
+ return this.fields[ id ];
831
+ },
832
+
833
+ // Set dialog element value for given dialog element.
834
+ setValue: function( id, val ) {
835
+ this.dialogElement( id ).value = val;
836
+ },
837
+
838
+ // Enable dialgo element.
839
+ enable: function( field ) {
840
+ this.dialogElement( field ).removeAttribute( "disabled" );
841
+ },
842
+
843
+ // Get localizable string from properties file.
844
+ getProperty: function( propertyId, strings, len ) {
845
+ if ( !this.mBundle ) {
846
+ this.mBundle = Components.classes[ "@mozilla.org/intl/stringbundle;1" ]
847
+ .getService( Components.interfaces.nsIStringBundleService )
848
+ .createBundle( "chrome://global/locale/nsProgressDialog.properties");
849
+ }
850
+ return this.mBundle.formatStringFromName( propertyId, strings, len );
851
+ },
852
+
853
+ // Get localizable string (from dialog <data> elements).
854
+ getString: function ( stringId ) {
855
+ // Check if we've fetched this string already.
856
+ if ( !( this.strings && stringId in this.strings ) ) {
857
+ // Presume the string is empty if we can't get it.
858
+ this.strings[ stringId ] = "";
859
+ // Try to get it.
860
+ try {
861
+ this.strings[ stringId ] = this.dialog.document.getElementById( "string."+stringId ).childNodes[0].nodeValue;
862
+ } catch (e) {}
863
+ }
864
+ return this.strings[ stringId ];
865
+ },
866
+
867
+ // Replaces insert ("#n") with input text.
868
+ replaceInsert: function( text, index, value ) {
869
+ var result = text;
870
+ var regExp = new RegExp( "#"+index );
871
+ result = result.replace( regExp, value );
872
+ return result;
873
+ },
874
+
875
+ // Hide a given dialog field.
876
+ hide: function( field ) {
877
+ this.dialogElement( field ).hidden = true;
878
+
879
+ // Also hide any related separator element...
880
+ var sep = this.dialogElement( field+"Separator" );
881
+ if (sep)
882
+ sep.hidden = true;
883
+ },
884
+
885
+ // Return input in hex, prepended with "0x" and leading zeros (to 8 digits).
886
+ hex: function( x ) {
887
+ return "0x" + ("0000000" + Number(x).toString(16)).slice(-8);
888
+ },
889
+
890
+ // Dump text (if debug is on).
891
+ dump: function( text ) {
892
+ if ( this.debug ) {
893
+ dump( text );
894
+ }
895
+ }
896
+ }
897
+
898
+ // This Component's module implementation. All the code below is used to get this
899
+ // component registered and accessible via XPCOM.
900
+ var module = {
901
+ // registerSelf: Register this component.
902
+ registerSelf: function (compMgr, fileSpec, location, type) {
903
+ var compReg = compMgr.QueryInterface( Components.interfaces.nsIComponentRegistrar );
904
+ compReg.registerFactoryLocation( this.cid,
905
+ "Mozilla Download Progress Dialog",
906
+ this.contractId,
907
+ fileSpec,
908
+ location,
909
+ type );
910
+ },
911
+
912
+ // getClassObject: Return this component's factory object.
913
+ getClassObject: function (compMgr, cid, iid) {
914
+ if (!cid.equals(this.cid))
915
+ throw Components.results.NS_ERROR_NO_INTERFACE;
916
+
917
+ if (!iid.equals(Components.interfaces.nsIFactory))
918
+ throw Components.results.NS_ERROR_NOT_IMPLEMENTED;
919
+
920
+ return this.factory;
921
+ },
922
+
923
+ /* CID for this class */
924
+ cid: Components.ID("{F5D248FD-024C-4f30-B208-F3003B85BC92}"),
925
+
926
+ /* Contract ID for this class */
927
+ contractId: "@mozilla.org/progressdialog;1",
928
+
929
+ /* factory object */
930
+ factory: {
931
+ // createInstance: Return a new nsProgressDialog object.
932
+ createInstance: function (outer, iid) {
933
+ if (outer != null)
934
+ throw Components.results.NS_ERROR_NO_AGGREGATION;
935
+
936
+ return (new nsProgressDialog()).QueryInterface(iid);
937
+ }
938
+ },
939
+
940
+ // canUnload: n/a (returns true)
941
+ canUnload: function(compMgr) {
942
+ return true;
943
+ }
944
+ };
945
+
946
+ // NSGetModule: Return the nsIModule object.
947
+ function NSGetModule(compMgr, fileSpec) {
948
+ return module;
949
+ }