From 0f0eee34d2e819fbde92461d01a75e3d6d4e8741 Mon Sep 17 00:00:00 2001 From: "pkasting%google.com" Date: Sat, 29 Jul 2006 00:04:40 +0000 Subject: [PATCH] Bug 339127: Add "spellcheck" attribute to control spellchecking. r=brettw sr=sicking git-svn-id: svn://10.0.0.236/trunk@205107 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/browser/app/profile/firefox.js | 6 +- mozilla/content/base/src/nsGkAtomList.h | 1 + .../html/content/src/nsGenericHTMLElement.cpp | 129 +++++++++++++++++- .../html/content/src/nsGenericHTMLElement.h | 23 +++- .../html/content/src/nsHTMLBodyElement.cpp | 31 +++++ mozilla/content/html/document/src/Makefile.in | 1 - .../html/document/src/nsHTMLDocument.cpp | 69 +--------- .../html/document/src/nsHTMLDocument.h | 6 - .../public/idl/html/nsIDOMNSHTMLElement.idl | 6 +- mozilla/editor/idl/nsIEditor.idl | 13 ++ mozilla/editor/libeditor/base/nsEditor.cpp | 111 +++++++++++++-- mozilla/editor/libeditor/base/nsEditor.h | 17 ++- .../content/editorInlineSpellCheck.js | 2 +- mozilla/layout/forms/nsTextControlFrame.cpp | 85 ------------ mozilla/layout/forms/nsTextControlFrame.h | 10 -- .../compose/content/MsgComposeCommands.js | 2 +- .../resources/content/MsgComposeCommands.js | 4 +- mozilla/toolkit/content/inlineSpellCheckUI.js | 5 +- 18 files changed, 318 insertions(+), 203 deletions(-) diff --git a/mozilla/browser/app/profile/firefox.js b/mozilla/browser/app/profile/firefox.js index 5ab80695fb6..bd1a06175e0 100644 --- a/mozilla/browser/app/profile/firefox.js +++ b/mozilla/browser/app/profile/firefox.js @@ -459,8 +459,10 @@ pref("browser.backspace_action", 0); #endif // this will automatically enable inline spellchecking (if it is available) for -// multi-line text entry controls