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

1870 Коммитов

Автор SHA1 Сообщение Дата
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
caillon%returnzero.com b775400b9c 77315 - Make send page grab the correct document title.
r=sicking sr=bzbarsky
2002-09-11 11:45:38 +00:00
leaf%mozilla.org 70941124cb update localeVersion to 1.2a, a=asa 2002-09-07 01:01:49 +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 16bed34c44 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 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 177baaa248 Always edit HTML version for 'view-source' urls. b=165162, r=brade, sr=hewitt 2002-09-03 23:27:33 +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
varada%netscape.com ff06f0325a 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 8f19cf90e0 Continued work on removing editorShell from Composer code. b=158881, r=brade, sr=alecf 2002-08-20 23:59:19 +00:00
brade%netscape.com f6abb4a220 clean up new Object usage (bug 157970); r=Neil, sr=alecf 2002-08-16 21:37:24 +00:00
cmanske%netscape.com 70661df08c Fixed small error in nsIIOService checkin. b=157131, r=dougt, sr=alecf 2002-08-16 02:15:34 +00:00
cmanske%netscape.com 7b8132f0cc Fixed small typos in Darin's nsIIOService checkin. b=157131, r=dougt, sr=alecf 2002-08-15 23:56:03 +00:00
cmanske%netscape.com 79d0520a63 Change tab label from 'Show All Tags' to 'HTML Tags'. b=152309, r=brade,sr=hewitt 2002-08-15 22:42:11 +00:00
cmanske%netscape.com 4650f67ed0 Set radio button to 'Cell' if cell is selected when setting background color. b=98194, r=brade, sr=hewitt 2002-08-15 22:40:18 +00:00
cmanske%netscape.com 4d442f9154 Fix upper limits for input fields in Composer property dialogs. b=155193, r=brade, sr=hewitt 2002-08-15 21:49:40 +00:00
cmanske%netscape.com d3f1ddc9aa Part of fix to show tooltip when Advanced Edit button is disabled. b=161113, r=brade, sr=alecf 2002-08-15 21:44:33 +00:00
cmanske%netscape.com f260579b77 Retain 'Dont use alt text' check state after using Advanced Edit in Image Properties. b=145047, r=brade, sr=hewitt 2002-08-15 20:51:24 +00:00
cmanske%netscape.com df448a3195 Disable 'Save password' in Composer publishing when PasswordManager is turned off. b=143154, r=brade, sr=hewitt 2002-08-15 20:48:08 +00:00
darin%netscape.com d86e3064ab second attempt at landing fix for bug 157131 "nsIIOService mods in preparation for freezing" r=dougt sr=alecf 2002-08-15 18:38:46 +00:00
glazman%netscape.com 896e391414 make CSS mode the default in Composer and hide text highlight button when not in CSS mode; b=161303, r=neil@parkwaycc.co.uk, sr=kin 2002-08-14 13:12:52 +00:00
cmanske%netscape.com 8d8f9232a4 Optimize RegExp code by using 'test' instead of 'match'. b=145373, fix by neil@parkwaycc.co.uk, r=cmanske, sr=alecf 2002-08-13 17:36:50 +00:00
cmanske%netscape.com 5657e3afe3 Optimize RegExp code by using 'test' instead of 'match'. b=145373, fix by neil@parkwaycc.co.uk, r=cmanske, sr=alecf 2002-08-13 17:30:23 +00:00
cmanske%netscape.com 29a2e2a0dd Use 'insert/deleteNode' instead of 'insert/deleteElement' in dialog utilities. b=158881, r=neil@parkwaycc.co.uk, sr=kin 2002-08-13 16:59:49 +00:00
cmanske%netscape.com ebd0f4e18a Remove 'Save Image' menuitem from Composer context menu. b=156173, r=brade, sr=alecf 2002-08-13 14:35:49 +00:00
cmanske%netscape.com 492bf7efc7 Support roman numerals in numbered list 'start' attribute. b=47686, most of fix by rcassin@supernova.org, finished by cmanske, r=cmanske,rcassin,neil@parkwaycc.co.uk, sr=alecf 2002-08-13 14:30:57 +00:00
glazman%netscape.com 483fe3290a fixing bad regexp for rgv(r,g,b) parsing; b=161890, r=neil@parkwaycc.co.uk, sr=bzbarsky 2002-08-13 10:11:30 +00:00
akkana%netscape.com 91e8ca541e 160486: prevent double 'not found' dialog. Fix from Harry Lu (harry.lu@sun.com), r=me, sr=sfraser 2002-08-12 21:57:00 +00:00
gerv%gerv.net a6d4accdea Bug 154765 - Cleaning up Contributors references after relicensing. Patch by riceman+bmo@mail.rit.edu; r=gerv, auto-sr=brendan. 2002-08-10 08:39:43 +00:00
seawood%netscape.com 322da773fb Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
leaf%mozilla.org fdcde43318 backout darin's checkin from around noon yesterday to remove the regression
in 161921
2002-08-09 23:46:19 +00:00
cmanske%netscape.com cac7c17fe1 Add tooltip to explain why Advanced Edit button is disabled. b=161113. r=brade, sr=alecf 2002-08-09 02:03:53 +00:00
cmanske%netscape.com 4243319b2a Fixed disabling of 'Create Table' context menuitem. b=157095, r=brade, sr=alecf 2002-08-09 01:55:26 +00:00
cmanske%netscape.com 50e0233c5b Allow different prompt message when prompting to publish file. b=149741, r=brade, sr=alecf 2002-08-09 01:44:23 +00:00
cmanske%netscape.com a0885fe305 Convert editor dialog utilities to not use editorShell. b=15881, r=brade, sr=alecf. Also removes methods no longer needed as part of fix for bug 144957, fix by neil@parkwaycc.co.uk, r=varga, sr=alecf 2002-08-09 01:29:26 +00:00
cmanske%netscape.com e7d2902076 Convert list in SaveAsCharset dialog to outliner, b=144957, fix by neil@parkwaycc.co.uk, r=varga, sr=alecf 2002-08-09 01:26:18 +00:00
darin%netscape.com 45e59826d8 changes to nsIIOService in preparation for freezing, b=157131
r=dougt sr=alecf
2002-08-08 19:08:59 +00:00
akkana%netscape.com 525649d291 122992: remove a few more editorshell dependencies. r=brade, sr=sfraser 2002-08-07 00:06:41 +00:00
cmanske%netscape.com 462beec449 Moved text properties utility methods as part of image border bug 142093, r=brade, sr=dveditz. Editor.js also has fix for wrong 'Find' component causing missing menuitems, b=142093, r=akkana, sr=alecf 2002-08-06 19:16:03 +00:00
cmanske%netscape.com 4849cd5eee Improved border attribute handling for images, b=142093, r=brade, sr=dveditz 2002-08-06 19:15:55 +00:00
glazman%netscape.com b9599b1617 Introduce 2 CSS values for color property and 1 for text-decoration retrieving the pref for anchors' color, visited anchors' color, and underline or not the anchors; b=57757, r=brade, sr=bzbarsky 2002-08-06 14:39:55 +00:00
alecf%netscape.com f7ad4265ef bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
nsISupportsString  -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
2002-08-06 00:53:19 +00:00
glazman%netscape.com 0a2d6e6568 Background color buttons were not working in Composer and mail compose due to a bad case in a JS call. b=15126, r=brade, sr=kin, a=asa 2002-07-30 08:53:59 +00:00
glazman%netscape.com 7b952111e4 Changing a list's bullet was not applying to list items having a specific bullet assigned. b=158820, r=brade, sr=kin, a=asa 2002-07-30 08:19:08 +00:00
cmanske%netscape.com 04de3b9865 Reduce memory cost of using HTML Source multiple times. b=158860, r=brade, sr=kin, a=asa/drivers 2002-07-30 01:08:02 +00:00
akkana%netscape.com e76433e4b4 142826: move to beginning of found pattern after a reverse find. Fix is from harry.lu@sun.com, r=me, sr=sfraser, a=asa 2002-07-25 21:49:42 +00:00
cmanske%netscape.com 56fba4830f Fixed Tab code in Composer dialogs, b=157778, r=neil@parkwaycc.co.uk, sr=alecf, a=asa/drivers 2002-07-25 17:32:12 +00:00
cmanske%netscape.com 9a02ca3ec8 Disable 'Creat Link' when context menu launched on existing link, b=99541, r=brade, sr=kin, a=asa/drivers 2002-07-24 03:58:41 +00:00
cmanske%netscape.com 6a381c0e16 Part of fix to 'Fix right-click to edit link on an image', b=142042, r=neil@parkwaycc.co.uk, sr=alecf, a=asa/drivers 2002-07-24 03:47:01 +00:00
cmanske%netscape.com 7be0209a8f Reduce memory cost of using HTML Source multiple times by reducing undo buffer usage. b=158860, r=brade, sr=kin, a=asa/drivers 2002-07-24 03:35:40 +00:00
kyle.yuan%sun.com baea9fbc3f Bug 154521 In "Composer", all source I inputed will be removed by switching display mode between "<html>Source" and "Preview";
r=cmanske, sr=sfraser, a=asa
Harry Lu(harry.lu@sun.com)'s fix (part 2)
2002-07-23 05:31:42 +00:00
kyle.yuan%sun.com 9a5b258a6b Bug 154521 In "Composer", all source I inputed will be removed by switching display mode between "<html>Source" and "Preview";
r=cmanske, sr=sfraser, a=asa
Harry Lu(harry.lu@sun.com)'s fix (part 1)
2002-07-23 05:30:16 +00:00
leaf%mozilla.org 8860985e79 bug 154840, r=cls, sr=brendan, a=jesup update localeVersion strings 2002-07-17 23:51:49 +00:00
brade%netscape.com b14f4cc270 bug 157851, 157923, 157811, 157440, and probably some others; cleanup attribute adding for meta tags and fix table api 2002-07-17 21:32:20 +00:00
brade%netscape.com 160100a09b bug 156918; cleanup QI usage and fix some recent regressions (r=Neil, Akkana, sr=Simon) 2002-07-12 22:28:30 +00:00
brade%netscape.com 1fb44bf0ce fix typo (r=akkana, sr=sfraser) 2002-07-12 22:24:39 +00:00
akkana%netscape.com efa18def7e 126312: Remove the obsolete old find code. r=brade, sr=alecf. 2002-07-09 20:24:37 +00:00
caillon%returnzero.com 6c72020b35 Bug 154535. Don't depend on the sidebar overlay for context menu code.
r=sgehani
sr=jag
2002-06-28 01:55:48 +00:00
jelwell%netscape.com 51485e7f9d Fix for bugzilla bug 152434
Need id's on the some menuitems so Other apps can hide unneeded ones.
r=cmanske, sr=dveditz
2002-06-19 02:11:04 +00:00
akkana%netscape.com ad62b6efae 148713: prevent infinite loop when doing replace all backwards. r=brade sr=kin 2002-06-18 00:16:58 +00:00
cmanske%netscape.com d1b2204db6 Forgot contributor line for b=150915, fix by r=ask@swva.net, r=cmanske, sr=kin 2002-06-14 22:52:06 +00:00
cmanske%netscape.com 6f30dbff2c Support 'file://' as destination protocol in Publishing, b=142171, r=brade, sr=alecf 2002-06-14 19:17:57 +00:00
cmanske%netscape.com 7e8b5989bf Fix font names in sans-serif font group, b=150915, fix by r=ask@swva.net, r=cmanske, sr=kin 2002-06-14 19:04:15 +00:00
cmanske%netscape.com 0bc8a89a22 Fixed doubleclick to get color in colorpicker, b=151474, fix by neil@parkwaycc.co.uk, r=cmanske, sr=alecf 2002-06-13 22:24:27 +00:00
kin%netscape.com 2cc8934aad Partial fix for bug 141900 (Text entry fields in forms excruciatingly slow.)
mozilla/content/base/public/nsISelectionController.idl
  mozilla/content/base/src/nsSelection.cpp
  mozilla/editor/composer/src/nsEditorShell.cpp
  mozilla/editor/idl/nsIPlaintextEditor.idl
  mozilla/editor/libeditor/base/nsEditor.cpp
  mozilla/editor/libeditor/base/nsEditor.h
  mozilla/editor/libeditor/html/nsHTMLDataTransfer.cpp
  mozilla/editor/libeditor/html/nsHTMLEditor.cpp
  mozilla/editor/libeditor/text/nsEditorEventListeners.cpp
  mozilla/editor/libeditor/text/nsPlaintextDataTransfer.cpp
  mozilla/editor/libeditor/text/nsPlaintextEditor.cpp
  mozilla/editor/txtsvc/src/nsTextServicesDocument.cpp
  mozilla/editor/ui/dialogs/content/EdTableProps.js
  mozilla/embedding/components/find/src/nsWebBrowserFind.cpp
  mozilla/extensions/xmlterm/base/mozXMLTermSession.cpp
  mozilla/layout/base/public/nsIFrameSelection.h
  mozilla/layout/html/base/src/nsPresShell.cpp
  mozilla/layout/html/forms/src/nsGfxTextControlFrame2.cpp
  mozilla/mailnews/compose/src/nsMsgCompose.cpp
  mozilla/xpfe/browser/resources/content/viewPartialSource.js

    - Added aIsSynchronous arg to the ScrollSelectionIntoView()
      method of nsISelectionController and nsIFrameSelection.
      Updated all callers to pass new arg.

    - Modified selection to post a plevent to call which does the
      call to ScrollIntoView() in the async ScrollIntoView() case.

    - Edits in text widgets now use asynchronous reflow, paint,
      and scroll processing full time.

    - Removed redundant ScrollSelectionIntoView() calls in the
      editor event listeners.

    - Editor IME code now forced to flush reflows and paints before
      getting caret coordinates.

