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

1841 Коммитов

Автор SHA1 Сообщение Дата
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
kairo%kairo.at b6009f1e51 bug 202312 - localeVersion update for 1.4b, r=rchen, sr=blizzard 2003-04-17 18:43:57 +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 769b846b52 Bug 198546: Format -> Font submenu doesn't deal with "unknown" font. r=glazou, r=Neil, sr=bryner, moa=brade. 2003-04-17 07:35:55 +00:00
shliang%netscape.com 13a42d51d1 bug 107877. default font prefs for msg compose. r=neil, brade, sr=sspitzer, jag. 2003-04-16 07:07:10 +00:00
suresh%netscape.com 8e62ff1f88 fix for bug 202150 - Insert Menu lacking id attributes. r/sr-smfr. 2003-04-15 23:03:33 +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
sfraser%netscape.com abe53e192f 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
neil%parkwaycc.co.uk c51143b3c6 Bug 193712 Text and highlight colours don't translate rgb in css mode r=glazman sr=kin 2003-04-07 08:11:21 +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
kin%netscape.com e665d2543f Fixes for bug 192569 (allow foreign transactions to be added to the queue)
mozilla/editor/idl/nsIEditor.idl
mozilla/editor/libeditor/base/nsEditor.cpp
mozilla/editor/libeditor/base/PlaceholderTxn.cpp
mozilla/editor/libeditor/html/nsHTMLCSSUtils.cpp
mozilla/editor/libeditor/html/nsHTMLEditor.cpp
mozilla/editor/libeditor/text/nsTextEditRules.cpp

  - Renamed nsIEditor::Do() to nsIEditor::DoTransaction() so that it
    can be called from JavaScript.

  - Cleaned up nsEditor::Begin/EndUpdateViewBatch() so that
    nothing happens outside the check of mUpdateCount.

  - Modified PlaceholderTxn.cpp so that it checks to see
    if a merged transaction implements nsPIEditorTransaction
    before attempting to cast it to (EditorTxn*).

mozilla/editor/ui/composer/content/EditorCommandsDebug.js
mozilla/editor/ui/composer/content/editorOverlay.xul
mozilla/editor/ui/composer/locale/en-US/editorOverlay.dtd

  - Added debug menu items to test execution of foreign transactions
    via the txnmgr and editor.

