brade%netscape.com
92d49f7efb
use Truncate instead of SetLength(0); r=cmanske, sr=bz, bug=209548
2003-07-18 02:27:19 +00:00
brade%netscape.com
d181caca28
fix linux bustage
2003-07-14 15:43:20 +00:00
brade%netscape.com
50bd6758dd
cleanup #includes; r=kaie, sr=darin, bug=180316
2003-07-14 14:37:23 +00:00
jaggernaut%netscape.com
20004e3489
Bug 73353: clean up MODULE/REQUIRES story. r=cls, sr=bryner
2003-07-13 22:29:00 +00:00
scott%scott-macgregor.org
997103a406
Bug #212469 --> spell checker should ignore quoted text for HTML mail.
...
r/sr=kin
2003-07-12 00:17:37 +00:00
leon.zhang%sun.com
0e20c9345c
First patch for bug 208446: Caret stops blinking or disappears, prevent firing assertion
...
r=sfraser sr=kin
2003-07-09 03:05:25 +00:00
brade%netscape.com
42f5498e33
remove unused variables to fix warnings; no bug, no reviews
2003-07-08 22:10:09 +00:00
brade%netscape.com
0d360e211d
editor code cleanup (use contract IDs); r=timeless; sr=kin; bug=209548
2003-07-08 20:22:56 +00:00
bzbarsky%mit.edu
fd6654ba6d
Move to the double-'::' notation for various pseudo-elements.
...
Bug 211657, r+sr=dbaron
2003-07-07 21:57:01 +00:00
brade%netscape.com
6cca4ccd3e
NS_IMPL macro cleanup; r=timeless; sr=kin; bug=209548
2003-06-27 14:19:40 +00:00
glazman%netscape.com
9e7ea0ab4e
Support for Absolute Positioning, Snap to Grid, and Inline Table Editing in Composer
...
r=brade, sr=jst
2003-06-25 08:50:48 +00:00
glazman%netscape.com
27496fee45
Files removed, they were accidentally checked in with a non binary cvs add
2003-06-25 07:49:49 +00:00
glazman%netscape.com
1197c766f5
Support for Absolute Positioning, Snap to Grid, and Inline Table Editing in Composer
...
r=brade, sr=jst
2003-06-25 07:30:19 +00:00
jst%netscape.com
2e8edec781
Fixing bug 209884. Writing an inline helper to safely get an nsIScriptContext from a JSContext and making direct callers of JS_GetContextPrivate() use the helper. r=caillon@aillon.org, sr=peterv@netscape.com
2003-06-24 21:43:01 +00:00
caillon%returnzero.com
ba75de772b
Bug 209087
...
Content interface out-parameters should use ptr-to-ptrs instead of ref-to-ptrs and some small deCOMtamination.
r+sr=jst@netscape.com
2003-06-13 20:10:01 +00:00
seawood%netscape.com
8f112a4226
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 21:18:27 +00:00
brade%netscape.com
995573dc94
fix MOZ_COMPOSER to be specific to composer app; use plaintext flag; r=bryner, sr=smfr, bug 208132
2003-06-10 20:34:45 +00:00
brade%netscape.com
fc284010a2
removing commented out includes
2003-06-10 18:57:51 +00:00
brade%netscape.com
15ae90a807
bug 208132; move required files (for html editing) out of ui/composer/content and into composer/src/res; r=byner, sr=smfr
2003-06-09 14:06:46 +00:00
brade%netscape.com
00fc2c47cb
GetCommandState for document commands to return their boolean values; r=glazman, sr=sfraser, bug=208544
2003-06-06 19:28:25 +00:00
leon.zhang%sun.com
1cc73c1d82
patch for bug 207469: optimize timer usage in nsComposerCommandsUpdater::PrimeUpdateTimer()
...
sr=sfraser r=Henry.Jia
2003-05-30 06:33:47 +00:00
timeless%mozdev.org
1cf43e4c72
Bug 206204 `nsHTMLTag gWatchTags[3]', nsEditorParserObserver defined but not used
...
r=brade sr=sfraser a=dbaron
2003-05-23 14:51:04 +00:00
brade%netscape.com
faa13685c5
fix assignment per sspitzer; bug 195506 a=sspitzer r/sr=smfr
2003-05-09 18:18:53 +00:00
brade%netscape.com
50c5f629a2
handle utf8 font names bug 201233; patch by taka, r=brade, sr=jag
2003-04-18 13:12:13 +00:00
kin%netscape.com
09dde3b2ef
Fix for bugzilla 91131(Cannot spellcheck selection)
...
First pass implementation of spellcheck selection feature:
editor/composer/src/nsEditorSpellCheck.cpp
editor/idl/nsIEditorSpellCheck.idl
editor/txtsvc/public/nsITextServicesDocument.h
editor/txtsvc/src/Makefile.in
editor/txtsvc/src/nsTextServicesDocument.cpp
editor/txtsvc/src/nsTextServicesDocument.h
editor/ui/composer/content/ComposerCommands.js
editor/ui/dialogs/content/EdSpellCheck.js
mailnews/compose/resources/content/MsgComposeCommands.js
r=jfrancis@netscape.com ,brade@netscape.com sr=sfraser@netscape.com
2003-04-17 14:29:08 +00:00
brade%netscape.com
a965a2ae14
add document commands for toggling image animation/plugins, clearing undo stack; r/sr=sfraser (patch in bug 195506)
2003-04-15 13:53:51 +00:00
sfraser%netscape.com
4dbf4f2abf
Appease the Windows __stdcall gods. Bug 201257.
2003-04-10 20:45:17 +00:00
sfraser%netscape.com
d61e2195a4
Fix bug 201257 -- clean up use of nsIControllerCommandManager by editor:
...
Renaming nsIControllerCommandManager to nsIControllerCommandTable to reduce confusion.
Moving the immutability flag from the nsBaseCommandController to the nsControllerCommandTable.
Renaming the 'refcon' on nsIControllerContext to 'context', and giving nsIControllerContext an Init() method that optionally takes a command table.
Fixing the editor and composer module code to create pre-filled nsIControllerCommandTables as services, and the controller constructors to create singleton command tables with do_GetService.
r=brade, sr=alecf.
2003-04-10 18:44:03 +00:00
glazman%netscape.com
0ee6895c46
EditorOverride.css contained slow CSS rules; b=196625, r=kin, sr=kin
2003-03-25 15:16:21 +00:00
dougt%netscape.com
be629223b6
Create a new xpcom obsolete library (and component library).
...
Moved nsFileSpec and related classes into this obsolete library.
Moved nsRegistry and related libreg functionality into the obsolete library.
Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.
Combined the following DLLs (source -> dest)
uriloader -> docshell
shistory -> docshell
jsurl -> jsdom
gkview -> gklayout
Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer
Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.
Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).
Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService
Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
brade%netscape.com
078bb944e6
fix unlink (remove href) command; it needs to only do removal r=Neil, timeless, sr=kin; bug 193716
2003-03-04 15:42:44 +00:00
brade%netscape.com
191c65b718
allow editors to edit documents which contain iframes (bug 193902, r=cmanske, sr=smfr)
2003-02-27 14:06:29 +00:00
glazman%netscape.com
2a1389ecba
Allow mouse-driven resizing of images and tables in all instances of editor.
...
For the default Mozilla build, this includes Composer and Mail Composition.
Embeddors willing to disable this feature should look at |nsHTMLEditor::SetIsImageResizingEnabled()|
Displays eight resizing handles plus an info box. Images are resized real-time.
Uses HTML attributes in pure HTML mode (mail composition for instance) and CSS properties when available.
Undoable and Redoable. Does not grind coffe and make a good expresso yet.
Thanks if you really read to that line.
b=47066, r=brade, r=cmanske (for the algo part inheriting from the XBL patch), sr=kin
2003-02-24 09:37:18 +00:00
brade%netscape.com
d8751c6855
register command for removing a link (bug 193716); r=mkaply, sr=smfr, a=asa
2003-02-19 15:03:49 +00:00
heikki%netscape.com
0b3921ec72
Fixing build bustage; added missing semicolon.
2003-02-17 22:19:43 +00:00
mkaply%us.ibm.com
dfc64e92c1
#193719
...
r=brade, sr=kin, a=dbaron
Midas - crash - handle unexpected empty parameters
2003-02-17 21:02:43 +00:00
brade%netscape.com
2c5b734cac
add comments, remove warnings, cancel mLoadBlankDocTimer to prevent crash, disable animation of images (bugs 191392, 192976, 191166) r=smfr, kin, brade; a=asa (mLoadBlankDocTimer portion originally submitted by cmanske@netscape.com)
2003-02-14 14:56:32 +00:00
neil%parkwaycc.co.uk
1b19156a4e
Bug 82547 patch allows Composer to catch mouse events on some form elements r=glazman sr=kin a=asa
2003-02-14 09:59:51 +00:00
mkaply%us.ibm.com
6e53484b55
#192024
...
r=brade, sr=kin, a=asa
domSelection can be null if there is no presShell - don't dereference it
2003-02-06 05:34:47 +00:00
brade%netscape.com
b060ad5bef
fix bug 187351 by cancelling docshell refresh timers; fix bug 182290 by changing destruction order and cleaning up error checking (don't let some failures stop destruction sequence); r=sfraser, sr=kin
2003-01-22 00:46:38 +00:00
brade%netscape.com
468d30e4c1
fixes for bug 182290 (cancelling timer during destruction) and bug 183133 (enabling undo after typing a letter); r=sfraser, sr=kin
2003-01-22 00:41:32 +00:00
brade%netscape.com
93d3799700
register commands (bug 184719, r=mkaply, sr=sfraser)
2003-01-17 12:54:18 +00:00
brade%netscape.com
4fd79914da
split nsComposerCommands.cpp to separate out document commands from content commands; add commands to set "useCSS" flag and readonly flag (bugs 184718, 184719), r=mkaply, sr=sfraser
2003-01-16 14:59:09 +00:00
brade%netscape.com
169ffbadef
bug 186054 and others; disable JS and plugins in Composer (r=smfr, sr=kin)
2003-01-10 13:13:25 +00:00
dbaron%dbaron.org
0b5c7134c9
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 19:35:36 +00:00
ducarroz%netscape.com
4edd31cdb7
Fix for bug 173046. fix initialization of the text filter service. Editor commands also takes care of msg compose spell button. R=rods, SR=sspitzer
2002-12-18 02:23:10 +00:00
brade%netscape.com
1c01e174ff
fix insert HR command for Midas (bug 183793; r=cmanske, sr=smfr)
2002-12-17 19:41:00 +00:00
rods%netscape.com
ca00db2d37
Implement filters for spellchecker, so we can skip certain nodes (like Block Quote "cite") for mail
...
Bug 173046 r=jfrancis sr=kin a=asa
2002-12-10 15:03:04 +00:00
brade%netscape.com
e1c5617be2
remove dead code; cleanup command params for a few commands; standardize QI calls (bug 180745, r=cmanske, sr=smfr)
2002-12-02 22:20:12 +00:00
glazman%netscape.com
b8076d0038
Table of Contents management in Composer (lives under Insert menu); b=170050, r=cmanske, sr=peterv
2002-12-02 13:54:41 +00:00