gecko-dev/editor/libeditor/html
2004-01-07 22:30:53 +00:00
..
.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 Support for Absolute Positioning, Snap to Grid, and Inline Table Editing in Composer 2003-06-25 08:50:48 +00:00
nsEditorTxnLog.cpp Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron 2003-07-20 07:47:59 +00:00
nsEditorTxnLog.h fix for bug 201982 - r=brade, sr=smfr 2003-04-17 05:42:33 +00:00
nsEditProperty.cpp fix for bug 201982 - r=brade, sr=smfr 2003-04-17 05:42:33 +00:00
nsHTMLAbsPosition.cpp remove unused variables, fix typos, code cleanup (r=glazman, sr=tor, a=asa, bug=216054) 2003-09-03 13:58:00 +00:00
nsHTMLAnonymousUtils.cpp remove unused variables, fix typos, code cleanup (r=glazman, sr=tor, a=asa, bug=216054) 2003-09-03 13:58:00 +00:00
nsHTMLCSSUtils.cpp Fixing bug 225837. DeCOMtaminating nsIContent more, making GetTag() return a weak raw pointer, and renaming GetTag() to Tag(), and making GetRangeList() return an const nsVoidArray*, and changing GetContentID() to return the id, and renaming it to ContentID(). r=jonas@sicking.cc, sr=bryner@brianryner.com. 2003-11-19 01:20:56 +00:00
nsHTMLCSSUtils.h add helper methods for dealing with pixels; reduce string usage; code cleanup (r=glazman, sr=tor, a=asa, bug=216045) 2003-09-03 13:54:36 +00:00
nsHTMLDataTransfer.cpp Eliminate nsIStyleSet as an XPCOM interface, making the implementation internal to layout. Frame constructor ownership moves to the pres shell, and the style set methods that forward to the frame constructor are gone. Rewrote style set sheet add/remove to reduce code size. For more details, see bug 64116. r+sr=dbaron. 2004-01-07 22:30:53 +00:00
nsHTMLEditor.cpp Eliminate nsIStyleSet as an XPCOM interface, making the implementation internal to layout. Frame constructor ownership moves to the pres shell, and the style set methods that forward to the frame constructor are gone. Rewrote style set sheet add/remove to reduce code size. For more details, see bug 64116. r+sr=dbaron. 2004-01-07 22:30:53 +00:00
nsHTMLEditor.h cleanup of editor code, bug=209548, r=jfrancis, sr=blizzard 2003-07-28 13:13:50 +00:00
nsHTMLEditorLog.cpp remove unused params; r=akkana, sr=kin, bienvenu, bug=208967 2003-06-12 14:51:37 +00:00
nsHTMLEditorLog.h remove unused params; r=akkana, sr=kin, bienvenu, bug=208967 2003-06-12 14:51:37 +00:00
nsHTMLEditorMouseListener.cpp remove redundant code and unused variables, cleanup (r=glazman, sr=tor, a=asa, bug=216054) 2003-09-03 13:56:21 +00:00
nsHTMLEditorMouseListener.h Support for Absolute Positioning, Snap to Grid, and Inline Table Editing in Composer 2003-06-25 08:50:48 +00:00
nsHTMLEditorStyle.cpp Fixing bug 215981. DeCOMtaminating nsIContent and nsIDocument some, and also some minor changes to other related interfaces. r=caillon@aillon.org, sr=peterv@propagandism.org. 2003-09-27 04:18:26 +00:00
nsHTMLEditRules.cpp removing bogus comments 2003-10-09 22:07:48 +00:00
nsHTMLEditRules.h more Is* method usage / code cleanup; r=glazman, sr=bz, bug=212683 2003-07-28 20:31:08 +00:00
nsHTMLEditUtils.cpp more Is* method usage / code cleanup; r=glazman, sr=bz, bug=212683 2003-07-28 20:31:08 +00:00
nsHTMLEditUtils.h more Is* method usage / code cleanup; r=glazman, sr=bz, bug=212683 2003-07-28 20:31:08 +00:00
nsHTMLInlineTableEditor.cpp remove unused variables, fix typos, code cleanup (r=glazman, sr=tor, a=asa, bug=216054) 2003-09-03 13:58:00 +00:00
nsHTMLObjectResizer.cpp deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst. 2003-10-22 06:09:48 +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 213602: Switch some users of NS_GetWeakReference over to do_GetWeakReference. r=bzbarsky, sr=dbaron 2003-07-25 19:06:59 +00:00
nsHTMLURIRefObject.h License changes, take 2. Bug 98089. mozilla/editor/. 2001-09-25 22:53:13 +00:00
nsIHTMLEditRules.h Support for Absolute Positioning, Snap to Grid, and Inline Table Editing in Composer 2003-06-25 08:50:48 +00:00
nsTableEditor.cpp Fixing bug 225837. DeCOMtaminating nsIContent more, making GetTag() return a weak raw pointer, and renaming GetTag() to Tag(), and making GetRangeList() return an const nsVoidArray*, and changing GetContentID() to return the id, and renaming it to ContentID(). r=jonas@sicking.cc, sr=bryner@brianryner.com. 2003-11-19 01:20:56 +00:00
nsWSRunObject.cpp Fixing bug 215981. DeCOMtaminating nsIContent and nsIDocument some, and also some minor changes to other related interfaces. r=caillon@aillon.org, sr=peterv@propagandism.org. 2003-09-27 04:18:26 +00:00
nsWSRunObject.h b=207183 Smiley gets deleted, editor tries to manipulate whitespace in the -moz-user-select:all block 2003-06-11 12:02:49 +00:00
TextEditorTest.cpp fix for bug 201982 - r=brade, sr=smfr 2003-04-17 05:42:33 +00:00
TextEditorTest.h License changes, take 2. Bug 98089. mozilla/editor/. 2001-09-25 22:53:13 +00:00
TypeInState.cpp fix typo, removed unused string, code cleanup (r=glazman, sr=tor, a=asa, bug=216045) 2003-09-03 13:49:22 +00:00
TypeInState.h Fix HP-UX bustage from jfrancis checkin. 2003-06-12 11:20:00 +00:00