From 1e4719682f8d83f2e5557fa7d25ca598b42870df Mon Sep 17 00:00:00 2001 From: "pkasting%google.com" Date: Wed, 2 Aug 2006 01:38:48 +0000 Subject: [PATCH] Bug 339127: Add spellcheck attribute, branch version. r+sr=sicking a=dbaron git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206364 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/browser/app/profile/firefox.js | 6 +- .../html/content/src/nsGenericHTMLElement.cpp | 142 +++++++++++++++++- .../html/content/src/nsGenericHTMLElement.h | 24 ++- .../content/html/content/src/nsHTMLAtomList.h | 1 + .../html/content/src/nsHTMLBodyElement.cpp | 31 ++++ mozilla/content/html/document/src/Makefile.in | 1 - .../html/document/src/nsHTMLDocument.cpp | 62 +------- .../html/document/src/nsHTMLDocument.h | 6 - .../public/idl/html/nsIDOMNSHTMLElement.idl | 8 +- mozilla/dom/src/base/nsDOMClassInfo.cpp | 2 +- mozilla/editor/idl/nsIEditor.idl | 13 ++ mozilla/editor/libeditor/base/nsEditor.cpp | 112 ++++++++++++-- mozilla/editor/libeditor/base/nsEditor.h | 17 ++- .../content/editorInlineSpellCheck.js | 2 +- mozilla/layout/forms/nsTextControlFrame.cpp | 75 --------- mozilla/layout/forms/nsTextControlFrame.h | 10 -- .../compose/content/MsgComposeCommands.js | 2 +- .../resources/content/MsgComposeCommands.js | 4 +- mozilla/toolkit/content/inlineSpellCheckUI.js | 5 +- 19 files changed, 338 insertions(+), 185 deletions(-) diff --git a/mozilla/browser/app/profile/firefox.js b/mozilla/browser/app/profile/firefox.js index 5b4cceb0350..9524b7c33a4 100644 --- a/mozilla/browser/app/profile/firefox.js +++ b/mozilla/browser/app/profile/firefox.js @@ -454,8 +454,10 @@ pref("browser.backspace_action", 0); #endif // this will automatically enable inline spellchecking (if it is available) for -// multi-line text entry controls