From c64cd9e1af7f6c0b9c9f8c92b10013b542f063ea Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Tue, 28 Apr 2009 14:28:04 -0400 Subject: [PATCH] Don't flush event queue in feedkeys loop. --- common/content/events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/events.js b/common/content/events.js index d13fa72a..2b25b6a3 100644 --- a/common/content/events.js +++ b/common/content/events.js @@ -905,7 +905,7 @@ function Events() //{{{ try { - liberator.threadYield(true, true); + liberator.threadYield(false, true); noremap = !!noremap;