brade%netscape.com
c26e9bdaf8
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
d4c59e3e06
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
98beaa83c8
register commands (bug 184719, r=mkaply, sr=sfraser)
2003-01-17 12:54:18 +00:00
brade%netscape.com
941f48eece
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
83f430e53c
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
098bd15103
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
7591f728ed
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
695f629d17
fix insert HR command for Midas (bug 183793; r=cmanske, sr=smfr)
2002-12-17 19:41:00 +00:00
rods%netscape.com
338d74b952
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
f4b88392a3
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
feeca8bf35
Table of Contents management in Composer (lives under Insert menu); b=170050, r=cmanske, sr=peterv
2002-12-02 13:54:41 +00:00
cmanske%netscape.com
411cfc84da
Added command to notify when document url changes. b=181091, r=akkana, sr=sfraser
2002-11-27 00:35:09 +00:00
caillon%returnzero.com
82090ec342
Bug 181442 - Convert editor's pref usage to the new pref APIs.
...
r=brade sr=kin
2002-11-23 01:26:58 +00:00
cmanske%netscape.com
b590877b92
Fixed nsDocShell leak and nsEditingSession init after forced reload of document. b=180146, r=cmanske, sr=sfraser
2002-11-20 06:23:05 +00:00
brade%netscape.com
c56d42162b
bug 157111; register new commands; r=cmanske, sr=sfraser
2002-11-20 01:20:19 +00:00
brade%netscape.com
aba0befae8
bug 157111; add some new commands; r=cmanske, sr=sfraser
2002-11-20 01:18:48 +00:00
brade%netscape.com
71fb2a730d
bug 157111; add some new commands, cleanup do_QI assignments and some other cleanup; r=cmanske, sr=sfraser
2002-11-20 01:18:23 +00:00
cmanske%netscape.com
bc4a112d1e
Final removal of 'editorShell' and associated files. b=169029, r=brade, sr=sfraser
2002-11-15 15:36:44 +00:00
brade%netscape.com
cd7d7bf7a5
fix compiler warning introduced by bug 170353
2002-11-13 15:45:34 +00:00
cmanske%netscape.com
722881b278
Command Controller refactoring and cleanup, mostly by mjudge with help by cmanske, b=170353, r=brade, sr=sfraser. EditingSession cleanup and new commands in \editor, b=174439, r=mjudge, sr=sfraser
2002-11-12 23:03:27 +00:00
bzbarsky%mit.edu
fe11056d5d
Clean up some array stuff in editor; switch to nsCOMArray in a bunch of
...
places. Bug 175564, r=jfrancis, sr=kin
2002-11-12 19:40:11 +00:00
akkana%netscape.com
c90a5da673
168999: don't uninit the spellchecker twice, and eliminate the non-thread-safe asserts
2002-10-17 04:22:27 +00:00
glazman%netscape.com
b122e87cb4
Add a tag selector to Composer's status bar. It allows to view the whole hierarchy of the current selection, from the deepest element container up to the body.
...
Each element in the bar is selectable and a context menu allows to select the element, remove the element preserving its contents, changing the element into another one (regardless of DTD), and open the advanced properties dialog for the element.
When "Change tag" is requested, a textbox appears in the status bar. Changes are discarded if Escape key is pressed, and performed if CR/Enter key is pressed.
b=173319, r=brade, sr=peterv, a=rjesup@wgate.com
2002-10-16 08:07:35 +00:00
akkana%netscape.com
3a4e8d5779
168999: Make nsEditorSpellCheck an independant object instead of part of editorshell. r=brade sr=kin a=asa
2002-10-11 23:46:57 +00:00
mjudge%netscape.com
83252db51b
135774 r=cmanske sr=jag
2002-10-09 02:10:22 +00:00
cmanske%netscape.com
e181e47206
More 'editorShell' removal. b=169029, r=brade, sr=kin
2002-10-09 00:26:08 +00:00
cmanske%netscape.com
4351a45e74
Removed arg test not needed - part of fix to bug 64647, r=mjudge, sr=darin
2002-10-06 01:35:51 +00:00
cmanske%netscape.com
be8799bf71
Implemented command and Composer UI for 'Paste Without Formatting' command. b=64647, r=mjudge, sr=darin
2002-10-06 01:23:18 +00:00
bryner%netscape.com
1bb489617c
Remove gfx2 from REQUIRES globally, since we no longer export headers to a separate gfx2 module. r=cls.
2002-10-05 02:49:02 +00:00
cmanske%netscape.com
cf361191e0
Remove editorShell from main Composer window. b=169026, r=brade, sr=alecf
2002-10-03 04:07:10 +00:00
bryner%netscape.com
97334d8f6e
Add a configure option to disable building composer (bug 170136). Move handling of the -composer command-line option from libeditor/base/ to composer/src/. Remove unused nsIEditorService interface. r=seawood, sr=sfraser.
2002-10-01 00:16:51 +00:00
brade%netscape.com
8525438c18
bug 121648; remove unused portions of editorshell (r=glazou, sr=kin)
2002-09-30 13:51:35 +00:00
brade%netscape.com
ad12f508e6
remove EditingHTML() stub and its usage; bug 169514, r=mjudge, sr=kin (with clean requested by kin)
2002-09-24 13:29:28 +00:00
cmanske%netscape.com
1010f8aeed
Progress on removing editorShell from Composer: fixed controller and command problems and mimetype and 'documentEditable' to editor interfaces, b=169029, r=brade, sr=dveditz
2002-09-18 19:42:38 +00:00
cmanske%netscape.com
33f206ae1a
Removing unsused files from tree
2002-09-17 23:46:12 +00:00
dbaron%fas.harvard.edu
0b1d62b9af
Fix OS/2 bustage from Akkana's checkin by removing extraneous |const|. r=akkana b=124265
2002-09-14 01:10:33 +00:00
cmanske%netscape.com
b5b5192ae1
Checking in fix by stephend: remove 'done' status message in mail Composer. b=90691, r=cmanske, sr=sfraser
2002-09-13 20:03:05 +00:00
akkana%netscape.com
7ae5c1cecb
124265: make nsIEditorStyleSheet more scriptable. Fix is partly me r=cmanske, partly cmanske r=me; all is sr=alecf
2002-09-13 19:47:38 +00:00
cmanske%netscape.com
27b8578e83
Fixed table row deletion and reorganized nsITableEditor methods. b=166922, r=akkana, sr=hewitt
2002-09-13 04:19:30 +00:00
brade%netscape.com
1d4d545c1a
api changes (bug 157097, r=cmanske, sr=sfraser)
2002-09-12 19:09:19 +00:00
brade%netscape.com
06938e9e85
remove editorShell; remove UI state; use nsIEditor instead of nsIEditorShell for refcon (bug 157097, r=cmanske, sr=sfraser)
2002-09-12 19:09:01 +00:00
brade%netscape.com
596f340e12
use nsIEditor instead of nsIEditorShell for refCon; editorshell removal; nsIStateUpdatingControlelrCommand removal; remove duplicate API (bug 157097, r=cmanske, sr=sfraser)
2002-09-12 19:08:46 +00:00
brade%netscape.com
89382f875d
add mComposerController (bug 157097, r=cmanske, sr=sfraser)
2002-09-12 19:08:13 +00:00
brade%netscape.com
394d7d3613
setup mComposerController; use nsIEditor instead of nsIEditorShell to initialize editorControllers (bug 157097, r=cmanske, sr=sfraser)
2002-09-12 19:08:04 +00:00
dougt%netscape.com
68faeb5241
166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2002-09-07 17:13:19 +00:00
dougt%netscape.com
fae89c4077
Fixes up the timer interface. b157136, r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2002-09-07 05:38:16 +00:00
alecf%netscape.com
dc6d6e3736
bug 157624 - freeze nsISupportsPrimitives, which includes changing nsISupport[C]String over to using A[C]String and fixing consumers
...
r=dougt, sr=darin
2002-08-26 21:20:34 +00:00
alecf%netscape.com
03f69e9a10
fix bug 162741 - revamp chrome registry interface in preparation for bug 160000 - switch lots of public APIs over to ACString, etc.
...
r=bryner, sr=hyatt
2002-08-20 18:12:51 +00:00
glazman%netscape.com
896e391414
make CSS mode the default in Composer and hide text highlight button when not in CSS mode; b=161303, r=neil@parkwaycc.co.uk, sr=kin
2002-08-14 13:12:52 +00:00
bzbarsky%mit.edu
27a736b73a
Remove stray printf. Bug 161984, patch by ajschult@eos.ncsu.edu (Andrew
...
Schultz), r=akkana, sr=bzbarsky
2002-08-10 09:32:08 +00:00