Commit Graph

3697 Commits

Author SHA1 Message Date
brade%netscape.com
bdebe12666 recheckin save fix (bug 171798) which was inadvertently backed out (r=cmanske, sr=alecf) 2002-10-07 19:29:19 +00:00
brade%netscape.com
f7d5f35b4a remove unused CIDs (r=mjudge/sr=kin/bug 121648) 2002-10-07 14:21:34 +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
cmanske%netscape.com
e6e4343f43 More remove editorShell from dialogs work (comments added by neil as requested). b=158881, r=cmanske, sr=alecf 2002-10-05 20:44:49 +00:00
cmanske%netscape.com
4aba733bb9 Backed out changes for bugscape bug 20282, will recheckin as a mozilla bug 2002-10-05 17:35:36 +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
9eb1bf9cc2 Fix problems with styles in IM, Chat, and Mail Composers. bugscape=20282, r=brade, sr=hewitt 2002-10-05 01:20:10 +00:00
smontagu%netscape.com
dd6cc75df8 Force entry fields for URI elements to be left to right even in right-to-left chrome. Bug 157607, r=jag, sr=hewitt 2002-10-03 21:16:39 +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
cmanske%netscape.com
c479da42fa Remove editorShell from dialogs. b=158881, r=brade, sr=alecf 2002-10-03 04:05:34 +00:00
jfrancis%netscape.com
16165be4f9 fix for 167585: the case of the disappearing cursor.
r=cmanske; sr=kin
2002-10-02 13:52:14 +00:00
cmanske%netscape.com
06c1621bb0 Don't set focus to Composer window after publishing. b=170959, r=brade, sr=alecf 2002-10-01 21:56:39 +00:00
brade%netscape.com
b1308fc696 fix some callers of editorshell's documentModified and documentEditable to use editor (bug 171798, r=cmanske, sr=alecf) 2002-10-01 18:43:04 +00:00
brade%netscape.com
dc8082ace8 remove unused files (bug 171715, r=cmanske, sr=scc) 2002-10-01 13:20:55 +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
e55eff6b17 removal of files that are no longer part of Composer (bug 171715, r=cmanske, sr=scc) 2002-09-30 21:47:59 +00:00
brade%netscape.com
780df61345 bug 121648; remove unused portions of editorshell; r=glazou, sr=kin 2002-09-30 13:51:58 +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
3ea4b9f47f remove publish.js per editor embedding meeting (dead file) 2002-09-27 14:04:03 +00:00
akkana%netscape.com
ab32e1d25f 169308: Make nsIEditorLogging scriptable: add idl file to the mac build 2002-09-26 00:52:18 +00:00
akkana%netscape.com
5fa10e540a 169308: Make nsIEditorLogging scriptable: fix a typo. r=brade sr=kin 2002-09-25 23:53:17 +00:00
akkana%netscape.com
6238486007 169308: Make nsIEditorLogging scriptable: fix a typo. r=brade sr=kin 2002-09-25 23:34:59 +00:00
akkana%netscape.com
0ce7189dff 169308: Make nsIEditorLogging scriptable: a couple of nicities suggested by Kin. r=brade sr=kin 2002-09-25 23:34:04 +00:00
akkana%netscape.com
45c04544f8 169308: Make nsIEditorLogging scriptable. r=brade sr=kin 2002-09-25 23:29:40 +00:00
akkana%netscape.com
523005a0be 169001: remove editorshell references. r=brade sr=kin 2002-09-25 23:20:38 +00:00
jfrancis%netscape.com
2080c294fb fix for 170344: block operations failing at certain selection points. r=akkana, sr=kin 2002-09-25 21:56:23 +00:00
aaronl%netscape.com
7926616511 Bug 170745. error occuring while opening compose or mailcompose window. r=akkana, sr=sspitzer 2002-09-25 18:35:36 +00:00
aaronl%netscape.com
d618542d85 Bug 167921 - allow web pages to use preventDefault so that typeaheadfind doesn't interfere with them. r=kyle, sr=brendan. Also fixes bug 165315 - typeaheadfind shouldn't hardcode kbd shortcuts, bug 77704 - add accelerator for find prev (also added menu item). Also fixes bug 167783 - ctrl+g for typeaheadfind after repeating characters. Also fixes bug 168408 - backspace after bad character typed should do the right thing, but don't add bad characters to buffer. Also fixes bug 71832 - add F3 for find next (also shift+F3). Bug 157669 - Alt+D to select location bar (IE keyboard compatibility), r=sgehani, sr=hewitt 2002-09-24 22:46:50 +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
5a09a20b46 Rearrange initialization of member vars to avoid build warning, fix by walker84@yahoo.com, b=169780, r=cmanske, sr=dveditz 2002-09-23 17:34:50 +00:00
glazman%netscape.com
f997bfaf78 undefined variable error in ComposerCommands.js, b=169860, r=neil@parkwaycc.co.uk, sr=kin 2002-09-20 13:28:31 +00:00
brade%netscape.com
230a1b755b remove editorshell usage and fix some commands to emit all of the params needed to work; r=akk, sr=kin (bug 169231) 2002-09-20 12:41:24 +00:00
glazman%netscape.com
9f6ec8a062 Fixes a crash when hitting backspace in Composer
b=167543, r=timeless, sr=kin
2002-09-20 08:57:04 +00:00
glazman%netscape.com
b54bf782a2 attributes VALIGN on TD and WIDTH/SIZE on HR were not CSSized when the elements are created in CSS mode.
b=169824, r=akkana, sr=kin
2002-09-20 08:53:52 +00:00
jfrancis%netscape.com
a338a02892 fix for 168336: block operations crossing breaks incorrectly r=fm sr=kin 2002-09-20 02:28:55 +00:00
glazman%netscape.com
401191b960 missing changes in nsHTMLEditor.cpp from bug 167712, solves minor problems in CSS mode of Composer, r=timeless, sr=kin 2002-09-20 02:09:04 +00:00
cmanske%netscape.com
c701cdae5b Forgot part of fix to remove editorshell from dialogs bug: 158881, r=neil@parkwaycc.co.uk, sr=dveditz 2002-09-19 18:53:36 +00:00
cmanske%netscape.com
2355f149e9 Restoring previous accesskey since missing DTD change is now checked in. 2002-09-19 14:43:14 +00:00
cmanske%netscape.com
8033b6ca39 Part of removing editorShell from Composer dialogs, form dialog work by neil@parkwaycc.co.uk, b=158881, r=cmanske, sr=dveditz 2002-09-19 14:25:17 +00:00
glazman%netscape.com
efb9e4fb45 Reverting to v1.35 of the file since 1.36 introduced a bad entity name horking Composer. r=brade 2002-09-19 13:30:23 +00:00
cmanske%netscape.com
ca4919f12f Convert from nsIEditorShell to nsIHTMLEditor/nsIEditor interfaces in dialogs. Work by cmanske and neil@parkwaycc.co.uk, b=158881, r=brade,andreww,neil@parkwaycc.co.uk; sr=dveditz,sfraser 2002-09-19 03:32:23 +00:00
akkana%netscape.com
cf87d389f6 67363: Undo should work for batch ReplaceAll. r=brade sr=kin 2002-09-18 23:08:59 +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
brade%netscape.com
7304fe9863 PreventDefault in html editors for normal typing (letters/numbers/etc) (bug 158672, r=timeless, sr=smfr) 2002-09-17 21:27:30 +00:00
brade%netscape.com
69c3b0aaaf fix global name change; bug 169140 (r=glazou, sr=jag) 2002-09-17 19:03:18 +00:00
glazman%netscape.com
e03e047dcf fixes several bugs at once:
could not revert to HTML attributes default value,
VALIGN attribute on table elements was not CSSized,
page colors of new documents were not CSSized,
bad design in |nsEditor::CloneAttributes()|,
new image width/height/border attributes were not CSSized,
error in EdTableProps.js

b=167712, b=167716, r=brade, r=jfrancis, sr=kin
2002-09-17 12:04:59 +00:00
cmanske%netscape.com
9243687fec Part of fix to table editor interface cleanup bug 166922. r=akkana, sr=hewitt 2002-09-16 17:57:17 +00:00
cmanske%netscape.com
ebf2d5f9cd Load base style sheet for Composer. b=168576, r=akkana, sr=kin 2002-09-16 17:42:30 +00:00