diff --git a/common/content/commandline.js b/common/content/commandline.js index 0e42e41d..895ae4db 100644 --- a/common/content/commandline.js +++ b/common/content/commandline.js @@ -2209,7 +2209,7 @@ var ItemList = Class("ItemList", { : context && context.getCache("itemlist-group", bind("Group", ItemList, this, context)), - getOffset: function getOffset(tuple) this.getGroup(tuple[0]).getOffset(tuple[1]) + getOffset: function getOffset(tuple) tuple && this.getGroup(tuple[0]).getOffset(tuple[1]) }, { RESIZE_BRIEF: 1 << 0, diff --git a/common/modules/base.jsm b/common/modules/base.jsm index b3a1c9dc..bc767f68 100644 --- a/common/modules/base.jsm +++ b/common/modules/base.jsm @@ -159,7 +159,7 @@ defineModule.loadLog = []; Object.defineProperty(defineModule.loadLog, "push", { value: function (val) { val = defineModule.prefix + val; - if (true) + if (false) defineModule.dump(val + "\n"); this[this.length] = Date.now() + " " + val; } diff --git a/pentadactyl/NEWS b/pentadactyl/NEWS index 3c981613..a9b1526b 100644 --- a/pentadactyl/NEWS +++ b/pentadactyl/NEWS @@ -1,4 +1,4 @@ -1.0b7pre: +1.0rc1: • Extensive Firefox 4 support, including: - Fully restartless. Can now be installed, uninstalled, enabled, disabled, and upgraded without restarting Firefox. diff --git a/pentadactyl/install.rdf b/pentadactyl/install.rdf index 240b2aa1..2a257ecb 100644 --- a/pentadactyl/install.rdf +++ b/pentadactyl/install.rdf @@ -5,7 +5,7 @@ em:id="pentadactyl@dactyl.googlecode.com" em:type="2" em:name="Pentadactyl" - em:version="1.0b8pre" + em:version="1.0rc1" em:description="Firefox for Vim and Links addicts" em:homepageURL="http://dactyl.sourceforge.net/pentadactyl" em:bootstrap="true">