.. |
crashtests
|
Add crashtests for two leak bugs.
|
2007-12-15 05:29:32 +00:00 |
.cvsignore
|
…
|
|
Makefile.in
|
When drawing images, track full source and dest regions (unclipped) or use floats, to avoid rounding problems with advanced image resizing algorithms. b=371434 r=vlad r+sr=roc
|
2007-03-20 00:58:20 +00:00 |
TextEditorTest.cpp
|
Make NS_LIKELY/NS_UNLIKELY accept pointers etc and always return 0 or 1. b=340244 r+sr=darin
|
2006-11-18 00:48:56 +00:00 |
TextEditorTest.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
TypeInState.cpp
|
Fix PropItem leak by using nsAutoPtr (bug 407074). r+sr=peterv, a=damon
|
2007-12-12 03:23:34 +00:00 |
TypeInState.h
|
Fix PropItem leak by using nsAutoPtr (bug 407074). r+sr=peterv, a=damon
|
2007-12-12 03:23:34 +00:00 |
nsEditProperty.cpp
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
nsEditorTxnLog.cpp
|
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
|
2006-02-03 14:18:39 +00:00 |
nsEditorTxnLog.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
nsHTMLAbsPosition.cpp
|
Bug 336160 ��� Crash when releasing mouse while dragging absolute positioned element in designMode [@ nsHTMLEditor::MouseUp], r=glazman, sr=peterv
|
2007-06-14 08:22:47 +00:00 |
nsHTMLAnonymousUtils.cpp
|
Make XUL elements really native anonymous b=410119 r=smaug sr+a=sicking
|
2008-01-04 11:24:42 +00:00 |
nsHTMLCSSUtils.cpp
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
nsHTMLCSSUtils.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
nsHTMLDataTransfer.cpp
|
Don't pointlessly clone nsCOMArray b=265745 r=brade sr=rbs a=schrep
|
2008-01-07 10:14:28 +00:00 |
nsHTMLEditRules.cpp
|
Bug 389933 - "ASSERTION: JoinNode called with node not listed in offset table while editing HTML email in GMail" [p=chris@pearce.org.nz (Chris Pearce [cpearce]) r=peterv sr=roc a1.9=schrep]
|
2007-12-19 11:32:20 +00:00 |
nsHTMLEditRules.h
|
Fix PropItem leak by using nsAutoPtr (bug 407074). r+sr=peterv, a=damon
|
2007-12-12 03:23:34 +00:00 |
nsHTMLEditUtils.cpp
|
Remove obsolete and wacky support for the <sound> element, which not even IE supports. bug 333057, r=sicking sr=jst
|
2006-04-10 20:49:02 +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 |
nsHTMLEditor.cpp
|
Bug 388980 - "Gmail compose mail (midas), background color doesn't work" [p=cpearce r=peterv sr=roc a1.9=schrep]
|
2007-11-13 08:10:04 +00:00 |
nsHTMLEditor.h
|
Don't pointlessly clone nsCOMArray b=265745 r=brade sr=rbs a=schrep
|
2008-01-07 10:14:28 +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 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
nsHTMLInlineTableEditor.cpp
|
Bug 338129, r=glazman, sr=neil
|
2006-06-15 07:31:01 +00:00 |
nsHTMLObjectResizer.cpp
|
Bug 377575 ��� Table resize information tooltip location is misplaced, patch by Mathieu Fenniak <mfenniak-moz@mathieu.fenniak.net>, r=glazou, sr=jst, a1.9=dbaron
|
2007-08-26 05:53:38 +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 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +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
|
Fix for bug 372544 ([Midas] Tab spacing is inconsistent). Patch by Mathieu Fenniak (mfenniak-moz@mathieu.fenniak.net), r/sr=me.
|
2007-05-24 13:00:53 +00:00 |
nsWSRunObject.h
|
Bug 344050: Kill nsITextContent and move the methods to nsIContent. r/sr=jst
|
2006-07-19 04:36:36 +00:00 |