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 -   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
cmanske%netscape.com
921ae1b103
Fix missing button in Image Properties dialog: b=89644, r=brade, sr=sfraser
2001-07-06 19:42:26 +00:00
cmanske%netscape.com
bb41c589c5
Checking in fix for adding Help button to Table Properties dialog for brade, b=88377, r=cmanske, sr=sfraser. Includes fix for missing menulist in this dialog: b=89644, r=brade, sr=sfraser
2001-07-06 19:40:22 +00:00
timeless%mac.com
f8a92c48de
Bug 70857 [XUL Syntax]
...
Smaller CSS/JS/XBL patch, should allow XUL changes to go in easier
by andersma@luther.edu r=timeless sr=blake
2001-07-06 02:01:52 +00:00
sfraser%netscape.com
1415f2a83f
Fixing bug 85504: Crash in GetSelectedElement if loading a bad frameset page -- fix frameset detection, and add null checks. r=akkana, sr=waterson
2001-07-06 00:50:05 +00:00
cmanske%netscape.com
6820c1ef7d
Fixed Join Table Cells bug 86009, r=mjudge, sr=sfraser
2001-07-05 22:35:22 +00:00
sfraser%netscape.com
f639265a14
Fix wording of dialog shown when you edit a frameset or iframe page in composer. r=brade, sr=blake.
2001-07-03 01:05:22 +00:00
jaggernaut%netscape.com
5a6317b8a5
Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
...
This removes all call-sites I can currently fix. Tomorrow I'll try to get someone to checkin my changes to security/ and I'll get some help with the Netscape side of things.
nsString::GetUnicode()'s final death-blow will be dealt soon. Please keep this in mind as you add new code :-)
2001-06-30 11:02:25 +00:00
sfraser%netscape.com
cf542e63dd
Fix for bug 87910 -- allow Edit Page to work a second time. r=dougt, sr=kin
2001-06-29 22:03:10 +00:00
brade%netscape.com
39966986a8
add help buttons to composer dialogs (bug #6685 )
2001-06-28 13:48:52 +00:00
jfrancis%netscape.com
681b0e8a1b
bug fix 84744: insert br after user creates table if table is last node in block. r=brade; sr=kin; a=blizzard
2001-06-26 23:13:01 +00:00
waterson%netscape.com
eda58e546a
Bug 87346. Fix txtsvc makefile to create component DLL. r=kin, a=asa
2001-06-23 05:44:59 +00:00
dougt%netscape.com
758f79ff72
Landing url parsing branch. 73845. r=alecf@netscape.com, sr=darin@netscape.com, a=blizzard@rednat.com.
...
This fixes many crashes caused by illegal uses of the nsStdURL.
This also allows a plugable protocol to provide their own url parser.
2001-06-21 22:02:47 +00:00
waterson%netscape.com
b74d6e1c8b
Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs.
2001-06-20 20:21:49 +00:00
mjudge%netscape.com
618d0012eb
bad ifdef. left this out of previous checkin for middle mouse paste
2001-06-20 05:18:12 +00:00
dbaron%fas.harvard.edu
9d35ed31a4
Fix bad getters on nsIDocument and nsIScriptContext to use out params rather than return |AddRef|ed pointers. b=81289 r=jaggernaut sr=jst a=asa
2001-06-20 03:27:48 +00:00
jfrancis%netscape.com
52eaca10e1
fixes:
...
69320: making new block must put selection in block
74722: pasting into a pre block should not nest pre's
82421: ubercaret after ending list
67847: deletion can put caret incorrectly at start of doc
2001-06-20 02:05:37 +00:00
brade%netscape.com
285a89a3cb
partial fix for 85963 (add alt tag for images inserted via d&d from OS)
2001-06-19 23:56:22 +00:00
cls%seawood.org
bf5fb48486
Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
...
Changes allow us to have a finer control over which parts of the tree are built with PIC. Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
jfrancis%netscape.com
74bd8d16c5
now with vitamin R for extra wholesome goodness!
...
(correcting snafu)
2001-06-18 21:43:20 +00:00
jfrancis%netscape.com
57f282e844
this checkin includes diff for 61232. was supposed to be in previous checkin. r=sfraser; sr=kin; a=asa
2001-06-18 21:35:07 +00:00
jfrancis%netscape.com
bc37219a9a
fixes for:
...
61232 - Caret comes back to previous line after creating paragraph
54520 - Extra break with list items
54539 - Disappearing numbered list with outdent
60867 - Composer adds extra break when round-tripping empty document through View Source
62347 - Selecting Body Text doesn't work inside other blocks that have embedding breaks
2001-06-18 21:15:43 +00:00
jfrancis%netscape.com
fb8d76100d
fix for:
57477: merge pastes list into target list
57989: Pasting list items into list can orphan last list item
66579: copy/paste of list item into another list items causes caret
mostly a refactoring and improvement of nsHTMLEditor::InsertHTMLWithCharsetAndContext()
2001-06-15 22:29:07 +00:00
kin%netscape.com
4ca51c2870
Fix for bug #62577 - Sublist content disappears when unlisting.
...
mozilla/editor/base/nsHTMLEditRules.cpp
- Moved list handling code in WillRemoveList() into a new recursive
method RemoveListStructure() which WillRemoveList() now calls.
- Modified WillOutdent() to call MoveNode() when a sublist is encountered.
- Made ConvertListType() recursive so that all sublists are coverted.
mozilla/editor/base/nsHTMLEditRules.cpp
- Added RemoveListStructure() method.
r=jfrancis@netscape.com sr=sfraser@netscape.com a=asa@mozilla.org
2001-06-15 13:57:01 +00:00
cmanske%netscape.com
cce9ebc66a
Fixed Image dialog to use new 'removeEntry' method to remove image from cache before loading into preview window. b=78351, r=blake, sr=sfraser, a=asa-drivers
2001-06-15 03:34:24 +00:00
cmanske%netscape.com
67127d21aa
New Advanced Properties Editor UI. Fixes bugs 71743, 71973, 71027, 73167. Fix is shown on 71743, r=brade, sr=kin, a=asa-drivers
2001-06-13 01:04:39 +00:00
cmanske%netscape.com
f702cd1d5b
Remove Cell Tab in Table Properties dialog when only a table is selected. b=85254, r=jfrancis, sr=kin, a=asa-drivers
2001-06-13 00:58:56 +00:00
cmanske%netscape.com
fe00d5a4bc
Fixed wrong attribute string in Insert Table dialog; part of fix to bug 77427, r=brade, sr=kin, a=asa-drivers
2001-06-13 00:17:12 +00:00
jfrancis%netscape.com
f04bd7911b
fixing build bustage. editor must link with gfx now.
2001-06-12 23:34:59 +00:00
jfrancis%netscape.com
661474b8ef
fix for 82612: this is just asimple refactoring of a large routine so that we need less mem to do an optimized build.
...
r=kin; sr=sfraser; a=asa
2001-06-12 23:17:47 +00:00
jfrancis%netscape.com
19ca66d306
fix for 54218: outdent was not enabled in many cases. Now we correctly examin parent heirarchy of selection for blockquotes. r=kin; sr=sfraser; a=asa
2001-06-12 23:03:12 +00:00
jfrancis%netscape.com
9980fb90c7
fix for 74122: distinquish between named anchors and links in deletion code. links are deleted if they become empty, but not anchors. r=brade; sr=kin; a=asa
2001-06-12 22:49:09 +00:00
jfrancis%netscape.com
617617ab7e
fix for 46209: I overhauled nsEditor::IsEditable() to better grok the state of content for editability. r=kin; sr=sfraser; a=asa
2001-06-12 22:35:28 +00:00
jfrancis%netscape.com
a783e94b5e
fix for 67847 take 2: forgot to add in requested reviewer changes in previous checkin
2001-06-12 22:27:53 +00:00
jfrancis%netscape.com
ce1e99c63d
fix for 67847: forward delete can make caret go to start of doc. r=kin; sr=sfraser; a=asa
2001-06-12 22:21:12 +00:00
kin%netscape.com
051e33800a
Fix for bug #83946 (Crash/freeze when backspacing over signature lines)
...
Fixed infinite loop in PriorVisibleNode() and NextVisibleNode() which would
happen when aNode was a node that could have children, but didn't have any,
and it's prior/next siblings weren't eNormalWS.
r=jfrancis@netscape.com sr=sfraser@netscape.com a=asa@mozilla.org
2001-06-12 20:46:57 +00:00
cmanske%netscape.com
4956e3c3c6
Don't set 'center' alignment for new hrule element, part of fix to bug 83335, r=sfraser, sr=kin, a=asa-drivers
2001-06-09 21:54:04 +00:00
cmanske%netscape.com
47601fd028
Fixed test of empty cell in Composer table editing (b=84175, r=brade, sr=kin) and join cells should join with cell to right if only 1 cell selected (b=55991, r=mjudge, sr=kin), both a=asa-drivers
2001-06-08 23:15:15 +00:00
cmanske%netscape.com
15fa77bd76
Fixed setting of intial focus in Composer colorpicker dialog (part of fix to 64160, forgot to checkin before)r=kin, sr=hewitt, a=asa-drivers
2001-06-08 19:48:07 +00:00
cmanske%netscape.com
891904ac42
Fixed setting of attributes after using Advanced Edit in Table dialog, b=77427, r=sfraser, sr=kin, a=asa-drivers
2001-06-08 05:18:07 +00:00
cmanske%netscape.com
9a8ffaf2c3
Fixed extra separator at end of context menu, b=77596, r=sfraser, sr=kin, a=asa-drivers
2001-06-08 05:08:05 +00:00
cmanske%netscape.com
ea97cc4638
Remove 'PastAs' menu (feature not implemented), b= 41547, r=mjudge, sr=kin, a=asa; Remove separate 'Replace' menuitem and command, b=80807, r=anthonyd, sr=sfraser, a=asa-drivers
2001-06-08 05:01:59 +00:00
cmanske%netscape.com
2f9dc4f2ef
Restore Composer's Debug menu for testing (remove before RTM!), fix by rcassin, b=83349, r=cmanske, sr=sfraser, a=asa-drivers
2001-06-08 04:33:49 +00:00
cmanske%netscape.com
7492e8794b
Fixed initialization of HLine's align radio buttons; use 'center' as default, b=83335, r=sfraser, sr=kin, a=asa-drivers
2001-06-08 04:25:25 +00:00
nhotta%netscape.com
3c04234e4c
For SaveAsCharset dialog, make sure the title string is always set if it's not null, check in for jbetak, bug 44323, r=cmanske,nhotta, sr=alecf.
2001-06-08 00:52:29 +00:00
yokoyama%netscape.com
b95d9c0083
Bug 63029: Japanese input in text area in forms confuses subsequent input
...
The fix is to
- maintain the index of PasswordBuf at the start of IME
- maintain the old IME text
- remove the old IME text from PasswordBuf
/r=jfrancis, /sr=kin, /a=blizzard
2001-06-06 01:21:05 +00:00
ftang%netscape.com
4dde2c3cec
fix 83448. author=simon@softel.co.il
...
r=ftang sr=kin a=asa
2001-06-04 22:22:36 +00:00
pinkerton%netscape.com
df48a1e1cd
add id for print menu so PrintPlus can attach to it. r=kerz, sr=smfr, a=selmer. bugscape 4748.
2001-06-01 23:40:40 +00:00
hwaara%chello.se
e8b65581ce
#83349 . Remove the Debug menu from Composer. r=cmanske, sr=sfraser, a=asa. Patch by Ryan Cassic <rcassin@supernova.org>
2001-05-31 12:14:38 +00:00
cmanske%netscape.com
40aff6c1d0
Added missing keyset overlay so Enter/Cancel keys work in Page Color and Background dialog, b=82713, r=brade, sr=kin, a=roc+moz
2001-05-29 22:23:52 +00:00
cmanske%netscape.com
19c3ed0ca6
Remove Image map editor button, b=82802, r=sfraser, sr=kin, a=selmer(pdt) and blizzard
2001-05-29 22:20:28 +00:00
cmanske%netscape.com
a00cfa254a
Fixed broken Text Color menuitem, b=82273, r=brade, sr=sfraser, a=blizzard
2001-05-25 21:15:59 +00:00