ogre.rb 0.1-i686-linux

Sign up to get free protection for your applications and to get access to all the features.
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,590 @@
1
+ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
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.org code.
16
+ *
17
+ * The Initial Developer of the Original Code is
18
+ * Netscape Communications Corporation.
19
+ * Portions created by the Initial Developer are Copyright (C) 2002
20
+ * the Initial Developer. All Rights Reserved.
21
+ *
22
+ * Contributor(s):
23
+ *
24
+ * Alternatively, the contents of this file may be used under the terms of
25
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
26
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
27
+ * in which case the provisions of the GPL or the LGPL are applicable instead
28
+ * of those above. If you wish to allow use of your version of this file only
29
+ * under the terms of either the GPL or the LGPL, and not to allow others to
30
+ * use your version of this file under the terms of the MPL, indicate your
31
+ * decision by deleting the provisions above and replace them with the notice
32
+ * and other provisions required by the GPL or the LGPL. If you do not delete
33
+ * the provisions above, a recipient may use your version of this file under
34
+ * the terms of any one of the MPL, the GPL or the LGPL.
35
+ *
36
+ * ***** END LICENSE BLOCK ***** */
37
+
38
+ /* The nsInterfaceInfoToIDL implementation.*/
39
+
40
+
41
+ /***************************************************************************/
42
+ // nsInterfaceInfoToIDL part...
43
+
44
+ const IInfo = new Components.Constructor("@mozilla.org/scriptableInterfaceInfo;1",
45
+ "nsIScriptableInterfaceInfo",
46
+ "init");
47
+
48
+ const nsIDataType = Components.interfaces.nsIDataType;
49
+ const nsISupports = Components.interfaces.nsISupports;
50
+
51
+ const PARAM_NAME_PREFIX = "arg";
52
+ const MISSING_INTERFACE = "@"; // flag to indicate missing interfaceinfo
53
+
54
+ // helpers...
55
+
56
+ /********************************************************/
57
+ // accumulate a string with a stream-ish abstraction
58
+
59
+ function Buffer() {
60
+ this.buffer = "";
61
+ }
62
+
63
+ Buffer.prototype = {
64
+ write : function(s) {
65
+ if(s)
66
+ this.buffer += s;
67
+ },
68
+
69
+ writeln : function(s) {
70
+ if(s)
71
+ this.buffer += s + "\n";
72
+ else
73
+ this.buffer += "\n";
74
+ }
75
+ }
76
+
77
+ /********************************************************/
78
+
79
+ /**
80
+ * takes: {xxx}
81
+ * returns: uuid(xxx)
82
+ */
83
+ function formatID(str)
84
+ {
85
+ return "uuid("+str.substring(1,str.length-1)+")";
86
+ }
87
+
88
+ function formatConstType(type)
89
+ {
90
+ switch(type)
91
+ {
92
+ case nsIDataType.VTYPE_INT16:
93
+ return "PRInt16";
94
+ case nsIDataType.VTYPE_INT32:
95
+ return "PRInt32";
96
+ case nsIDataType.VTYPE_UINT16:
97
+ return "PRUint16";
98
+ case nsIDataType.VTYPE_UINT32:
99
+ return "PRUint32";
100
+ default:
101
+ return "!!!! bad const type !!!";
102
+ }
103
+ }
104
+
105
+ function formatTypeName(info, methodIndex, param, dimension)
106
+ {
107
+ var type = info.getTypeForParam(methodIndex, param, dimension);
108
+
109
+ switch(type.dataType)
110
+ {
111
+ case nsIDataType.VTYPE_INT8 :
112
+ return "PRInt8";
113
+ case nsIDataType.VTYPE_INT16:
114
+ return "PRInt16";
115
+ case nsIDataType.VTYPE_INT32:
116
+ return "PRInt32";
117
+ case nsIDataType.VTYPE_INT64:
118
+ return "PRInt64";
119
+ case nsIDataType.VTYPE_UINT8:
120
+ return "PRUint8";
121
+ case nsIDataType.VTYPE_UINT16:
122
+ return "PRUint16";
123
+ case nsIDataType.VTYPE_UINT32:
124
+ return "PRUint32";
125
+ case nsIDataType.VTYPE_UINT64:
126
+ return "PRUint64";
127
+ case nsIDataType.VTYPE_FLOAT:
128
+ return "float";
129
+ case nsIDataType.VTYPE_DOUBLE:
130
+ return "double";
131
+ case nsIDataType.VTYPE_BOOL:
132
+ return "PRBool";
133
+ case nsIDataType.VTYPE_CHAR:
134
+ return "char";
135
+ case nsIDataType.VTYPE_WCHAR:
136
+ return "PRUnichar";
137
+ case nsIDataType.VTYPE_VOID:
138
+ if(type.isPointer)
139
+ return "voidPtr";
140
+ return "void";
141
+ case nsIDataType.VTYPE_ID:
142
+ // order matters here...
143
+ if(type.isReference)
144
+ return "nsIDRef";
145
+ if(type.isPointer)
146
+ return "nsIDPtr";
147
+ return "nsID";
148
+ case nsIDataType.VTYPE_DOMSTRING:
149
+ return "DOMString";
150
+ case nsIDataType.VTYPE_CHAR_STR:
151
+ return "string";
152
+ case nsIDataType.VTYPE_WCHAR_STR:
153
+ return "wstring";
154
+ case nsIDataType.VTYPE_INTERFACE:
155
+ try {
156
+ return info.getInfoForParam(methodIndex, param).name;
157
+ } catch(e) {
158
+ return "/*!!! missing interface info, guessing!!!*/ nsISupports";
159
+ }
160
+ case nsIDataType.VTYPE_INTERFACE_IS:
161
+ return "nsQIResult";
162
+ case nsIDataType.VTYPE_ARRAY:
163
+ return formatTypeName(info, methodIndex, param, dimension+1);
164
+ case nsIDataType.VTYPE_STRING_SIZE_IS:
165
+ return "string";
166
+ case nsIDataType.VTYPE_WSTRING_SIZE_IS:
167
+ return "wstring";
168
+ case nsIDataType.VTYPE_UTF8STRING:
169
+ return "AUTF8String";
170
+ case nsIDataType.VTYPE_CSTRING:
171
+ return "ACString";
172
+ case nsIDataType.VTYPE_ASTRING:
173
+ return "AString";
174
+ default:
175
+ return "!!!! bad data type !!!";
176
+ }
177
+ }
178
+
179
+ function formatBracketForParam(info, methodIndex, param)
180
+ {
181
+ var type = param.type;
182
+ var str = "[";
183
+ var found = 0;
184
+ var size_is_ArgNum;
185
+ var length_is_ArgNum;
186
+
187
+ if(param.isRetval)
188
+ {
189
+ if(found++)
190
+ str += ", ";
191
+ str += "retval"
192
+ }
193
+
194
+ if(param.isShared)
195
+ {
196
+ if(found++)
197
+ str += ", ";
198
+ str += "shared"
199
+ }
200
+
201
+ if(type.isArray)
202
+ {
203
+ if(found++)
204
+ str += ", ";
205
+ str += "array"
206
+ }
207
+
208
+ if(type.dataType == nsIDataType.VTYPE_INTERFACE_IS)
209
+ {
210
+ if(found++)
211
+ str += ", ";
212
+ str += "iid_is("+
213
+ PARAM_NAME_PREFIX +
214
+ info.getInterfaceIsArgNumberForParam(methodIndex, param) + ")";
215
+ }
216
+
217
+ if(type.isArray ||
218
+ type.dataType == nsIDataType.VTYPE_STRING_SIZE_IS ||
219
+ type.dataType == nsIDataType.VTYPE_WSTRING_SIZE_IS)
220
+ {
221
+ if(found++)
222
+ str += ", ";
223
+
224
+ size_is_ArgNum =
225
+ info.getSizeIsArgNumberForParam(methodIndex, param, 0);
226
+
227
+ str += "size_is("+ PARAM_NAME_PREFIX + size_is_ArgNum + ")";
228
+
229
+ length_is_ArgNum =
230
+ info.getLengthIsArgNumberForParam(methodIndex, param, 0);
231
+
232
+ if(length_is_ArgNum != size_is_ArgNum)
233
+ {
234
+ str += ", ";
235
+ str += "length_is("+ PARAM_NAME_PREFIX + length_is_ArgNum + ")";
236
+ }
237
+ }
238
+
239
+ if(!found)
240
+ return "";
241
+ str += "] ";
242
+ return str
243
+ }
244
+
245
+ function doInterface(out, iid)
246
+ {
247
+ var i, k, t, m, m2, c, p, readonly, bracketed, paramCount, retvalTypeName;
248
+
249
+ var info = new IInfo(iid);
250
+ var parent = info.parent;
251
+
252
+ var constBaseIndex = parent ? parent.constantCount : 0;
253
+ var constTotalCount = info.constantCount;
254
+ var constLocalCount = constTotalCount - constBaseIndex;
255
+
256
+ var methodBaseIndex = parent ? parent.methodCount : 0;
257
+ var methodTotalCount = info.methodCount;
258
+ var methodLocalCount = methodTotalCount - methodBaseIndex;
259
+
260
+
261
+ // maybe recurring to emit parent declarations is not a good idea...
262
+ // if(parent)
263
+ // doInterface(parent.interfaceID);
264
+
265
+ out.writeln();
266
+
267
+ // comment out nsISupports
268
+ // if(iid.equals(nsISupports))
269
+ // out.writeln("/*\n");
270
+
271
+ out.writeln("[" + (info.isScriptable ? "scriptable, " : "") +
272
+ formatID(info.interfaceID.number) + "]");
273
+
274
+ out.writeln("interface "+ info.name +
275
+ (parent ? (" : "+parent.name) : "") + " {");
276
+
277
+ if(constLocalCount)
278
+ {
279
+ for(i = constBaseIndex; i < constTotalCount; i++)
280
+ {
281
+ c = info.getConstant(i);
282
+ out.writeln(" const " + formatConstType(c.type.dataType) + " " +
283
+ c.name + " = " + c.value + ";");
284
+ }
285
+ }
286
+
287
+ if(constLocalCount && methodLocalCount)
288
+ out.writeln();
289
+
290
+ if(methodLocalCount)
291
+ {
292
+ for(i = methodBaseIndex; i < methodTotalCount; i++)
293
+ {
294
+ m = info.getMethodInfo(i);
295
+
296
+ if(m.isNotXPCOM)
297
+ bracketed = "[notxpcom] "
298
+ else if(m.isHidden)
299
+ bracketed = "[noscript] "
300
+ else
301
+ bracketed = "";
302
+
303
+ if(m.isGetter)
304
+ {
305
+ // Is an attribute
306
+
307
+ // figure out if this is readonly
308
+ m2 = i+1 < methodTotalCount ? info.getMethodInfo(i+1) : null;
309
+ readonly = !m2 || m2.name != m.name;
310
+
311
+ out.writeln(" " + bracketed + (readonly ? "readonly " : "") +
312
+ "attribute " +
313
+ formatTypeName(info, i, m.getParam(0), 0) +
314
+ " " + m.name + ";\n");
315
+
316
+ if(!readonly)
317
+ i++; // skip the next one, we have it covered.
318
+
319
+ continue;
320
+ }
321
+ // else...
322
+
323
+ paramCount = m.paramCount;
324
+
325
+ // 'last' param is used to figure out retvalTypeName
326
+
327
+ p = paramCount ? m.getParam(paramCount-1) : null;
328
+
329
+ if(m.isNotXPCOM)
330
+ retvalTypeName = formatTypeName(info, i, m.result, 0);
331
+ else if(p && "[retval] " == formatBracketForParam(info, i, p))
332
+ {
333
+ // Check for the exact string above because anything else
334
+ // indicates that there either is no expilict retval
335
+ // or there are additional braketed attributes (meaning that
336
+ // the retval must appear in the param list and not
337
+ // preceeding the method name).
338
+ retvalTypeName = formatTypeName(info, i, p, 0);
339
+ // no need to print it in the param list
340
+ paramCount-- ;
341
+ }
342
+ else
343
+ retvalTypeName = "void";
344
+
345
+ // print method name
346
+
347
+ out.writeln(" " + bracketed + retvalTypeName + " " + m.name +
348
+ "(" + (paramCount ? "" : ");"));
349
+
350
+ // print params
351
+
352
+ for(k = 0; k < paramCount; k++)
353
+ {
354
+ p = m.getParam(k);
355
+ out.writeln(" "+
356
+ formatBracketForParam(info, i, p) +
357
+ (p.isOut ? p.isIn ? "inout " : "out " : "in ") +
358
+ formatTypeName(info, i, p, 0) + " " +
359
+ PARAM_NAME_PREFIX+k +
360
+ (k+1 == paramCount ? ");\n" : ", "));
361
+ }
362
+ }
363
+ }
364
+
365
+ out.writeln("};\n");
366
+
367
+ // comment out nsISupports
368
+ // if(iid.equals(nsISupports))
369
+ // out.writeln("\n*/\n");
370
+ }
371
+
372
+ function appendForwardDeclarations(list, info)
373
+ {
374
+ list.push(info.name);
375
+ if(info.parent)
376
+ appendForwardDeclarations(list, info.parent);
377
+
378
+ var i, k, m, p;
379
+
380
+ for(i = 0; i < info.methodCount; i++)
381
+ {
382
+ m = info.getMethodInfo(i);
383
+
384
+ for(k = 0; k < m.paramCount; k++)
385
+ {
386
+ p = m.getParam(k);
387
+
388
+ if(p.type.dataType == nsIDataType.VTYPE_INTERFACE)
389
+ {
390
+ var name;
391
+ try {
392
+ name = info.getInfoForParam(i, p).name;
393
+ } catch(e) {
394
+ name = MISSING_INTERFACE;
395
+ }
396
+ list.push(name);
397
+ }
398
+ }
399
+ }
400
+ }
401
+
402
+ function doForwardDeclarations(out, iid)
403
+ {
404
+ var i, cur, prev;
405
+ var list = [];
406
+ appendForwardDeclarations(list, new IInfo(iid));
407
+ list.sort();
408
+
409
+ out.writeln("// forward declarations...");
410
+
411
+ for(i = 0; i < list.length; i++)
412
+ {
413
+ cur = list[i];
414
+ if(cur != prev && cur != "nsISupports")
415
+ {
416
+ if(cur == MISSING_INTERFACE)
417
+ out.writeln("/*\n * !!! Unable to find details for a declared "+
418
+ "interface (name unknown)!!!\n */");
419
+ else
420
+ out.writeln("interface " + cur +";");
421
+ prev = cur;
422
+ }
423
+ }
424
+ }
425
+
426
+ function buildForwardDeclarationsList(iid)
427
+ {
428
+ var i, cur, prev;
429
+ var list = [];
430
+ var outList = [];
431
+ appendForwardDeclarations(list, new IInfo(iid));
432
+ list.sort();
433
+
434
+ for(i = 0; i < list.length; i++)
435
+ {
436
+ cur = list[i];
437
+ if(cur != prev && cur != "nsISupports")
438
+ {
439
+ if(cur != MISSING_INTERFACE)
440
+ outList.push(cur);
441
+ prev = cur;
442
+ }
443
+ }
444
+ return outList;
445
+ }
446
+
447
+ /*********************************************************/
448
+
449
+ /* Our Componenent ctor */
450
+ function nsInterfaceInfoToIDL() {}
451
+
452
+ /* decorate prototype to provide ``class'' methods and property accessors */
453
+ nsInterfaceInfoToIDL.prototype =
454
+ {
455
+ // nsIInterfaceInfoToIDL methods...
456
+
457
+ // string generateIDL(in nsIIDRef aIID,
458
+ // in PRBool withIncludes,
459
+ // in PRBool withForwardDeclarations);
460
+ generateIDL : function(aIID, withIncludes, withForwardDeclarations) {
461
+ var out = new Buffer;
462
+ out.writeln();
463
+
464
+ if(withIncludes)
465
+ {
466
+ out.writeln('#include "nsISupports.idl"');
467
+ out.writeln();
468
+ }
469
+
470
+ if(withForwardDeclarations)
471
+ {
472
+ doForwardDeclarations(out, aIID);
473
+ out.writeln("");
474
+ }
475
+
476
+ doInterface(out, aIID);
477
+
478
+ return out.buffer;
479
+ },
480
+
481
+ // void getReferencedInterfaceNames(in nsIIDRef aIID,
482
+ // out PRUint32 aArrayLength,
483
+ // [retval, array, size_is(aArrayLength)]
484
+ // out string aNames);
485
+
486
+ getReferencedInterfaceNames : function(aIID, aArrayLength) {
487
+ var list = buildForwardDeclarationsList(aIID);
488
+ aArrayLength.value = list.length;
489
+ return list;
490
+ },
491
+
492
+ // nsISupports methods...
493
+ QueryInterface: function (iid) {
494
+ if (iid.equals(Components.interfaces.nsIInterfaceInfoToIDL) ||
495
+ iid.equals(Components.interfaces.nsISupports))
496
+ return this;
497
+
498
+ Components.returnCode = Components.results.NS_ERROR_NO_INTERFACE;
499
+ return null;
500
+ }
501
+ }
502
+
503
+ /***************************************************************************/
504
+ /***************************************************************************/
505
+ // parts specific to my use of the the generic module code...
506
+
507
+ const MODULE_NAME = "nsInterfaceInfoToIDL";
508
+ const MODULE_CONTRACT_ID = "@mozilla.org/interfaceinfotoidl;1";
509
+ const MODULE_CID = "{47d98974-a1b7-46a6-bc99-8abc374bba3f}";
510
+ const MODULE_CTOR = nsInterfaceInfoToIDL;
511
+
512
+ /***************************************************************************/
513
+ /***************************************************************************/
514
+ // generic nsIModule part...
515
+
516
+ function NSGetModule(compMgr, fileSpec) {
517
+ return new GenericModule(MODULE_NAME, MODULE_CONTRACT_ID,
518
+ MODULE_CID, MODULE_CTOR);
519
+ }
520
+
521
+ function GenericModule (name, contractID, CID, ctor) {
522
+ this.name = name;
523
+ this.contractID = contractID;
524
+ this.CID = Components.ID(CID);
525
+ this.ctor = ctor;
526
+ }
527
+
528
+ GenericModule.prototype = {
529
+ /*
530
+ * RegisterSelf is called at registration time (component installation
531
+ * or the only-until-release startup autoregistration) and is responsible
532
+ * for notifying the component manager of all components implemented in
533
+ * this module. The fileSpec, location and type parameters are mostly
534
+ * opaque, and should be passed on to the registerComponent call
535
+ * unmolested.
536
+ */
537
+ registerSelf: function (compMgr, fileSpec, location, type) {
538
+ compMgr = compMgr.QueryInterface(Components.interfaces.nsIComponentRegistrar);
539
+ compMgr.registerFactoryLocation(this.CID, this.name, this.contractID,
540
+ fileSpec, location, type);
541
+ },
542
+
543
+ /*
544
+ * The GetClassObject method is responsible for producing Factory and
545
+ * SingletonFactory objects (the latter are specialized for services).
546
+ */
547
+ getClassObject: function (compMgr, cid, iid) {
548
+ if (!cid.equals(this.CID))
549
+ throw Components.results.NS_ERROR_NO_INTERFACE;
550
+
551
+ if (!iid.equals(Components.interfaces.nsIFactory))
552
+ throw Components.results.NS_ERROR_NOT_IMPLEMENTED;
553
+
554
+ this.myFactory.ctor = this.ctor;
555
+ return this.myFactory;
556
+ },
557
+
558
+ /* factory object */
559
+ myFactory: {
560
+
561
+ /*
562
+ * Construct an instance of the interface specified by iid, possibly
563
+ * aggregating it with the provided outer. (If you don't know what
564
+ * aggregation is all about, you don't need to. It reduces even the
565
+ * mightiest of XPCOM warriors to snivelling cowards.)
566
+ */
567
+ createInstance: function (outer, iid) {
568
+ if (outer != null)
569
+ throw Components.results.NS_ERROR_NO_AGGREGATION;
570
+ return (new this.ctor()).QueryInterface(iid);
571
+ }
572
+ },
573
+
574
+ /*
575
+ * The canUnload method signals that the component is about to be unloaded.
576
+ * C++ components can return false to indicate that they don't wish to be
577
+ * unloaded, but the return value from JS components' canUnload is ignored:
578
+ * mark-and-sweep will keep everything around until it's no longer in use,
579
+ * making unconditional ``unload'' safe.
580
+ *
581
+ * You still need to provide a (likely useless) canUnload method, though:
582
+ * it's part of the nsIModule interface contract, and the JS loader _will_
583
+ * call it.
584
+ */
585
+ canUnload: function(compMgr) {
586
+ return true;
587
+ }
588
+ }
589
+
590
+ /***************************************************************************/