Commit Graph

2905 Commits

Author SHA1 Message Date
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