.. |
.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 bug 232503. Start using Empty[C]String() to save a bit on code-size. r+sr=peterv@propagandism.org
|
2004-01-29 22:04:45 +00:00 |
TextEditorTest.cpp
|
Fixing debug build bustage.
|
2004-01-30 21:09:49 +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 |
nsEditProperty.cpp
|
fix for bug 201982 - r=brade, sr=smfr
|
2003-04-17 05:42:33 +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 |
nsHTMLAbsPosition.cpp
|
Fixing bug 232503. Start using Empty[C]String() to save a bit on code-size. r+sr=peterv@propagandism.org
|
2004-01-29 22:04:45 +00:00 |
nsHTMLAnonymousUtils.cpp
|
landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt
|
2004-02-19 02:44:03 +00:00 |
nsHTMLCSSUtils.cpp
|
Fixing bug 232503. Start using Empty[C]String() to save a bit on code-size. r+sr=peterv@propagandism.org
|
2004-01-29 22:04:45 +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
|
fix for bug 32768; relativize urls (if possible) on insertion; r=Neil, glazman, smfr; sr=dmose
|
2004-03-04 18:47:49 +00:00 |
nsHTMLEditRules.cpp
|
fixes annoying assertion in the editor: b=217906, r=brade, sr=kin
|
2004-02-06 14:34:54 +00:00 |
nsHTMLEditRules.h
|
Fixing bug 232503. Start using Empty[C]String() to save a bit on code-size. r+sr=peterv@propagandism.org
|
2004-01-29 22:04:45 +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 |
nsHTMLEditor.cpp
|
Inline TwipsToPixels and PixelsToTwips on nsIPresContext. Bug 229371, r+sr=dbaron.
|
2004-02-11 04:57:07 +00:00 |
nsHTMLEditor.h
|
fix for bug 32768; relativize urls (if possible) on insertion; r=Neil, glazman, smfr; sr=dmose
|
2004-03-04 18:47:49 +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
|
Bug 236620: kill nsIContent::CanContainChildren
|
2004-03-06 00:22:03 +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
|
Continuing nsIPresContext deCOMtamination (bug 229371). Remove GetImageLoadFlags (unused). Make failure to fetch the LookAndFeel service cause Init() to fail, don't null check it after that, and inlined the getter. Move IOService caching to nsImageFrame, the only user of it. r+sr=bzbarsky.
|
2004-01-21 09:35:59 +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
|
Composer's table cell properties' dialog did not allow to reset width and hight and the switch between TD and TH did not work (regression): b=230165, r=timeless, sr=dbaron
|
2004-01-09 20:52:07 +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 |