cmanske%netscape.com
7286d702e9
Forgot contributor line for b=150915, fix by r=ask@swva.net, r=cmanske, sr=kin
2002-06-14 22:52:06 +00:00
akkana%netscape.com
6d5cddd1e0
145727: use nsString.FindChar, clean up conflicting string usages. Patch from skamio@netscape.net (Shotaro Kamio), r=akkana, sr=alecf
2002-06-14 22:10:56 +00:00
cmanske%netscape.com
34ede0965a
Support 'file://' as destination protocol in Publishing, b=142171, r=brade, sr=alecf
2002-06-14 19:17:57 +00:00
cmanske%netscape.com
132f055700
Fix font names in sans-serif font group, b=150915, fix by r=ask@swva.net, r=cmanske, sr=kin
2002-06-14 19:04:15 +00:00
cmanske%netscape.com
7eafd8977e
Fixed doubleclick to get color in colorpicker, b=151474, fix by neil@parkwaycc.co.uk, r=cmanske, sr=alecf
2002-06-13 22:24:27 +00:00
kin%netscape.com
e208ac0aa5
Partial fix for bug 141900 (Text entry fields in forms excruciatingly slow.)
...
mozilla/content/base/public/nsISelectionController.idl
mozilla/content/base/src/nsSelection.cpp
mozilla/editor/composer/src/nsEditorShell.cpp
mozilla/editor/idl/nsIPlaintextEditor.idl
mozilla/editor/libeditor/base/nsEditor.cpp
mozilla/editor/libeditor/base/nsEditor.h
mozilla/editor/libeditor/html/nsHTMLDataTransfer.cpp
mozilla/editor/libeditor/html/nsHTMLEditor.cpp
mozilla/editor/libeditor/text/nsEditorEventListeners.cpp
mozilla/editor/libeditor/text/nsPlaintextDataTransfer.cpp
mozilla/editor/libeditor/text/nsPlaintextEditor.cpp
mozilla/editor/txtsvc/src/nsTextServicesDocument.cpp
mozilla/editor/ui/dialogs/content/EdTableProps.js
mozilla/embedding/components/find/src/nsWebBrowserFind.cpp
mozilla/extensions/xmlterm/base/mozXMLTermSession.cpp
mozilla/layout/base/public/nsIFrameSelection.h
mozilla/layout/html/base/src/nsPresShell.cpp
mozilla/layout/html/forms/src/nsGfxTextControlFrame2.cpp
mozilla/mailnews/compose/src/nsMsgCompose.cpp
mozilla/xpfe/browser/resources/content/viewPartialSource.js
- Added aIsSynchronous arg to the ScrollSelectionIntoView()
method of nsISelectionController and nsIFrameSelection.
Updated all callers to pass new arg.
- Modified selection to post a plevent to call which does the
call to ScrollIntoView() in the async ScrollIntoView() case.
- Edits in text widgets now use asynchronous reflow, paint,
and scroll processing full time.
- Removed redundant ScrollSelectionIntoView() calls in the
editor event listeners.
- Editor IME code now forced to flush reflows and paints before
getting caret coordinates.
r=jfrancis@netscape.com sr=waterson@netscape.com
2002-06-13 20:35:12 +00:00
jfrancis%netscape.com
96846dbcc4
bug 83378: plaintext mail reply editong problem in quotes
2002-06-12 14:12:32 +00:00
jfrancis%netscape.com
955eda1dde
bug 146164: removing style can remove too much. r=glazman, sr=kin
2002-06-12 14:04:47 +00:00
suresh%netscape.com
be08290ce2
fix for 149189. update goPreference calls with correct parameters. r-ducarroz, sr-alecf.
2002-06-12 04:09:52 +00:00
stephend%netscape.com
82d0805b4a
Bug 148555. Replace class='big-left-margin' with class='indent'. Patch by Stephen Walker <walk84@yahoo.com> r=cmanske, sr=alecf
2002-06-11 21:03:29 +00:00
akkana%netscape.com
5cb57ddf6b
132352: Use the parser service for blockness detection. r=brade sr=kin
2002-06-11 20:43:49 +00:00
leaf%mozilla.org
0034658953
updating locale version string for impending release, bug 149802
2002-06-07 07:45:38 +00:00
cmanske%netscape.com
904c1fa3da
Added tooltips to Publish dialogs, b=139896, r=brade/robinf, sr=kin, a=adt, a=shaver/drivers
2002-06-07 04:53:48 +00:00
alecf%netscape.com
f0263ddf07
fix for bug 101761 - REQUIRES update - remove all REQUIRES that are no longer necessary.. r=cls, a=asa (build-only changes)
2002-06-06 20:28:14 +00:00
cmanske%netscape.com
c80527c07d
Save copy of document and restore if publishing fails, b=134883, r=brade, sr=hewitt
2002-06-05 01:38:08 +00:00
cmanske%netscape.com
4bb1882f18
Improve Publishing progress and error notification, b=148425, r=brade, sr=hewitt
2002-06-05 01:17:33 +00:00
cmanske%netscape.com
706bb7ee49
Use standard Composer method for alert dialog in Replace code, b=146403, fix=neil@parkwaycc.co.uk, r=cmanske,sr=dveditz
2002-06-04 21:50:24 +00:00
cmanske%netscape.com
aa34d4cf79
Make Publish command more accessible, b=146522, r=akkana/brade, sr=dveditz
2002-06-04 21:39:10 +00:00
brade%netscape.com
3c536b3826
remove dump and warning
2002-06-03 18:05:02 +00:00
brade%netscape.com
b9618acabd
bug 134503; add comments that were added to branch (r=akkana, sr=kin)
2002-06-03 18:04:33 +00:00
brade%netscape.com
f7ba088d89
bug 138662; r=adamlock, cmanske, sr=alecf; add flag to serialize publishing
2002-06-03 18:03:53 +00:00
glazman%netscape.com
78425eaf46
Test Selection debug menu item was horked in Composer; b=146424, r=neil@parkwaycc.co.uk, sr=jst
2002-05-28 09:00:25 +00:00
andreww%netscape.com
edc30522e0
bugzilla 141281 - r=cmanske, sr=hewitt - Editor: Format Menu: same mnemonic used for two menu items
2002-05-24 20:29:37 +00:00
jfrancis%netscape.com
6f9eaffd06
fixing 136165: crash after deleting styled text. r=cmanske sr=dveditz
2002-05-23 22:05:35 +00:00
akkana%netscape.com
acbe524353
Fix strict JS warning that slipped in with the fix for 71726. r=brade, sr=jst+kin
2002-05-21 18:26:52 +00:00
jfrancis%netscape.com
299c119589
fix for 140484: tagStr incorrectly freed in nsListCommand::GetCurrentState; r=jfrancis; sr=kin; ceckin in on behalf of Dan McGuirk
2002-05-20 10:48:31 +00:00
sspitzer%netscape.com
24df67f6ec
fix for blocker bug #145475 . plain text mail compose unusable.
...
regression caused by fix for #144955 .
thanks to ayn2@cornell.edu for the fix. r/sr=sspitzer
2002-05-18 22:41:48 +00:00
cmanske%netscape.com
85108ceb1f
Remove unnecessary utilities to enable/disable ui elements. fix by neil@parkwaycc.co.uk, b=144955, r=cmanske, sr=hewitt
2002-05-17 21:50:04 +00:00
cmanske%netscape.com
b552595e68
Finished 'Clone' method for copying JS objects, b=135834, r=akkana, sr=hewitt
2002-05-17 04:48:21 +00:00
cmanske%netscape.com
cd1daa76dc
Fixed list number style bug 131791, r=brade, sr=hewitt
2002-05-17 04:46:06 +00:00
cmanske%netscape.com
c66b1457cf
Remove unnecessary method AppendLabelAndValueToMenuList, b=144956, fix by neil@parkwaycc.co.uk, r=cmanske, sr=hewitt
2002-05-17 04:42:21 +00:00
cmanske%netscape.com
383b8918aa
Backing out changes to files accidentally checked in!
2002-05-17 03:39:21 +00:00
cmanske%netscape.com
baf7a78986
Fixed spell check bugs 142597 (dictionary names not localized, r=andreww, sr=hewitt) and 112732 (added accesskeys, r=neil@parkwaycc.co.uk, sr=hewitt) EdSpellCheck.xul EdSpellCheck.js EdDictionary.xul EdDictionary.js
2002-05-17 03:27:45 +00:00
jfrancis%netscape.com
fff516b305
fix for 144787: multiple breaks inserted on return. r=fm;sr=kin
2002-05-17 02:44:55 +00:00
rpotts%netscape.com
4d4116d281
bug #46856 (r=valeski, sr=darin). API Changes to nsIWebProgress/nsIWebProgressListener)
2002-05-16 20:57:37 +00:00
rbs%maths.uq.edu.au
3061f5321e
bring back the disappearing smilies, b=144556, r=brade, sr=jst
2002-05-16 19:19:44 +00:00
dougt%netscape.com
e96df2ad1b
Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756
2002-05-15 18:55:21 +00:00
akkana%netscape.com
89b708ad78
71726: fix validation url for the http case
2002-05-14 23:18:11 +00:00
jfrancis%netscape.com
6332eedbe8
fix for 108035: making a list out of several divs gave bad results sr=kin r=brade
2002-05-14 00:35:57 +00:00
jfrancis%netscape.com
29d4247a60
fix for 112167: pasting list items cal leave selection between items. Also allows you to type after pasted link without being in link. sr=kin r=fm
2002-05-14 00:05:37 +00:00
nhotta%netscape.com
b9ce27fb9d
Remove unused string for charset menu,
...
bug 140120, r=ftang, sr=alecf.
2002-05-08 18:38:37 +00:00
cmanske%netscape.com
b07b95c7b8
Fixed getting state of 'noshade' attribute in Horizontal Lind Dialog. b=142784, r=brade, sr=hewitt
2002-05-07 22:45:54 +00:00
glazman%netscape.com
4d9c036530
Composer was assigning an invalid value to nowrap attribute on table cells.
...
b=142442, r=brade, sr=kin
2002-05-07 08:34:34 +00:00
cmanske%netscape.com
c0b6f6c850
Fixed enter key handling in Publish Progress dialog. b=140962, r=brade, sr=hewitt
2002-05-05 23:07:27 +00:00
cmanske%netscape.com
56011d5e8f
Fixed previewing page in browser command in Composer, b=140959, r=brade, sr=kin
2002-05-03 23:23:55 +00:00
akkana%netscape.com
1e9f6c2088
139420: Allow replacing a string with a null string. r= (and parts of the patch contributed by) parish@ntlworld.com, sr=kin
2002-05-02 00:12:11 +00:00
cmanske%netscape.com
a48504ed41
Add accesskeys to spelling dialogs, b=112732, r=neil@parwaycc.co.uk, sr=hewitt
2002-05-01 23:05:29 +00:00
pinkerton%netscape.com
90a0a6cce0
don't register image/jpeg, it only gets in the way of other things we do
...
support. r=brade/sr=alecf. bug# 69566
2002-05-01 22:02:54 +00:00
cmanske%netscape.com
3e83b33fb5
Avoid duplicate sites when sitename changes, b=136413, r=akkana, sr=hewitt
2002-05-01 14:50:23 +00:00
cmanske%netscape.com
3d594e10eb
Clone objects to create temp variable, b=135834, sr=hewitt
2002-05-01 14:50:10 +00:00