mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 00:37:58 +01:00
Relase Pentadactyl 1.0rc1.
This commit is contained in:
@@ -2209,7 +2209,7 @@ var ItemList = Class("ItemList", {
|
|||||||
: context && context.getCache("itemlist-group",
|
: context && context.getCache("itemlist-group",
|
||||||
bind("Group", ItemList, this, context)),
|
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,
|
RESIZE_BRIEF: 1 << 0,
|
||||||
|
|
||||||
|
|||||||
@@ -159,7 +159,7 @@ defineModule.loadLog = [];
|
|||||||
Object.defineProperty(defineModule.loadLog, "push", {
|
Object.defineProperty(defineModule.loadLog, "push", {
|
||||||
value: function (val) {
|
value: function (val) {
|
||||||
val = defineModule.prefix + val;
|
val = defineModule.prefix + val;
|
||||||
if (true)
|
if (false)
|
||||||
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.0b7pre:
|
1.0rc1:
|
||||||
• 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.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
em:id="pentadactyl@dactyl.googlecode.com"
|
em:id="pentadactyl@dactyl.googlecode.com"
|
||||||
em:type="2"
|
em:type="2"
|
||||||
em:name="Pentadactyl"
|
em:name="Pentadactyl"
|
||||||
em:version="1.0b8pre"
|
em:version="1.0rc1"
|
||||||
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:bootstrap="true">
|
em:bootstrap="true">
|
||||||
|
|||||||
Reference in New Issue
Block a user