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

862 Коммитов

Автор SHA1 Сообщение Дата
cmanske%netscape.com 3997e8311e Added quick access to last-picked color. b=72090, r=glazman, sr=sfraser 2001-03-24 00:58:52 +00:00
blakeross%telocity.com 0b2dd2b2d2 Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben 2001-03-22 00:59:29 +00:00
maolson%earthlink.net 1e7ee6f0f9 fix bug 70747 [XUL Syntax] Replace <textfield> with <textbox>
r=blake, a=ben
2001-03-22 00:15:47 +00:00
glazman%netscape.com abdfe41621 Tables without border attribute were invisible in editor. Highly depends on 71647. b=57686, r=brade, sr=kin 2001-03-20 12:25:15 +00:00
hewitt%netscape.com 3d5e92aa75 65745 - themes cleanup, r=dveditz/cmanske/chuang/blake/andreww, sr=hyatt, a=leaf 2001-03-16 02:56:38 +00:00
syd%netscape.com bcbf97737e Fix for:
http://bugzilla.mozilla.org/show_bug.cgi?id=68229

r=andreww, sr=sfraser. checking in for anatoliya
2001-03-14 07:33:46 +00:00
timeless%mac.com 6cf0d97f11 Bug 65428 language="javascript" should be type="application/x-javascript"
r=ksosez@softhome.net a=ben
2001-03-13 15:35:07 +00:00
cmanske%netscape.com 84eeec7b55 Fixed editor table submenu enabling in context menus, b=62158, r=akkana, sr=kin 2001-03-13 14:35:24 +00:00
cmanske%netscape.com 581d75c43f Part of fix to spell checker bug 70413, r=timeless, sr=kin 2001-03-12 23:29:16 +00:00
cmanske%netscape.com c4731c2e9a Fixed access to Dictionary dialog - always launch Spell Checker dialog. b=70413, r=timeless, sr=kin 2001-03-12 23:29:07 +00:00
kin%netscape.com 11f8ac97cd Fixes for bug #66308 ([embed] XPIDL'ize transaction manager)
sr=sfraser@netscape.com,mscott@netscape.com r=jfrancis@netscape.com

* nsITransaction, nsITransactionListenter, nsITransactionManager have
  been XPIDL'ized and moved into mozilla/editor/txmgr/idl. The versions
  of these interfaces in mozilla/editor/txmgr/public are being CVS removed.

* Renamed Do(), Undo(), and Redo() to DoTransaction(), UndoTransaction(),
  and RedoTransaction() to avoid reserved word problems in languages like
  JS. I did a sweep through editor and mailnews to remove these methods.

* PeekUndoStack() and PeekRedoStack() now return an AddRef'd pointer.

* Removed GetUndoString(), GetRedoString() and Write() from the
  nsITransaction interface. Neither editor or mailnews really made
  use of these methods.

* Removed Write() from the nsITransactionManager.cpp interface.

* The Transaction Manager now supports weak references.

* Added support for nsITransactionList to the TransactionManager
  to allow access to all transactions on the Undo and Redo stacks, as
  well as auto-aggregated transactions.

* Removed all references to nsITransactionDescription from txmgr and editor.

* Added nsPIEditorTransaction and made all Editor internal transactions
  inherit from it so we can distinguish between our transactions and
  ones from 3rd parties.

New files checked in:

  editor/txmgr/idl/nsITransaction.idl
  editor/txmgr/idl/nsITransactionList.idl
  editor/txmgr/idl/nsITransactionListener.idl
  editor/txmgr/idl/nsITransactionManager.idl
  editor/txmgr/src/nsITransactionList.cpp
  editor/txmgr/src/nsITransactionList.h
  editor/idl/nsPIEditorTransaction.idl

Files that were CVS removed:

  editor/txmgr/public/nsITransaction.h
  editor/txmgr/public/nsITransactionListener.h
  editor/txmgr/public/nsITransactionManager.h
  editor/txmgr/idl/nsITransactionDescription.h
  editor/base/IMECommitTxn.cpp
  editor/base/IMECommitTxn.h

