neil%parkwaycc.co.uk
0be977fcc3
Re-enable internet keyword search in the openLocation dialog too and also give it a long-overdue overhaul b=332668 r=ajschult sr=jag
2006-08-23 09:16:28 +00:00
neil%parkwaycc.co.uk
8933d520c6
Replace old decimal constants with funky newly scriptable nsIDocumentEncoder enums p=gautheri@noos.fr r+sr=me YES-YES-YES!!!=glazou
2006-03-28 16:44:55 +00:00
bugzilla%arlen.demon.co.uk
bab627825a
Bug 319659 XPFE code assumes document.firstChild is the root element
...
p=me r=neil.parkwaycc.co.uk sr=jag
2006-01-06 20:38:21 +00:00
mkaply%us.ibm.com
b5780d2f17
#289625
...
r=brade, sr=tor, a=asa
regression - Color picker focus problem
2005-08-19 15:03:23 +00:00
jwatt%jwatt.org
c63fc078e3
Follow up patch for bug 62485. script type="text/ecmascript" is not recognized. r+a=brendan
2005-06-22 00:50:32 +00:00
robert%accettura.com
8a05ba2e59
Some emoticons not converted correctly :-/ (Bug 205911) sr=mscott r/moa=daniel@glazman.org p=me
2005-03-04 00:57:27 +00:00
bzbarsky%mit.edu
95acd8f9c5
Add a way for IME to query the caret position. Bug 278061, patch by
...
Masayuki Nakano (Mozilla Japan) <masayuki@d-toybox.com>, r=smontagu,glazou,
sr=bzbarsky
2005-02-01 19:24:59 +00:00
mkaply%us.ibm.com
dacff96cd3
#249682
...
r=mkaply, a=mkaply
Regression - patch from brade - use correct string type for smileys
2004-08-16 20:17:13 +00:00
mkaply%us.ibm.com
3cbff0285e
#206716
...
r=brade, sr=kin
use String not CString APIs for some composer APIs
2004-06-14 16:35:58 +00:00
gerv%gerv.net
6f486a3c92
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-18 14:21:17 +00:00
jshin%mailaps.org
b56593d0ef
bug 232722 : replace character coding with character encoding (r=neil, sr=mscott, moa=daniel@glazeman)
2004-02-21 04:52:39 +00:00
scott%scott-macgregor.org
661defe5a6
Bug #217808 --> Show :-b as :-P tongue-out smiley and remove case sensitivity from all emoticons (:-p = :-P)
...
patch by robert accettura
r=daniel
sr=mscott
2004-02-20 20:17:39 +00:00
neil%parkwaycc.co.uk
f8fe4b1d44
Bug 183569 no update for command cmd_smiley r=glazou sr=mscott
2004-01-15 21:51:42 +00:00
timeless%mozdev.org
b5e84198f7
Bug 228527 JS Warnings in editor
...
r=neil sr=bz
2003-12-21 04:04:33 +00:00
cbiesinger%web.de
18fdb39822
225807 r=bzbarsky sr=darin make more use of getPrimaryExtension
2003-12-19 21:34:00 +00:00
cbiesinger%web.de
26c72f348f
bug 223990. Should have a getPrimaryExtensionForType function
...
r=bzbarsky sr=darin
also changes nsIMIMEService functions to start with a lowercase letter (only affects JS Callers)
2003-11-13 23:00:55 +00:00
neil%parkwaycc.co.uk
f40d86059a
Bug 92726 Save As should default to the message subject r=me moa=glazou sr=bienvenu a=asa
2003-10-24 12:13:46 +00:00
cbiesinger%web.de
faf8419fc6
147679 GetFromMIMEType on Windows only gets one extension and needs rethinking r=bzbarsky sr=darin
...
this merges nsIMIMEService::GetFromType and GetFromExtension
2003-07-25 16:48:00 +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
neil%parkwaycc.co.uk
108824e9bf
Bug 69329 Use plain text editor for HTML source (also implements find in HTML source) r=brade sr=alecf
2003-06-13 12:55:17 +00:00
brade%netscape.com
c6dd498436
remove bogus comment; r=Neil; rs=sspitzer; bug 129054
2003-05-30 19:45:46 +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
jaggernaut%netscape.com
414b1998c4
Bug 201609: Cancelling publish doesn't really cancel currently executing uploads
...
. r=ssu, sr=bryner, moa=brade. Note that this bug depends on bug 201610 being fi
xed.
2003-04-11 13:20:20 +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
locka%iol.ie
8214c54221
Add PERSIST_FLAGS_DONT_CHANGE_FILENAMES flag to prevent filename munging during composer upload. b=138832 r=brade@netscape.com sr=jaggernaut@netscape.com
2003-03-25 12:19:05 +00:00
syd%netscape.com
38fe3e6792
http://bugzilla.mozilla.org/show_bug.cgi?id=195655
...
Add support for 9 new smilies, and clean up code a bit (part of multiple checkins)
2003-03-22 04:54:35 +00:00
brade%netscape.com
34c300a4f2
remove unused nsRemoveLinksCommand (it's in C++); r=timeless, Neil, sr=jag; bug 198402
2003-03-20 15:36:26 +00:00
shliang%netscape.com
6fed48c7d6
147653 - page setup commands doesn't work in mail and composer. r/sr=sspitzer,jag
2003-03-14 06:27:48 +00:00
neil%parkwaycc.co.uk
9575d10cc6
Bug 192013 Command updating far too slow r=brade r=cavin sr=sspitzer
2003-02-27 09:41:40 +00:00
loadrunner%betak.net
2c7e185b46
bug 190734, r=brade, sr=sfraser, a=asa
2003-01-30 11:21:41 +00:00
neil%parkwaycc.co.uk
6b4cb99632
Bug 189310 should retrieve composer command manager from content controllers r=brade sr=sfraser
2003-01-17 13:39:20 +00:00
cmanske%netscape.com
efd47d4149
Backout accidental checkin related to bug 180303, fix by neil@parkwaycc.co.uk, r=cmanske, sr=kin
2002-12-21 17:29:07 +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
rbs%maths.uq.edu.au
504ac4b45e
Remiander of bug 169590. Hook a catch-all W3C entity converter and user-prefs for custom levels of entity-zation in the editor's '<HTML> Source' and 'Save As...'
2002-12-17 00:41:25 +00:00
rbs%maths.uq.edu.au
c7e2c76219
Refine the conversion of entities during serialization, b=169590, r=nhotta, sr=jst
2002-12-13 22:12:10 +00:00
cmanske%netscape.com
61478f83ce
Part of fix to bug 170522 (remove unused code), r=akkana, sr=alecf, a=asa
2002-12-05 21:59:59 +00:00
cmanske%netscape.com
0953aae2ad
Fixed conflicting insert HTML commands. b=180303, r=akkana, sr=kin
2002-12-02 23:00:54 +00:00
cbiesinger%web.de
61f58706b3
103859 patch by neil@parkwaycc.co.uk r=cmanske sr=alecf controller.QueryInterface(Components.interfaces.nsICommandController) should be in goUpdateComposerMenuItems instead of goUpdateCommandState
2002-12-02 14:22:43 +00:00
cmanske%netscape.com
460f4e38f5
Start controller IDs at 1 for InsertController. b=180814, r=brade, sr=sfraser
2002-11-20 11:36:05 +00:00
brade%netscape.com
f9ac0092ae
bug 157111; handle new command (cmd_fontSize); r=cmanske, sr=sfraser
2002-11-20 01:23:40 +00:00
cmanske%netscape.com
d42b2c8c8d
Remove editorShell from Composer app. b=169029, r=akkana, sr=sfraser
2002-11-12 22:52:55 +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
jaggernaut%netscape.com
60ebc3a2af
Bug 172716: Fix composer Browse button. r=cmanske, sr=dveditz, a=drivers
2002-10-22 19:48:59 +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
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
brade%netscape.com
b5ad29fd1d
fix typo (r=akkana, cmanske, sr=kin) bug 171798
2002-10-09 18:06:26 +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
cmanske%netscape.com
53953ee690
Fixed broken smileys in Mail Composer. b=70031, r=suresh, sr=kin
2002-10-07 20:13:09 +00:00