Commit Graph

3355 Commits

Author SHA1 Message Date
brade%netscape.com
42b3f7502b remove unused methods; r=cmanske; sr=kin (bug #107636) 2001-11-27 13:59:57 +00:00
rjc%netscape.com
fe5d808f73 Fix bug # 75772: On Mac OS X, add support for window toolbar button which hides/shows toolbar buttons. r=ben sr=hyatt 2001-11-27 01:47:41 +00:00
cmanske%netscape.com
6f809f01fe Remove pref to change delete key behavior for selected cells, b=95633, r=syd, sr=dveditz 2001-11-26 21:07:55 +00:00
jfrancis%netscape.com
fec94c5f02 fixes for --- 45888: center followed by heading 2: text doesn't take on heading 2 102754: Lists with Headings applied do not create new list items when return entered 9835: Indent button behaves differently if <li> contains two <br> r=fm; sr=kin 2001-11-22 19:35:11 +00:00
cmanske%netscape.com
4e2d254f70 Removed uneccessary hack to make toolbar buttons show checked state, b=101982, r=brade, sr=kin 2001-11-22 01:15:09 +00:00
cmanske%netscape.com
5913f05b27 Fixed layout problem with Link Properties dialog, r=110303, r=syd, sr=kin 2001-11-22 00:29:50 +00:00
cmanske%netscape.com
491eebe75a Fixed getting HR settings from prefs and removed unused code, b=111273, r=syd, sr=kin 2001-11-22 00:26:49 +00:00
cmanske%netscape.com
27b4a4ec00 Add print Setup menuitem from global overlay (b=106374, r=syd, sr=kin); fix colorpicker on Composer toolbar (b=108681, r=timeless, sr=kin 2001-11-22 00:12:16 +00:00
seawood%netscape.com
7733357d51 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
seawood%netscape.com
55fe97bff7 Renaming 'install' build phase to 'libs'
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
brade%netscape.com
dc57979608 remove string bundle code from Init; add IsSupportedTextType to api :-( and change callers; add DoAfterSave method to api; bug #107636 (r=kin; sr=sfraser) 2001-11-20 09:54:37 +00:00
brade%netscape.com
9345e2069d remove IsSupportedTextType since it is now part of idl (bug #107636 r=kin; sr=sfraser) 2001-11-20 09:54:21 +00:00
brade%netscape.com
ab6471d770 add doAfterSave and isSupportedTextType so they can be called from JS (bug #107636 r=kin; sr=sfraser) 2001-11-20 09:54:01 +00:00
brade%netscape.com
71ffef21e5 Change editorshell string calls to GetString (JS utility function); use new JS save function for bug #107636 (r=kin; sr=sfraser) 2001-11-20 09:43:34 +00:00
brade%netscape.com
997a44ef76 Change editorshell string calls to GetString (JS utility function); fix JS warning; add saving and related functions for bug #107636 (r=kin; sr=sfraser) 2001-11-20 09:43:14 +00:00
ducarroz%netscape.com
8fac4bc0ce Fix for bug 108731. Send page must use the message compose service in order to be able to use the recycled compose window. R=varada, SR=mscott 2001-11-20 03:12:32 +00:00
timeless%mac.com
060425ec59 Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
s/!NS_SUCCEEDED/NS_FAILED/g;s/!NS_FAILED/NS_SUCCEEDED/g;
r=dougt sr=hewitt
2001-11-19 06:45:00 +00:00
brade%netscape.com
e75eb5eee7 ForceCompositionEnd when focus is lost (Blur); bug #81356; patch from Masaki Katakai (katakai@japan.sun.com); r=brade/ftang; sr=sfraser 2001-11-16 15:04:17 +00:00
cmanske%netscape.com
e9a5a8baf7 Fixed case of 'publishprefs.js' where used in editor files 2001-11-15 16:44:48 +00:00
cmanske%netscape.com
bf93c22b98 Fixing UNIX built bustage: wrong case for file in jar.mn 2001-11-15 16:39:59 +00:00
cmanske%netscape.com
8262f88370 Editor JS utilities reorg (b=106374, r=kin, sr=hewitt) and first draft of new Publishing UI (b=88208, r=brade, sr=hewitt) 2001-11-15 15:28:24 +00:00
cmanske%netscape.com
4e7e8de95b Fixed misspelled 'default' case in imagemap dialog, fix by premstaller, b=84111, r=cmanske, sr=kin 2001-11-15 05:32:43 +00:00
cmanske%netscape.com
5ef1d539c9 Fixed Insert Character radio button initialization, b=107767, r=brade, sr=kin 2001-11-15 05:30:29 +00:00
cmanske%netscape.com
78eb8d28b9 Fixed error checking and reporting when loading page in Composer and removed commented-out code, b=105561, r=akkana, sr=kin 2001-11-15 05:26:25 +00:00
alecf%netscape.com
d49a4ba867 win32 REQUIRES cleanup 2001-11-15 03:49:13 +00:00
akkana%netscape.com
fa6a218016 104195: fix some problems with rewrap. r=brade sr=kin 2001-11-15 00:04:26 +00:00
cmanske%netscape.com
f8bd0c7937 Use 1000 as limit for HR size, b=102051, r=brade, sr=jst 2001-11-14 22:27:58 +00:00
cmanske%netscape.com
2659ff5477 Fixed join cells table bug 103360, r=akkana, sr=kin 2001-11-14 22:22:17 +00:00
rods%netscape.com
b9ecdfca41 Added image animation mode constants to imgIContainer.IDL,
Changed the animation mode enum to PRUint16 (removed the enum) in nsIPresContext so we could use the constants
from imgIContainer. (changes from dcone's review comments)
Bug 2586 r=dcone sr=attinasi
2001-11-14 14:03:09 +00:00
jfrancis%netscape.com
188eea09af fix for Bug#:107494, when editting in IME mode, you cannot delete last uncommitted character. r=smfr; sr=kin; a=drivers 2001-11-14 12:58:57 +00:00
cmanske%netscape.com
de5d752012 Added 'Edit Link in New Composer' menuitem to Composer context menu, b=97425, r=hewitt, sr=kin 2001-11-14 04:33:42 +00:00
timeless%mac.com
b7461f87ad Bugzilla Bug 87792 Fix accesskeys based on new flexibility
patch by slate@gwu.edu r=aaronl sr=ben
2001-11-14 01:37:35 +00:00
bzbarsky%mit.edu
f2ee8260a0 Use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2 where possible
(i.e. where the string is a literal).  Bug 104159, r=jag, sr=alecf
2001-11-14 01:33:42 +00:00
kin%netscape.com
b5b14245e1 Fix for bug 106383: regression: new composer doc behaves as if empty
mozilla/editor/libeditor/html/nsHTMLDataTransfer.cpp
  mozilla/editor/libeditor/html/nsHTMLEditRules.cpp
  mozilla/editor/libeditor/html/nsHTMLEditRules.h
  mozilla/editor/libeditor/html/nsHTMLEditor.h
  mozilla/editor/libeditor/text/nsTextEditRules.h

    - Added nsHTMLEditRules::WillLoadHTML() which removes any mBogusNode.
    - Modified nsHTMLEditor::LoadHTML() to call Will/DidDoAction().
    - Changed all references of kOpHTMLLoad to kOpLoadHTML to match
      function name, and added kLoadHTML.

r=jfrancis.netscape.com  sr=sfraser.netscape.com  a=asa@mozilla.org
2001-11-09 15:16:03 +00:00
cmanske%netscape.com
25da70a6c6 Removed duplicate declaration to make Advanced Edit dialog work, b=109085, r=brade, sr=kin, a=asa-drivers@mozilla.org 2001-11-09 00:17:59 +00:00
cmanske%netscape.com
973a8da7f6 Fix cutoff of buttons in Spell Check (r=kin, sr=hewitt) and Image Properties (r=brade, sr=ben) dialogs, bugscape b=10888 2001-11-08 22:59:58 +00:00
dbaron%fas.harvard.edu
8cd8d91750 Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052 2001-11-07 06:24:10 +00:00
cmanske%netscape.com
5dc5ffad3a Fixed problems relating to new XUL 1.0 changes, b=108670, r=timeless, sr=hewitt 2001-11-07 05:42:41 +00:00
dbaron%fas.harvard.edu
9ab72b8bb6 Fix nsDependentString users not to pass null buffers. b=104651 r=jag rs=scc 2001-11-07 05:11:46 +00:00
cmanske%netscape.com
1a454acec1 Fixed 'New' Composer command, b=106728, r=rcassin, sr=kin 2001-11-06 01:07:45 +00:00
blakeross%telocity.com
3c4117c833 Line of text is missing from debug pref pane. r=hewitt sr=hyatt 2001-11-04 02:16:33 +00:00
blakeross%telocity.com
b1c321edc6 Editor OK buttons aren't disabled when there aren't valid conditions. r=hewitt, sr=hyatt 2001-11-03 18:46:07 +00:00
hewitt%netscape.com
20311b8044 fixing various fun regressions from blake's earlier landing, rs=hyatt 2001-11-03 11:27:04 +00:00
blakeross%telocity.com
71e1ffab70 107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben 2001-11-03 04:06:54 +00:00
kin%netscape.com
1908bdafba Fix for bug #99517: Text migrates past H. Line, loses formatting when converted to list
Modified WillMakeList() to clear prevListItem after adding a block
to a list item so that any inline nodes after the block are put
in a new list item.

r=jfrancis@netscape.com  sr=sfraser@netscape.com
2001-11-02 14:47:10 +00:00
loadrunner%betak.net
86095087bd bug 64146, Delay nsCharsetMenu initialization to avoid consuming ~2% of startup time, r=dp, sr=brendan, alecf 2001-11-02 03:29:30 +00:00
akkana%netscape.com
95af5b0394 106111: heed --enable-plaintext-editor-only for editor build.
r=cls sr=kin
2001-11-01 22:29:13 +00:00
brade%netscape.com
32b10a8ac0 fix build bustage from #104883; r=adamlock/jag 2001-11-01 17:00:41 +00:00
rjesup%wgate.com
f5db58443e Bug 106509: SaveSelection() doesn't delete entries from range correctly;
the test was backwards and never executed.  r=jfrancis, sr=kin
2001-11-01 15:44:26 +00:00
brade%netscape.com
0fabd3f190 nsIFile->nsIURI in nsIDiskDocument; fix SaveDocument api (bug #104883) 2001-11-01 15:27:38 +00:00
brade%netscape.com
b9efb8ee91 nsIFile->nsIURI in SaveDocument api (bug #104883) 2001-11-01 15:26:34 +00:00
brade%netscape.com
2d518241ea factoring of SaveDocument and nsIFile->nsIURI (bug #104883) 2001-11-01 15:26:33 +00:00
brade%netscape.com
6e3598819c nsIFile->nsIURI for SaveDocument; factoring of SaveDocument (bug #104883) 2001-11-01 15:26:28 +00:00
brade%netscape.com
46f0483fc5 nsIFile->nsIURI in nsIDiskDocument shows missing #include; now added (bug #104883) 2001-11-01 15:22:10 +00:00
brade%netscape.com
b1811380cc add necko requires (makefile.win already has this); bug #104883 2001-11-01 15:09:56 +00:00
cmanske%netscape.com
088960db15 Fixed error message when empty row or col input in Table Properties dialog, b=99306, r=akkana, sr=sfraser 2001-11-01 04:59:34 +00:00
tao%netscape.com
f8fa28ae88 107375: localeVesion update: 0.9.4 -> 0.9.6 in the trunk.
(r=jbetak,sr=dveditz)
2001-11-01 01:11:57 +00:00
rginda%netscape.com
5f94389322 bug 107421, "--disable-mailnews build broken", r=andreww sr=smfr
comment out reference to chrome://messenger/content/mailOverlay.xul
2001-10-31 21:12:08 +00:00
glazman%netscape.com
2ef77eb271 call to GetNodesForOperation() in GetAlignment() missed a parameter indicating it should not modify the tree; b=107372, r=brade, sr=kin 2001-10-31 15:30:49 +00:00
kin%netscape.com
9ddf7a0214 Fix for bug 103539: Find does not always find strings containing spaces.
and bug 98730: Find/Replace not finding a string with more than one space

  - Reworked the whitespace ignoring code in FindInString() so that it actually
    ignores trailing whitespace and made that code conditional so that it can be
    toggled on and off in the future when the context of the text we are looking
    at is available.

  - We now treat &nbsp; as a space.

r=jfrancis@netscape.com  sr=sfraser@netscape.com
2001-10-31 15:19:47 +00:00
bnesse%netscape.com
aa65825ca9 Fix for bug 106159. Force getComplexValue calls to return string values. r=sgehani, sr=alecf. 2001-10-31 00:13:06 +00:00
cmanske%netscape.com
fe66c878b4 Remove unused nsNewEditorCommand, b=106728, r=hewitt, sr=kin 2001-10-30 23:49:33 +00:00
cmanske%netscape.com
cfd3dcd521 Enable/disable 'Advanced Edit' button the same as 'Ok' button in dialogs. b=102046, r=hewitt, sr=kin 2001-10-30 23:46:25 +00:00
cmanske%netscape.com
ae13402e76 Fixed '% of cell' label in menulist, b=97826; also part of fix to disable Advanced Edit button along with Ok, b=102046; r=hewitt, sr=kin 2001-10-30 23:40:02 +00:00
cmanske%netscape.com
bad30a53ed Fixed setting all attributes on an inserted link, b=97455, r=jfrancis, sr=kin 2001-10-30 23:24:44 +00:00
ben%netscape.com
fb8190fef9 107311 - Add new overlay/js files to jar manifest
r=jst, sr=sspitzer
2001-10-30 06:46:36 +00:00
ben%netscape.com
0f63f049e3 107311 - Add new overlay for adding editor items to mail, split js into separate file to share between editor/navigator overlays.
r=jst, sr=sspitzer
2001-10-30 06:46:14 +00:00
ben%netscape.com
1728668d88 107311 - Add mail overlay information to contents.rdf
r=jst, sr=sspitzer
2001-10-30 06:45:41 +00:00
ben%netscape.com
54f04ac66f 103064 - hook up new dynamic overlay via contents.rdf r=pchen, sr=hyatt 2001-10-29 10:11:14 +00:00
ben%netscape.com
79393e8701 103064 - add new dynamic overlay & string file to jar manifest. r=pchen, sr=hyatt 2001-10-29 10:10:47 +00:00
ben%netscape.com
dfb5a34618 103064 - add "Edit Page/Link" to Navigator context menu via new editor dynamic overlay. This is
the string file for the dynamic overlay. r=pchen, sr=hyatt
2001-10-29 10:10:12 +00:00
ben%netscape.com
20318f5c6a 103064 - add "Edit Page/Link" to Navigator context menu via dynamic overlay (this file is
the new editor dynamic overlay for adding UI to Navigator).
from Navigator. r=pchen, sr=hyatt
2001-10-29 10:09:41 +00:00
mkaply%us.ibm.com
e59d20cf73 OS/2 bustage - ugly I know - I'm opening a bug with the compiler folk 2001-10-27 14:47:08 +00:00
jaggernaut%netscape.com
729180f6cd Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-27 11:28:06 +00:00
bnesse%netscape.com
faf03ce445 Bug 106159. Switch remaining js and xul files from nsIPref interface to nsIPrefService/nsIPrefBranch interfaces to eliminate conflicts. r=jag, sr=alecf 2001-10-27 05:39:25 +00:00
rpotts%netscape.com
ae53430684 bug #99627 (r=valeski@netscape.com, sr=mscott@netscpae.com). Freeze the nsIURIContentListener interface... 2001-10-27 02:52:39 +00:00
sfraser%netscape.com
72ca9383ae Clean up static linkage with unichar utils (bug 100214) for alecf. r=fm, sr=alecf 2001-10-26 23:34:53 +00:00
sspitzer%netscape.com
48ce6da0fa fix for #106269. reply wasn't quoting the message body.
r/sr=kin
2001-10-26 21:21:04 +00:00
cmanske%netscape.com
4c3cd207e0 Fixed lots of problems because getAttribute now returns null if no attribute, b=106822, r=bzbarsky, sr=kin 2001-10-26 18:51:37 +00:00
cmanske%netscape.com
60f3a36032 Fixed null return from getAttribute that killed toolbar, b=106733, r=hwaara,sr=kin; fix for JS warning by Neil, b=106224, r=cmanske, sr=kin 2001-10-26 18:43:25 +00:00
kin%netscape.com
901e5fba22 Fix for bug #104692: Edit field line break didn't updated
Modified WillInsertText() so that it adds a mozbr if
the last char in the plaintext string is a newline,
and we are inserting at the end of the doc. This gives
the blank line people expect to see.

r=jfrancis@netscape.com  sr=sfraser@netscape.com
2001-10-26 14:22:31 +00:00
glazman%netscape.com
8ab7cda9ed table alignment was not visible in AllTags mode; b=102147, r=brade, cmanske; sr=kin 2001-10-26 13:53:53 +00:00
timeless%mac.com
c4eeb91d14 Bugzilla Bug 106839 amTargettedCorrectly should be isTargetedCorrectly
r=bbaetz,glazou sr=brendan
2001-10-26 10:54:15 +00:00
alecf%netscape.com
491fe6b2bd Added files: mozilla/intl/unicharutils/util/nsUnicharUtils.cpp 2001-10-26 03:37:38 +00:00
alecf%netscape.com
8b0ceb8c3c final makefile.win changes for bug 100214, just adding some REQUIRES to be used soon 2001-10-26 03:18:09 +00:00
cathleen%netscape.com
140f4fbdf5 Fix static build bustage. 2001-10-24 01:13:51 +00:00
cmanske%netscape.com
172a3a201e Fixed busted HTML attribute setting in Composer Advanced Edit dialog, b=106047, r=brade, sr=hewitt 2001-10-23 00:00:37 +00:00
cmanske%netscape.com
716d202e85 Image dialog should should use 'middle', not 'center' for align attribute, b=102036, r=brade, sr=hewitt 2001-10-22 23:55:58 +00:00
alecf%netscape.com
c8469b7ac5 bug 100214 - add libunicharutil_s to all unix projects that require it, r=cls 2001-10-22 20:44:02 +00:00
jfrancis%netscape.com
dfd1b5ae7c fixes following bugs:
77902: toggling from normal to source view and back in composer can leave source in normal view.
101645: big/small tags get seperately wrapped around br nodes
81315: drag and drop doesn't behave same as copy paste
90759: ascii spaces don't behave in IME mode
96328: cant outdent certain indented text
58629: some mail messages cannot be accurately quoted on reply
93088/93477: forward deletion broken
46290: relative font size controls dont play nice with absolute font size
r=various; sr=kin
2001-10-22 06:22:52 +00:00
hewitt%netscape.com
d45cd3bc09 70751 - [XUL Syntax] XUL docs loaded in iframes should use <page>, r=blake, sr=hyatt 2001-10-21 04:16:03 +00:00
hewitt%netscape.com
7e10018204 102241 - [XUL 1.0] use selectedIndex on deck and tabpanels, r=blake, sr=hyatt 2001-10-21 03:59:20 +00:00
cmanske%netscape.com
34fab33ca0 Don't allow inserting symbols and foreign chars while in HTML source mode, b=104267, r=brade, sr=kin 2001-10-19 21:49:36 +00:00
cmanske%netscape.com
837a26837a Restrict separator character input to 1 char in Convert Selection to Table, b=101772, r=brade, sr=kin 2001-10-19 21:47:04 +00:00
cmanske%netscape.com
82a8637730 Finish HTML source mode before loading a new document (forgot 2nd part of fix), b=102684, r=brade, sr=kin 2001-10-19 21:42:43 +00:00
cmanske%netscape.com
edceac121b Fixed table editing hang when spliting cell (b=102967, r=brade, sr=kin) and don't copy empty cell's <br> when joining cells (b=102930, r=brade, sr=hewitt) 2001-10-19 21:33:20 +00:00
cmanske%netscape.com
2d621ea23a Finish HTML source mode before loading a new document, b=102684, r=brade, sr=kin 2001-10-19 21:28:04 +00:00
akkana%netscape.com
ef0bb5646a 66345, the editor directory reorganization:
Remove all files in now obsolete directory editor/base.
  r=cmanske,jfrancis,brade sr=sfraser,kin
2001-10-19 21:01:39 +00:00
dougt%netscape.com
d18d7e2b17 nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163 2001-10-19 20:52:59 +00:00
pinkerton%netscape.com
6630d79543 remove prefs and quit from edit/file menus on osx (they're in the app menu now). r=sdagley/sr=blake,smfr. bug#68098 2001-10-19 14:13:20 +00:00
kin%netscape.com
b27b16b597 Fix for bug 101690: Delete key at end of line deletes a line then caret freezes
Modified WillDeleteSelection() to make sure that
sibling is a TextNode before trying to join it
with startNode (which is guaranteed to be a text node).

r=jfrancis@netscape.com   sr=sfraser@netscape.com
2001-10-19 13:48:43 +00:00
bernd.mielke%snafu.de
5dea5d5737 bug 103443 - remove the return rv?rv: NS_ERROR_FAILURE pattern from the editor files.
the editor/base remain untouched r=cmanske sr=kin
2001-10-17 14:33:50 +00:00
cmanske%netscape.com
df108f7ac9 Don't add new attribute if value is empty in Composer Advanced Edit dialog, r=96906, r=brade, sr=hewitt 2001-10-16 21:51:12 +00:00
cmanske%netscape.com
47723a28f3 Cleaned up imageMap objects in Composer Image Dialog, b=94749, r=brade, sr=kin 2001-10-16 21:45:37 +00:00
cmanske%netscape.com
97a673d531 Fixed not clearing 'value' menulist when 'name' was changed in Composer Advanced Edit dialog, b=100653, r=brade, sr=kin 2001-10-16 21:36:52 +00:00
dbaron%fas.harvard.edu
5a357eea01 Making debugging code be |#ifdef DEBUG|. b=91036 r=harishd sr=jst 2001-10-16 05:31:36 +00:00
dbaron%fas.harvard.edu
ed869c764e Replace uses of overloaded |fputs| and most uses of |ns[C]String::ToCString|. b=104763 r=jag rs=scc 2001-10-16 03:53:44 +00:00
brade%netscape.com
7c087e8898 always insert a <title> if one isn't present (create <head> if necessary); r=cmanske; sr=kin (bug #101747) 2001-10-15 14:51:26 +00:00
sfraser%netscape.com
c4da00b776 Fix bug 42817 -- overlay a Page Setup menu item for Mac, which displays the page setup dialog. r=jag/hwaara, sr=sspitzer/blake/fm 2001-10-13 02:27:35 +00:00
alecf%netscape.com
bd048504df convert nsCRT::strn?cmp to Convert() for bug 100214, to depend on string rather than xpcom for case-insensitive unicode support. r=sspitzer for mail stuff, r=jag for everything else, sr=sfraser 2001-10-13 00:16:32 +00:00
cmanske%netscape.com
153d61338a Fix memory leak (not using nsCOMPtr) in editor, b=103317, r=rcassin, sr=kin 2001-10-10 21:29:46 +00:00
cmanske%netscape.com
03583963c2 Big UI cleanup for XUL 1.0 compliance, b=93732, r=syd,brade; sr=sfraser 2001-10-10 20:07:06 +00:00
cmanske%netscape.com
64a1aa9709 Fixed spelling of 'menuItem' as part of bug 101750, r=brade, sr=kin 2001-10-10 04:47:44 +00:00
cmanske%netscape.com
2b1be5f5f5 Fixed using '(', ')', and '|' as delimeters when creating table from selection, b=101783, r=timeless, sr=kin 2001-10-09 20:39:03 +00:00
cmanske%netscape.com
a760ed9ca9 Fixed wrong strings for TARGET attribute values, b=88879, r=timeless, sr=kin 2001-10-09 20:34:47 +00:00
glazman%netscape.com
1e4dde6d1e Make html alignment in Composer use the align attribute and get rid of a lot of useless divs; b=102135, r=jfrancis, sr=kin 2001-10-09 10:00:33 +00:00
waterson%netscape.com
6d8f2a9d24 Bug 103372. Add EXPORT_LIBRARY and MODULE_NAME decls. r=cls, sr=shaver 2001-10-08 04:02:30 +00:00
jaggernaut%netscape.com
c39b98b2a4 Clean up REQUIRES lines. 2001-10-07 10:35:41 +00:00
waterson%netscape.com
6d912607d1 Fix static build bustage. 2001-10-05 15:29:51 +00:00
brade%netscape.com
4f15127ab7 don't blindly insert doctype; check if it's present first (bug #102182); remove stale code 2001-10-05 14:19:04 +00:00
seawood%netscape.com
371e27f123 Some platforms require all symbols to be linked at link-time.
r,sr,a,moa=flaming tinderboxes.
2001-10-05 08:20:31 +00:00
akkana%netscape.com
408739ce43 dveditz says this will fix the windows bustage 2001-10-05 02:16:58 +00:00
akkana%netscape.com
b4403064d7 Fix OBJDIR build bustage associated with 66345 editor reorg checkin 2001-10-05 01:57:05 +00:00
alecf%netscape.com
a0f2cbea5c move config.mak inclusion later in the file so we pick up proper REQUIRES
(bustage fix)
2001-10-05 01:34:22 +00:00
akkana%netscape.com
16959e1343 66345: Flipping the switch on the editor reorg.
Remove unused directories which should not have been created.
  r=cmanske,jfrancis,brade sr=sfraser,kin a=dbaron
2001-10-05 01:23:23 +00:00
brade%netscape.com
397e5cf2da reorg to split composer from core editing functionality 2001-10-05 01:13:58 +00:00
brade%netscape.com
f70ba642dc add missing file 2001-10-05 01:13:31 +00:00
akkana%netscape.com
543cd03d08 Fix bustage -- wrong linebreaks, descending into directory with no makefile 2001-10-05 01:10:49 +00:00
brade%netscape.com
631becea6a *** empty log message *** 2001-10-05 00:57:13 +00:00
akkana%netscape.com
3a8be803e3 66345: Flipping the switch on the editor reorg.
base will no longer be built (and will be cvs removed soon);
  libeditor and composer are now built, building separate libraries.
  Doing unix/windows now; mac will follow shortly.
  r=cmanske,jfrancis sr=sfraser,kin a=dbaron
2001-10-05 00:37:04 +00:00
akkana%netscape.com
ba56bdc789 66345: windows makefiles for editor reorganization.
Not yet part of the build (until the switch is flipped).
  r=cmanske, sr=sfraser,kin, a=dbaron + leaf,loan.
2001-10-04 23:12:09 +00:00
akkana%netscape.com
4d776da5c7 66345: Update the Makefiles to make REQUIRES work. Not yet part of the build. 2001-10-03 00:54:12 +00:00
akkana%netscape.com
e51952d42b 97677: Revised JS to take advantage of the new nsIURILinkChecker. r=cmanske sr=kin.darin 2001-10-03 00:43:33 +00:00
cmanske%netscape.com
1d7fa1672a Fixed comment spelling as suggested by kin for bug 93475, r/s=kin 2001-10-03 00:42:38 +00:00
cmanske%netscape.com
7cd694e259 Fixed default TARGET attribute values in Advanced Edit dialog, b=88879, r=brade, sr=kin 2001-10-03 00:15:10 +00:00
cmanske%netscape.com
70df6cc1ac Fixed detecting NS_ERROR_FILE_NOT_FOUND case when loading URL in Composer (b=93475) and setting new document and base URL when saving file (b=101426), r=brade,akkana, sr=kin 2001-10-03 00:13:00 +00:00
cmanske%netscape.com
e03809ddb1 Backout change to makefile.win checked in accidentally 2001-10-02 23:58:21 +00:00
cmanske%netscape.com
f65d7bf81f Make label in Spell Check dialog consistent with 'Personal Dictionary' dialog title, b=101750, r=brade, sr=kin 2001-10-02 23:49:58 +00:00
cmanske%netscape.com
c932a10d8e Cleanup InitListMenu() for Format | List submenu, b=101750, r=brade, sr=kin 2001-10-02 23:47:47 +00:00
cmanske%netscape.com
d0da434664 Hide 'URL is relative...' checkbox in Messenger Composer, b=101559, r=brade, sr=kin 2001-10-02 23:39:01 +00:00
cmanske%netscape.com
d196bc33f5 Use editor transactions when modifying elements in editor DOM, b=102607, r=brade, sr=kin 2001-10-02 23:36:02 +00:00
cmanske%netscape.com
c0f03fcc80 Fixed component icons in Composer. b=51602, r=brade, sr=kin 2001-10-02 23:31:46 +00:00
cmanske%netscape.com
c560877b78 Fixed crash when closing Insert Character dialog window, b=100722, r=syd, sr=kin 2001-10-02 22:00:47 +00:00
cmanske%netscape.com
4be903c8c1 Scroll to new selection in Table dialog, b=94167, r=brade, sr=kin 2001-10-02 21:56:37 +00:00
dbaron%fas.harvard.edu
9a4acbab7a Bug 45797: replace remaining uses of deprecated macros NS_IMPL_QUERY_INTERFACE and friends with NS_IMPL_QUERY_INTERFACE1 and friends and remove the deprecated macros. r=jag sr=alecf 2001-10-02 03:18:08 +00:00
hewitt%netscape.com
b4973f2855 95876 - Support <button type='checkbox'/>, r=blake, sr=hyatt 2001-10-02 03:06:51 +00:00
bzbarsky%mit.edu
6628c8eb8a Make ctrl-delete delete to end of line on Unix when no text is
selected. Bug 102448, r=akkana, sr=kin
2001-10-02 00:01:26 +00:00
blakeross%telocity.com
a3e409704c Fix js strict warning about function not always returning a value... 2001-10-01 21:05:12 +00:00
stephend%netscape.com
109457225e Bug 80120. Implementing tooltips on the toolbar's expand/collapse widgets. r=jglick/german/sspitzer/robinf/cmanske sr=sspitzer 2001-10-01 05:03:06 +00:00
roc+%cs.cmu.edu
2093b9d1d6 Bug 56696. Let ctrl-enter escape from multiline editors. r=brade, sr=blizzard 2001-10-01 02:11:19 +00:00
mkaply%us.ibm.com
72816bd6d4 #79798
r=ftang, sr=kin@netscape.com
Cursor is an ambigous term - use caret to refer to the text caret in Bidi functions
2001-09-30 20:35:55 +00:00
jaggernaut%netscape.com
ca6197295f Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc 2001-09-29 08:28:41 +00:00
cmanske%netscape.com
9c65c49729 Fix by neil@parkwaycc.co.uk: Use 'Advanced Properties' as default string for object properties, b=100021, r=cmanske, sr=hewitt 2001-09-29 04:40:38 +00:00
cmanske%netscape.com
55dac8640c Dialogs fixed as part of Composer color button fix to bug 77873, fix by neil@parkwaycc.co.uk, r=cmanske, sr=hewitt 2001-09-29 04:35:02 +00:00
cmanske%netscape.com
fb2cd85dc3 Pref dialog fix as part of Composer color button fix to bug 77873, fix by neil@parkwaycc.co.uk, r=cmanske, sr=hewitt 2001-09-29 04:33:01 +00:00
harishd%netscape.com
6cf7e21d1f 96364 - Register html tag observers directly to parser service rather than nsObserverService. Doing so, reduces a lot of overhead. Also, the observers are now notified via sink. This eliminates the need for parser bundle.
r=dp,shanjian,sfraser, sr=rpotts.
2001-09-28 23:08:17 +00:00
gerv%gerv.net
4e12e44b2f Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
glazman%netscape.com
920d2e24ac alignment status in Composer was erroneous for cells into an aligned table; b=97519, r=jfrancis, sr=kin 2001-09-27 08:44:25 +00:00
gerv%gerv.net
63b5a310eb Added back accidentally-removed contributor. Thanks to brade for spotting this. 2001-09-27 00:02:49 +00:00
alecf%netscape.com
b570b3627a beginning of bug 100214 - eliminate encoding-insensitive nsCRT::str*cmp uses by properly converting to unicode. r=jag, sr=sfraser 2001-09-26 20:26:14 +00:00
cmanske%netscape.com
6d3c0f5b60 Fixed setting default button to Ok after typing color in colorpicker, b=99485, r=brade, sr=kin 2001-09-26 20:18:42 +00:00
glazman%netscape.com
a94f735a16 Tables with borders inside of tables without borders got red dotted borders instead of the specified style because of laxist css rule in EditorContent.css; b=96354, r=jag, sr=kin 2001-09-26 07:37:51 +00:00
gerv%gerv.net
eecb4c06ee License changes, take 2. Bug 98089. mozilla/editor/. 2001-09-25 22:53:13 +00:00
loadrunner%betak.net
5034ba3850 bug 97541, r=cmanske, sr=kin, Enable multiple spellcheckers in mail/composer 2001-09-25 22:41:49 +00:00
loadrunner%betak.net
4d10a32ba0 bug 95541, r=cmanske, sr=kin, Enable multiple spellcheckers in mail/composer 2001-09-25 22:39:47 +00:00
hyatt%netscape.com
084d155657 backing out 94836, since it did not have UI review. 2001-09-25 22:21:47 +00:00
akkana%netscape.com
32dedbc104 Unix/Win makefiles for 66345. r=cmanske, sr=sfraser. Not yet part of the build 2001-09-25 00:45:54 +00:00
sspitzer%netscape.com
952fa9d0ff fix for #101061. use nsDependentString to avoid copying the body of a message (twice)
when replying.  r=sfraser@netscape.com, sr=kin@netscape.com
2001-09-24 22:30:39 +00:00
jfrancis%netscape.com
b37e6c66d9 fixes bug 96676: deletion can pull text out of inline containers
fixes bug 97685: unbulleting empty bullet list item can create nested list
r=fm; sr=kin
2001-09-24 03:43:34 +00:00
jfrancis%netscape.com
1df4659ef1 fixes bug 98573: style feedback incorrect after a <br>; r=fm; sr=kin 2001-09-24 03:40:23 +00:00
blakeross%telocity.com
35953fea85 removing attr's that are now unnecessary due to default orientation. r=hewitt sr=hyatt 2001-09-23 07:16:02 +00:00
cmanske%netscape.com
f8a6ba14d7 Use 'hidden' instead of 'collapsed' to remove items from context menu (wrong bug number in last checkin!) b=100015: Fix by neil@parkwaycc.co.uk, r=cmanske,brade sr=hewitt 2001-09-22 19:01:58 +00:00
cmanske%netscape.com
15e123113c Use 'hidden' instead of 'collapsed' to remove items from context menu, b=98567: Fix by neil@parkwaycc.co.uk, r=cmanske, sr=hewitt 2001-09-22 18:49:01 +00:00
cmanske%netscape.com
3112dc93b5 Inlude 'img' filetype for Open file dialogs when creating links, b=98567, r=akkana, sr=hewitt 2001-09-22 18:44:59 +00:00
cmanske%netscape.com
32e2152071 Fixed removal of empty selection ranges after joining table cells, b=96668, r=akkana, sr=hewitt 2001-09-22 18:40:58 +00:00
cmanske%netscape.com
f43182ade5 Added first-char input filtering to 'hreflang' attribute in Advanced Edit dialog. b=88881, r=akkana, sr=hewitt 2001-09-22 18:33:56 +00:00
cmanske%netscape.com
a105d1866b Checkin fix by brade for bug 100371: remove unused code, r=cmanske, sr=hewitt 2001-09-22 02:04:54 +00:00
hwaara%chello.se
711a573ed1 #94836, fix some more issues with Open Address. Final part of cleanup.
r=doron, sr=alecf
2001-09-21 13:40:46 +00:00
cmanske%netscape.com
5f5666be8e Tweaks to make relative url work, b=72583, r=syd, sr=hewitt 2001-09-21 00:38:47 +00:00
cmanske%netscape.com
221b53da65 Small tweak to fix for bug 72583 because of fix to 97983: use 'url_Path' instead of 'url_Directory' r=brade, sr=kin 2001-09-20 14:08:35 +00:00
hewitt%netscape.com
f73dd9fabf 97574 - Implement toolbarbutton and kill menubutton (except outliner.css), r=blake, sr=hyatt 2001-09-20 07:08:29 +00:00
gerv%gerv.net
1856815ff1 Oops. 2001-09-20 00:02:59 +00:00
scc%mozilla.org
102170b2a0 bug #98089: ripped new license 2001-09-19 20:09:47 +00:00
cmanske%netscape.com
6c0f5e2a02 Enable 'None' item in Format | List submenu, b=96510, r=brade, sr=kin 2001-09-19 00:44:12 +00:00
cmanske%netscape.com
6fdb349799 Fixed disabling of menulist in Insert Character dialog; Fix by jrgm: b=96703, r=cmanske, sr=kin 2001-09-19 00:26:00 +00:00
kin%netscape.com
40061646a3 Patch submitted by neil@parkwaycc.co.uk
Fix for bug #80239: javascript strict warnings in editor.js

Simplify methods that check for existence of
spellchecker and find components, by checking
if they exist in Components.classes.

r=cmanske@netscape.com   sr=kin@netscape.com
2001-09-18 23:35:19 +00:00
jaggernaut%netscape.com
d1a7bfa843 One module per line for REQUIRES. r=/sr=alecf 2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com
f8f3e80dd6 Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt. 2001-09-18 21:47:32 +00:00
jaggernaut%netscape.com
dc40187223 Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf 2001-09-18 13:41:47 +00:00
hewitt%netscape.com
60f317c194 99102 - update skin versions in all contents.rdf, r=hyatt, sr=blake 2001-09-17 23:40:50 +00:00
rpotts%netscape.com
91df4b9c17 bug #70223 (r=valeski@netscape.com, sr=mscott@netscape.com). Remove nsIURIContentListener::GetProtocol() since it is unused. 2001-09-17 23:22:00 +00:00
cmanske%netscape.com
5168e369db New strings for UI part of relative URL support, b=72583, r=brade, sr=kin 2001-09-17 19:33:53 +00:00
cmanske%netscape.com
336e39aaae Added support to use relative URLs in link and image dialogs and let user convert to/from absolute URLs, b=72583, r=brade,akkana, sr=kin 2001-09-17 19:31:19 +00:00
alecf%netscape.com
62424ee7b2 Final REQUIRES changes for bug 98371, adding support for MOZ_TRACK_MODULE_DEPS to win32. r=cls (and tested by cls!) 2001-09-17 19:06:35 +00:00
jfrancis%netscape.com
e317c80316 fixes 88109: caret jumps down when typing after inserting table. One liner to properly set selection after table insertion. r=fm;sr=kin 2001-09-14 21:12:35 +00:00
jfrancis%netscape.com
889a4d7485 fixes 97797: empty solo list item won't indent. Changes to nsHTMLEditRules::WillMakeList() to not outsmart itself so badly. r=fm;sr=kin 2001-09-14 21:09:55 +00:00
jaggernaut%netscape.com
25856c9451 Bug 73353: move gfx from module layout to module gfx and fix up REQUIRES lines. r=cls 2001-09-14 05:37:29 +00:00
rjesup%wgate.com
dfc522b372 Bug 98711: Fix misuses of string.Right(). r=jfrancis, sr=jst 2001-09-13 00:09:49 +00:00
alecf%netscape.com
1e0e7dd033 Add REQUIRES to many modules for win32 support, bug 98372 r=cls 2001-09-12 20:32:40 +00:00
rjesup%wgate.com
070b2fe9da Bug 92576. nsVoidArray->nsAutoVoidArray. sr=jst, r=waterson, r=pavlov, r=kin, r=kmcclusk 2001-09-12 14:59:11 +00:00
jaggernaut%netscape.com
30ace44624 Clean up REQUIRES lines, put content in its own module instead of in layout's, r=cls. 2001-09-12 12:48:23 +00:00
cmanske%netscape.com
75b9757bef Check if HTML Source has been edited when loading into existing Composer window, b=98768, r=syd, sr=kin 2001-09-10 21:50:12 +00:00
kin%netscape.com
0ddea3904c Fix for bug 98018: Impossible to delete text in textbox
nsEditor::CreateTxnForDeleteInsertionPoint() shouldn't
use count-1 when calculating isLast, in the non-text case.

r=jfrancis@netscape.com  sr=sfraser@netscape.com
2001-09-10 14:46:57 +00:00
brade%netscape.com
dc6f171b4b not in the build 2001-09-10 13:16:45 +00:00
jfrancis%netscape.com
933d903df8 fixes 98543: backspace/delete was crossing table structure boundaries. Also fixed other flavors of this bug that had not been discovered yet.
r=fm; sr=kin
2001-09-09 20:57:46 +00:00
jaggernaut%netscape.com
5b93c1d9fc Bug 97571: Any <label> in <groupbox> becomes <caption> per XUL 1.0. r=ben, sr=hyatt 2001-09-07 14:23:21 +00:00
valeski%netscape.com
93959d48cc r=dbaron, sr=dougt. 97667. nsIInterfaceRequestor is now frozen. nsIInterfaceRequestorUtils.h is now required if you want to use do_GetInterface() for convenience. The two were split because the stuff that is now in nsIInterfaceRequestorUtils.h wasn't ready for freezing. Also, .idl files should just contain interface defs anyway. 2001-09-05 21:28:38 +00:00
jaggernaut%netscape.com
3b3680c17e Bug 98153: Remove SubsumeStr. r=dbaron, sr=scc 2001-09-05 10:46:45 +00:00
bryner%netscape.com
a6247d9aa1 Bug 47551 -- removing obsolete nsIFileSpecWithUI and nsIFileWidget. r=pavlov, sr=ben. 2001-09-04 22:56:38 +00:00
cls%seawood.org
b52b439829 Declare nsCOMPtrs outside of do-while loops to avoid gcc 2.x -O2 optimization bug.
Bug #96911 r=jfrancis sr=kin a=blizzard
2001-09-01 17:24:08 +00:00
cmanske%netscape.com
71d9088f0b Fixed not allowing '-' and '+' for font tag 'size' attribute in Advanced Edit dialog, b=88878, r=akkana, sr=shaver, a=asa 2001-09-01 14:14:36 +00:00
sspitzer%netscape.com
c5e2cc251a breaking apart EditorToolbars.css into 3 files for performance reasons.
r=manske, sr=hewitt, a=asa #97487
2001-08-31 22:04:19 +00:00
cmanske%netscape.com
14df94e2a6 Fixed convert to table bugs in Composr, b=82404,82408,82409,96839 r=brade, sr=kin, a=dbaron 2001-08-31 04:09:23 +00:00
hewitt%netscape.com
292c232309 83222 - offline:Mac - GUI - offline indicator hidden in message window, r=ben, sr=hyatt, a=dbaron 2001-08-31 00:12:56 +00:00
cmanske%netscape.com
1d81ff8274 Fixed not being able to use Insert Characters dialog after closing using 'X' to close window, b=96891, r=jrgm, sr=kin, a=asa 2001-08-30 05:25:58 +00:00
kin%netscape.com
82fac65b1d Fix for bug 83607: too much backspace segfaults mozilla in textbox forms
Prevent GetPriorNode() and GetNextNode() from traversing above root
node when aCurrentNode is the rootNode.

r=brade@netscape.com  sr=sfraser@netscape.com  a=asa@mozilla.org
2001-08-29 21:33:52 +00:00
cmanske%netscape.com
150f9dba7c Fixed busted error message dialog and command handling in Composer ColorPicker, b=86697, r=brade, sr=kin, a=roc+moz 2001-08-29 14:04:40 +00:00
kin%netscape.com
b937541719 Fix for bug #96604: Deleting characters from some form input controls will allow altering page content
mozilla/editor/base/nsEditor.cpp
  mozilla/editor/base/nsEditor.h

    - Added IsRootNode() method.
    - Added calls to IsRootNode() in GetPriorNode() and GetNextNode()
      to prevent traversing above the root node.

r=jfrancis@netscape.com  sr=sfraser@netscape.com  a=asa@mozilla.org
2001-08-28 18:21:12 +00:00
cmanske%netscape.com
be4e4c769c Fixed busted Table Props dialog, b=97140, r=brade, sr=kin, a=asa 2001-08-28 14:32:02 +00:00
glazman%netscape.com
f100555f4d fix forFont element not removed in Composer; b=97083; r=brade,jfrancis; sr=kin; a=dbaron 2001-08-28 01:55:22 +00:00
glazman%netscape.com
6466168e2b Fix for Text Style menu broken in Composer ; b=97108, r=brade,cmanske; sr=kin; a=chofmann 2001-08-28 00:51:07 +00:00
loadrunner%betak.net
42d86b7361 bug 96859, The order of JA character set name in Editor Save As Charset dialog is not correct,
r=tao, sr=kin, a=dbaron
2001-08-27 06:41:57 +00:00
hyatt%netscape.com
e6d682214f Fix for 95475. r=jag, sr=ben, a=dbaron 2001-08-25 02:31:56 +00:00
cmanske%netscape.com
c8695a1a29 Remove dialog utilities from editor c++ and nsIEditorShell interface (use nsIPromptService from JS instead). b=96649, r=brade, r=kin/sfraser, a=asa 2001-08-24 19:47:46 +00:00
cmanske%netscape.com
df1c31d081 Fixed bad message dialog parent bug 96649, r=brade, sr=kin/sfraser, a=asa 2001-08-24 19:42:45 +00:00
cmanske%netscape.com
c91b7a05dd Fixed regression: Can't clear link via input field, b=96542, r=brade, sr=kin, a=asa 2001-08-24 19:32:36 +00:00
cmanske%netscape.com
7805adb04c Finish fixing Fixed Width bug 79200, r=brade, sr=sfraser, a=asa 2001-08-23 00:05:53 +00:00
jfrancis%netscape.com
bcab0f9dbc fixes:
bug 83918 - Not able to start a list (number or bullets) when using Bold style
bug 62347 - Selecting "Body Text" doesn't change style if in <pre> text that has <br>
bug 86476 - ubercaret appears on multi-line text block
bug 87882 - pasting text from one bullet to another yields extra bullet
---------------
r=sfraser; sr=kin
2001-08-22 05:32:44 +00:00
akkana%netscape.com
3940edf26c 94751: make validate use nsIFile so it will work on non-Unix platforms. r=bbaetz sr=sfraser 2001-08-22 05:14:30 +00:00
tao%netscape.com
f2190d1a41 91217: update locale version in package/locale provider registry.
r=jbetak,sr=sspitzer. 0.9.3 ->0.9.4
2001-08-22 01:52:23 +00:00
cmanske%netscape.com
dff2a49f1e Added new input filter to restrict first character: b=88881, r=brade, sr=kin 2001-08-22 01:49:36 +00:00
cmanske%netscape.com
7926fa145a Added text style to toggle 'TT' (fixed width) tag in Composer, b=79200, r=brade, sr=sfraser 2001-08-22 01:43:22 +00:00
cmanske%netscape.com
9c70463ead Fixed Doc title in Revert dialog message bug=96073, r=brade, sr=kin; Composer part of 'noshade' syntax bug 88761, r=kin, sr=sfraser 2001-08-21 13:45:01 +00:00
dbaron%fas.harvard.edu
113ad642ae Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag rs=brendan b=45797 2001-08-21 01:48:11 +00:00
cmanske%netscape.com
58f2d683ab Add 'List Item' property menuitem by neil@parkwaycc.co.uk, b=95085, r=cmanske, sr=kin 2001-08-18 00:10:37 +00:00
akkana%netscape.com
8a56bb53c2 92331: revert plaintext quote pref back to using pre. r=mcafee sr=blizzard 2001-08-17 23:00:41 +00:00
cmanske%netscape.com
284b4e6399 Fixed Advanced Editor dialog bugs (fixed warnings, user input filter rules, dynamic value menulist for particular attributes): bugs 86710, 86712, 86713, 86934, 88878, 88888, 88917, 88923, 88930, 88935, 89445, 92554 (includes help from stephend), r=brade (86713=rcassin, 92554=glazman), sr=kin; fix to 95085 by neil@parkwayscc.co.uk, r=cmanske, sr=kin 2001-08-17 22:41:52 +00:00
brade%netscape.com
ec95c41e90 not in the build 2001-08-17 22:34:11 +00:00
cmanske%netscape.com
2ada31f306 Remove reference to unused variables, b=86705, r=mjudge, sr=kin 2001-08-17 14:07:33 +00:00
cmanske%netscape.com
9bce019a53 Use href URL as link text in Link properties dialog, b=90230, r=brade, sr=kin 2001-08-17 13:54:41 +00:00
bryner%netscape.com
422834eff1 Bug 66835 - fix method hiding warnings by renaming some methods on nsIContent. r=jag, sr=jst. 2001-08-17 08:14:14 +00:00
sfraser%netscape.com
55069a4b1a Project cleanup, rs=scc. Fix one or more of access paths, linking with the correct startup library, and unnecessary linkage. 2001-08-17 01:28:47 +00:00
sfraser%netscape.com
4d87b83d18 Project cleanup, rs=scc. Fix one or more of access paths, linking with the correct startup library, and unnecessary linkage. 2001-08-17 01:16:19 +00:00
loadrunner%betak.net
e4ac8d52ba bug 79735, User-overridden browser charset does not propagate into the composer window, r=cmanske, sr=blizzard 2001-08-15 08:40:18 +00:00
loadrunner%betak.net
9dc77cf671 bug 88940, [Composer] There is no charset items when try to save a text file, r=cmanske, sr=kin 2001-08-15 08:36:31 +00:00
loadrunner%betak.net
6b566ab232 bug 69911, "Save" not functional when just change an existing file character coding, r=cmanske, sr=blizzard 2001-08-15 08:32:55 +00:00
cls%seawood.org
a3c1dd1b09 Use NS_PTR_TO_INT32 macros to do 64-bit safe pointer conversions.
Bug #20860 r=Roland.Mainz@informatik.med.uni-giessen.de sr=brendan@mozilla.org
2001-08-14 07:59:59 +00:00
hwaara%chello.se
fec0a23b3e #95084, fix some ugly visual glitches in Editor's Link Properties dialog. r=brade, sr=blake 2001-08-13 23:58:02 +00:00
cmanske%netscape.com
ea41fcf37b Replace CR/LF chars in 'Link text' displayed in Link Dialog with spaces, b=94398, r=brade, sr=hewitt 2001-08-10 22:30:59 +00:00
cmanske%netscape.com
c0c02832c4 Fixed Image dialog bugs 85229 (setting enable state on Remove Image Map button), 94388 (don't show Alt text error message when using Advanced Edit), 94392 (ALT and SRC input fields not updated after using Advanced Edit), r=brade, sr=hewitt 2001-08-10 22:29:10 +00:00
cmanske%netscape.com
9b79802fc2 Make default HR height 2px, b=76206, r=brade, sr=hewitt 2001-08-10 22:23:57 +00:00
jdunn%netscape.com
1b345c85f3 Loop the correct # of times (we were doing it once too many)
# 94520
r/sr=sfraser@netscape.com
2001-08-10 14:36:21 +00:00
cmanske%netscape.com
f17b1686fc Don't select cell when context menu is launched, b=93322, r=brade, sr=sfraser 2001-08-10 03:50:58 +00:00
cmanske%netscape.com
a1c1b9df85 Fixed setting page colors bug 89977, r=brade, sr=sfraser 2001-08-10 03:47:37 +00:00
loadrunner%betak.net
d2b085eb0a bug 56519, Selecting a Charset in Composer disables Charset menu,
r=cmanske, sr=blizzard
2001-08-10 02:05:03 +00:00
loadrunner%betak.net
71f119025f bug 86715, javascript strict warnings in EditorSaveAsCharset.js,
r=cmanske, sr=blizzard
2001-08-10 01:32:16 +00:00
brade%netscape.com
e93cd750e8 add publish.js 2001-08-08 13:14:12 +00:00
brade%netscape.com
44227bf9d2 partial fix for #88123; r=blake/beppe, sr=kin 2001-08-08 13:12:52 +00:00
brade%netscape.com
5bb7f89037 initial networking stuff for publishing (in progress); r=akkana; sr=kin 2001-08-08 13:11:33 +00:00
akkana%netscape.com
402bfeea35 Removing files which are redundant with the idl files. r=brade, sr=kin 2001-08-07 22:08:51 +00:00
akkana%netscape.com
b2618d9ca4 54726: Add link to W3C Validator
90550: Need to rewrite URLs for publishing and for save as
91388: Link checker, Work in progress (doesn't work yet)
r=brade, sr=kin
2001-08-07 21:39:07 +00:00
brade%netscape.com
d69a324328 add nsHTMLURIRefObject.cpp for Akkana 2001-08-07 21:30:01 +00:00
brade%netscape.com
360b727014 add nsIURIRefObject.idl for Akkana 2001-08-07 21:18:38 +00:00
akkana%netscape.com
61c245d25f Adding html URI ref object to the build. r=brade sr=kin. Work in progress. 2001-08-07 21:12:08 +00:00
ben%netscape.com
1590d377a4 Roll back this weekend's changes to editor dialogs, pending grid fixes. 2001-08-07 01:53:44 +00:00
hyatt%netscape.com
0c296a706a Fix for 71106. r=jag, sr=jst 2001-08-06 21:49:35 +00:00
ben%netscape.com
2911f95832 93732 - Fixing some bad bustage in a handful of editor dialogs
- grid columns aren't showing up due to lack of flexes on <column/> nodes (grid bug)
- text fields drawing over buttons
- buttons and other UI running off screen
- dialogs sizing oddly when sizeToContent() called
r=jag, sr=hewitt
2001-08-05 08:12:31 +00:00
hewitt%netscape.com
3203d18be2 93193 - cleaning up after align/pack xul box model changes, r=blake, sr=hyatt, 90741 - replacing box with hbox/vbox (from andersma@luther.edu), r=hewitt, sr=hyatt 2001-08-04 06:21:59 +00:00
cmanske%netscape.com
a3f1462c56 Set default pref for HR to 'center', b=90497, r=brade, sr=kin 2001-08-03 18:32:43 +00:00
cmanske%netscape.com
58047e9b40 Click on 'Last picked color' button closes Composer colorpicker dialog. b=89958, r=brade, sr=kin 2001-08-03 18:30:13 +00:00
cmanske%netscape.com
ee5abe6650 Add support for 'Automatic' choice in list bullet/number styles. b=74970, Fix by neil@parkwaycc.co.uk, r=cmanske, sr=kin 2001-08-03 18:28:15 +00:00
cmanske%netscape.com
b9db929818 Fixed busted Page Properties dialog, b=86706, r=brade, sr=kin 2001-08-02 22:00:59 +00:00
kin%netscape.com
9f92e6bc3a Fix for bug #93109: Orphaned #endif's in IDLs crashes xpidl during build
Removed bogus #endif statements in:

    mozilla/editor/idl/nsIEditorIMESupport.idl
    mozilla/editor/idl/nsITableEditor.idl
    mozilla/editor/txmgr/idl/nsITransactionManager.idl

sr=waterson@netscape.com
2001-08-02 20:34:54 +00:00
kin%netscape.com
ff5cb98d51 Fix for bug #93147: NotReached Assertions when selecting text widget in a table
Modified nsHTMLEditor::GetInlinePropertyBase() to bail out of iterator
loop if current node is the body.

r=brade@netscape.com  sr=sfraser@netscape.com
2001-08-02 20:31:09 +00:00
brade%netscape.com
dac492d9ea removing old file 2001-08-02 13:32:50 +00:00
jaggernaut%netscape.com
e91f8a147e Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa 2001-07-25 07:54:28 +00:00
dbaron%fas.harvard.edu
b4ea38686f Remove |#ifdef|s around |#include|s since they're a recipe for build bustage (see the portability guidelines). b=91237 r=jag sr=waterson 2001-07-25 05:16:32 +00:00
kin%netscape.com
ef2a32649c Fix for bug #91310 (Align Right splits table) and
bug #91288 (Aligning blank table cell in show all tags mode splits table)

Modified WillAlign to prevent unnecessary splitting:

  - Don't execute emptyDiv special case code when start container of the
    selection is a table cell element, but not a table cell or caption.
  - Prevent processing of whitespace between list/table structure nodes.
  - Prevent splitting when processing sub lists.

r=brade@netscape.com  sr=attinasi@netscape.com
2001-07-25 00:10:34 +00:00
akkana%netscape.com
60ca326658 Remove some more no-op debug code. sr=kin 2001-07-24 23:45:32 +00:00
akkana%netscape.com
659cfe92fa Remove debug code which should not have been there and were causing asserts. sr=kin 2001-07-24 23:39:17 +00:00
stephend%netscape.com
8a46da1d7e 60669. Javascript strict warnings in EdDialogCommon.js r=gemal@gemal.dk, sr=kin@netscape.com 2001-07-24 19:47:27 +00:00
stephend%netscape.com
af90d99283 86706. Javascript strict warning in EdPageProps.js. r=akkana@netscape.com sr=blaker@netscape.com 2001-07-24 07:01:09 +00:00
jaggernaut%netscape.com
cb0faab070 Bug 73353: clean up the REQUIRES lines in Makefiles. 2001-07-23 22:36:12 +00:00
kin%netscape.com
fec513fa55 Fix for bug #91378: "Find" doesnt find in some cases
Prevent FindInString() from skipping over current char
when eating additional whitespace.

r=brade@netscape.com  rs=blake@telocity.com
2001-07-20 14:39:07 +00:00
mjudge%netscape.com
fba51d0090 82993, 87662 r=glazman,cmanske,kin forgot to put r= on other part of this checkin. This will stop entry into generated content and also make the drag selection work better with variant sized text. 2001-07-19 23:33:33 +00:00
kin%netscape.com
45c8f49930 Fix for bug #90499: Can't delete selection if end of selection contains "<br>\n"
Modified nsHTMLEditRules::WillDeleteSelection() so that it uses
an nsAutoTxnsConserveSelection auto-variable to prevent the
call to nsWSRunObject::PrepareToDeleteRange() from changing
the selection.

r=brade@netscape.com  sr=waterson@netscape.com
2001-07-18 21:22:31 +00:00
akkana%netscape.com
290a4f4313 90741: Whack the rest of the <box> tags in editor.
Contributed by andersma@luther.edu (Mark Anderson).
  r=cmanske sr=kin
2001-07-17 22:44:13 +00:00
dbaron%fas.harvard.edu
aa4fec2b67 Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
anthonyd%netscape.com
f88d5c6fa3 bug fix for 81288 - &nbsp removed from source when changing views
r=kin@netscape.com
sr=sfraser@netscape.com
2001-07-14 00:50:21 +00:00
akkana%netscape.com
98989d30a1 69638: Use <span> instead of <blockquote> for plaintext quotes, to fix caret motion problems. r=mcafee, sr=sfraser 2001-07-13 18:45:53 +00:00
kin%netscape.com
907212d677 Fixes from kin@netscape.com and brade@netscape.com
for bug #86450: pasting plaintext into text area loses significant whitespace

    content/base/src/nsDocumentEncoder.cpp
        - Look for -moz-pre-wrap in the correct attribute ("style").

    editor/base/nsHTMLDataTransfer.cpp
    editor/base/nsPlaintextDataTransfer.cpp
        - Set the correct mime-type on the encoder and transfer data.
        - Pass correct init flags to encoder.

    layout/base/src/nsCopySupport.cpp
    layout/base/src/nsCopySupport.h:
        - Added IsPlainTextContext() method.
        - Modified HTMLCopy() to pass correct init flags and
          mime-type to the encoder during plaintext copy.

r=kin@netscape.com,brade@netscape.com sr=sfraser@netscape.com
2001-07-13 13:38:10 +00:00
cmanske%netscape.com
46f719f5a6 Finish fix for missing menulists in Table Properties dialog, b=89644, r=sfraser, sr=kin 2001-07-13 04:10:07 +00:00
cmanske%netscape.com
1c43fa425e Fixed color picker initialization bug 89973 (r=sfraser) and Last Picked button behavior bug (r=mjudge), sr=kin on both 2001-07-11 00:42:32 +00:00
cmanske%netscape.com
2a81718082 Fixed not clearing font color ('defaul') bug 89700, r=akkana, sr=kin 2001-07-10 23:57:04 +00:00
cmanske%netscape.com
3ec2d70e85 Fixed missing menulists in Table Properties dialog bug 89644, r=89644, r=brade, sr=sfraser 2001-07-10 04:02:32 +00:00
akkana%netscape.com
a05d3e3c8e 78727,86998: Fix a hang with rewrap introduced by the string API conversion. r=sspitzer, sr=sfraser 2001-07-10 00:40:11 +00:00
tao%netscape.com
a60ef23c40 86807: Some menu items are missing if you use incompatibly profle.
r=jbetak,sr=hyatt. Add locale version to all packages and their locale
providers.
2001-07-09 22:13:09 +00:00
timeless%mac.com
1fdeed80f7 Bugzilla Bug 70857 [XUL Syntax] Replace <boxDerivedTag align="horizontal|vertical"> with
<boxDerivedTag orient="horizontal|vertical">
patch by andersma@luther.edu r=timeless sr=blake
2001-07-09 18:41:07 +00:00
cmanske%netscape.com
69432aadbb Fixed loss of HTML Source editing when closing window: b=86742, r=timeless, sr=sfraser 2001-07-06 20:03:41 +00:00
cmanske%netscape.com
fd1d6f9f82 Fixed layout problem in Spell Check dialog: b=57398, r=hewitt, sr=sfraser 2001-07-06 19:46:42 +00:00