mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-17 15:05:45 +01:00
Remove obsolete global private browsing code.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
1.2pre:
|
||||
• Remove 'jsdebugger' option.
|
||||
• Remove defunct 'PrivateMode' autocommand.
|
||||
|
||||
1.1:
|
||||
• Vim runtime files:
|
||||
@@ -9,6 +10,7 @@
|
||||
• Removed <F1> and <A-F1> mappings.
|
||||
• Add :private command.
|
||||
• Better per-window private browsing support.
|
||||
• Removed 'private' option.
|
||||
|
||||
1.0:
|
||||
• Extensive Firefox 4 support, including:
|
||||
|
||||
@@ -43,7 +43,6 @@
|
||||
"LocationChange": "Triggered when changing tabs or when navigation to a new location",
|
||||
"PageLoadPre": "Triggered after a page load is initiated",
|
||||
"PageLoad": "Triggered when a page gets (re)loaded/opened",
|
||||
"PrivateMode": "Triggered when private browsing mode is activated or deactivated",
|
||||
"Sanitize": "Triggered when a sanitizeable item is cleared",
|
||||
"ShellCmdPost": "Triggered after executing a shell command with :!cmd",
|
||||
"Enter": "Triggered after Firefox starts",
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
<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>PageLoad</dt> <dd>Triggered when a page gets (re)loaded/opened</dd>
|
||||
<dt>PrivateMode</dt> <dd>Triggered when private browsing mode is activated or deactivated</dd>
|
||||
<dt>Sanitize</dt> <dd>Triggered when private data are sanitized</dd>
|
||||
<dt>ShellCmdPost</dt> <dd>Triggered after executing a shell command with <ex>:!</ex><a>cmd</a></dd>
|
||||
<dt>Enter</dt> <dd>Triggered after &dactyl.host; starts</dd>
|
||||
@@ -35,7 +34,7 @@
|
||||
<dt><keyword></dt> <dd>The keywords applied to the bookmark. Only for <em>BookmarkChange</em>, <em>BookmarkRemove</em>.</dd>
|
||||
<dt><name></dt> <dd>The name of the item. Only for <em>ColorScheme</em> and <em>Sanitize</em>.</dd>
|
||||
<dt><size></dt> <dd>The size of a downloaded file. Only for <em>DownloadPost</em>.</dd>
|
||||
<dt><state></dt> <dd>The new state. Only for <em>Fullscreen</em> and <em>PrivateMode</em>.</dd>
|
||||
<dt><state></dt> <dd>The new state. Only for <em>Fullscreen</em>.</dd>
|
||||
<dt><tab></dt> <dd>The tab in which the event occurred. Only for <em>DOMLoad</em>, <em>PageLoad</em> and <em>PageLoadPre</em>.</dd>
|
||||
<dt><tags></dt> <dd>The tags applied to <em><url></em>. Only for <em>Bookmark*</em>.</dd>
|
||||
<dt><title></dt> <dd>The page, bookmark or download title.</dd>
|
||||
|
||||
Reference in New Issue
Block a user