1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-17 10:03:32 +01:00

Temporarily disable loading of the downloads module in FF26.

nsIDownloadManager has been removed so the module needs updating to utilise the
replacement Downloads.jsm.
This commit is contained in:
Doug Kearns
2013-12-17 00:03:58 +11:00
parent da049fa175
commit 94c28cc2aa
5 changed files with 17 additions and 1 deletions

View File

@@ -13,7 +13,8 @@
<dt>BookmarkRemove</dt> <dd>Triggered after a page's bookmark is removed</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>DownloadPost</dt> <dd>Triggered when a download has completed</dd>
<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>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>