Files modified:

  editor/Makefile.in
  editor/makefile.win
  editor/base/ChangeAttributeTxn.cpp
  editor/base/ChangeAttributeTxn.h
  editor/base/CreateElementTxn.cpp
  editor/base/CreateElementTxn.h
  editor/base/DeleteElementTxn.cpp
  editor/base/DeleteElementTxn.h
  editor/base/DeleteRangeTxn.cpp
  editor/base/DeleteRangeTxn.h
  editor/base/DeleteTextTxn.cpp
  editor/base/DeleteTextTxn.h
  editor/base/EditAggregateTxn.cpp
  editor/base/EditAggregateTxn.h
  editor/base/EditTxn.cpp
  editor/base/EditTxn.h
  editor/base/IMECommitTxn.cpp
  editor/base/IMECommitTxn.h
  editor/base/IMETextTxn.cpp
  editor/base/IMETextTxn.h
  editor/base/InsertElementTxn.cpp
  editor/base/InsertElementTxn.h
  editor/base/InsertTextTxn.cpp
  editor/base/InsertTextTxn.h
  editor/base/JoinElementTxn.cpp
  editor/base/JoinElementTxn.h
  editor/base/nsEditor.cpp
  editor/base/nsEditorShell.cpp
  editor/base/nsEditorShell.h
  editor/base/nsEditorTxnLog.cpp
  editor/base/nsStyleSheetTxns.cpp
  editor/base/nsStyleSheetTxns.h
  editor/base/PlaceholderTxn.cpp
  editor/base/PlaceholderTxn.h
  editor/base/SetDocTitleTxn.cpp
  editor/base/SetDocTitleTxn.h
  editor/base/SplitElementTxn.cpp
  editor/base/SplitElementTxn.h
  editor/idl/Makefile.in
  editor/idl/makefile.win
  editor/idl/MANIFEST
  editor/idl/nsIEditorShell.idl
  editor/macbuild/editor.mcp
  editor/macbuild/EditorIDL.mcp
  editor/txmgr/idl/Makefile.in
  editor/txmgr/idl/makefile.win
  editor/txmgr/idl/MANIFEST
  editor/txmgr/idl/nsITransactionManager.idl
  editor/txmgr/macbuild/txmgr.mcp
  editor/txmgr/macbuild/txmgrIDL.mcp
  editor/txmgr/public/Makefile.in
  editor/txmgr/public/makefile.win
  editor/txmgr/public/MANIFEST
  editor/txmgr/src/Makefile.in
  editor/txmgr/src/makefile.win
  editor/txmgr/src/nsTransactionItem.cpp
  editor/txmgr/src/nsTransactionItem.h
  editor/txmgr/src/nsTransactionList.cpp
  editor/txmgr/src/nsTransactionList.h
  editor/txmgr/src/nsTransactionManager.cpp
  editor/txmgr/src/nsTransactionManager.h
  editor/txmgr/src/nsTransactionManagerFactory.cpp
  editor/txmgr/src/nsTransactionStack.cpp
  editor/txmgr/src/nsTransactionStack.h
  editor/txmgr/tests/TestTXMgr.cpp
  editor/ui/composer/content/EditorCommandsDebug.js
  editor/ui/composer/content/editorOverlay.xul
  editor/ui/composer/locale/en-US/editorOverlay.dtd
  mailnews/base/src/nsMessenger.cpp
  mailnews/base/util/nsMsgTxn.cpp
  mailnews/base/util/nsMsgTxn.h
  mailnews/imap/src/nsImapMailFolder.cpp
  mailnews/imap/src/nsImapUndoTxn.cpp
  mailnews/imap/src/nsImapUndoTxn.h
  mailnews/local/src/nsLocalMailFolder.cpp
  mailnews/local/src/nsLocalUndoTxn.cpp
  mailnews/local/src/nsLocalUndoTxn.h
