.. |
.cvsignore
|
Unix/Win makefiles for 66345. r=cmanske, sr=sfraser. Not yet part of the build
|
2001-09-25 00:45:54 +00:00 |
Makefile.in
|
Fixing most of bug 287707. Make editor init and teardown do a better job at restoring things to the way they were before editing started. r=brade@comcast.net, sr=bzbarsky@mit.edu, a=brendan@mozilla.org
|
2005-06-09 22:50:41 +00:00 |
nsEditorTxnLog.cpp
|
Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
|
2004-06-17 00:13:25 +00:00 |
nsEditorTxnLog.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
nsEditProperty.cpp
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
nsHTMLAbsPosition.cpp
|
More use of EmptyString(). Bug 232691, patch by Vidar Braut Haarr
|
2005-09-12 01:28:51 +00:00 |
nsHTMLAnonymousUtils.cpp
|
More use of EmptyString(). Bug 232691, patch by Vidar Braut Haarr
|
2005-09-12 01:28:51 +00:00 |
nsHTMLCSSUtils.cpp
|
More use of EmptyString(). Bug 232691, patch by Vidar Braut Haarr
|
2005-09-12 01:28:51 +00:00 |
nsHTMLCSSUtils.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
nsHTMLDataTransfer.cpp
|
Bug 106386 Correct misspellings in source code
|
2005-11-25 08:16:51 +00:00 |
nsHTMLEditor.cpp
|
Bug 294793 Rebuilding a document from source should clear body attributes if the provided source has no body tag, plus we can now make the cached compose window always rebuild the document r=brade sr=dmose
|
2005-11-30 11:01:37 +00:00 |
nsHTMLEditor.h
|
Bug 317782 A character is deleted on HTML Editor when running IME reconvertion with non-selected text / Bug 296686 When insert a space with EGBRIDGE(TSM(IME) of Japanese), a next character of caret is deleted / Removing nsHTMLEditor::SetCompositionString and nsHTMLEditor::GetReconversionString, Because bug 66290 has been duplicated these method in nsPlaintextEditor r=timeless, sr=sfraser
|
2005-11-26 22:10:03 +00:00 |
nsHTMLEditorLog.cpp
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
nsHTMLEditorLog.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
nsHTMLEditorMouseListener.cpp
|
Bug 106386 Correct misspellings in source code
|
2005-11-25 08:16:51 +00:00 |
nsHTMLEditorMouseListener.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
nsHTMLEditorStyle.cpp
|
Bug 106386 Correct misspellings in source code
|
2005-11-25 08:16:51 +00:00 |
nsHTMLEditRules.cpp
|
Bug 317782 A character is deleted on HTML Editor when running IME reconvertion with non-selected text / Bug 296686 When insert a space with EGBRIDGE(TSM(IME) of Japanese), a next character of caret is deleted / Removing nsHTMLEditor::SetCompositionString and nsHTMLEditor::GetReconversionString, Because bug 66290 has been duplicated these method in nsPlaintextEditor r=timeless, sr=sfraser
|
2005-11-26 22:10:03 +00:00 |
nsHTMLEditRules.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
nsHTMLEditUtils.cpp
|
Fix for bug 153998 (COtherDTD should go; composer should handle containment checking itself). r=mrbkap, sr=jst.
|
2005-09-05 14:18:56 +00:00 |
nsHTMLEditUtils.h
|
Fix for bug 153998 (COtherDTD should go; composer should handle containment checking itself). r=mrbkap, sr=jst.
|
2005-09-05 14:18:56 +00:00 |
nsHTMLInlineTableEditor.cpp
|
Cleanup in preparation for the actual fix for bug 283897. r=brade@comcast.net, sr=bzbarsky@mit.edu
|
2005-03-24 19:00:01 +00:00 |
nsHTMLObjectResizer.cpp
|
Fixing bug 316794. Moving HandleDOMEvent() and Get/SetDocShell from nsIScriptGlobalObject to nsPIDOMWindow. r=mrbkap@gmail.com, sr=peterv@propagandism.org
|
2005-11-28 23:56:44 +00:00 |
nsHTMLObjectResizer.h
|
fix for topcrash 218556: I made the object resize listener hold weak pointer to the editor to fix resize timer firings on stale editors. r=brade; sr=peterv
|
2003-10-09 22:08:59 +00:00 |
nsHTMLURIRefObject.cpp
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
nsHTMLURIRefObject.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
nsIHTMLEditRules.h
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
nsTableEditor.cpp
|
Fix for bug 286300 (Clean up HTML tags enum and related code). r/sr=jst, a=asa.
|
2005-06-16 12:58:13 +00:00 |
nsWSRunObject.cpp
|
Bug 106386 Correct misspellings in source code
|
2005-11-25 08:16:51 +00:00 |
nsWSRunObject.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
TextEditorTest.cpp
|
Fix for bug 286300 (Clean up HTML tags enum and related code). r=mrbkap, sr=bz, a=asa.
|
2005-06-16 13:10:58 +00:00 |
TextEditorTest.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
TypeInState.cpp
|
Remove nsIAutoCopy and fold the functionality into nsSelection.cpp (bug 231343). r+sr=roc.
|
2005-01-31 23:47:26 +00:00 |
TypeInState.h
|
Remove nsIAutoCopy and fold the functionality into nsSelection.cpp (bug 231343). r+sr=roc.
|
2005-01-31 23:47:26 +00:00 |