r=jfrancis@netscape.com  sr=sfraser@netscape.com
2003-04-04 20:50:25 +00:00
neil%parkwaycc.co.uk 944d7bed6a Bug 198878 Preferences>Composer>Toolbars says Preview while Composer's toolbar says Browse r=brade sr=dmose 2003-04-03 09:08:57 +00:00
brade%netscape.com 5bfd847646 make EditorOverride.css a resource; fix bug 196075; r=jfrancis, sr=bryner 2003-04-03 08:01:49 +00:00
jkeiser%netscape.com 360fff450c Fix .originalTarget problems in editor (bug 193689), r=brade@netscape.com, sr=jst@netscape.com, a=asa 2003-04-01 06:12:51 +00:00
sfraser%netscape.com 936a0dbf63 Fix for bug 199320 -- random composer crashes. Remove code that set the editor as a refCon on a controller which was created in JS, because it's unnecessary, and because the JS has no callbacks that allow it to null out the refCon when that editor is destroyed, leading to stale references which crash XPConnect. r=brade, sr=kin, a=asa. 2003-03-31 19:08:00 +00:00
glazman%netscape.com 4e4971d3d2 EditorOverride.css contained slow CSS rules; b=196625, r=kin, sr=kin 2003-03-25 15:16:21 +00:00
locka%iol.ie bc732ec7f5 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
neil%parkwaycc.co.uk e0d58a904c Bug 198264 Editor's "Toolbars" category label cannot be localised r=brade sr=alecf 2003-03-24 13:54:49 +00:00
jfrancis%netscape.com 8e004e3c40 fix for 118912: atomic deletion of emoticons
r=glazman; sr=kin
2003-03-23 19:45:40 +00:00
syd%netscape.com 872a9d4f7f 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
jaggernaut%netscape.com a1b34287d3 Bug 26288: Allow user to select system fonts in editor UI. r=Neil, sr=sspitzer, moa=brade 2003-03-21 08:36:28 +00:00
heikki%netscape.com c15488986d Bug 172065, remove unused XIF labels, patch by stevechapel@earthlink.net, r=sgehani, sr=heikki. 2003-03-21 01:11:52 +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
brade%netscape.com c8b4fcaf90 cleanup various items like omitting needless QI, fixing case to match idl file, adding parens to JS function, fix case of doctype string; r=timeless,Neil, sr=jag; bug 198402 2003-03-20 15:37:42 +00:00
brade%netscape.com cd111f111e remove unused nsRemoveLinksCommand (it's in C++); r=timeless, Neil, sr=jag; bug 198402 2003-03-20 15:36:26 +00:00
bzbarsky%mit.edu 2c56e0638e Landing bug 83774 -- move image loading for <img>, <object>, <embed>, <input
type="image"> into the content nodes and out of nsImageFrame.  r=pavlov, sr=jst
2003-03-19 03:47:09 +00:00
jaggernaut%netscape.com 12df0824d1 Bug 189803: smaller images (decreased file size for various composer images), new images by Brant Langer Gurganus <brantgurganus2001@cherokeescouting.org>, r=brade, sr=jag 2003-03-19 00:14:20 +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
neil%parkwaycc.co.uk 468e4a8cb9 Bug 54802 Add clipboard buttons for Composer r=brade sr=alecf 2003-03-14 15:23:53 +00:00
shliang%netscape.com adcc3950fb 147653 - page setup commands doesn't work in mail and composer. r/sr=sspitzer,jag 2003-03-14 06:27:48 +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
neil%parkwaycc.co.uk 52904bfec7 Bug 54802 Add clipboard buttons for Composer (backend work) r=brade sr=alecf 2003-03-04 12:12:29 +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 d35f7743b4 Bug 192013 Command updating far too slow r=brade r=cavin sr=sspitzer 2003-02-27 09:41:40 +00:00
kairo%kairo.at 661116311f bug 194924 - localeVersion update for 1.4a, r=rchen, sr=blizzard 2003-02-27 00:05:44 +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
glazman%netscape.com 7d058dbd34 Allow mouse-driven resizing of images and tables in all instances of editor.
For the default Mozilla build, this includes Composer and Mail Composition.
Embeddors willing to disable this feature should look at |nsHTMLEditor::SetIsImageResizingEnabled()|
Displays eight resizing handles plus an info box. Images are resized real-time.
Uses HTML attributes in pure HTML mode (mail composition for instance) and CSS properties when available.
Undoable and Redoable. Does not grind coffe and make a good expresso yet.
Thanks if you really read to that line.

b=47066, r=brade, r=cmanske (for the algo part inheriting from the XBL patch), sr=kin
2003-02-24 09:37:18 +00:00
pete.zha%sun.com d1ea99b3c8 bug=193068
Missing accesskeys in preference dialogs
r=timeless sr=jaggernaut@netscape.com
2003-02-24 07:59:17 +00:00
kairo%kairo.at 82b0bb3ef0 bug 44908 - HTML Message/Compose Mnemonics: Format menu should match spec, r=brade, sr=sspitzer, checking in for piersc@cogs.susx.ac.uk 2003-02-22 13:51:13 +00:00
neil%parkwaycc.co.uk 8c729040fe Bug 192299 Editing a page when browsing a named anchor should strip off anchor name from url r=brade sr=sfraser a=asa 2003-02-14 11:56:49 +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 a9c0a6ad41 Bug 82547 patch allows Composer to catch mouse events on some form elements r=glazman sr=kin a=asa 2003-02-14 09:59:51 +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
neil%parkwaycc.co.uk f2567d8f8b Bug 87321 Shift+Tab has duplicate behavior (event handled twice in message compose) r=brade sr=sspitzer a=asa 2003-02-04 12:12:55 +00:00
bzbarsky%mit.edu 593090f503 Relanding 189384 since it seems Not Guilty. Still r=sicking/sr=jst/a=asa 2003-01-31 23:21:22 +00:00
bzbarsky%mit.edu 0ec80cf1ba Backing out 189384 to see whether this caused the Tp jump. 2003-01-31 14:28:50 +00:00
bzbarsky%mit.edu 0a5dfa0dba Make getElementsByTagName(NS) in XUL use content lists (perf, etc). Bug
189384, r=sicking, sr=jst, a=asa
2003-01-31 06:28:14 +00:00
loadrunner%betak.net 2e91b52557 bug 190734, r=brade, sr=sfraser, a=asa 2003-01-30 11:21:41 +00:00
suresh%netscape.com f8c2a46ae0 backing out neil's checkin to bug 189384. This caused a blocker in commercial tree. r/sr-brade. a-kyle. 2003-01-27 18:41:03 +00:00
neil%parkwaycc.co.uk 5b2b80e784 Bug 189384 Composer window slow to load r=brade sr=sfraser a=asa 2003-01-24 13:33:32 +00:00
brade%netscape.com 31602b6316 force undo commands to be updated (bug 183133); r=sfraser, sr=kin 2003-01-22 00:50:47 +00:00
neil%parkwaycc.co.uk 211e023905 Bug 189310 should retrieve composer command manager from content controllers r=brade sr=sfraser 2003-01-17 13:39:20 +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
neil%parkwaycc.co.uk a1bc09a739 Bug 164131 Duplicate entities in editorOverlay.dtd and messengercompose.dtd r=brade (editor) r=ducarroz (msgcompose) sr=sspitzer 2003-01-17 09:58:57 +00:00
neil%parkwaycc.co.uk 4a85b9e05d Bug 188038 editor background image pref has wrong default name r=brade sr=peterv 2003-01-08 15:23:35 +00:00
kairo%kairo.at a6f4446e42 change all localeVersion strings, as well as brand.dtd/region.dtd to 1.3b; bug 185698, r=tao, sr=blizzard 2003-01-03 19:57:47 +00:00
cmanske%netscape.com ecee77aa39 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 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
rbs%maths.uq.edu.au 008e1e2517 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
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
cmanske%netscape.com 559e2a1ab5 Really fixed 'insert HTML' bug 180303 this time. r=akkana, sr=kin, a=asa 2002-12-06 03:13:39 +00:00
cmanske%netscape.com dc2136ab99 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 f30b72dd5b Increase performance of 'Recent Pages' menu code. Most of the fix by neil@parkwayccc.co.uk, b=170522, r=akkana, sr=alecf, a=asa 2002-12-05 21:24:09 +00:00
cmanske%netscape.com 3c1200ca26 Missing file from checkin to fix 'insert HTML' command' b=180303, r=akkana, sr=kin, a=asa 2002-12-05 21:03:44 +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
cmanske%netscape.com 5da9dc7a13 Fixed conflicting insert HTML commands. b=180303, r=akkana, sr=kin 2002-12-02 23:00:54 +00:00
cbiesinger%web.de 463ef3d5d4 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
cbiesinger%web.de 81443d993d 171721 patch by neil@parkwaycc.co.uk r=cmanske sr=alecf Mozilla add-ins can move the Composer taskbutton 2002-12-02 14:01:01 +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
cmanske%netscape.com 59bee1edc8 Fixed command disabling/focus setting when loading page into new editor. b=181002, r=brade, sr=kin 2002-11-21 23:53:50 +00:00
cmanske%netscape.com 70a7efaddd Start controller IDs at 1 for InsertController. b=180814, r=brade, sr=sfraser 2002-11-20 11:36:05 +00:00
brade%netscape.com b0aa861df0 bug 157111; handle new command (cmd_fontSize); r=cmanske, sr=sfraser 2002-11-20 01:23:40 +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 9d8995feac Missed file from checkin for bug 169029. r=akkana, sr=sfraser 2002-11-16 04:14:12 +00:00
cmanske%netscape.com 466011238d Final removal of 'editorShell'. b=169029, r=akkana, sr=sfraser 2002-11-15 15:52:47 +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 4bbeaffa3f Remove editorShell from Composer app. b=169029, r=akkana, sr=sfraser 2002-11-12 22:52:55 +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
glazman%netscape.com a6e2f5dc77 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
cmanske%netscape.com 6ed4991151 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 150568bb2e 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
glazman%netscape.com 159b81a09d 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
jaggernaut%netscape.com eda4a735f0 Bug 172716: Fix composer Browse button. r=cmanske, sr=dveditz, a=drivers 2002-10-22 19:48:59 +00:00
caillon%returnzero.com 49a4d65249 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
brade%netscape.com 1d64a2ee98 fix closing of Composer windows (bug 174440) r=cmanske, sr=hewitt, a=Asa 2002-10-17 12:33:00 +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
caillon%returnzero.com d9dffe0d16 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
leaf%mozilla.org b25d2a38f7 update localeVersion for 1.2b, a=asa 2002-10-16 17:51:38 +00:00
glazman%netscape.com b4dbc82305 correct version of the file ; b=173319, r=brade, sr=peterv, a=rjesup 2002-10-16 13:19: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 233e84b959 174391: Make printing independant of editorshell. Fix from brade, r=me, sr=bryner, a=rjesup 2002-10-15 20:31:47 +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
brade%netscape.com 2ec78dd9f6 fix typo (r=akkana, cmanske, sr=kin) bug 171798 2002-10-09 18:06:26 +00:00
cmanske%netscape.com e181e47206 More 'editorShell' removal. b=169029, r=brade, sr=kin 2002-10-09 00:26:08 +00:00
timeless%mac.com 9f9b65f9dd 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 5ce517c458 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
cmanske%netscape.com 277f54ac74 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
brade%netscape.com 724a8c2922 fix typo (bug 122992) sr=kin 2002-10-08 14:01:02 +00:00
cmanske%netscape.com 5f6100fa62 Fixed broken smileys in Mail Composer. b=70031, r=suresh, sr=kin 2002-10-07 20:13:09 +00:00
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
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
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
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 3ea4b9f47f remove publish.js per editor embedding meeting (dead file) 2002-09-27 14:04:03 +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
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
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
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
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
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
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
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 27b8578e83 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 2558b06343 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 4a437a28c5 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 463c60562d 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 34e9def83a 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 45ff750b45 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
glazman%netscape.com 5a24e22dc9 nobr tag was invisible in AllTags mode, b=163855, r=brade, sr=kin 2002-09-11 12:28:13 +00:00