2001-03-09 14:23:59 +00:00
cmanske%netscape.com 9a0d485c74 Missed file checkin as part of bug 67993, sr=sfraser 2001-03-09 01:47:18 +00:00
hewitt%netscape.com eeb97b1e15 68480 - cleanup msgcompose toolbar menubuttons, r=cmanske/ducarroz, sr=hyatt 2001-03-09 00:01:55 +00:00
cmanske%netscape.com f96d7e2a61 Removed registering of commands not used in plain text editor, b=67993, r=brade, sr=sfraser 2001-03-08 15:03:51 +00:00
timeless%mac.com 0113c0683d fix bug 64562 Some chrome dtd bugs [duplicate entities in dtds]
fixes from cjh@kr.freebsd.org r=jag, sr=jst
2001-03-07 11:28:42 +00:00
cmanske%netscape.com 8b4f4514f0 Better error message, b=69560, r=robinf, sr=kin 2001-03-04 00:25:30 +00:00
cmanske%netscape.com 745e66a5ab UI changes for export to text file (51798) and adding read-only DOCTYPE display in HTML Source (58650), and new command to update Recent Files menu (part of 60129). r=brade, sr=sfraser 2001-02-26 22:02:07 +00:00
tao%netscape.com 90bfcacfe5 62171: "Separate content from UI". Split langenus.xpi into regus.xpi.
browser: (r=pchen,sr=alecf), mailnews: (r=yamamoto,sr=sspitzer),
editor: (r=cmonske,sr=sfraser), xpinstall (r=ssu,sr=dveditz).
2001-02-23 08:34:10 +00:00
blakeross%telocity.com 26aff3aa5d Forced reload, stop button, ability to use bookmark keywords in Open Web Location dialog, persist window choice, .8 -> .9, moving things to more appropriate places (60498, 62078, 49773, others). r=timeless/jag sr=alecf 2001-02-23 03:31:46 +00:00
brade%netscape.com a2aa7af6c8 comment out HideImage() which was moved (to fix blocker #69669) r=granrose 2001-02-21 19:13:14 +00:00
syd%netscape.com 37a36077e6 Fix for bug 67981. checking in for anatoliya@netscape.com r=cmanske, sr=kin 2001-02-21 00:34:04 +00:00
akkana%netscape.com 36974551e5 67337: Initial implementation of Tableize. r=aaronl sr=sfraser 2001-02-17 01:33:07 +00:00
cmanske%netscape.com 6d77cd1bdf Fixed initializing widgets in prefs dialog, b=53275, r=brade, sr=sfraser 2001-02-16 03:33:27 +00:00
cmanske%netscape.com a48a60fbdd UI for Insert Break, b=47545, r=brade, sr=sfraser 2001-02-16 03:33:07 +00:00
cmanske%netscape.com 97f2e606c0 Fixed Send Page bug 68197, Table Properties dialog bug 68835, Implement Insert Break (bug 47544); r=brade, sr=sfraser 2001-02-16 03:32:49 +00:00
syd%netscape.com 8310ac89c1 Editor overlay smilie menus. r=syd, sr=sfraser, checking in for
anatoliya@netscape.com
2001-02-07 07:52:02 +00:00
syd%netscape.com 029909790d Smilie images, r=syd, sr=sfraser 2001-02-07 04:09:49 +00:00
syd%netscape.com 962a46fc22 Smilie menu css file, r=syd, sr=sfraser 2001-02-07 04:09:22 +00:00
cmanske%netscape.com 5b282dbb47 Fixed color picker buttons in dialogs, b=66417, r=blake, sr=sfraser 2001-02-02 00:14:43 +00:00
mkaply%us.ibm.com 04152e6af4 #67044
smoketest blocker
2001-01-30 16:58:29 +00:00
mkaply%us.ibm.com 2650fd00d4 #60160
r=blake, sr=alecf
Remove Win32 specific code for system colors - make it XP using nsLookAndFeel
2001-01-30 04:41:49 +00:00
attinasi%netscape.com 6079447d19 Put link color: blue back in for composer. b=66578 r=beppe 2001-01-27 07:16:33 +00:00
kin%netscape.com 4275b833c4 Fix for bug #6254 (Find/Replace needs to be implemented.)
First pass implementation of Find and Replace.
sr=sfraser@netscape.com  r=ducarroz@netscape.com

New Files:

    editor/txtsvc/macbuild/txtsvcIDL.mcp
    editor/txtsvc/public/MANIFEST_IDL
    editor/txtsvc/public/nsIFindAndReplace.idl
    editor/txtsvc/src/nsFindAndReplace.cpp
    editor/txtsvc/src/nsFindAndReplace.h
    xpfe/components/find/resources/replacedialog.js
    xpfe/components/find/resources/replacedialog.xul
    xpfe/components/find/resources/locale/en-US/replacedialog.dtd


Modified Files:

    build/mac/build_scripts/MozillaBuildList.pm
    editor/base/nsEditorShell.cpp
    editor/idl/nsIEditorShell.idl
    editor/txtsvc/macbuild/txtsvc.mcp
    editor/txtsvc/public/Makefile.in
    editor/txtsvc/public/makefile.win
    editor/txtsvc/public/MANIFEST
    editor/txtsvc/src/Makefile.in
    editor/txtsvc/src/makefile.win
    editor/txtsvc/src/nsTextServicesFactory.cpp
    editor/ui/composer/content/ComposerCommands.js
    editor/ui/composer/content/editor.js
    editor/ui/composer/content/editorOverlay.xul
    editor/ui/composer/locale/en-US/editorOverlay.dtd
    mailnews/compose/resources/content/messengercompose.xul
    mailnews/compose/resources/content/MsgComposeCommands.js
    mailnews/compose/resources/locale/en-US/messengercompose.dtd
    xpfe/components/jar.mn
    xpfe/components/find/public/nsIFindComponent.idl
    xpfe/components/find/public/nsISearchContext.idl
    xpfe/components/find/resources/makefile.win
    xpfe/components/find/resources/MANIFEST
    xpfe/components/find/resources/locale/en-US/MANIFEST
    xpfe/components/find/src/nsFindComponent.cpp
    xpfe/components/find/src/nsFindComponent.h
2001-01-23 21:55:04 +00:00
cmanske%netscape.com 77ae89a6d9 Checkin for doronr@naboonline.com: bug 63971, r=cmanske, sr=sfraser 2001-01-19 02:34:04 +00:00
cmanske%netscape.com 8bb00b9309 Fixed sidebar separator not hidden by default, b=65774, r=mjudge, sr=sfraser 2001-01-18 01:22:43 +00:00
cmanske%netscape.com 4dd49c277c Remove JS warnings, b=57649,r=timeless, sr=kin. Fix to 50328 (bring up Cell properties when caret is in cell) by hwaara@chello.se, r=cmanske, sr=kin 2001-01-18 00:59:18 +00:00
blakeross%telocity.com 4085bd987d Fix 60667: JS strict warnings in pref-composer.xul. patch by Mark Olson. r=blake sr=alecf 2001-01-16 23:53:27 +00:00
cmanske%netscape.com a857fc568d Fix Save enabling in HTML source (b=61996). Part of fix for Composer file menu overlays, b=54584, r=mjudge, sr=smfr 2001-01-16 23:12:22 +00:00
cmanske%netscape.com 050956738a Part of fix for Composer file menu overlays, b=54584, r=ducarroz, sr=smfr 2001-01-16 23:02:32 +00:00
cmanske%netscape.com 708d52fab8 Added notes for localization of string in editor.properties. r=timeless, sr=sfraser 2001-01-12 22:44:31 +00:00
cmanske%netscape.com b13119af74 Show underline for links in editor, b=63528, r=mjudge, sr=sfraser 2001-01-12 22:32:44 +00:00
cmanske%netscape.com 54a108c4b4 Fix bug 53275 (disable colorpickers in prefs if not 'Custom colors') r=mjudge, sr=sfraser 2001-01-11 04:55:33 +00:00
sfraser%netscape.com a0dda75954 Convert nsIDiskDocument to xpidl, and change it from using nsFileSpecs to nsIFiles. Bug 62567, r= buster, ducarroz, adamlock, sr=kin 2001-01-09 22:47:02 +00:00
cmanske%netscape.com 4a25db7345 Use global overlay for 'Exit/Quit' menuitem, requiring moving of overlay includes, b=54584, r=ducarroz, sr=syd 2001-01-09 21:38:47 +00:00
cmanske%netscape.com 88bec31c65 Use global overlay for 'Exit/Quit' menuitem, requiring moving of overlay includes, b=54584 2001-01-09 20:35:47 +00:00
bryner%uiuc.edu f579bca00b Removing unused Makefile.in's (files in these directories are now exported via jar.mn). Bug 55778. r=ben, cls. Not part of build. 2001-01-05 23:51:45 +00:00
cmanske%netscape.com bffe182249 Initialize variable to avoid JS warning (60631), r=mjudge, sr=sfraser 2001-01-04 01:30:17 +00:00
cmanske%netscape.com 99d90debce Improve UI and text for composer prefs (51396). Use 'oninput' instead of 'onkeyup' (59694). r=mjudge, sr=sfraser 2001-01-04 00:45:35 +00:00
cmanske%netscape.com be7735d169 Make all property menuitems use '...' (47037). r=mjudge, sr=sfraser 2001-01-04 00:38:51 +00:00
cmanske%netscape.com 178cdf8e86 Handle escaped characters when editing <title> text in HTML source (55150), fix JS warnings (60631). r=mjudge, sr=sfraser 2001-01-04 00:34:37 +00:00
danm%netscape.com a69146cf0b adding persistence of min/max state. arguably bug 32148 r=bienvenu,sspitzer. yes, i actually got this patch reviewed by two real people. 2000-12-27 22:41:46 +00:00
blakeross%telocity.com 6f718a65ce Fix 63572: colorpicker in Composer and message compose is broken. r=cmanske sr=syd 2000-12-24 06:40:52 +00:00
blakeross%telocity.com 689f92be09 Fix 30878: right clicking on buttons should not trigger button action, and pressing spacebar needs to trigger all buttons. more to come. r=kin sr=sfraser 2000-12-15 00:42:53 +00:00
disttsc%bart.nl ab948d4512 Last batch of the <titledbutton>s in xul/js... bug=57751, r=kin, a=ben 2000-11-30 15:07:53 +00:00
blakeross%telocity.com ff36ab76c2 Fix 57615: accesskey for print preview shows as (V) in composer. r=jag sr=sfraser 2000-11-28 21:50:08 +00:00
rcassin%supernova.org 9183c01edd Fix for bug 53658: Pref titledbox "Default Page Colors" should be "Default Page Appearance". r=brade, sr=sfraser 2000-11-23 15:19:20 +00:00
rcassin%supernova.org 4d12b7c43e Fix for bug 57345: "Cancel" in Save as Charset brings up Page Title. r=brade, sr=sfraser 2000-11-23 15:13:34 +00:00
blakeross%telocity.com 8c6d09b89b Fix 48876: make d&d and modifier-/middle-click possible throughout the app and implement selection within link (50673). Also fixes 59520, 48780, 48632, 57588, 59132. r=jag sr=alecf 2000-11-09 00:06:54 +00:00
timeless%mac.com bf8cc77259 fix bug 47209, "add ellipsis to send page and send link"
r=jag a=putterman
2000-10-26 02:22:34 +00:00
ducarroz%netscape.com ae9c1a9483 Fix for bug 54481. We need to escape any comma in the web page url. R=putterman, SR=alecf 2000-10-13 05:16:38 +00:00
ben%netscape.com 2e0a7a46de Fix for rtm++ bug 53605, editing colour defaults for Composer writes bad data
to user preferences. patch from Steve Morse (morse@netscape.com), r=ben@netscape.com, a=sfraser@netscape.com
2000-10-13 05:00:47 +00:00
blakeross%telocity.com ad13ca23b0 Fix 53189: the Print dialog comes up twice when opening it from the button's menu in Composer and MailNews. r=brendan a=ben 2000-10-12 21:10:26 +00:00
brade%netscape.com ed54f0ddcd fix format submenus and View menu items to toggle appropriately (radio) and to show the proper setting even if the selection has changed since the menu was last opened. r/sr=kin/sfraser; bug #54317 2000-10-10 13:15:46 +00:00
sfraser%netscape.com a388c1b7dd Fix for 52808 -- standardized nsEditorShell creation and destruction across components, to fix editor observer notification timing. r=kin,ducarroz,jelwell, sr=hyatt. 2000-10-10 01:45:46 +00:00
brade%netscape.com 3617f81f99 partial fix for setting checkmarks in Format submenus (based on selection); r=kin; sr=sfraser; submitted by cmanske; revised by brade; bug #54317 2000-10-09 14:55:04 +00:00
disttsc%bart.nl 554fa670b0 Change some keysets which were using id "defaultKeySet" to "keyset", making overlaying on them easier. Also fix some whitespace issues. bug=53320, r=akkana, r=mscott, a=ben 2000-10-08 05:32:07 +00:00
blakeross%telocity.com 736310b247 Fix bug 52059, remove Print Preview from app menus until the feature is implemented and working. r=matt sr=ben, rtm+ 2000-10-08 02:39:24 +00:00
jst%netscape.com 6ea631e28c Checking in for bug 50742, this change removes the use of XIF in mozilla and replaces the XIF converter with a HTML (and XML) serializer.
Contextual information added to HTML copy and intelligence added to HTML paste in the editor (fixes bugs 47014, 50568 and 46554, and partly (at least) fixes bug 53188).

Code written by vidur, jfrancis, jst, akkana. Tested by jfrancis, akkana, vidur, jst, kin. Reviwed (and super reviewed) by waterson, vidur, kin, jfrancis, jst
2000-10-07 10:57:30 +00:00
hewitt%netscape.com 0df81e8044 on behalf of jglick, #54933 - mnemonics stuff, r=brade, sr=sfraser 2000-10-07 08:33:00 +00:00
brade%netscape.com 71961279ca moving over checkin from Netscape branch to trunk (strings added for image map editor) Submitted by briano9@yahoo.com and dan6992@yahoo.com. 2000-10-06 11:59:01 +00:00
hewitt%netscape.com 6d07249c42 #54753 - dialog cleanup issues, r=andreww, a=ben 2000-10-05 21:36:01 +00:00
sfraser%netscape.com b9d4cdbcdf Fix for 53742 -- Open Location dialog, opened from Compser, should have titlebar. r=brade, sr=kin. 2000-10-05 00:34:07 +00:00
cmanske%netscape.com 6ebb46db52 Part of fix for nested tables bug 53733. r=brade, a=sfraser 2000-09-27 22:29:41 +00:00
disttsc%bart.nl b0408d3e6e Last batch of checkins for bug=53297 ('rdf:resource' -> 'resource', 'rdf:containment' -> 'containment'). r=akkana, r=cmanske, r=rginda, r=ben, a=waterson 2000-09-24 08:14:55 +00:00
hewitt%netscape.com 319880c9bc #46423 - make menulists crop, fixes overflowing text on messengercompose in modern. r=hangas, a=ben 2000-09-22 05:17:53 +00:00
cmanske%netscape.com c15a31d933 Fixed bugs 43394 (wrong type for getting recent menu max items pref), 52878 (wrong doc url results in adding a charset incorrectly), 47704 (making composer new page prefs work). r=mjudge. a=ben 2000-09-22 05:13:34 +00:00
hyatt%netscape.com ac2865c3c4 48758. r=ben,saari, a=waterson 2000-09-22 05:02:20 +00:00
ben%netscape.com d909fc352e first part of fix for 53156, editor UI issues. r=hewitt, sr=sfraser 2000-09-21 07:05:00 +00:00
hewitt%netscape.com 1015cce555 #46519 - composer edit mode tab stuff, r=hangas, a=ben 2000-09-19 22:46:47 +00:00
cmanske%netscape.com 5560a52f03 More tweaks to prefs dialog b=47704, r=ben 2000-09-15 06:52:33 +00:00
nbhatla%netscape.com 1cb100cde2 #46423 -> new modern skin. updates to edit-mode toolbar xul, to make the buttons look like botom tabs in modern and classic. r=cmanske 2000-09-15 06:28:29 +00:00
cmanske%netscape.com 8c41151981 Table dialog cleanup, b=47691, r=rcassin@supernova.org. Composer prefs cleanup, b=47704, r=ben 2000-09-15 06:08:51 +00:00
hyatt%netscape.com 1b88d03f0f New chrome files. Not part of build. 2000-09-14 21:10:57 +00:00
hyatt%netscape.com f3b6ba4243 New chrome files. Not part of build. 2000-09-14 20:50:12 +00:00
cmanske%netscape.com 6cfd93dbab Fixed Composer prefs not initializing bool pref. b=52400, r=hyatt 2000-09-14 14:45:16 +00:00
rayw%netscape.com 0257791053 Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
cmanske%netscape.com e4e0b60ecf Backed out using 'Clear' instead of 'Delete' for edit menu on Mac (b=47213). Fixed mispelled command name (42362) r=mjudge 2000-09-13 02:01:22 +00:00
cmanske%netscape.com 54bd31dd70 Composer dialog cleanup work (47213, 47701, 9754) r=sfraser 2000-09-12 00:35:42 +00:00
cmanske%netscape.com 1360de76a8 Fixed format menu not showing list properties when list item is empty b=51941, r=beppe 2000-09-12 00:17:56 +00:00
ftang%netscape.com 23ab5863e0 fix 51432. r=cata 2000-09-09 01:24:30 +00:00
cmanske%netscape.com 8315aef3a4 Refinements to make Composer context menus work and remove unused entities, b=43307, r=akkana 2000-09-08 01:45:06 +00:00
akkana%netscape.com 3c2341c61c 50821: don't force a bogus 3.2 doctype, and eliminate OutputNoDoctype flag. r=cmanske 2000-09-07 18:40:14 +00:00
cmanske%netscape.com 36d784df08 Removing bogus comment (43307) 2000-09-07 05:45:36 +00:00
cmanske%netscape.com ac8f8cdc5a Composer UI fixes: getting object for properties (needed for context menus, 43307). Color (47695) and Image props (47651) cleanup r=hyatt 2000-09-07 05:39:27 +00:00
dbaron%fas.harvard.edu cfceba7dca Change uses of CSS properties not part of the CSS2 spec to use -moz- prefix. b=3935
Fix some CSS errors found with CSS parser error reporting, with Ben's approval.
2000-09-06 02:17:26 +00:00
ben%netscape.com 21aa63995a part of fix for 51087, order of preferences messed up. dbragg removed smartupdate from the
preferences tree which messed up ordering for IM, etc.
2000-09-06 02:13:07 +00:00
cmanske%netscape.com 49750baeda Trying to get Table submenus to load from overlay (for context menus, b=43307) doesn't work for Message Composer, so 2nd level overlay (EditorCommandsOverlay.xul) is no longer used. r=sfraser 2000-09-05 23:46:24 +00:00
cmanske%netscape.com 5986ab5939 Fixed nsbeta3 UI bugs for Composer: List proerties (45407), Context menus (43307), many fixes for strict JS warnings. r=sfraser, hyatt 2000-09-05 23:21:22 +00:00
rcassin%supernova.org 99dc52118f Fix for 47703 - UI: Composer Prefs Panel - r=walk84@usa.net 2000-09-03 14:44:32 +00:00
ben%netscape.com 27f526d5ab 46613, classic skin polish and other fixes for message compose window 2000-09-03 05:39:33 +00:00
cmanske%netscape.com fb959cc64a JS strict warnings cleanup in connection with dialog work such as 47651, 47685. r=sfraser 2000-09-01 23:04:03 +00:00
cmanske%netscape.com c14165d094 Editor UI fixes: toolbar (47515), Page Colors dialog (47695), r=sfraser 2000-09-01 22:01:44 +00:00
rcassin%supernova.org 410730cd0f Fix for bug 47574: extra, unused strings / entities defined in editor UI files - r=anthonyd, cmanske 2000-09-01 13:14:09 +00:00
cmanske%netscape.com 4908d1e7da Fixed updated of color widget on Composer toolbar, b=49952, r=sfraser 2000-08-31 12:44:56 +00:00
cmanske%netscape.com 2a97a514ae Finished HTML Source editing problems with title tag (41869), split table crash (50791), filename problems (48631). r=akkana, fixed NS_LITERAL_STRING usages in nsHTMLEditor for performance (26384), r=scc 2000-08-30 22:49:08 +00:00
cmanske%netscape.com 7789da1eb0 nsbeta3 UI fixes: HTML source editor bugs 50034, 41869) r=sfraser, fixed Send Page commands for rcassin, changed to using value on title tag (related to 42331), List, Page Colors and other dialog cleanup (47686, 47695), r=rcassin, sfraser, ben 2000-08-30 02:44:18 +00:00
ben%netscape.com 55eed69fa8 46613... classic skin polish. + some fixes to Advanced Edit dialog (it was broken) 2000-08-28 04:38:20 +00:00
putterman%netscape.com 66af1b0e33 Fix for 48985. remove reference to newMessage since it's coming from an overlay. Makes Ctrl+M work. r= bienvenu. 2000-08-26 20:58:20 +00:00
rcassin%supernova.org 183970ee69 A fix for #47510: Font set ordering for Helvetica/Arial is problematic - r=akk 2000-08-25 01:38:13 +00:00
rcassin%supernova.org 6b8358d8c7 Fix a little issue with editor not starting with my most recent checkin. XUL is very picky. r=kin 2000-08-24 19:32:25 +00:00
rcassin%supernova.org 2f46f236ae Fix for bug 49181: no tooltip for alignment buttons on toolbar - r=floppymoose 2000-08-24 17:03:27 +00:00
sfraser%netscape.com 1b144a56a0 Fixes for 48474 (JS errors typing in plain text compose), 44684 (make align buttons reflect state), 49155 (UMR in editor code). r=anthonyd 2000-08-24 01:20:29 +00:00
cmanske%netscape.com ad53c5a9b1 A better fix for 49953 so mail composer doesn't have to unregister the pref command. r=duccaroz. Better initialization for default text and background color and related fixes to Composer color prefs relating to 47704. r=sfraser 2000-08-24 00:28:20 +00:00
cmanske%netscape.com 3afb7bab79 Fixed lots of nsbeta3+ bugs: 45756, 47654, 41810,47503,48990, 48995,40204, 42740, 46953, 47646, 47696, 48693, 45899. r=sfraser,jfrancis 2000-08-23 00:29:24 +00:00
rcassin%supernova.org 51377a3a09 Fix for bugs 41968 (print button is dim) and 48686 (print button doesn't work). The fix doesn't work in Classic due to a recent button checkin by Ben and a bug has been filed against him (49421). 2000-08-18 02:51:46 +00:00
nbhatla%netscape.com 2ccc6db1ee #46519-> Mac Classic Polish Fixes. Fixes editor disabled states for bold, underline, italic, ol, and ul buttons in format toolbar. Also pertains to bugs #47685 and #48700. r=cmanske,sfraser 2000-08-16 23:09:15 +00:00
ben%netscape.com 9ed6a0a3d5 ditto 2000-08-12 09:48:36 +00:00
sfraser%netscape.com c82c67089f Final part of fix for 25161 -- use the new user-select: _moz_all that pierre just checked in. 2000-08-12 01:26:39 +00:00
sfraser%netscape.com 3700e483e9 Fixes for 37815 -- editor toolbar cleanup. r=cmanske 2000-08-12 00:47:05 +00:00
mcafee%netscape.com 1966870c36 Editor pref files changed locations, but internal chrome: URLs did not and pref panes were blank. Fixing chrome: URLs. r=syd 2000-08-11 06:17:45 +00:00
cmanske%netscape.com 030de906de More editor UI bug fixes: 47653, 47688, 47693, 47687. r=sfraser 2000-08-11 03:20:47 +00:00
cmanske%netscape.com a5251f332c Big UI fix checkin continued - same bugs as last checkin. r=sfraser 2000-08-10 03:43:09 +00:00
syd%netscape.com 85d4a2f4d7 partial fix for 1611. r=cmanske 2000-08-10 01:04:50 +00:00
cmanske%netscape.com fe2ede9c32 Checking in for rcassin@supernova.org. Composer pref fixes, bug 47703, r=cmanske 2000-08-09 02:33:29 +00:00
ftang%netscape.com 8c792f118c fix 45347. swap the order for author and content-type to make the content-type
appear first in the meta tag since we need to know the encoding before hitting
non ASCII value in the author name. r=cmanske
2000-08-09 02:25:25 +00:00
cmanske%netscape.com 4a0351e364 Checking in for rcassin@supernova.org. Composer pref string fixes, bug 47703, r=cmanske 2000-08-09 02:22:57 +00:00
sfraser%netscape.com 277decdb88 Fix for 25161 -- allow editor to handle pages with form elements. Avoid infinite loop in editor, and add some CSS for form elements in editor. r=jfrancis 2000-08-08 23:37:51 +00:00
saari%netscape.com 4c09a29ac5 massive landing of joki changes.
Relevant nsbeta3+ bugs 43309, 44503, 2634, 2504,5981, 24698, 25758, 33577,
36062, 36217, 41191, 41491, 42356, 42829, 43016
r=saari (joki code). also been tested by heikki and bryner
2000-08-08 21:31:05 +00:00
anthonyd%netscape.com 562e4bc652 checkins for Hurricane
translation of all C++ functions to JS which included SaveDocument
which eventually will allow for the completeion of autosave
r: brade, anthonyd
a: waterson, cmanske
2000-08-07 21:12:18 +00:00
anthonyd%netscape.com 60a3b42d16 moving editor prefs to editor directory
see bug# 36911
r: ben
2000-08-05 02:21:59 +00:00
ducarroz%netscape.com 4ceaa0415e Fix for bug 47250. As we cannot have more than one keyset per window, we need to define key outside the keyset tag in the overlay. That let other window that includes the overlay defines their own keyset and eventually includes some of the keys defined in the overlay. R=cmanske 2000-08-04 21:35:32 +00:00
akkana%netscape.com 837d66702c Comment out annoying debugging statements. r=sfraser 2000-08-04 20:39:53 +00:00
brade%netscape.com eb27847005 fix menu and tooltip strings per UI meeting and verah (bug #47509) 2000-08-04 10:50:41 +00:00
brade%netscape.com 48f1447872 remove font dropdown list from toolbar per Composer UI review (bug #47506) 2000-08-04 10:50:05 +00:00
brade%netscape.com acb15c2134 add keybinding for fixed width font, add shift="false" to increase/decrease indent, new string for Insert | HTML..., remove Insert | Break and Insert | Break below Images (#47523), move Revert to after SaveAsCharset (#47211), remove Edit | HTML Source (#47523), remove View | Paragrah Marks, new string/accesskey added for Insert | HTML..., remove separator, Break and BreakBelowImages from Insert menu (#47523), comment out Format | Background Color since it will be moving soon, renumber Format menu, move Align after decrease indent (all per UI review) 2000-08-04 10:25:07 +00:00
brade%netscape.com 67895f1f5b fix menu and tooltip strings per UI meeting and verah (bug #47509); add shortcut keybinding for fixed width font 2000-08-04 10:25:00 +00:00
brade%netscape.com 745358b263 remove unnecessary include of nsContextMenu.js (bug #43239) and remove viewParagraphMarks menu item per UI review meeting (bug #47525) 2000-08-04 10:12:28 +00:00
brade%netscape.com e358cfe302 removed unnecessary references to nsContextMenu.js (bug #43239) 2000-08-04 10:10:47 +00:00
brade%netscape.com 458c6c4bbb Send Page (contributed by rcassin@supernova.org); bug #44802 2000-08-01 14:17:48 +00:00
BlakeR1234%aol.com fa3dec7235 Fix for bug 47037, remove unnecessary ellipses from some Composer menu items. r=jag, a=brade 2000-07-31 21:25:31 +00:00
ftang%netscape.com fd38b8ddf9 fix bug 46272 r=mjudge/brade use CopyUnicharPref instead of CopyCharPref
for non ASCII data- Author. a=ftang
2000-07-31 00:43:25 +00:00
BlakeR1234%aol.com 0b5e8c29ba Fix 17608 a=vera 2000-07-30 01:22:12 +00:00
brade%netscape.com 55b64f9e29 string changes for bug #45491 (from mpt@mailandnews.com) 2000-07-28 10:40:30 +00:00
brade%netscape.com c1c5d1a530 submitted by rcassin@supernova.org; add save and saveas commands to this file (bug #16360) 2000-07-28 10:12:53 +00:00
ben%netscape.com 3879af701e classic skin work for 46613, a=johng 2000-07-27 07:11:14 +00:00
brade%netscape.com 998e270b97 remove unused code (submitted by rcassin@supernova.org) 2000-07-25 14:04:26 +00:00
ftang%netscape.com 47a6f7740a fix 45876. patch proposed by brade r=ftang. Thanks brade for her help 2000-07-20 23:22:57 +00:00
ftang%netscape.com d0fbf58a0b take out debuging code 2000-07-20 21:10:39 +00:00
ftang%netscape.com afd789602b more fix for 39790 which we forget. change intl.charset.default to navigator.properties
r=nhotta/cata
2000-07-20 21:09:11 +00:00
shanjian%netscape.com b2156bfb25 #42837
Disable charset menu after the document has been modified.
r=cmanske
2000-07-17 01:13:10 +00:00
shanjian%netscape.com e8b935da11 #42837
Disable charset menus after the document has been modified.
r=cmanske
2000-07-17 01:12:10 +00:00
sfraser%netscape.com bc5e13e277 Fix for nsbeta2+ bug 31134 -- paste in edit menu not enabled correctly. Add a new command set for clipboard-related menu items, and fire it on Copy. Also ensure that Undo/Redo commands are updated correctly, and avoid bogus command updating in plain text compose (since that caused JS errors). r=kin,jfrancis. 2000-07-14 21:58:50 +00:00
brade%netscape.com 38070752ba add id to print item; r=kin; bug #43904 2000-07-12 14:48:13 +00:00
cmanske%netscape.com 15901d9765 Finishing table editing+dialog work (b=20973, r=jfrancis), and disabling commands when in HTML Source mode (b=38875, r=sfraser) 2000-07-11 23:41:22 +00:00
cmanske%netscape.com 0fc2b69db6 Temporary fix for HTML source window being overwritten by regular editor window when window is resized b=34414. r=mjudge 2000-07-06 01:23:47 +00:00
cmanske%netscape.com 7d40913fb4 Don't include current URL when building Recent Files menu. Checking in work for Ryan Cassin, b=17502, r=cmanske 2000-07-01 02:16:04 +00:00
cmanske%netscape.com 7e2764c3d9 Table Properties dialog and UI commands work. b=20973, r=sfraser 2000-07-01 00:37:38 +00:00
brade%netscape.com aa1bafd976 submission by Ryan Cassin (rcassin@supernova.org); recent files menu for editor; bug #17502; approved beppe 2000-06-28 14:58:36 +00:00
cmanske%netscape.com 5734dfa3be Changed AppendFilters when loading into Composer to favor HTML and TXT over 'All Files'. b=43834, r=brade, a=law 2000-06-27 23:55:12 +00:00
tao%netscape.com c094568ffd 39790: [L12y] Move all localizable prefs into chrome://.r=alecf. 2000-06-27 22:13:23 +00:00
cmanske%netscape.com 26de5cacec Fixed xul to use new treecolgroup in Composer main window b=30511 (by bryner, r=cmanske). Removed textfield in colorpicker - doesn't work, crashes in Linux b=41619, r=akkana 2000-06-22 01:13:28 +00:00
danm%netscape.com 03ea82871a tracking change of name of window.content to _content. (bug 33650) r=hyatt 2000-06-22 00:48:45 +00:00
brade%netscape.com 94205f27e7 don't let shift-keybinding work for open local, open remote, save, close, print, quit, find, find next, check spelling, bold, italic, underline (explicitly set shift="false") for bug #41989; r=jst, Pike 2000-06-21 14:20:42 +00:00
brade%netscape.com 411f4ee130 diff submitted by Josh Soref (soref@wam.umd.edu); add class and statusbar=true to progressmeter (a=waterson; r=sfraser) bug #41645 2000-06-21 12:42:24 +00:00
amasri%netscape.com 98ea88b476 Adding Localization notes per Bugzilla #39775 beta2+
r=rchen@netscape.com
2000-06-20 01:41:30 +00:00
ben%netscape.com 2d3e888817 partial fixes for 32347, 30536, 41120 2000-06-17 03:26:47 +00:00
cmanske%netscape.com e9915482e5 Fixed paragraph, heading, and list menus and check state: bug 41735, r=brade 2000-06-16 14:22:12 +00:00
sfraser%netscape.com 288248b802 Remove obsolete charset menu cruft. r=fm 2000-06-16 06:05:51 +00:00
sfraser%netscape.com e626f02fa4 Partial fix for bug 42098 -- leakage of XUL doc and editor in composer window. This change fixes the doc leak, but the nsEditorShell still leaks. This fix is a band-aid until 42530 is fixed. r=hyatt 2000-06-16 06:01:19 +00:00
rbs%maths.uq.edu.au 26742e611c Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com 2000-06-15 09:54:41 +00:00
bryner%uiuc.edu 7fb5c1658f Fix nsbeta2+ bug 39633. r=kin. 2000-06-15 05:31:32 +00:00
pinkerton%netscape.com 2da5e11e74 fix for bug 39764 (disabled values added to context menu). check the target of the oncreate/destroy event before processing it, as this will bubble from submenus. r=brade. 2000-06-13 23:15:53 +00:00
cmanske%netscape.com f349338175 Fixed missing checkmarks in Composer menus. b=41735, r=sfraser 2000-06-09 01:04:34 +00:00
ftang%netscape.com d0740e80c8 fix 41573 mac IME problem. r=sfraser@netscape.com 2000-06-08 23:29:43 +00:00
cmanske%netscape.com 7397fb27e1 Fixed duplicate dtd strings, b=41511, r=sfraser 2000-06-07 23:35:52 +00:00
brade%netscape.com 636eb21dc6 new tooltip strings submitted by simone@netscape.com; bug #9767; r=brade, a=beppe,techpubs 2000-06-07 14:05:48 +00:00
ben%netscape.com ddd7c8acbf fix for multiple quit items being displayed 2000-06-06 01:16:02 +00:00
cmanske%netscape.com 7ebb2f9065 Fix for 41034 - new list submenu, fix for 41351 - object properties not working. Fix for OS2 support for table selection feedback in menu. r=sfraser, a=beppe 2000-06-05 20:26:26 +00:00
ben%netscape.com 55549d043d update editor to use utility overlay and global overlay 2000-06-05 06:31:41 +00:00
brade%netscape.com 978f3f4dfb File Removed. 2000-06-02 13:16:03 +00:00
brade%netscape.com 906fca55cb cleanup; removed EditorStyles1.css 2000-06-02 13:14:09 +00:00
brade%netscape.com 7dcaf07855 cleanup; remove EditorStyles1.css 2000-06-02 13:13:46 +00:00
ben%netscape.com 6279993f25 advanced print button, add communicator overlay hook in 2000-05-28 06:11:17 +00:00
sfraser%netscape.com 9ca0c9d436 Fix for nsbeta2+ bug 38673 - editor UI elements get disabled if you use a dialog to insert the first element in composer. 2000-05-27 01:51:31 +00:00
cmanske%netscape.com c8b87f1422 Changed CSS to make height of tag icons match image height. b=28498, r,a=beppe 2000-05-27 00:18:33 +00:00
sfraser%netscape.com 2b5984adae Fix nsbeta2+ bug 28973 -- only allow editing of text/html and text/plain files. r=jfrancis 2000-05-26 23:42:25 +00:00
ben%netscape.com fb99e690fe skinnability work for editor, 38534, r=hyatt 2000-05-25 05:56:25 +00:00
cmanske%netscape.com bb37359bbe Fixed object properties bug 39649, including moving methods involved (without change) from ComposerCommands.js to editor.js as suggested by sfraser. r=sfraser 2000-05-25 03:35:33 +00:00
pavlov%netscape.com 2804c173c5 fix for unix file picker not handling null window parents bug 34328 r=brendan, slamm
fix for mailnews' file->save as dialog not saving files on unix in due to its handling of file extentions and filters.  this code now uses nsIFilePicker.  fixes nsbeta2+ bug 31096. r=mscott
2000-05-25 00:44:10 +00:00
jfrancis%netscape.com f8789832b8 fixes: 14753, 29843, 39864, 40141, 40139, 36679, 39542, 34729, 34855, 37216, 39292, 26447 r=sfraser,cmanske,fm; a=beppe 2000-05-24 23:00:24 +00:00
cmanske%netscape.com efa38e1822 Fixed capitalization on Split Cell menu text 2000-05-17 03:09:42 +00:00
cmanske%netscape.com 4cf9d321c5 Fixed enabling of Split Cell command 2000-05-17 03:06:06 +00:00
ftang%netscape.com 85233334de fix 38322. load the current url if the document have not been modified yet. 2000-05-17 00:11:05 +00:00
cmanske%netscape.com c2e39623cf Set default for editmode toolbar to collapsed (36691) 2000-05-16 23:31:30 +00:00
cmanske%netscape.com dc01b18767 When removing SpellCheck menu item, must also remove following separator. Changed style to use background image for NamedAnchor, now that we know how to select it! 2000-05-16 22:53:01 +00:00
cata%netscape.com 016ab6f616 Dynamic charset menu in Composer. Bug #38079 2000-05-16 22:20:18 +00:00
kin%netscape.com 9a4918da40 Fix for smoke test blocker bug #39426 (the spellchecker is not being recognized as present (missing))
Corrected spellchecker progid string.
r=sfraser@netscape.com a=leaf@netcape.com
2000-05-16 18:07:41 +00:00
brade%netscape.com 64923492d2 namespace fixes 2000-05-16 14:43:04 +00:00
cmanske%netscape.com 44d6a93dee Fixed Composer taskbar buttons. Changed Editorshell mouse listener so editorshell controls action, allowing selection of elements in All Tags mode with single click. Improved isCommandEnabled for Split cell command 2000-05-16 05:33:51 +00:00
sfraser%netscape.com efc3e085c3 Fix for 37284 -- remove spell checker button if not installed. 2000-05-16 05:26:29 +00:00