Граф коммитов

736 Коммитов

Автор SHA1 Сообщение Дата
timeless%mozdev.org 6cd606f046 Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>)
patch by riceman+bmo@mail.rit.edu r=timeless rs=jag moa=brade
2003-07-02 14:30:15 +00:00
glazman%netscape.com 0da80aab17 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 da612cac58 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
seawood%netscape.com 97649bab86 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 21:18:27 +00:00
jshin%mailaps.org 705c95a9ff bug 133615 : remove ISO-2022-KR/Visual Hebrew from 'Save As Charset' menu
in Composer. (r=neil, sr=jag)
2003-06-04 06:19:35 +00:00
neil%parkwaycc.co.uk dfe143f8b6 Bug 208094 Form/Image doesn't convert <img> r=brade sr=peterv 2003-06-03 14:44:05 +00:00
neil%parkwaycc.co.uk 161212bb00 Bug 45495 gui for editing form elements r=glazman sr=alecf 2003-05-27 12:44:22 +00:00
jaggernaut%netscape.com 75b8ea358a Bug 205083: Composer's Selection List Properties dialog appears with a XML parsing error. Patch by neil.parkwaycc.co.uk@myrealbox.com, r=jag, sr=/a=sspitzer 2003-05-23 11:24:01 +00:00
jaggernaut%netscape.com 3121dbe55c Bug 145243: warning should be presented if user attempts cancellation of publish. r=kaie, sr=hewitt, moa=brade 2003-04-18 12:59:52 +00:00
kin%netscape.com 1358474efa 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 559fa07b93 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
neil%parkwaycc.co.uk 3ff51b7adc Bug 192084 cannot assign multiple classes to elements r=glazman sr=kin 2003-04-07 08:09:56 +00:00
bzbarsky%mit.edu 810930b853 Fix preview in image insertion dialog. Bug 198428, r=brade, sr=blizzard 2003-03-21 00:29:31 +00:00
timeless%mozdev.org 6e41f0b08d Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>)
patch by riceman+bmo@mail.rit.edu r=timeless sr=jag moa=brade
2003-03-17 22:55:50 +00:00
pete.zha%sun.com 8cecc7f3a6 bug=195784 Composer - New Page Settings: access key missing for background color picker
r=brade@netscape.com sr=jaggernaut@netscape.com patch=jessie.li@sun.com
2003-03-12 03:05:57 +00:00
neil%parkwaycc.co.uk 24d58d28ed Bug 195423 EdConvertToTable.js tries to SetTextboxFocus to a <radiogroup> r=brade sr=kin 2003-03-11 10:07:46 +00:00
cbiesinger%web.de 40b7826caa 195108 patch by piersc@cogs.susx.ac.uk r=dean_tessman@hotmail.com sr=dmose moa=brade Add accesskeys to editor Find and Replace dialog (editor) 2003-02-28 22:57:33 +00:00
neil%parkwaycc.co.uk 7e96a2b07e Bug 177055 Fix an uninitialized variable in Selection List Properties dialog r=brade sr=sfraser 2003-02-24 12:50:21 +00:00
neil%parkwaycc.co.uk fb9e022960 Bug 185790 Impossible to remove JavaScript Events in Composer r=brade sr=sfraser a=asa 2003-02-14 11:42:10 +00:00
neil%parkwaycc.co.uk d704d38a38 Bug 191127 Applying Content Alignment: Vertical to multiple cells produces broken HTML r=glazman sr=kin a=asa 2003-02-12 11:52:00 +00:00
neil%parkwaycc.co.uk 3162ce6df0 Bug 186129 SetTextboxFocus() should select textbox contents r=brade sr=kin a=asa 2003-02-12 11:50:15 +00:00
loadrunner%betak.net 2e91b52557 bug 190734, r=brade, sr=sfraser, a=asa 2003-01-30 11:21:41 +00:00
neil%parkwaycc.co.uk 5670060205 Bug 187455 Table properties dialog doesn't support left or right caption side r=brade sr=sfraser 2003-01-17 13:37:20 +00:00
cmanske%netscape.com 8d01966f5a Remove 'AppendStringToMenulist' JS method. b=183055, r=neil@parkwaycc.co.uk, sr=hewitt 2002-12-16 22:35:22 +00:00
rbs%maths.uq.edu.au 5c9db7b7ec Refine the conversion of entities during serialization, b=169590, r=nhotta, sr=jst 2002-12-13 22:12:10 +00:00
cmanske%netscape.com 6b7edca969 Backing out previous changes (relating to bug 183055) since dependend bug 118038 was not approved for checkin. Needed else Publishing and Advanced Edit doesn't work 2002-12-10 15:25:41 +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
timeless%mozdev.org 2146593567 Bug 175789 <dialog>s don't need dialogOverlay
r=cmanske sr=alecf
2002-12-03 13:25:59 +00:00
cmanske%netscape.com 2fd32d5576 Reduce bloat in composer dialog JS. b=183055, r=akkana, sr=hewitt 2002-12-02 23:05:27 +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
timeless%mozdev.org b1c736039e Bug 147372 Use .hidden and .collapsed instead of [GS]etAttribute
patch by neil@parkwaycc.co.uk r=cmanske sr=alecf
2002-11-19 15:51:56 +00:00
cmanske%netscape.com bfda22305f String change as part of dialog cleanup, b=158881, r=brade, sr=alecf 2002-11-12 23:41:23 +00:00
cmanske%netscape.com cf75c46a9e Remove editorShell from editor dialogs. b=158881, r=brade, sr=alecf 2002-11-12 22:44:04 +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 0fbc1a8de1 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 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
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
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 c479da42fa Remove editorShell from dialogs. b=158881, r=brade, sr=alecf 2002-10-03 04:05:34 +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
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
darin%netscape.com d47b2f5e65 fixes bug 166792 "move nsIIOService::GetURLSpecFromFile, etc. to
nsIFileProtocolHandler" r=dougt sr=alecf
2002-09-13 19:32:45 +00:00
cmanske%netscape.com d9f86f2021 Add support for 'Title' attribute in Image dialog. b=68800, r=brade, sr=hewitt 2002-09-03 23:37:58 +00:00
cmanske%netscape.com 60890492c0 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 14ee2d2a80 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