r=jfrancis@netscape.com  sr=waterson@netscape.com
2002-06-13 20:35:12 +00:00
suresh%netscape.com 833f1c7f89 fix for 149189. update goPreference calls with correct parameters. r-ducarroz, sr-alecf. 2002-06-12 04:09:52 +00:00
stephend%netscape.com 7b2c1be19d Bug 148555. Replace class='big-left-margin' with class='indent'. Patch by Stephen Walker <walk84@yahoo.com> r=cmanske, sr=alecf 2002-06-11 21:03:29 +00:00
leaf%mozilla.org 6e6bf977e5 updating locale version string for impending release, bug 149802 2002-06-07 07:45:38 +00:00
cmanske%netscape.com 9e89a6f5ce Added tooltips to Publish dialogs, b=139896, r=brade/robinf, sr=kin, a=adt, a=shaver/drivers 2002-06-07 04:53:48 +00:00
cmanske%netscape.com 0ce258dd8b Save copy of document and restore if publishing fails, b=134883, r=brade, sr=hewitt 2002-06-05 01:38:08 +00:00
cmanske%netscape.com e36353b91a Improve Publishing progress and error notification, b=148425, r=brade, sr=hewitt 2002-06-05 01:17:33 +00:00
cmanske%netscape.com 275a05fdb4 Use standard Composer method for alert dialog in Replace code, b=146403, fix=neil@parkwaycc.co.uk, r=cmanske,sr=dveditz 2002-06-04 21:50:24 +00:00
cmanske%netscape.com 40d92fcd7b Make Publish command more accessible, b=146522, r=akkana/brade, sr=dveditz 2002-06-04 21:39:10 +00:00
brade%netscape.com ab3ed642fe remove dump and warning 2002-06-03 18:05:02 +00:00
brade%netscape.com 13899f04d8 bug 134503; add comments that were added to branch (r=akkana, sr=kin) 2002-06-03 18:04:33 +00:00
brade%netscape.com ddcace1f78 bug 138662; r=adamlock, cmanske, sr=alecf; add flag to serialize publishing 2002-06-03 18:03:53 +00:00
glazman%netscape.com c58b0f7441 Test Selection debug menu item was horked in Composer; b=146424, r=neil@parkwaycc.co.uk, sr=jst 2002-05-28 09:00:25 +00:00
andreww%netscape.com a975e43114 bugzilla 141281 - r=cmanske, sr=hewitt - Editor: Format Menu: same mnemonic used for two menu items 2002-05-24 20:29:37 +00:00
akkana%netscape.com 134c03c035 Fix strict JS warning that slipped in with the fix for 71726. r=brade, sr=jst+kin 2002-05-21 18:26:52 +00:00
sspitzer%netscape.com bf9bfc5d12 fix for blocker bug #145475. plain text mail compose unusable.
regression caused by fix for #144955.
thanks to ayn2@cornell.edu for the fix.  r/sr=sspitzer
2002-05-18 22:41:48 +00:00
cmanske%netscape.com 60d424d184 Remove unnecessary utilities to enable/disable ui elements. fix by neil@parkwaycc.co.uk, b=144955, r=cmanske, sr=hewitt 2002-05-17 21:50:04 +00:00
cmanske%netscape.com b9d07e88b7 Finished 'Clone' method for copying JS objects, b=135834, r=akkana, sr=hewitt 2002-05-17 04:48:21 +00:00
cmanske%netscape.com 1c61ce3c1b Fixed list number style bug 131791, r=brade, sr=hewitt 2002-05-17 04:46:06 +00:00
cmanske%netscape.com f8b4da3f44 Remove unnecessary method AppendLabelAndValueToMenuList, b=144956, fix by neil@parkwaycc.co.uk, r=cmanske, sr=hewitt 2002-05-17 04:42:21 +00:00
cmanske%netscape.com a3ccb41ff2 Backing out changes to files accidentally checked in! 2002-05-17 03:39:21 +00:00
cmanske%netscape.com 610ab07135 Fixed spell check bugs 142597 (dictionary names not localized, r=andreww, sr=hewitt) and 112732 (added accesskeys, r=neil@parkwaycc.co.uk, sr=hewitt) EdSpellCheck.xul EdSpellCheck.js EdDictionary.xul EdDictionary.js 2002-05-17 03:27:45 +00:00
rbs%maths.uq.edu.au 9c16e826ee bring back the disappearing smilies, b=144556, r=brade, sr=jst 2002-05-16 19:19:44 +00:00
akkana%netscape.com df3886396d 71726: fix validation url for the http case 2002-05-14 23:18:11 +00:00
nhotta%netscape.com 1bd52be26d Remove unused string for charset menu,
bug 140120, r=ftang, sr=alecf.
2002-05-08 18:38:37 +00:00
cmanske%netscape.com 0751fbc32a Fixed getting state of 'noshade' attribute in Horizontal Lind Dialog. b=142784, r=brade, sr=hewitt 2002-05-07 22:45:54 +00:00
glazman%netscape.com a6c1ef2532 Composer was assigning an invalid value to nowrap attribute on table cells.
b=142442, r=brade, sr=kin
2002-05-07 08:34:34 +00:00
cmanske%netscape.com 037ea85da6 Fixed enter key handling in Publish Progress dialog. b=140962, r=brade, sr=hewitt 2002-05-05 23:07:27 +00:00
cmanske%netscape.com 53570fb145 Fixed previewing page in browser command in Composer, b=140959, r=brade, sr=kin 2002-05-03 23:23:55 +00:00
akkana%netscape.com 3227b82c70 139420: Allow replacing a string with a null string. r= (and parts of the patch contributed by) parish@ntlworld.com, sr=kin 2002-05-02 00:12:11 +00:00
cmanske%netscape.com fea981b870 Add accesskeys to spelling dialogs, b=112732, r=neil@parwaycc.co.uk, sr=hewitt 2002-05-01 23:05:29 +00:00
cmanske%netscape.com 33952ad5fe Avoid duplicate sites when sitename changes, b=136413, r=akkana, sr=hewitt 2002-05-01 14:50:23 +00:00
cmanske%netscape.com 7e84acb02a Clone objects to create temp variable, b=135834, sr=hewitt 2002-05-01 14:50:10 +00:00
cmanske%netscape.com d653ec6f6c Allow 'HTML' image to be to the right of 'Source' text in tab, b=113883, r=mkaply, sr=hewitt 2002-05-01 14:40:51 +00:00
cmanske%netscape.com 8bfaef1938 Make Link dialog wider for long urls, b=133790, r=brade, sr=kin 2002-05-01 00:39:45 +00:00
cmanske%netscape.com 6f382b8e08 Fixed display of 'undefined' instead of empty string in Publish Progress dialog, b=138040, r=brade, sr=kin 2002-04-30 23:55:48 +00:00
cmanske%netscape.com 877074989a Fixed duplicate accesskey for Composer context menu, b=137621, r=brade, sr=kin 2002-04-30 23:49:47 +00:00
cmanske%netscape.com 941c1e24c6 Bring Table dialog to XUL1.0 standards for proper Esc key and button ordering, b=135945, r=neil@parkwaycc.co.uk, sr=kin 2002-04-30 23:42:48 +00:00
cmanske%netscape.com 18ffd9b907 Activate publish icon when typing in HTML source mode, b=140063, r=akkana, sr=kin 2002-04-30 23:30:29 +00:00
alecf%netscape.com 58ad7ad612 Fix for bug 138299 - switch consumers of nsIWindowMediator service to use the non-RDF contractID, in preparation for bug 132175
r=danm, sr=jag
2002-04-30 01:36:59 +00:00
andreww%netscape.com 047b1ee23a bugzilla 141029 r=cmanske, sr=sspitzer add needed overlay target to editorTasksOverlay.xul. 2002-04-29 22:01:46 +00:00
cmanske%netscape.com 699c3286d7 Fixed publish error message bug 138040, r=brade, sr=kin 2002-04-23 00:15:46 +00:00
cmanske%netscape.com 336cb9d09f Fixed date/time format bug 132699 (fix mostly by nhotta), r=cmanske/nhotta, sr=kin 2002-04-22 23:37:28 +00:00
alecf%netscape.com eaa6358150 remove convertISupportsToDOMWindow in order to clean up nsIWindowMediator
bug 138299 (preparation for bug 132175)
2002-04-22 14:02:48 +00:00
caillon%returnzero.com 69b81b0423 Bug 131672, many editor property dialogs have no access keys. Patch by neil@parkwaycc.co.uk, r=cmankse, sr=hewitt 2002-04-20 16:07:09 +00:00
brade%netscape.com 5a9be507ea show an alert if we fail to get a document uri (bug 126258) r=cmanske, sr=kin 2002-04-19 09:54:50 +00:00
bryner%netscape.com bc41a3df76 Remove workarounds in publish dialog for menulist sizing problem (bug 131481). patch from cmanske, r=bryner, sr=jag. 2002-04-17 01:13:36 +00:00
dbragg%netscape.com bcc260038d Regular milestone update of localeVersion values to 1.0.0. Bug 126785. r=tao, sr=alecf, a=asa 2002-04-16 22:19:10 +00:00
bnesse%netscape.com 66e923f1e5 Fix for bug 132140. Clean up prefs backend. r=dveditz, sr=alecf. 2002-04-16 18:48:19 +00:00
brade%netscape.com 94e58d8fa6 bug 136413, submitted by rcassin@supernova.org (r=brade, sr=kin) use "host (scheme)" for default site name 2002-04-16 14:14:25 +00:00
brade%netscape.com a26a1b5241 bug 134503; put click handler on body rather than editor so scrollbar is not affected (r=akkana, sr=kin) 2002-04-16 13:30:40 +00:00
jfrancis%netscape.com 27fcb61356 fix for bug 100855: paragraph fromat feedback from editor inaccurate. r=brade; sr=kin 2002-04-14 05:57:14 +00:00
glazman%netscape.com 1e2772752b Inserting a special char was disabling all inline styles in composer (due to bad call); b=103213, r=brade, sr=kin, a=rjesup, super-a=jfrancis, rs=jaime 2002-04-11 13:48:05 +00:00
brade%netscape.com 96711beded change progress status icons if cancellation of publish, fix SetProgressFinished to handle cases where we don't have a filename (bug 126258 and 135771) r=cmanske, akkana; sr=kin 2002-04-11 13:35:51 +00:00
glazman%netscape.com 58271688b3 Allow Composer's users to remove named anchors w/o having to use Source View; b=80742; r=brade, r=jfrancis, sr=kin, a=asa 2002-04-11 13:33:30 +00:00
brade%netscape.com f35b38070c disable debug output, handle aborted error as a non-error, handle cases where we have a null channel (bugs 135527, 126258, 135771) r=cmanske, akkana; sr=kin 2002-04-11 13:27:00 +00:00
kin%netscape.com 772ad9c920 Fix for bug 136408 (Crash editing pages with text widgets)
Use :canvas as selector to avoid triggering layout crash bug 123049.
Added isindex and textarea to list of items to use default cursor.

