1
0
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:
Martin Stubenschrott
2007-09-25 05:41:29 +00:00
parent eda409c78b
commit 89fa440ba2
3 changed files with 24 additions and 1 deletions

View File

@@ -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()
{