mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 12:27:57 +01:00
new vimperator.sleep() method
This commit is contained in:
@@ -200,6 +200,13 @@ function Hints() //{{{
|
||||
|
||||
hintContainer.valid_hint_count++; // one more visible hint in this frame
|
||||
linkCount++; // and one more total hint
|
||||
|
||||
// process firefox event to keep the UI snappy
|
||||
if (linkCount % 10 == 0)
|
||||
{
|
||||
Components.classes['@mozilla.org/thread-manager;1'].
|
||||
getService().mainThread.processNextEvent(false);
|
||||
}
|
||||
}
|
||||
|
||||
doc.coordsInvalidated = false;
|
||||
@@ -455,6 +462,9 @@ function Hints() //{{{
|
||||
}
|
||||
};
|
||||
|
||||
this.showHintsBackground = function()
|
||||
{
|
||||
}
|
||||
|
||||
this.reshowHints = function()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user