r=jfrancis@netscape.com  sr=sfraser@netscape.com
adt=syd@netscape.com  a=rjesup@wgate.com
2002-04-10 22:01:02 +00:00
brade%netscape.com 99b2f7da72 bug 135862, fix Composer's New sub-menu to include New Composer Page and keep mail items in the correct order (r=cmanske, andreww; sr=kin, a=rjesup, adt=jaime) 2002-04-09 13:54:02 +00:00
brade%netscape.com 35a95865ab bug 135862, fix Composer's New sub-menu to include New Composer Page and keep mail items in the correct order (r=cmanske, andreww; sr=kin, a=rjesup, adt=jaime) 2002-04-09 13:46:13 +00:00
cmanske%netscape.com 7d29866b4b Cursor over links in Composer should be an I-beam, b=135847, r=akkana, sr=kin, a=asa, adt=jaime 2002-04-06 06:31:31 +00:00
cmanske%netscape.com 8a9c1c5967 Fixed id string for publish settings help, b=126244, r=robinf, sr=kin, a=rjesup/drivers, adt=jaime 2002-04-06 01:22:49 +00:00
brade%netscape.com e700aee03c fix editPage to use new JS impl of CheckOpenWindowForURIMatch which compares URIs (bug 104908, r=cmanske, sr=hewitt, a=asa, adt=jaime) 2002-04-06 00:45:54 +00:00
brade%netscape.com fd10559242 fix confirmEx api's (smoketest blocker bug 135672), r=ccarlen, sr=kin, a=leaf 2002-04-05 18:15:13 +00:00
kin%netscape.com c57263e211 Fix for bug 135234 (Cursor is an I-beam when over scrollbar)
Use "*:scrolled-content" instead of "*" for text cursor rule to limit the impact to the content area.

