mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-05 09:15:46 +01:00
Added tag pentadactyl-1.0b4 for changeset 2c21fc6135f8.
This commit is contained in:
1
.hgtags
1
.hgtags
@@ -18,3 +18,4 @@ ca14d185b1506c77b748925770731b66d3dddfbe xulmus-0.1
|
|||||||
a82034b6ed8fe0c5bc43123969b655423f95511d pentadactyl-1.0b1
|
a82034b6ed8fe0c5bc43123969b655423f95511d pentadactyl-1.0b1
|
||||||
15d6abbda4221b30181f8459a3627e00b42f93d6 pentadactyl-1.0b2
|
15d6abbda4221b30181f8459a3627e00b42f93d6 pentadactyl-1.0b2
|
||||||
ffa3aaf7882250fb665d8ead4375f529f3e99070 pentadactyl-1.0b3
|
ffa3aaf7882250fb665d8ead4375f529f3e99070 pentadactyl-1.0b3
|
||||||
|
2c21fc6135f832c7bbadf43586d2ffe585f02f60 pentadactyl-1.0b4
|
||||||
|
|||||||
@@ -160,7 +160,7 @@ function defineModule(name, params) {
|
|||||||
defineModule.loadLog = [];
|
defineModule.loadLog = [];
|
||||||
Object.defineProperty(defineModule.loadLog, "push", {
|
Object.defineProperty(defineModule.loadLog, "push", {
|
||||||
value: function (val) {
|
value: function (val) {
|
||||||
if (false)
|
if (true)
|
||||||
defineModule.dump(val + "\n");
|
defineModule.dump(val + "\n");
|
||||||
this[this.length] = Date.now() + " " + val;
|
this[this.length] = Date.now() + " " + val;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
1.0b4:
|
1.0b5pre:
|
||||||
* Extensive Firefox 4 support, including:
|
* Extensive Firefox 4 support, including:
|
||||||
- Fully restartless. Can now be installed, uninstalled,
|
- Fully restartless. Can now be installed, uninstalled,
|
||||||
enabled, disabled, and upgraded without restarting Firefox.
|
enabled, disabled, and upgraded without restarting Firefox.
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<Description about="urn:mozilla:install-manifest"
|
<Description about="urn:mozilla:install-manifest"
|
||||||
em:id="pentadactyl@dactyl.googlecode.com"
|
em:id="pentadactyl@dactyl.googlecode.com"
|
||||||
em:name="Pentadactyl"
|
em:name="Pentadactyl"
|
||||||
em:version="1.0b4"
|
em:version="1.0b5pre"
|
||||||
em:description="Firefox for Vim and Links addicts"
|
em:description="Firefox for Vim and Links addicts"
|
||||||
em:homepageURL="http://dactyl.sourceforge.net/pentadactyl"
|
em:homepageURL="http://dactyl.sourceforge.net/pentadactyl"
|
||||||
em:iconURL="chrome://pentadactyl/skin/icon.png"
|
em:iconURL="chrome://pentadactyl/skin/icon.png"
|
||||||
|
|||||||
Reference in New Issue
Block a user