xulapp/chrome/content/xul/boot.xul in gabrielg-xultestrunner-0.1.2 vs xulapp/chrome/content/xul/boot.xul in gabrielg-xultestrunner-0.2.2

- old
+ new

@@ -1,9 +1,9 @@ <?xml version="1.0"?> <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> <window id="main" title="XULTestRunner Console" width="800" height="600" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> - <script type="text/javascript" src="resource://xultestrunner/lib/shortcuts.js" /> + <script type="text/javascript" src="resource://xpcomcore/loader.js" /> <script type="text/javascript" src="resource://xultestrunner/vendor/prototype/prototype.js" /> <script type="text/javascript" src="resource://xultestrunner/lib/xultestrunner.js" /> <script type="text/javascript"> window.addEventListener('load', function(){ var cmdService = Cc["@conflagrationjs.org/xultestrunner/app-startup-clh;1"].getService().wrappedJSObject;