r=glazman@netscape.com  sr=sfraser@netscape.com
a=asa@mozilla.org  adt=jaimejr@netscape.com
2002-04-05 15:27:38 +00:00
timeless%mac.com c3b4db921a Bug 128905 nsIPromptService.idl confirmEx is poorly prototyped
[api] change confirmEx from void w/ out of buttonPressed to PRInt32 buttonPressed w/ one less parameter.
fixes and cleans up callers
r=ccarlen sr=scc a=asa
2002-04-05 08:13:27 +00:00
cmanske%netscape.com 31bb0125d7 Simplified error string for publishing, part of b=126258, r=andreww, sr=dveditz, a=asa, adt1.0.0+ 2002-04-04 15:18:49 +00:00
cmanske%netscape.com d84a792769 Composer Publishing fixes: Add support to not upload images (b=134001,r=akkana, sr=kin), Don't save site data if not successfully published (b=132604, r=akkana, sr=kin), improve error handling (b=126258, r=andreww, sr=dveditz), Make 'CheckAndSaveDocument' do publishing for remote url (b=126450, r=brade, sr=kin), Save command should publish if remote file (b=132634, r=brade,sr=kin), Fix FTP publishing (b=133823, r=brade, sr=kin) all are: a=asa, adt1.0.0+ 2002-04-04 15:14:32 +00:00
cmanske%netscape.com a7a0d0cd80 Publishing bugs: Keep progress dialog open longer (b=133825), Add support to not upload images (b=134001), Don't save site data if not successfully published (b=132604) all are: r=akkana, sr=kin, a=asa, adt1.0.0+ 2002-04-04 14:56:30 +00:00
cmanske%netscape.com e726ee5f63 New string as part 'Keep progress dialog open longer', b=133825, r=akkana, sr=kin, a=asa, adt1.0.0+ 2002-04-04 14:51:11 +00:00
cmanske%netscape.com 1517402da8 Strip password when displaying doc url, b=134695, r=brade, sr=kin, a=asa ,adt1.0,0+ 2002-04-04 14:30:15 +00:00
jaggernaut%netscape.com 17e594a87c Bug 128959: add icons to Tools menu. r=bryner, sr=hewitt, a=asa, adt1.0.0+. Note: placeholder icons checked in for now, the correct icons will be checked in when they're ready. 2002-04-04 09:48:20 +00:00
blakeross%telocity.com 5e34851046 108099, 75338 - overhaul of main menu and context menus. r=ben sr=hewitt a=asa/brendan 2002-04-03 04:16:28 +00:00
cmanske%netscape.com 2758a4b4fb Finish save file code based on new pref to determinine if we save images when saving remote file, b=110779, r=brade, sr=alecf, a=asa 2002-04-02 07:11:24 +00:00
cmanske%netscape.com f4c63f82da Fixed Edit Page, b=134688, r=brade, sr=kin, a=asa 2002-04-02 05:58:23 +00:00
cmanske%netscape.com e809eb8ea7 Fixed calls to nsIIOServices::extractUrlPart because of change in api. b=134248, r=brade, sr=kin, a=asa 2002-03-31 03:44:09 +00:00
cmanske%netscape.com 3c52bdaaa9 New strings for publishing, b=134251, r=brade, sr=kin, a=asa 2002-03-31 03:41:23 +00:00
hewitt%netscape.com d38a0937d9 bugs 110156, 110155
Removing support for <outliner> tags
Removing <tree> layout code and moving <tree> tags to outliner layout
Convert all usage of <outliner> to tree tags
Convert all usage of <tree> tags to new <tree> syntax or <listbox>
r=cmanske,varga sr=hyatt,sspitzer a=asa

