jfrancis%netscape.com
0e06a7880a
fixes bug 62148: mac optimized build runs out of memory building nsHTMLEditor.cpp. I refactored a huge routine to be kinder to the codewarrior compiler. r=sfraser; sr=kin
2000-12-06 23:11:21 +00:00
sfraser%netscape.com
bea0a7e198
Fix for 62039 -- change methods to use const PRUnichar* instead of nsStrings for NS_LITERAL_STRING loving. r=cmanske, akkana, sr=kin
2000-12-06 20:48:35 +00:00
mkaply%us.ibm.com
6272e19233
#59895
...
r=timeless, a=sfraser
Check type of open dialog and use correct title
2000-11-30 22:10:35 +00:00
disttsc%bart.nl
e95cd012b9
Last batch of the <titledbutton>s in xul/js... bug=57751, r=kin, a=ben
2000-11-30 15:07:53 +00:00
kin%netscape.com
2f644b83f5
Misc fixes for pedantic build warnings.
...
r=jfrancis@netscape.com a=sfraser@netscape.com
2000-11-29 22:06:02 +00:00
blakeross%telocity.com
8bd12f450b
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
ba12156d6b
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
7a8d714b68
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
cls%seawood.org
8bd122b3d5
Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org
2000-11-20 07:16:06 +00:00
danm%netscape.com
b9887b3ac3
removing glowcode directives. won't affect you unless you use an obsolete version of glowcode.
2000-11-18 02:13:42 +00:00
sfraser%netscape.com
aa4d5be8ea
Removal of some crufty old code that used to do UI udpating, and was obsolete by XUL command nodes. r=akkana
2000-11-17 01:25:28 +00:00
akkana%netscape.com
f60790d279
Split plaintext methods off into nsIPlaintextEditor API. sr=sfraser, r=jfrancis
2000-11-17 00:25:31 +00:00
akkana%netscape.com
af440c3045
Add nsIPlaintextEditor.
2000-11-17 00:19:56 +00:00
akkana%netscape.com
b24d4417a3
Plaintext editor API. sr=sfraser
2000-11-17 00:10:37 +00:00
brade%netscape.com
847a1e76a4
fix bugs #56139 and (partially) #57206 ; r=cmanske; sr=kin; remove table height until css support for it is provided; always write valign until we know how to search up the tree
2000-11-16 15:17:58 +00:00
bryner%uiuc.edu
bb84427a7f
Trivial change, missing "return". r/sr/a=sfraser.
2000-11-16 02:13:30 +00:00
brade%netscape.com
aa5380476f
fix image dimension problems (updating/constraining/etc.); r=kin; sr=sfraser; bug #57313
2000-11-13 15:06:59 +00:00
kin%netscape.com
944d6228e7
Fix from katakai@japan.sun.com for bug #58698 : Solaris only: cmd_cut operation fails in optimize build
...
Initialize result with NS_OK in CreateTxnsToDeleteContent().
r=kin@netscape.com sr=sfraser@netscape.com
2000-11-10 14:53:40 +00:00
brade%netscape.com
945b9d2c95
always lowercase so alignment now works; r=kin; sr=sfraser; bug #57298
2000-11-09 14:40:57 +00:00
blakeross%telocity.com
1287323a34
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
hyatt%netscape.com
e0c292d77e
Fix for 54203. r=saari, a=brendan
2000-11-04 08:21:20 +00:00
attinasi%netscape.com
10e4256108
Changed font specification from 'monospace' to '-moz-fixed' to enforce fixed-width fonts always. b=58098 r=akkana,rickg a=buster
2000-10-30 22:22:17 +00:00
warren%netscape.com
4189314fdb
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
2000-10-28 22:17:53 +00:00
warren%netscape.com
6e35f97e31
Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson
2000-10-27 22:43:51 +00:00
timeless%mac.com
811e3f735f
fix bug 47209, "add ellipsis to send page and send link"
...
r=jag a=putterman
2000-10-26 02:22:34 +00:00
kin%netscape.com
cdb5785192
Fix for bug #57165 (Document/Message is not spellchecked if the caret is at the end of the document)
...
Call nsISpellChecker::SetDocument() with a PR_TRUE to tell the spellchecker to start checking
from the start of the document.
r=brade@netscape.com sr,a=sfraser@netscape.com
2000-10-20 00:05:22 +00:00
kin%netscape.com
0e8ce0619e
Fix for bugscape bug #2730 (spellchecker language pop-up menu not localizable)
...
Modified InitLanguageMenu() to use languageNames.properties and regionNames.properties
instead of the now deprecated acceptlanguage.properties.
r=brade@netscape.com sr,a=sfraser@netscape.com
This fix has not been checked into the Netscape_20000922_BRANCH.
2000-10-19 21:09:06 +00:00
sfraser%netscape.com
cba554d878
Fix for 56136 -- when reloading the editor page because of a charset change, call the predestroy notification, so that listeners (e.g. the UI update timer) can tear themselves down. r=akkana, sr=kin
2000-10-18 20:25:49 +00:00
kin%netscape.com
b5284d98bd
Fix for bug #56159 (Crash when sending after copy/paste with Spell Check enabled)
...
mozilla/editor/base/nsEditorShell.cpp
- Make sure mSpellChecker is zeroed in Shutdown() just in case something went wrong.
mozilla/editor/txtsvc/src/nsTextServicesDocument.cpp
- Added checks to prevent iterating over a collapsed selection in FistSelectedBlock() and LastSelectedBlock().
r=brade@netscape.com sr,a=sfraser@netscape.com
2000-10-16 14:31:48 +00:00
sfraser%netscape.com
b401988e2a
Fix bug 52548, sidebar links open in composer window and nuke composer content. sr=mscott, r=vishy.
2000-10-14 01:44:31 +00:00
akkana%netscape.com
e4c8c0286a
54449: Re-adding workaround for bug in delete-to-end, which was accidentally overwritten in XIF landing. r=jfrancis, sr=kin
2000-10-14 00:03:05 +00:00
kin%netscape.com
03bc6a4d6b
Fix for bugscape bug #2698 (Need to wire up Spellchecker language prefs)
...
mozilla/odules/libpref/src/init/all.js
- Added "spellchecker.dictionary" default pref and removed old 4.x spellchecker prefs.
mozilla/editor/base/nsEditorShell.cpp
- Added code to InitSpellChecker() and UninitSpellChecker() to get and
set the "spellchecker.dictionary" pref.
r=brade@netscape.com sr,a=sfraser@netscape.com
2000-10-13 13:36:22 +00:00
jst%netscape.com
5002b5428f
Fixing rtm++ bug 56212. The new serializers were a bit too eager about what characters to encode as entities, this caused bad things when sending email that contained double quotes and also when writing a message containing quotes in AIM. sr=vidur, r=nisheeth.
2000-10-13 11:06:05 +00:00
ducarroz%netscape.com
442477851e
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
7bf1a6a10b
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
2a0875a1e1
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
jst%netscape.com
2850a2c385
Rolling in the last of the NOXIF changes from the Netscape 6 branch, code mostly written by jfrancis. Fixes bugs 50742, 55806, 56000 and 55669. sr=kin, scc. r=kandrot, jst.
2000-10-11 22:50:14 +00:00
brade%netscape.com
9bee317bd6
extra line removed so that Advanced Edit dialog will come up; r/sr=kin/sfraser; bug #55746
2000-10-11 13:40:09 +00:00
attinasi%netscape.com
103832bf34
Part fo fix for prefs bugs: disabling forced colors and fonts for Composer shells. b=40340, r=karnaze,pierre verbal approval from k.brade, a=buster
2000-10-11 08:35:06 +00:00
jfrancis%netscape.com
4962303d8f
fixes bug 54895: certain editor operations (like align) crashed when applied to mulit-cell table cell selections; r=kin; sr=sfraser; a=jar
2000-10-11 00:24:23 +00:00
kin%netscape.com
b7d70f42d9
Fix for bug #52858 (Case where crash happens involving save to draft warning...)
...
mozilla/editor/ui/dialogs/content/EdSpellCheck.js
- Make onClose() return true.
mozilla/editor/ui/dialogs/content/EdSpellCheck.xul
- Add onclose="onClose()" attribute to window tag.
r=brade@netscape.com sr,a=sfraser@netscape.com
2000-10-10 21:40:39 +00:00
brade%netscape.com
a9b66066c2
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
brade%netscape.com
da58363664
fix "header" type setting to display properly (missing ()) and to apply if only one cell is selected; bug #54899 ; r/sr=kin,sfraser
2000-10-10 13:13:33 +00:00
brade%netscape.com
27bbf3eb5b
fix Remove Image Map button (typo); bug #55383 ; r=sfraser/kin
2000-10-10 13:11:54 +00:00
sfraser%netscape.com
3f76efb012
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
2c4591c8a0
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
anthonyd%netscape.com
4d9d0f891d
fix for bug# 54253
...
Summary: D&D causes data loss
sr=kin
r=sfraser
a=kin
2000-10-08 06:29:05 +00:00
anthonyd%netscape.com
45c34410a7
fix for bug#54222
...
The "noshade" attribute on Horizontal rule not set at all
sr=kin
r=mjudge
a=mjudge
2000-10-08 06:14:21 +00:00
disttsc%bart.nl
488306c174
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
9540249b46
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
b3d9cbac12
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
9ffb3c9938
on behalf of jglick, #54933 - mnemonics stuff, r=brade, sr=sfraser
2000-10-07 08:33:00 +00:00
brade%netscape.com
bd5931a522
move over changes from Netscape branch to trunk; string changes for localization; submitted by briano9@yahoo.com and dan6992@yahoo.com
2000-10-06 12:01:23 +00:00
brade%netscape.com
45eaa4b863
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
3d79b045eb
#54753 - dialog cleanup issues, r=andreww, a=ben
2000-10-05 21:36:01 +00:00
kin%netscape.com
3d41c0f887
Fix for bug #50570 ([MLK] Leaking PRUnichar buffer in nsHTMLEditor::InsertFromTransferable())
...
Added calls to nsMemory::Free() to free text in PasteAsPlainTextQuotation() and InsertFromTransferable().
r=brade@netscape.com sr=sfraser@netscape.com
2000-10-05 19:38:46 +00:00
brade%netscape.com
684ba9119a
Remove disabled attribute rather than setting to false; moving fix from branch to trunk.
2000-10-05 15:02:26 +00:00
brade%netscape.com
91d25be034
moving over fix from branch to trunk
2000-10-05 15:01:23 +00:00
sfraser%netscape.com
ff67283c7c
Fix for 53742 -- Open Location dialog, opened from Compser, should have titlebar. r=brade, sr=kin.
2000-10-05 00:34:07 +00:00
kin%netscape.com
6eb7b4a58a
Fix for bug #54731 (Spellchecker stops working after you close the Edit Personal Dictionary dialog)
...
Removed call to editorShell.UninitSpellChecker() inside Close().
This fix is already checked into the Netscape_20000922_BRANCH.
sr,a=sfraser@netscape.com
2000-10-04 13:38:41 +00:00
sfraser%netscape.com
ffe026ad83
Fix for 52150; show caret in new composer/mail composer/AIM windows. If the editor is focussed on creation, show the caret instead of relying on a focus event. r, sr = kin,saari, hyatt
2000-09-28 00:31:48 +00:00
cmanske%netscape.com
845bd69d04
Part of fix for nested tables bug 53733. r=brade, a=sfraser
2000-09-27 22:29:41 +00:00
cmanske%netscape.com
e65395b257
Fixed nested tables bug 53733. r=brade, a=sfraser
2000-09-27 22:24:17 +00:00
cmanske%netscape.com
f02d215c24
Part of fix for nested tables bug 53733. r=brade, a=sfraser
2000-09-27 22:23:03 +00:00
kin%netscape.com
f87a1874b8
fix bug #51557 ; move JS functions out of html into xul; r/a=kin, sfraser
2000-09-27 14:33:05 +00:00
cmanske%netscape.com
af421ce118
Repairing code accidentally remove by subsequent checkin: b=53377, r=mjudge, a=sfraser
2000-09-27 01:09:49 +00:00
cls%seawood.org
598cad6e44
Fix OS/2 gmake problem. Bug #54080 . r=leaf a=brendan Thanks to Mike Kaply <mkaply@us.ibm.com> for the patch
2000-09-26 05:20:06 +00:00
disttsc%bart.nl
4eece0fb48
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
c1af2e337a
#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
10b49737de
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
957c151659
48758. r=ben,saari, a=waterson
2000-09-22 05:02:20 +00:00
mjudge%netscape.com
57f515ad9c
r=sfrasier a=pdt+ fixing plain text mail 33654 see kin@netscape.com
2000-09-22 00:43:44 +00:00
ben%netscape.com
e0280f1d8e
first part of fix for 53156, editor UI issues. r=hewitt, sr=sfraser
2000-09-21 07:05:00 +00:00
cmanske%netscape.com
817aedf927
Strip out quote character in candidate filename, b=53377, r=pnunn, sfraser
2000-09-21 04:25:09 +00:00
cmanske%netscape.com
be24f8a71d
Fixed hard-coded string, b=2410, r=pnunn, sfraser
2000-09-21 04:23:20 +00:00
warren%netscape.com
075350b1c8
Landing jar packaging from jar_restructuring_branch. r=hyatt,dprice,sfraser,dveditz,vishy,sgehani
2000-09-20 19:35:24 +00:00
locka%iol.ie
69fd02310b
Changes to loadURI & reload methods on nsIDocShell, nsIWebNavigation. b=50949, r=radha, a=radha
2000-09-20 12:23:53 +00:00
hewitt%netscape.com
7d7c8f426a
#46519 - composer edit mode tab stuff, r=hangas, a=ben
2000-09-19 22:46:47 +00:00
cmanske%netscape.com
122d534b2a
More tweaks to prefs dialog b=47704, r=ben
2000-09-15 06:52:33 +00:00
nbhatla%netscape.com
1d841a1bfb
#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
joki%netscape.com
dc08d4dbd9
Partially fix bug 28323 by changing the text field editor keypress listener to not add characters into the text field if the user has cancelled the event. r:jst
2000-09-15 06:09:26 +00:00
cmanske%netscape.com
0067f48168
Table dialog cleanup, b=47691, r=rcassin@supernova.org. Composer prefs cleanup, b=47704, r=ben
2000-09-15 06:08:51 +00:00
kin%netscape.com
8a81f475ac
Fix for bug #33938 : Pref/reply below quoted text does not move to bottom
...
mozilla/mailnews/compose/nsMsgCompose.cpp
- Scroll the selection into view after all the reply text
is inserted and the caret is positioned.
mozilla/editor/base/nsHTMLEditor.cpp
- Added nsAutoEditBatch variable to InsertBreak() to make
sure that we reflow before returning. Without this fix,
apps like MsgCompose will not be able to scroll the
selection properly.
r=jfrancis@netscape.com
2000-09-14 22:39:04 +00:00
akkana%netscape.com
aa26dc55fd
Fixing solaris build bustage: substring workaround suggested by scc
2000-09-14 21:27:59 +00:00
hyatt%netscape.com
4b385ef37d
New chrome files. Not part of build.
2000-09-14 21:10:57 +00:00
hyatt%netscape.com
996b65c99a
New chrome files. Not part of build.
2000-09-14 20:50:12 +00:00
akkana%netscape.com
e74c0ae592
51799: Smarter quote rewrapping, taking into account multiple quote levels, and RFC2646-style citations. r=cmanske
2000-09-14 19:55:40 +00:00
cmanske%netscape.com
b737bca10b
Fixed Composer prefs not initializing bool pref. b=52400, r=hyatt
2000-09-14 14:45:16 +00:00
mjudge%netscape.com
a2fa9edcb5
small but pervasive change to make nsIDOMSelection an xpidl interface. also broke it into 2 interfaces, nsISelection and nsISelectionPrivate. moved nsIDOMSelectionListener also to xpidl. these new idl files live in layout/base/public. r=sfraser, r=anthonyd bug 48575
2000-09-14 11:45:01 +00:00
jfrancis%netscape.com
ed5ef690db
fixes for 45608, 51398, 51591; r=cmanske
2000-09-14 05:59:19 +00:00
cmanske%netscape.com
c923d75ccd
Composer dialog cleanup. b=47691, 47701. r=hyatt
2000-09-14 05:30:06 +00:00
rayw%netscape.com
6cc70ebd6c
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
jdunn%netscape.com
1622c11a3a
Specify that the base class is indeed 'public' since some compilers (AIX)
...
assumes 'private'. I ok'd each of these with the appropriate module
owners (see bug)
r= scc@mozilla.org & brendan@mozilla.org + everyone listed in bug
#= 52254
2000-09-13 13:50:30 +00:00
scc%mozilla.org
a08356d867
if you want a pointer to the characters, you're going to have to |.get()| it
2000-09-13 04:59:07 +00:00
cmanske%netscape.com
4035afe779
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
heikki%netscape.com
3f6567dd27
Forgot to check that we fire the select event with Select All. Also fix event.target. Part of bug 46085. r=mjudge.
2000-09-12 20:54:41 +00:00
akkana%netscape.com
009cf43b57
52035, 52171: Fix some recent regressions in key bindings. r=hyatt,jfrancis
2000-09-12 02:01:12 +00:00
cmanske%netscape.com
c4327f9159
Composer dialog cleanup work (47213, 47701, 9754) r=sfraser
2000-09-12 00:35:42 +00:00
cmanske%netscape.com
6e5de6ffcc
Fixed format menu not showing list properties when list item is empty b=51941, r=beppe
2000-09-12 00:17:56 +00:00
anthonyd%netscape.com
ea313f090f
fix for bug# 51321 getting d&d working again when
...
dragging to/from an ender.
r=mjudge
2000-09-11 07:43:04 +00:00