2 * (C) Copyright 2007 John J. Foerch
3 * (C) Copyright 2007-2008 Jeremy Maitin-Shepard
5 * Use, modification, and distribution are subject to the terms specified in the
9 const Cc = Components.classes;
10 const Ci = Components.interfaces;
11 Components.utils.import("resource://gre/modules/XPCOMUtils.jsm");
15 handle: function (cmdline) {
16 cmdline.preventDefault = true;
17 var conkeror = Cc["@conkeror.mozdev.org/application;1"].getService().wrappedJSObject;
18 conkeror.handle_command_line(cmdline);
20 QueryInterface: XPCOMUtils.generateQI([Ci.nsICommandLineHandler]),
21 contractID: "@mozilla.org/commandlinehandler/general-startup;1?type=conkeror",
22 classID: Components.ID("{0f4dd758-b55a-4386-a79c-8698642eac51}"),
23 classDescription: "clh_conkeror",
25 category: "command-line-handler",
30 function NSGetModule(compMgr, fileSpec)
31 XPCOMUtils.generateModule([cmdline]);