Also includes fixes by Jan Varga (varga@utcruk.sk) for bugs 132020, 133451, 131393, 115894, and 129327
2002-03-29 02:46:01 +00:00
cmanske%netscape.com b31b2d731b Fixed publish dialog ui, b=130721, r=brade, sr=hewitt, a=asa 2002-03-27 03:52:37 +00:00
cmanske%netscape.com 6df0276bf8 New publish prefs strings, b=110779, r=brade, sr=hewitt, a=asa 2002-03-27 03:51:42 +00:00
akkana%netscape.com 2358061dc8 133530: make Find Again use new find. r=cmanske sr=sfraser a=asa 2002-03-27 03:45:49 +00:00
cmanske%netscape.com 8a0c8b24d6 Defaults for new Composer save and publish prefs, b=110779, r=brade, sr=hewitt, a=asa 2002-03-27 03:44:29 +00:00
cmanske%netscape.com fd63ac8d23 New prefs for saving and publishing, b=110779, r=brade, sr=hewitt, a=asa 2002-03-27 03:43:42 +00:00
cmanske%netscape.com c6e7d43426 Publish progress and error handling, b=120124, r=brade, sr=hewitt, a=asa 2002-03-27 03:42:20 +00:00
cmanske%netscape.com 1c71d6d8a2 Strings for publish progress dialog (b=120124) and related prefs (b=110779), r=brade, sr=hewitt, a=asa 2002-03-27 03:40:10 +00:00
cmanske%netscape.com e9ad5849cd Publish progress dialog, b=120124, r=brade, sr=hewitt, a=asa 2002-03-27 03:39:57 +00:00
brade%netscape.com e15f264e5b remove deprecated functions: EditorOpenURL (use editPage instead) and FindAndSelectEditorWindowWithURL; add some extra checks to reduce console warnings; remove redundant code in delayedOpenWindow; enable spellcheck items if spellchecker is present (bug 104908, r=cmanske, sr=kin, a=dbaron) 2002-03-27 02:04:43 +00:00
brade%netscape.com d4045452e6 fix editPage to use "win" for var instead of "window", look for emptyWindows and use it if possible (bug 104908, r=cmanske, sr=kin, a=dbaron) 2002-03-27 01:35:32 +00:00
brade%netscape.com aea29bfdb9 call editPage instead of deprecated EditorOpenUrl (bug 104908, r=cmanske, sr=kin, a=dbaron) 2002-03-27 01:28:14 +00:00
cmanske%netscape.com a89a6d15ab Simplify GetString() method in Composer, b=133546, r=brade, sr=kin, a=asa 2002-03-26 21:19:28 +00:00
cmanske%netscape.com 8de1b67272 Double click on text should only select a word if not a link in Compsoser, b=133308, r=brade, sr=kin, a=asa 2002-03-26 20:52:06 +00:00
attinasi%netscape.com 23630d30e8 Support for proprietary style property to allow composer to force broken image icons. b=58646 r=karnaze sr=kin a=asa 2002-03-26 20:14:05 +00:00
morse%netscape.com 6dcaf507ae bug 130306, preparing to freeze nsiPasswordManager, r/sr = alecf/darin, a=asa 2002-03-26 01:13:39 +00:00
cmanske%netscape.com 6ed40c3805 Add tasks overlay for starting editor from taskbar or menus in other modules. b=122271, fix by neil@parkwaycc.co.uk, r=cmanske, sr=hewitt, a=asa 2002-03-23 04:38:14 +00:00
cmanske%netscape.com edb94adb74 Exception error in Spelling Dictionary dialog and XUL1.0 fixup, b=132697, r=andreww, sr=hewitt, a=asa 2002-03-23 01:28:49 +00:00
cmanske%netscape.com 3038c009d4 Support 'Stop' and 'Send' actions when spell checking before sending mail message. b=132697, r=andreww, sr=hewitt, a=asa 2002-03-23 01:27:05 +00:00
cmanske%netscape.com 4b0e989dfb Check for duplicate publishing site names, b=127465, r=rcassin, sr=dveditz, a=asa 2002-03-22 22:06:15 +00:00
brade%netscape.com 8b1caa26a0 check http response for valid range; report an error if not in valid range (bug 129559, r=jfrancis, sr=kin, a=Asa) 2002-03-22 14:35:00 +00:00
cmanske%netscape.com 166aeaf10c Add Euro character to Insert Character dialog, b= 130486, r=glazman, sr=dveditz, a=asa 2002-03-22 06:25:23 +00:00
brade%netscape.com d35a8b5ef7 set flag for not doing any link fixup (bug 122227, r=adamlock, sr=kin, a=Asa) 2002-03-21 14:19:48 +00:00
akkana%netscape.com 06e8b6f369 116405: Fix replace all, backwards case. r=jfrancis sr=sfraser a=asa 2002-03-21 02:37:58 +00:00
akkana%netscape.com c3db3cdc94 80805,131767: Editor find/replace fixes, files missed in the previous checkin. r=cmanske sr=dveditz a=asa 2002-03-18 23:52:30 +00:00
cmanske%netscape.com d5612a514e Moved mouse listener from EditorShell to HTMLEditor but keep previous context click and doubleclick element selection behavior. b=112181 & 128836, r=akkana, sr=sfraser, a=asa 2002-03-17 20:39:16 +00:00
akkana%netscape.com d1b54d2268 128903: fix a couple of GetHighlightColors I missed. Fix thanks to glazman, r=brade (and myself), sr=kin, a=dbaron 2002-03-16 04:40:42 +00:00
akkana%netscape.com f767738fa2 80805: patch up find/replace, particularly replace all. r=cmanske sr=dveditz a=asa 2002-03-16 04:34:28 +00:00
glazman%netscape.com 72b1c305b0 It was impossible to set the background color of a table thru TableOrCell Background Color menu item.
b=127723, r=jfrancis, r=cmanske, sr=kin, a=asa
2002-03-15 15:33:29 +00:00
glazman%netscape.com 52ff92502a caret was disappearing in non-empty named anchors because of
'-moz-user-input: none;' declaration attached to a[name] selector.

