mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 20:24:12 +01:00
Merge branch 'master' into xulmus
This commit is contained in:
@@ -1229,7 +1229,12 @@ const liberator = (function () //{{{
|
|||||||
config.features.push(getPlatformFeature());
|
config.features.push(getPlatformFeature());
|
||||||
config.defaults = config.defaults || {};
|
config.defaults = config.defaults || {};
|
||||||
config.guioptions = config.guioptions || {};
|
config.guioptions = config.guioptions || {};
|
||||||
config.browserModes = config.browserModes || [modes.NORMAL];
|
|
||||||
|
// -> we can't use this, since config.browserModes might already be defined as a getter-only
|
||||||
|
// TODO: also change the other config.* defaults?
|
||||||
|
// config.browserModes = config.browserModes || [modes.NORMAL];
|
||||||
|
if (!config.browserModes)
|
||||||
|
config.browserModes = [modes.NORMAL];
|
||||||
config.mailModes = config.mailModes || [modes.NORMAL];
|
config.mailModes = config.mailModes || [modes.NORMAL];
|
||||||
// TODO: suitable defaults?
|
// TODO: suitable defaults?
|
||||||
//config.mainWidget
|
//config.mainWidget
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
<Description>
|
<Description>
|
||||||
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
|
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
|
||||||
<em:minVersion>3.0b2pre</em:minVersion>
|
<em:minVersion>3.0b2pre</em:minVersion>
|
||||||
<em:maxVersion>3.0b2</em:maxVersion>
|
<em:maxVersion>3.0b3</em:maxVersion>
|
||||||
</Description>
|
</Description>
|
||||||
</em:targetApplication>
|
</em:targetApplication>
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,13 @@ Continuous donations:
|
|||||||
* Daniel Bainton (web hosting)
|
* Daniel Bainton (web hosting)
|
||||||
|
|
||||||
2009:
|
2009:
|
||||||
|
* Christoph Petzold
|
||||||
|
* Bjoern Steinbrink
|
||||||
|
* Erlend Hamberg
|
||||||
|
* Fabien Benetou
|
||||||
|
* Arvin Moezzi
|
||||||
|
* Calogero Lo Leggio
|
||||||
|
* Sapan Bhatia
|
||||||
* Gavin Sinclair
|
* Gavin Sinclair
|
||||||
* Stephen Borchert
|
* Stephen Borchert
|
||||||
* Convolution
|
* Convolution
|
||||||
|
|||||||
Reference in New Issue
Block a user