bzbarsky%mit.edu
bc2dafb595
fix windows linker bustage
2002-11-12 20:35:59 +00:00
bzbarsky%mit.edu
0e1932c1de
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
jfrancis%netscape.com
31794c188d
fix for 178264: nsRangeUpdater bugs and enhancements. precursor to 143338 landing. r=brade; sr=kin
2002-11-10 15:11:08 +00:00
bryner%netscape.com
7b5407b246
Add a second pass of event processing for system events, using DOM3 event group functionality. Bug 124990. Patch by joki, r=saari and bryner, sr=jst.
2002-11-09 00:25:25 +00:00
glazman%netscape.com
16d402e795
show tooltip for href (links), src (images) and name (named anchors) in Composer; b=47519, fix by glazman@netscape.com and neil@parkwaycc.co.uk, r=brade, r=glazman for kin's changes, sr=kin
2002-11-08 09:14:00 +00:00
glazman%netscape.com
f2eacb19db
inline styles were not merged after a SetInlineProperty() call; b=178667, r=jfrancis, sr=kin
2002-11-08 08:54:42 +00:00
jfrancis%netscape.com
3a08e05023
64647: implement "Paste without Formatting"; r=akkana; sr=sfraser
2002-11-07 13:04:37 +00:00
jfrancis%netscape.com
387c57412c
fix for 174017: Multiple enters after quoted text does not move cursor; r=fm; sr=kin
2002-11-07 11:38:08 +00:00
jfrancis%netscape.com
ef420ebd06
fix for 169586: Plaintext is always pasted in default font not the one in context. r=brade; sr=kin
2002-11-07 11:29:37 +00:00
jfrancis%netscape.com
71ae31c178
fix for 164060: Drop link into list item makes cursor jump to next item; r=fm; sr=kin
2002-11-07 11:26:26 +00:00
bryner%netscape.com
ec90778ef2
Bug 104371 - shiftKey not set correctly for keypress events, breaking shift+space binding. r=brade, bzbarsky, sr=hyatt.
2002-11-07 03:34:13 +00:00
cmanske%netscape.com
c07d1d6ee3
Fixed busted 'deleteTable' feature - silly spelling error, b=174558, r=brade, sr=kin, a=asa/drivers
2002-11-01 22:20:37 +00:00
kairo%kairo.at
0978ac7de5
Bug 175853, Update localeVersion strings for 1.2 final - and do it correctly, r=jbetak, sr=bzbarsky, a=blizzard
2002-10-30 12:41:38 +00:00
akkana%netscape.com
82b7aca784
176355: Warning fix, remove unused var. r=dmose, sr=bz, a=dbaron
2002-10-24 03:45:23 +00:00
blizzard%redhat.com
804e01dd5e
Backout unapproved checkin for bug #104371 .
2002-10-23 15:18:13 +00:00
glazman%netscape.com
f7659825e8
Composer's struct toolbar caused regression in mail composition + UI polish ; b=175276, fix by neil@parkwaycc.co.uk, r=glazman, sr=kin, a=asa
2002-10-23 12:09:02 +00:00
hyatt%netscape.com
f0fbe99df7
Fix for 104371, SHIFT not being set correctly in the DOM, i.e., the SHIFT+space
...
keybinding didn't work. r=blizzard,brade sr=blake
2002-10-23 03:15:42 +00:00
jaggernaut%netscape.com
60ebc3a2af
Bug 172716: Fix composer Browse button. r=cmanske, sr=dveditz, a=drivers
2002-10-22 19:48:59 +00:00
caillon%returnzero.com
3aecd9142f
Bug 175304 - Composer cannot open files via 'Open file' or 'Edit Link'.
...
Patch by Kathy Brade <brade@netscape.com>
r=caillon@returnzero.com
sr=bzbarsky@mit.edu
a=asa@mozilla.org
2002-10-21 01:10:06 +00:00
akkana%netscape.com
45b69fcea1
174987: Don't skip the last pass through the loop (was deleting signatures). r=brade sr=kin a=asa
2002-10-18 19:25:32 +00:00
brade%netscape.com
38dbb29f50
fix closing of Composer windows (bug 174440) r=cmanske, sr=hewitt, a=Asa
2002-10-17 12:33:00 +00:00
akkana%netscape.com
485a14b98e
168999: don't uninit the spellchecker twice, and eliminate the non-thread-safe asserts
2002-10-17 04:22:27 +00:00
caillon%returnzero.com
d7e5e89abc
Bug 162393 - Making our content area clicking and link handling more robust.
...
r=bzbarsky sr=jag a=asa
2002-10-17 04:09:20 +00:00
jfrancis%netscape.com
a2a809c1b3
fix for 173818: first char typed in html mail reply lost. r=akk, sr=kin, a=asa
2002-10-17 03:16:34 +00:00
akkana%netscape.com
b44c1af075
173953: Fix plaintext quoting. r=ducarroz sr=bzbarsky
2002-10-17 00:07:28 +00:00
leaf%mozilla.org
aeba91a83f
update localeVersion for 1.2b, a=asa
2002-10-16 17:51:38 +00:00
glazman%netscape.com
5cf87d502d
correct version of the file ; b=173319, r=brade, sr=peterv, a=rjesup
2002-10-16 13:19:27 +00:00
glazman%netscape.com
7ec6d23893
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
72aab3ea47
174391: Make printing independant of editorshell. Fix from brade, r=me, sr=bryner, a=rjesup
2002-10-15 20:31:47 +00:00
dbaron%fas.harvard.edu
c8a13ca27c
Fix leak of transactions. b=174123 r=jfrancis sr=kin a=rjesup
2002-10-14 23:48:05 +00:00
glazman%netscape.com
ef94ee2c0f
Composer was inserting charset information (meta element) after the title of the document; b=145952, r=brade, sr=peterv, a=asa
2002-10-14 20:14:40 +00:00
akkana%netscape.com
7224a79a1a
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
brade%netscape.com
b5ad29fd1d
fix typo (r=akkana, cmanske, sr=kin) bug 171798
2002-10-09 18:06:26 +00:00
mjudge%netscape.com
7447103b43
135774 r=cmanske sr=jag
2002-10-09 02:10:22 +00:00
akkana%netscape.com
cbdab08e32
More 161143: fix an uninitialized variable warning noticed by aleksey@nogin.org
2002-10-09 01:33:31 +00:00
cmanske%netscape.com
b04b6d62f5
More 'editorShell' removal. b=169029, r=brade, sr=kin
2002-10-09 00:26:08 +00:00
timeless%mac.com
2657dc4886
Bug 173258 controller.QueryInterface(Components.interfaces.nsICommandController) should be in goUpdateComposerMenuItems instead of goUpdateCommandState
...
r=cmanske, r=brade, sr=kin
2002-10-08 23:58:58 +00:00
jfrancis%netscape.com
0ef08d01b8
fix for 164054: Place selection at first visible content on editor doc load r=brade sr=kin
2002-10-08 23:08:34 +00:00
jfrancis%netscape.com
aa73f56058
fix for 171243: redo broken
r=brade, sr=kin
2002-10-08 23:06:38 +00:00
jfrancis%netscape.com
ba63289ff8
fix for 169033: deletion should delete nested empty blocks all in one action
r=fm; sr=kin
2002-10-08 22:59:09 +00:00
jfrancis%netscape.com
6f9fc789b7
fix for 164054: Place selection at first visible content on editor doc load
r=brade
sr=kin
2002-10-08 22:53:55 +00:00
akkana%netscape.com
f8e9d29c18
161143: Add new method InsertTextWithQuotes, and call it from Rewrap. r=brade,jfrancis sr=sspitzer
2002-10-08 21:22:27 +00:00
darin%netscape.com
c1f90f69a4
revising my bustage fix
2002-10-08 21:18:41 +00:00
darin%netscape.com
4c16f74595
fixes win32 bustage from akk's last checkin
2002-10-08 21:11:59 +00:00
cmanske%netscape.com
d3666240fb
Restored previous Composer window ID, b=173257, fix by neil@parkway.cc.co.uk, r=cmanske, sr=kin
2002-10-08 20:39:05 +00:00
akkana%netscape.com
45a6f01fac
161143: Add new method InsertTextWithQuotes, and call it from Rewrap. r=brade,jfrancis sr=sspitzer
2002-10-08 20:24:23 +00:00
brade%netscape.com
ce3eb1aa2a
fix typo (bug 122992) sr=kin
2002-10-08 14:01:02 +00:00
cmanske%netscape.com
53953ee690
Fixed broken smileys in Mail Composer. b=70031, r=suresh, sr=kin
2002-10-07 20:13:09 +00:00
brade%netscape.com
fab249e180
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
b95c62bc1f
remove unused CIDs (r=mjudge/sr=kin/bug 121648)
2002-10-07 14:21:34 +00:00
cmanske%netscape.com
0b9e2faa24
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
429a6fcbe9
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
601e8a40e8
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
4bff37b509
Backed out changes for bugscape bug 20282, will recheckin as a mozilla bug
2002-10-05 17:35:36 +00:00
bryner%netscape.com
c4d52841f0
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
fb569dfb75
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
55b606ff79
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
70ac511de8
Remove editorShell from main Composer window. b=169026, r=brade, sr=alecf
2002-10-03 04:07:10 +00:00
cmanske%netscape.com
6412d4c2b0
Remove editorShell from dialogs. b=158881, r=brade, sr=alecf
2002-10-03 04:05:34 +00:00
jfrancis%netscape.com
f0bda60fae
fix for 167585: the case of the disappearing cursor.
...
r=cmanske; sr=kin
2002-10-02 13:52:14 +00:00
cmanske%netscape.com
546a94fd86
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
e8e7ae0361
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
ccabe07a85
remove unused files (bug 171715, r=cmanske, sr=scc)
2002-10-01 13:20:55 +00:00
bryner%netscape.com
53392b85c9
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
ada14246f0
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
a57e1f3bcc
bug 121648; remove unused portions of editorshell; r=glazou, sr=kin
2002-09-30 13:51:58 +00:00
brade%netscape.com
ffaec9a45e
bug 121648; remove unused portions of editorshell (r=glazou, sr=kin)
2002-09-30 13:51:35 +00:00
brade%netscape.com
c79fdbe6bc
remove publish.js per editor embedding meeting (dead file)
2002-09-27 14:04:03 +00:00
akkana%netscape.com
071e587e35
169308: Make nsIEditorLogging scriptable: add idl file to the mac build
2002-09-26 00:52:18 +00:00
akkana%netscape.com
7156bf2f2c
169308: Make nsIEditorLogging scriptable: fix a typo. r=brade sr=kin
2002-09-25 23:53:17 +00:00
akkana%netscape.com
8e376abd39
169308: Make nsIEditorLogging scriptable: fix a typo. r=brade sr=kin
2002-09-25 23:34:59 +00:00
akkana%netscape.com
b51594a07c
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
6a82a1274b
169308: Make nsIEditorLogging scriptable. r=brade sr=kin
2002-09-25 23:29:40 +00:00
akkana%netscape.com
4e45027be3
169001: remove editorshell references. r=brade sr=kin
2002-09-25 23:20:38 +00:00
jfrancis%netscape.com
f9fe91117a
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
746f891ab1
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
c17732f0f1
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
280195516e
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
f61bcf9720
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
6512ca734a
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
adb6c6f18c
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
214b77c7f5
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
67293b7b3a
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
516573b6ea
fix for 168336: block operations crossing breaks incorrectly
r=fm
sr=kin
2002-09-20 02:28:55 +00:00
glazman%netscape.com
371a6a2a1b
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
d80df33152
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
0a46f1dd2e
Restoring previous accesskey since missing DTD change is now checked in.
2002-09-19 14:43:14 +00:00
cmanske%netscape.com
2fce54bcd4
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
6921553d1d
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
54020ecc8b
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
e40e263ca8
67363: Undo should work for batch ReplaceAll. r=brade sr=kin
2002-09-18 23:08:59 +00:00
cmanske%netscape.com
22d098a717
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
3e5edfdb98
Removing unsused files from tree
2002-09-17 23:46:12 +00:00
brade%netscape.com
465a52180d
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
ad770ad244
fix global name change; bug 169140 (r=glazou, sr=jag)
2002-09-17 19:03:18 +00:00
glazman%netscape.com
dfe457b9a4
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
63b9f560b4
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
8755789e27
Load base style sheet for Composer. b=168576, r=akkana, sr=kin
2002-09-16 17:42:30 +00:00
dbaron%fas.harvard.edu
4a1885515a
Fix OS/2 bustage from Akkana's checkin by removing extraneous |const|. r=akkana b=124265
2002-09-14 01:10:33 +00:00
akkana%netscape.com
bcf71ae20c
More for 124265 -- fix mac build: remove obsolete ApplyStyleSheet method from nsHTMLEditorLog (which only Mac was building). r=cmanske
2002-09-13 22:00:16 +00:00
akkana%netscape.com
e0e3fb961f
Related to bug 124265: remove these redundant .h files (we have idl files for these interfaces) that should have been removed long ago. r=cmanske, smfr sr'ed this months ago on some other bug
2002-09-13 20:11:58 +00:00
cmanske%netscape.com
a26e65c14b
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
899ec31c99
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
darin%netscape.com
c8bc7f6793
fixes bug 166792 "move nsIIOService::GetURLSpecFromFile, etc. to
...
nsIFileProtocolHandler" r=dougt sr=alecf
2002-09-13 19:32:45 +00:00
jfrancis%netscape.com
9f72876153
fix for 95654: inserting an <hr> creates a blank line after it
r=glazman
sr=kin
2002-09-13 13:31:11 +00:00
jfrancis%netscape.com
c288b712a2
fix for 125161: forward delete in text widget should not delete trailing blank line
r=glazman
sr=kin
2002-09-13 13:26:14 +00:00
jfrancis%netscape.com
04b7684ec2
fix for 162874: editor actions can cause asserts in range code.
r=glazman
sr=kin
2002-09-13 13:12:30 +00:00
cmanske%netscape.com
1a5a2ddd2f
Part of fix for table editor interface changes. (fixed build bustage!) b=166922, r=akkana, sr=hewitt
2002-09-13 05:31:50 +00:00
cmanske%netscape.com
dae3ac9b9b
Part of fix for table editor interface changes. (fixed build bustage!) b=166922, r=akkana, sr=hewitt
2002-09-13 05:24:26 +00:00
cmanske%netscape.com
32a04fd3c8
Fixed table row deletion and reorganized nsITableEditor methods. b=166922, r=akkana, sr=hewitt
2002-09-13 04:19:30 +00:00
andreww%netscape.com
306632bf26
bugzilla bug 164174 r=suresh, sr=hewitt. Updating skin version number due to new backwards incompatibilites.
2002-09-12 23:39:25 +00:00
cmanske%netscape.com
165ae091c4
Fixed busted context menu commands for cut, copy, paste, etc. b=114065, r=brade, sr=hewitt
2002-09-12 19:40:52 +00:00
brade%netscape.com
e2d26eb225
api changes (bug 157097, r=cmanske, sr=sfraser)
2002-09-12 19:09:19 +00:00
brade%netscape.com
bac16014d9
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
b949519e6d
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
d87e2f6203
add mComposerController (bug 157097, r=cmanske, sr=sfraser)
2002-09-12 19:08:13 +00:00
brade%netscape.com
a07848a5b7
setup mComposerController; use nsIEditor instead of nsIEditorShell to initialize editorControllers (bug 157097, r=cmanske, sr=sfraser)
2002-09-12 19:08:04 +00:00
brade%netscape.com
2735d7944e
api changes; use nsIEditor instead of nsIEditorShell for editorController (bug 157097, r=cmanske, sr=sfraser)
2002-09-12 19:07:37 +00:00
brade%netscape.com
8170abdceb
use params commands in some cases; separate UI state from commands as much as possible (bug 157097, r=cmanske, sr=sfraser)
2002-09-12 19:06:48 +00:00
brade%netscape.com
bbd8d4ee0a
api changes; use nsIEditor instead of nsIEditorShell for editorController; update UI here instead of in command code (bug 157097, r=cmanske, sr=sfraser)
2002-09-12 19:06:33 +00:00
brade%netscape.com
923123d43a
remove unused nsCOMPtrs (bug 157097, r=cmanske, sr=sfraser)
2002-09-12 19:02:47 +00:00
glazman%netscape.com
e95384d356
nobr tag was invisible in AllTags mode, b=163855, r=brade, sr=kin
2002-09-11 12:28:13 +00:00
caillon%returnzero.com
7e989854fa
77315 - Make send page grab the correct document title.
...
r=sicking sr=bzbarsky
2002-09-11 11:45:38 +00:00
glazman%netscape.com
b9daac349e
in some cases, it was impossible to unbold selection in CSS mode, b=167510, r=brade, sr=bzbarsky
2002-09-11 09:25:47 +00:00
dougt%netscape.com
c5e8f896cd
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
d94b37c68a
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
leaf%mozilla.org
b1bdbfd3cd
update localeVersion to 1.2a, a=asa
2002-09-07 01:01:49 +00:00
jfrancis%netscape.com
3b6daa5e6f
fix for 166524: forward delete key changes line order.
r=brade
sr=kin
a=asa
2002-09-06 04:27:06 +00:00
cmanske%netscape.com
70027d06b0
Add support for 'Title' attribute in Image dialog. b=68800, r=brade, sr=hewitt
2002-09-03 23:37:58 +00:00
dougt%netscape.com
c1b9f8114d
Move FROZEN ContractID into nsXPCOM.h and define r=rpotts, sr=alec, b=166426
2002-09-03 23:36:13 +00:00
cmanske%netscape.com
127e2ecc60
Hide context menu items that aren't enabled in Composer. b=164647, r=brade, sr=hewitt
2002-09-03 23:35:00 +00:00
cmanske%netscape.com
973a1efad2
Remove editorShell from List Properties dialog; also dialog cleanup submitted by neil@parkwaycc.co.uk. b=158881, r=brade, sr=hewitt
2002-09-03 23:32:08 +00:00
cmanske%netscape.com
31097ba5ef
Always edit HTML version for 'view-source' urls. b=165162, r=brade, sr=hewitt
2002-09-03 23:27:33 +00:00
jfrancis%netscape.com
f4b7f81beb
fix for 129763: edit this page and delete Personals section causes stray bullet r=glazman; sr=kin
2002-09-03 07:36:44 +00:00
jfrancis%netscape.com
63e6e518f3
fix for 161106: rewrite of deletion in editor. fixes various deletion probs. r=glazman; sr=kin
2002-08-29 07:49:31 +00:00
alecf%netscape.com
5d2a2e5fef
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
mjudge%netscape.com
50c6f53d6c
4302 r=jfrancis sr=kin. pageup/down bug with navigation.
2002-08-26 20:55:30 +00:00
alecf%netscape.com
85bfc45745
ok, re-checking in bug 156567 because it did not affect startup time
2002-08-26 20:38:52 +00:00
alecf%netscape.com
0757997ae8
try backing out just the build-side changes to from bug 156567 to see if I caused the startup regression
2002-08-26 18:58:09 +00:00
jfrancis%netscape.com
c498f1e8b4
fix for 129763: edit this page and delete Personals section causes stray bullet
...
r=glazman; sr=kin
2002-08-23 18:14:30 +00:00
jfrancis%netscape.com
b455b13435
fixes for:
...
159924: table split up when applying paragraph style to select all
161723: backspace through list item when at beginning of document
r=glazman; sr=kin
2002-08-23 18:11:25 +00:00
jfrancis%netscape.com
7dc6e872ab
fix for 159392: Composer add <br> to end everytime it opens a file.
...
r=brade; sr=kin
2002-08-23 17:57:51 +00:00
glazman%netscape.com
ecf4fcb4d5
Composer was unable to set upper-roman style to a list because it was erroneously lowercasing the html TYPE attribute; b=145311, r=brade, sr=kin
2002-08-23 09:24:47 +00:00
alecf%netscape.com
b1149cc094
oops, add nsTSDNotifier
2002-08-22 23:41:17 +00:00
alecf%netscape.com
05c47cc146
oops, reverse the order of the build directories so that txtsvc is built before editor
...
fixes bustage
2002-08-22 23:04:19 +00:00
alecf%netscape.com
7b9bfa7d2b
for bug 157567
...
combine txtsvc into libeditor - no need for seperate dlls
r=akkana, sr=kin
2002-08-22 22:08:36 +00:00
alecf%netscape.com
fe6ff1c5de
for bug 157567
...
combine txtsvc and editor into one dll
r=akkana, sr=kin
2002-08-22 22:02:32 +00:00
cmanske%netscape.com
fab3c6e4b2
More improvements to Composer List properties dialog. fix by neil@parkwaycc.co.uk, b=47686, r=brade, sr=alecf
2002-08-21 22:56:19 +00:00
varada%netscape.com
affddeb0dd
fix for 78060;adding insertsmiley menu item in mailcompose insert menu; r=ducarroz;sr=bienvenu;
2002-08-21 21:22:38 +00:00
cmanske%netscape.com
4865914fb2
Continued work on removing editorShell from Composer code. b=158881, r=brade, sr=alecf
2002-08-20 23:59:19 +00:00