mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-18 07:23:34 +02:00
Restore DownloadPost autocommand.
--HG-- extra : amend_source : 0baac78186f1293afc137b0815669159969fea20
This commit is contained in:
@@ -71,7 +71,7 @@ var AutoCmdHive = Class("AutoCmdHive", Contexts.Hive, {
|
|||||||
*/
|
*/
|
||||||
var AutoCommands = Module("autocommands", {
|
var AutoCommands = Module("autocommands", {
|
||||||
init: function () {
|
init: function () {
|
||||||
if (config.haveGecko("26"))
|
if (!config.haveGecko("26"))
|
||||||
delete config.autocommands.DownloadPost; // FIXME
|
delete config.autocommands.DownloadPost; // FIXME
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -576,12 +576,8 @@
|
|||||||
<tags>'dls' 'dlsort' 'downloadsort'</tags>
|
<tags>'dls' 'dlsort' 'downloadsort'</tags>
|
||||||
<spec>'downloadsort' 'dlsort' 'dls'</spec>
|
<spec>'downloadsort' 'dlsort' 'dls'</spec>
|
||||||
<strut/>
|
<strut/>
|
||||||
<!--
|
|
||||||
<type>&option.downloadsort.type;</type>
|
<type>&option.downloadsort.type;</type>
|
||||||
<default>&option.downloadsort.default;</default>
|
<default>&option.downloadsort.default;</default>
|
||||||
-->
|
|
||||||
<type>stringlist</type>
|
|
||||||
<default>-active,+filename</default>
|
|
||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
<ex>:downloads</ex> sort order, in order of precedence.
|
<ex>:downloads</ex> sort order, in order of precedence.
|
||||||
|
|||||||
@@ -14,7 +14,6 @@
|
|||||||
<dt>ColorScheme</dt> <dd>Triggered after a color scheme has been loaded</dd>
|
<dt>ColorScheme</dt> <dd>Triggered after a color scheme has been loaded</dd>
|
||||||
<dt>DOMLoad</dt> <dd>Triggered when a page's DOM content has fully loaded</dd>
|
<dt>DOMLoad</dt> <dd>Triggered when a page's DOM content has fully loaded</dd>
|
||||||
<dt>DownloadPost</dt> <dd>Triggered when a download has completed
|
<dt>DownloadPost</dt> <dd>Triggered when a download has completed
|
||||||
<note>currently unavailable in &dactyl.host; 26 and greater</note></dd>
|
|
||||||
<dt>Fullscreen</dt> <dd>Triggered when the browser's fullscreen state changes</dd>
|
<dt>Fullscreen</dt> <dd>Triggered when the browser's fullscreen state changes</dd>
|
||||||
<dt>LocationChange</dt> <dd>Triggered when changing tabs or when navigating to a new location</dd>
|
<dt>LocationChange</dt> <dd>Triggered when changing tabs or when navigating to a new location</dd>
|
||||||
<dt>PageLoadPre</dt> <dd>Triggered after a page load is initiated</dd>
|
<dt>PageLoadPre</dt> <dd>Triggered after a page load is initiated</dd>
|
||||||
|
|||||||
Reference in New Issue
Block a user