diff --git a/.hgtags b/.hgtags index 38017be2..cd19fe89 100644 --- a/.hgtags +++ b/.hgtags @@ -18,3 +18,4 @@ ca14d185b1506c77b748925770731b66d3dddfbe xulmus-0.1 a82034b6ed8fe0c5bc43123969b655423f95511d pentadactyl-1.0b1 15d6abbda4221b30181f8459a3627e00b42f93d6 pentadactyl-1.0b2 ffa3aaf7882250fb665d8ead4375f529f3e99070 pentadactyl-1.0b3 +2c21fc6135f832c7bbadf43586d2ffe585f02f60 pentadactyl-1.0b4 diff --git a/common/modules/base.jsm b/common/modules/base.jsm index e239825e..1da1247a 100644 --- a/common/modules/base.jsm +++ b/common/modules/base.jsm @@ -160,7 +160,7 @@ function defineModule(name, params) { defineModule.loadLog = []; Object.defineProperty(defineModule.loadLog, "push", { value: function (val) { - if (false) + if (true) defineModule.dump(val + "\n"); this[this.length] = Date.now() + " " + val; } diff --git a/pentadactyl/NEWS b/pentadactyl/NEWS index 5daa50ef..2ab8c8ac 100644 --- a/pentadactyl/NEWS +++ b/pentadactyl/NEWS @@ -1,4 +1,4 @@ -1.0b4: +1.0b5pre: * 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 b5f1899d..a03a3837 100644 --- a/pentadactyl/install.rdf +++ b/pentadactyl/install.rdf @@ -4,7 +4,7 @@