Selector removed from the corresponding rule and cursor changed to text I-beam for non-empty named anchors

b=84095, r=bryner, sr=kin, a=asa
2002-03-15 13:12:15 +00:00
akkana%netscape.com 1a2c9a04e9 128903: Clean up the editor IDL, and anyone who uses them. r=brade,cmanske,ducarroz (for mail); sr=sfraser; a=dbaron 2002-03-14 22:52:08 +00:00
akkana%netscape.com d7cbebbdc8 128903: Clean up the editor IDL, and anyone who uses them. r=brade,cmanske,ducarroz (for mail); sr=sfraser; a=dbaron 2002-03-14 22:11:14 +00:00
andreww%netscape.com d2bc38bc28 bugzilla 129140 r=hwaara, sr=hewitt, a=asa - updating skinversion to 1.0 2002-03-14 21:20:51 +00:00
brade%netscape.com b1091e2c21 add publish failure string (bug 130159, r=cmanske, sr=kin, a=Asa) 2002-03-14 14:36:02 +00:00
brade%netscape.com 7a67e08098 tell user if aStatus is encountered during publish; don't reset dirty flag (bug 129559, r=cmanske, sr=kin, a=Asa) 2002-03-14 14:12:33 +00:00
cmanske%netscape.com b5cb60dfed Fixed exception error when trying to edit page with plugin, b=129243, r=brade, sr=kin, r=asa 2002-03-14 08:01:54 +00:00
cmanske%netscape.com 6dcec679cf Fill in publishing data for remote url when no publish data exists. b=128058, r=akkana, sr=kin, a=asa 2002-03-14 07:41:32 +00:00
cmanske%netscape.com 3a9c4d6001 Use 'Images and Link' for properties menuitem when image is also a link, b=127541, r=brade, sr=kin, a=asa 2002-03-14 07:34:44 +00:00
cmanske%netscape.com 30e51ec914 Use 'Images and Link' for properties menuitem when image is also a link, b=127541, r=brade, sr=kin, a=asa 2002-03-14 07:31:33 +00:00
cmanske%netscape.com 6dfe019d1f Use text cursor over most of Composer's content window. b=128534, r=brade, sr=sfraser, a=asa 2002-03-13 01:35:15 +00:00
brade%netscape.com 8dc0720421 display save error on !success (rather than only for exceptions); bug 128367, r=adamlock, sr=kin; a=asa 2002-03-12 14:13:39 +00:00
cmanske%netscape.com ccbdd541ca Update to Composer Publishing UI, b=88208, r=brade, sr=kin, a=asa 2002-03-08 01:24:40 +00:00
cmanske%netscape.com b00844b752 Update to Composer Publishing UI, b=88208, r=brade, sr=kin, a=asa 2002-03-08 00:37:47 +00:00
cmanske%netscape.com dd1248cd49 Set Save/Publish buttons after loading url in Composer, b=127698, r=brade, sr=sfraser, a=asa 2002-03-07 00:05:09 +00:00
cmanske%netscape.com 968a245fa4 Simplify wording of composer pref string, b=125135, r=andreww, sr=kin, a=asa 2002-03-06 23:56:49 +00:00
cmanske%netscape.com 7eea1b35fc Launch list properties dialog on list element, b=114832, r=andreww, sr=kin, a=asa 2002-03-06 23:53:10 +00:00
cmanske%netscape.com 9902a2d35c Changed keybinding for remove styles command, b=80384, r=brade, sr=sfraser, a=asa 2002-03-06 23:46:50 +00:00
cmanske%netscape.com b3f48bc599 Fixed Browser preview in Composer, b=59497, r=brade, sr=kin, a=asa 2002-03-06 23:31:15 +00:00
darin%netscape.com f1a6738b6c fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
brade%netscape.com e957add476 use persist constants, set persist flags for no base tag mods, set linebreaks to crlf if we aren't saving (file scheme), set replace flag; bugs 125070 and 126672; r=adamlock, sr=sfraser, a=asa 2002-03-05 14:06:56 +00:00
law%netscape.com ef546d9f26 Smoketest blocker 128538; backing out fix for bug 125070 which caused that regression 2002-03-02 06:30:56 +00:00
cmanske%netscape.com b738a39faa Fixed setting Save/Publish UI when loading file in Composer, b=127698, r=brade, sr=sfraser, a=asa 2002-03-02 00:09:00 +00:00
cmanske%netscape.com 7630443c41 Fixed toolbar in Classic theme for Composer, b=127425, r=neil@parkwaycc.co.uk, sr=sfraser, a=roc+moz 2002-03-01 23:46:23 +00:00
brade%netscape.com dabf059cbc use persist constants, set persist flags for no base tag mods, set linebreaks to crlf if we aren't saving (file scheme); bug 125070 and ?; r=adamlock; sr=sfraser; a=roc 2002-03-01 14:11:36 +00:00
oeschger%netscape.com 2c095a7a0e restore context-sensitive help to ui: new help file to include and updated syntax, bug=124902, a=asa/drivers, sr=alecf, r=andreww 2002-02-26 01:13:17 +00:00
cmanske%netscape.com 14652088d5 Fixed dataloss after changing default publish site, b=126835, r=andreww, sr=kin, a=roc+moz 2002-02-22 15:40:25 +00:00
dbragg%netscape.com c7478fbb13 Updating the localeVersion to 0.9.9. Fixes bug 126240. r=tao, sr=dveditz 2002-02-20 03:18:10 +00:00
cmanske%netscape.com 80d3321447 Update to Composer Publishing UI, b=88208, r=brade, sr=kin 2002-02-20 02:17:46 +00:00
cmanske%netscape.com b3d4a89ff5 Fix another dialog focus racing bug - table properties, b=126049, r=rcassin@supernova.org, sr=dveditz 2002-02-19 15:09:41 +00:00
cmanske%netscape.com 58dd9abb3a Fixed focus problems and ability to remove background image, b=115858, r=neil@parkwaycc.co.uk, sr=hewitt 2002-02-19 05:29:57 +00:00
akkana%netscape.com e9d7efb2bb 80805: new find (pref'ed out by default), r=cmanske 2002-02-19 02:24:14 +00:00
akkana%netscape.com 65b47636d6 80805: new editor find dialog (not used by default), files that got missed in a previous checkin. r=cmanske sr=hewitt 2002-02-19 02:17:43 +00:00
cmanske%netscape.com a48a59354d Prevent scope error when using timeout with setfocus in textbox, fix by neil@parkwaycc.co.uk, b=125346, r=cmanske, sr=kin 2002-02-16 02:27:29 +00:00
brade%netscape.com ebacef8405 don't adjust links/image locations if saving locally and starting with about:blank; bug #121980, r=cmanske, sr=kin 2002-02-15 14:36:07 +00:00
cmanske%netscape.com 46cc62e9ab Update for publishing UI, b=88208, r=brade, sr=ben 2002-02-15 06:07:40 +00:00
danm%netscape.com 4bf79e5661 defer SetTextboxFocus in Startup. hack to make bug 103197 appear fixed. code=saari,me r=brendan 2002-02-15 00:09:10 +00:00
cmanske%netscape.com 3daf82f7d4 Expand things done within the 'try {}' in onAccept of Image Properties dialog, b=96477, work by neil@parkwaycc.co.uk, r=cmanske, sr=kin 2002-02-14 02:13:28 +00:00
cmanske%netscape.com 5fd0ae707e Fixed comma mistake in checkin for bug 99620, r=glazman, sr=dveditz 2002-02-12 23:12:22 +00:00
brade%netscape.com 86920ff766 fix type in color conversion (bug 124459) 2002-02-12 15:52:40 +00:00
brade%netscape.com 4d1a0b7bc5 don't adjust links/image locations if saving locally or saving with a new name in same location (only if save as to different location or remote saving); bug #121980, r=jfrancis, sr=kin 2002-02-12 15:48:25 +00:00
akkana%netscape.com 187deb0f4d 80805: check in new find/replace files. r=cmanske sr=hewitt 2002-02-12 00:44:07 +00:00
cmanske%netscape.com 0e180d6a85 New string needed as part of fix to b=96477, fix by neil@parkwaycc.co.uk, r=cmanske, sr=kin 2002-02-11 23:09:48 +00:00
cmanske%netscape.com b9e6e4b28f Add checkbox to remove link border and simplify anchor/heading selection when choosing link (b=96477, fix by neil@parkwaycc.co.uk, r=cmanske, sr=kin); improved 'Constrain' checkbox logic in image dialogs (b=58133, r=neil@parkwaycc.co.uk, sr=kin) 2002-02-08 22:40:59 +00:00
cmanske%netscape.com 6818efb4ab Fixed getting caption align attribute, b=96842, r=glazman, sr=dveditz 2002-02-08 15:38:11 +00:00
cmanske%netscape.com fa6578686f Put colors in color list in alphabetical order, b=99620, sr=glazman, sr=dveditz 2002-02-08 15:35:21 +00:00
cmanske%netscape.com 6d2f164672 Support 'internal-gopher-' as a scheme, b=122613, r=glazman, sr=dveditz 2002-02-08 15:32:25 +00:00
cmanske%netscape.com fe9be04946 Fixed missing scrollbar in HTML source view, b=124001, r=brade, sr=hewitt 2002-02-08 03:33:57 +00:00
bzbarsky%mit.edu 72bb1acaa4 Use the URI Checker to get headers for Save As. Bug 118719,
r=law,akkana,cmanske, sr=darin
2002-02-08 00:10:55 +00:00
cmanske%netscape.com 431edd5a92 Supply 'EditorCleanup()' method for mail composer to use to fix bug 117791, r=brade, sr=dveditz 2002-02-07 23:44:32 +00:00
brade%netscape.com 97c204f26e remove bogus '=' (sr=kin; a=leaf) 2002-02-06 18:19:39 +00:00
brade%netscape.com 3eefdb6d57 cleanup, fix JS warnings, add GetPromptService function (bug 28792, r=cmanske, sr=hewitt) 2002-02-06 14:48:03 +00:00
brade%netscape.com 99fb808eb8 remove JS warning (r=cmanske, sr=hewitt) 2002-02-06 14:46:23 +00:00
brade%netscape.com ba6a46fcb8 extend save/publish listener, clean up code for save/publish (bug 28792, r=cmanske, sr=hewitt) 2002-02-06 14:45:30 +00:00
brade%netscape.com d1482bd34b add password/prompt strings (bug 28792, r=cmanske, sr=hewitt) 2002-02-06 14:42:38 +00:00
bzbarsky%mit.edu b2ccae87db Fix strict JS warning. Patch by Alex Vincent <jscript@pacbell.net>,
r=brade, sr=kin
2002-02-03 02:37:02 +00:00
heikki%netscape.com 55a5667dd2 Bug 106053, remove unused XHTML namespace declarations, and fix incorrect namespace usages. r=harishd, sr=hewitt. 2002-01-31 22:12:36 +00:00
glazman%netscape.com 65bda09872 cmanske says that there is no need to get editorShell, it's always here...; b=91548, r=brade, sr=kin 2002-01-29 09:08:08 +00:00
cmanske%netscape.com 50a6dacb14 Fixed busted 'New' command in Composer, b=121939, r=brade, sr=hewitt 2002-01-29 00:56:08 +00:00
glazman%netscape.com 8846933b69 inline styles were not saved because gElement was outside of document's tree; b=91548, r=brade, sr=kin 2002-01-28 16:00:12 +00:00
kin%netscape.com adafee6bb5 Workaround fix for bug #117141 (Composer crashes when loading pages with an HTML Select element [@FrameManager::GetPrimaryFrameFor])
Removed seemingly unnecessary selection UI Style rule for -moz-dropdown-list,
to workaround the crash that happens during the restyling of the HTML Select
element when the EditorOverride.css style sheet is loaded.

r=brade@netscape.com  sr=sfraser@netscape.com
2002-01-28 15:06:44 +00:00
cmanske%netscape.com 5557cd9579 Save last-used directories as nsILocalFile type in prefs, b=93487, r=law, sr=dveditz 2002-01-26 00:55:27 +00:00
cmanske%netscape.com 2bf65612c0 Fixed warnings and exception in Color Picker, b=119772, r=brade, sr=kin 2002-01-25 23:27:25 +00:00
glazman%netscape.com 0d36604e29 move CSS in Composer stuff from nsEditorShell to nsHTMLEditor; b=121081, r=brade, sr=kin 2002-01-25 10:20:11 +00:00
glazman%netscape.com 2259d802da Pref should have 'Cascading Style Sheets' in the groupbox label (patch by caillon@returnzero.com); b=121125, r=glazman, r=brade, sr=kin 2002-01-25 09:57:48 +00:00
cmanske%netscape.com 4e0676579c Update on insert Form widgets dialogs, b=45495, fix by neil, r=cmanske, sr=hewitt 2002-01-24 22:01:54 +00:00
cmanske%netscape.com e479265635 Update on insert Form widgets dialogs, b=45495, fixes by neil/cmanske, r=neil/cmanske, sr=hewitt 2002-01-24 22:01:10 +00:00
cmanske%netscape.com 6240221fb1 Fixed JS warning in table dialog, b=120264, r=caillon, sr=kin 2002-01-24 21:55:20 +00:00
cmanske%netscape.com cf81dbc28d Use radio buttons for 'Alt text' in Image dialog, b=114531, r=brade, sr=kin 2002-01-24 15:41:20 +00:00
cmanske%netscape.com 9f728612ce Support Edit Frame in Composer, simplify Save Frame for browser, and move editor methods in editorApplicationOverlay.js, b=89975, r=hewitt, sr=hewitt 2002-01-24 15:36:36 +00:00
ducarroz%netscape.com 13774385e8 Part of fix for bug 115855. Add a function to allow message compose to reset font and colors attributes of the editor. R=cmanske, SR=mscott, A=blizzard 2002-01-18 20:52:23 +00:00
glazman%netscape.com 80bfe3d225 horizontal line properties window does not show that line is centered; fix done by neil@parkwaycc.co.uk; b=120120, r=glazman, sr=kin, a=blizzard 2002-01-18 10:08:12 +00:00
brade%netscape.com b9661837e6 use correct members to get url string; bug 120344, r=cmanske, sr=kin 2002-01-16 20:15:57 +00:00
bzbarsky%mit.edu 5a1b42ffbb Bug 90633. Use the URL extension for the temp file we pass to helpers
if it matches the extension list in the mime info.  r=law, sr=mscott.
2002-01-16 04:28:06 +00:00
varga%utcru.sk ff7ad62083 Fixes for:
94653  - can't right align text in outliner cell
95730  - White block displays/artifacts in the highlight area after Move/Drag mail to folder.
112238 - [RFE] Outliner widget should support line-through
116855 - Modify outliner builder syntax to match outliner content model
118093 - Make -moz-image-region work in the outliner
118113 - Too little space between pref category tree and pref page
118154 - Category now has a column picker
118647 - Memory leak of 52 bytes from 1 block allocated in nsOutlinerBodyFrame::CheckVerticalOverflow
118660 - left arrow no longer moves to parent category
119751 - Branches are open by default and then closed after launch.

- outermost <outlinerchildren> has "-moz-box-flex: 1" by default
  and it actaully replaced <outlinerbody>
- all event handlers moved on <outliner>
- content builder, outliner builder and content view use <outliner> as root
  element
- nsIBoxObject has a new attribute "element"
- all CSS rules outlinerbody:foo replaced with outlinerchildren:foo
- drop feedback is now skinable

r=waterson for the changes in mozilla/content
r=sspitzer on the mailnews parts
r=blake on the bookmarks/history
r=bryner on the OutlinerBodyFrame and OutlinerContentView changes

sr=hyatt,hewitt
2002-01-16 03:01:28 +00:00
dbragg%netscape.com 4563bf5291 Updating localeVersion value to 0.9.8. Fixes bug 119567. r=tao@netscape.com, sr=dveditz@netscape.com 2002-01-15 23:11:03 +00:00
cmanske%netscape.com 3e2628c49c Command changes for bug 109296 (Link Checker dialog, r=akkana, sr=ben); mostly bug 45495: insert form elements, by neil@parkwaycc.co.uk, r=cmanske, sr=ben 2002-01-15 15:49:46 +00:00
cmanske%netscape.com b3af09adc2 Moved Composer-only menuitems to new overlay, bugscape bug 10540 (and remove warning in prefs dialog), r=syd, sr=kin 2002-01-15 15:42:29 +00:00
cmanske%netscape.com 993c1ff2fa Link Checker dialog, b=108296, r=akkana, sr=ben 2002-01-15 15:35:58 +00:00
cmanske%netscape.com 63945048df Link Checker dialog, r=akkana, sr=ben 2002-01-15 15:34:06 +00:00
brade%netscape.com 2502b66f1d remove JS warning (bug 118594; r=timeless; sr=ben) 2002-01-14 22:56:31 +00:00
stephend%netscape.com 2f7270f8bc Bug 119763. Javascript strict warnings in EdImageProps.js. Patch by Stephen Walker <walk84@yahoo.com> r=stephend, sr=kin 2002-01-14 20:21:18 +00:00
brade%netscape.com d115e1e868 use nsIWebBrowserPersist for saving (bug 98550) 2002-01-14 20:17:13 +00:00
glazman%netscape.com ef03da922b rename/remove obsolete elements/attrs from Composer xul; b=119164, r=peterv, sr=blake 2002-01-14 12:41:39 +00:00
hewitt%netscape.com 7f0e98bdd5 104401 - eliminate mOuter aggregate from nsXULElement, r=waterson, sr=hyatt 2002-01-12 01:20:29 +00:00
jfrancis%netscape.com bbad5feb5e finish landing 92331: plaintext mailquoting improvements. 2002-01-09 23:45:29 +00:00
cmanske%netscape.com cc2d9b3421 Fixed layout in Advanced Edit dialog, b=87637, r=akkana, sr=ben 2002-01-09 15:14:04 +00:00
cmanske%netscape.com 6517d84abe Fixed persisting checkbox in Create Table dialog, b=114668, r=glazman, sr=ben 2002-01-09 15:06:45 +00:00
glazman%netscape.com 68488c9353 CSS in Composer, step 1 ; b=77705, r=jfrancis, r=cmanske, sr=kin 2002-01-09 13:51:37 +00:00
alecf%netscape.com 5ac5a63a0e Rest of tree-wide cleanup for bug 100212 - switch last consumers of nsIFile.URL r=dougt, sr=darin 2002-01-09 02:08:01 +00:00
dean_tessman%hotmail.com 0cbf4497da Fix for 109824
Patch by slate@gwu.edu
r=cmanske,me sr=jag
2002-01-09 00:01:23 +00:00
glazman%netscape.com 3214848ef3 fix for erroneous check-in ; b=116393, rs=kin ; original and correct patch was r=cmanske, sr=jag 2002-01-07 15:02:20 +00:00
cmanske%netscape.com 0e4dc3f951 Part of fix to colorpicker bug 115694, r=syd, sr=hewitt 2002-01-05 20:54:09 +00:00
cmanske%netscape.com 3549eafa09 Fix updating toolbar color after page color is changed, b=115694, r=syd, sr=hewitt 2002-01-05 20:40:05 +00:00
cmanske%netscape.com 5492027621 Fixed list layout problems in Link and Spelling dialog (b=112951, r=andreww, sr=hewitt); rearrange buttons in spelling dialog (b=116672, r=glazman, sr=hewitt 2002-01-05 20:30:48 +00:00
cmanske%netscape.com 0336a6e359 Save default file dirs for HTML and Images, b=93487, r=syd, sr=hewitt 2002-01-05 20:25:53 +00:00
hyatt%netscape.com d749d59e46 Fix for 115748, r=bryner, sr=sspitzer 2002-01-05 00:15:48 +00:00
varga%utcru.sk 6673fe6131 80834 - [outliner scrollbar] if inbox has less than one page of messages, it will come up with a box where the scroll bar is
80548 - outliner scroll bar "disappears" in 3 stages

111101 - No scrollbox / slider / thumb in thread pane scrollbar

116269 - white scrollbars briefly show up in folder pane

116432 - Sometimes the twisty won't update after a click

116855 - Modify outliner builder syntax to match outliner content model
r=waterson, sspitzer, blake
sr=hyatt

99715 - convert category tree to use outliner
r=hixie
sr=blake
2002-01-03 22:58:23 +00:00
stephend%netscape.com d12922173f Bug 117553. Javascript strict warnings in EdConvertToTable.js. Patch by Stephen Walker <walk84@usa.net> r=bzbarsky@mit.edu, sr=alecf@netscape.com 2002-01-03 01:01:13 +00:00
timeless%mac.com 61a97fd94a Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
cmanske%netscape.com 8bc7019c04 Fixed JS error in Table Properties dialog, b=116393, fix by glazman, r=cmanske, sr=jag 2001-12-21 23:30:02 +00:00
timeless%mac.com cddc03d118 Bug 101419 confirmEx got better but someone didn't help editor.js
r=brade sr=sfraser
2001-12-20 20:57:24 +00:00
hewitt%netscape.com 7b10439c40 XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt 2001-12-19 12:04:11 +00:00