From f073d035123d81cec1d8dbdf5b3f16b8dd6cbdf9 Mon Sep 17 00:00:00 2001 From: "mrbkap%gmail.com" Date: Mon, 9 Jul 2007 21:55:18 +0000 Subject: [PATCH] Attempt to re-enable async reflow and painting in editor. bug 174823, r+sr=roc git-svn-id: svn://10.0.0.236/trunk@229573 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/forms/nsTextControlFrame.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mozilla/layout/forms/nsTextControlFrame.cpp b/mozilla/layout/forms/nsTextControlFrame.cpp index 395e4385afd..ed85ae3ee7d 100644 --- a/mozilla/layout/forms/nsTextControlFrame.cpp +++ b/mozilla/layout/forms/nsTextControlFrame.cpp @@ -1415,10 +1415,7 @@ nsTextControlFrame::CreateFrameFor(nsIContent* aContent) // Use async reflow and painting for text widgets to improve // performance. - // XXX: Using editor async updates exposes bugs 158782, 151882, - // and 165130, so we're disabling it for now, until they - // can be addressed. - // editorFlags |= nsIPlaintextEditor::eEditorUseAsyncUpdatesMask; + editorFlags |= nsIPlaintextEditor::eEditorUseAsyncUpdatesMask; // Now initialize the editor. //