disttsc%bart.nl
3d2d80d536
Back out dougt's channel changes
2001-02-12 03:14:23 +00:00
dougt%netscape.com
1b9ca82439
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
...
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
The full details of the change on written up in the netlib newsgroup.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
kin%netscape.com
a907c4ffe0
Initial checkin of XPIDL'ized TransactionManager interfaces.
...
NOT PART OF THE BUILD YET!
2001-02-08 22:12:30 +00:00
brade%netscape.com
5ee3ad85eb
preventdefault on drag&drop over non-editable fields
2001-02-07 13:42:24 +00:00
jfrancis%netscape.com
dd6f59dd19
thank heavens i'm paranoid, or i wouldn't have found prob with ancient patch
2001-02-07 10:07:59 +00:00
jfrancis%netscape.com
51345bbfc9
bug 62235 All new data lost after deleting some text
bug 56880 backspace can delete entire contents of style node
bug 56168 Missing character after closing inline tag which spans lines
r=fm; sr=kin
2001-02-07 09:26:51 +00:00
jfrancis%netscape.com
b9c8fa8fba
bug 64152: unstyling styled text sometimes fails, r=sf; sr=kin
2001-02-07 09:24:21 +00:00
syd%netscape.com
8310ac89c1
Editor overlay smilie menus. r=syd, sr=sfraser, checking in for
...
anatoliya@netscape.com
2001-02-07 07:52:02 +00:00
mkaply%us.ibm.com
c65cc2480a
#67353
...
r=timeless,brade sr=sfraser
Cleanup image editor hotspot dialog
2001-02-07 05:58:09 +00:00
syd%netscape.com
029909790d
Smilie images, r=syd, sr=sfraser
2001-02-07 04:09:49 +00:00
syd%netscape.com
962a46fc22
Smilie menu css file, r=syd, sr=sfraser
2001-02-07 04:09:22 +00:00
anthonyd%netscape.com
e177704f0e
landing jfrancis fix for 67109 - Drag and drop to and from textfields is broken
...
sr=kin
r=anthonyd
2001-02-07 02:50:05 +00:00
cmanske%netscape.com
7df12411e1
Fix for menulist width bug 67396 by hewitt, r=cmanske, sr=sfraser
2001-02-06 23:50:04 +00:00
bryner%uiuc.edu
1f048b0080
Bug 67709 - assertions when typing in editor due to uninitialized return value. r=blake, dbaron. sr=brendan.
2001-02-06 02:55:06 +00:00
brade%netscape.com
075f53d3d8
caret method renamed to GetCaretCoordinates; r=kin; sr=sfraser
2001-02-05 15:44:38 +00:00
dbaron%fas.harvard.edu
fb225b8763
Convert correct usage of |nsCOMPtr<T>::operator&| to use |address_of| since the operator& will soon become private. b=59414 r=disttsc@bart.nl
2001-02-04 19:39:56 +00:00
cmanske%netscape.com
5b282dbb47
Fixed color picker buttons in dialogs, b=66417, r=blake, sr=sfraser
2001-02-02 00:14:43 +00:00
cmanske%netscape.com
82435e7f96
Fixed align menulist in Image properties dialog, b=66354, r=blake, sr=sfraser
2001-02-02 00:14:29 +00:00
kin%netscape.com
96a8f8234b
Fix for bug #67256 : ReplaceAll with WrapAround should stop replacing before passing initial caret position.
...
Fixed the off by +1 error GetCurrentBlockIndex() so it now returns the
correct block index. Modified DoFind() to compare mCurrentSelOffset and
mStartSelOffset to check if we are passing the initial caret position.
We now only call GetCurrentBlockIndex() if we are wrapping.
r=akkana@netscape.com sr=sfraser@netscape.com
2001-02-01 19:00:40 +00:00
jfrancis%netscape.com
335dd75242
bug 67241: regression from the mongo embedding landing. now the smarts (for adding extra br's at the end of blocks when you hit return) are turned back on for html editors. r=fm; sr=kin
2001-01-31 23:58:42 +00:00
akkana%netscape.com
19a79462ba
66718: fix a signed/unsigned problem. r=cmanske, sr=kin
2001-01-31 22:55:15 +00:00
valeski%netscape.com
6c882d4bc8
r=ccarlen, sr=rpotts. 65925. making editor progress listener support weak refs
2001-01-31 21:01:41 +00:00
blakeross%telocity.com
7643d2d739
Fix 66500 (plaintext editor case): paste is disabled for readonly textfields. r=timeless sr=sfraser
2001-01-31 02:50:16 +00:00
gagan%netscape.com
79713bc4c2
Optimization for scheme comparison of URIs. See bug 66577 for details. r=darin, sr=brendan@mozilla.org
2001-01-31 01:33:03 +00:00
mkaply%us.ibm.com
04152e6af4
#67044
...
smoketest blocker
2001-01-30 16:58:29 +00:00
brade%netscape.com
9449e16be0
fix typo; r=cmanske; sr=kin
2001-01-30 15:19:24 +00:00
mkaply%us.ibm.com
2650fd00d4
#60160
...
r=blake, sr=alecf
Remove Win32 specific code for system colors - make it XP using nsLookAndFeel
2001-01-30 04:41:49 +00:00
jfrancis%netscape.com
d863a1552c
fixing build bustage
2001-01-28 20:56:55 +00:00
jfrancis%netscape.com
fb60392b41
bug 66290: embedding work: refactor editor to allow smaller plaintext only library. Embedding clients may be interested inthis library if they want to embed a browser but not composer/mail-compose. Reduces library footprint for plaintext-only library by over 50% on all three platforms. r=fm; sr=kin
2001-01-28 20:13:07 +00:00
attinasi%netscape.com
6079447d19
Put link color: blue back in for composer. b=66578 r=beppe
2001-01-27 07:16:33 +00:00
sfraser%netscape.com
a4e38719fe
Work in progress on editor embedding, NOT PART OF THE BUILD.
2001-01-26 02:16:14 +00:00
akkana%netscape.com
9bb492fd88
64665: don't hardwire wrap width to 72. Also fix some warnings. r=jfrancis, sr=kin
2001-01-25 23:12:16 +00:00
blakeross%telocity.com
5ff07f6519
Fix 66500: paste is enabled for readonly textfields. r=timeless sr=sfraser
2001-01-25 21:36:51 +00:00
hewitt%netscape.com
91633148b4
65990 - composer color palette, r=cmanske, sr=sfraser
2001-01-25 19:56:55 +00:00
kin%netscape.com
9e5c66a52a
Fix for bug #6254 (Find/Replace needs to be implemented.)
First pass implementation of Find and Replace.
sr=sfraser@netscape.com r=ducarroz@netscape.com
New Files:
editor/txtsvc/macbuild/txtsvcIDL.mcp
editor/txtsvc/public/MANIFEST_IDL
editor/txtsvc/public/nsIFindAndReplace.idl
editor/txtsvc/src/nsFindAndReplace.cpp
editor/txtsvc/src/nsFindAndReplace.h
xpfe/components/find/resources/replacedialog.js
xpfe/components/find/resources/replacedialog.xul
xpfe/components/find/resources/locale/en-US/replacedialog.dtd
Modified Files:
build/mac/build_scripts/MozillaBuildList.pm
editor/base/nsEditorShell.cpp
editor/idl/nsIEditorShell.idl
editor/txtsvc/macbuild/txtsvc.mcp
editor/txtsvc/public/Makefile.in
editor/txtsvc/public/makefile.win
editor/txtsvc/public/MANIFEST
editor/txtsvc/src/Makefile.in
editor/txtsvc/src/makefile.win
editor/txtsvc/src/nsTextServicesFactory.cpp
editor/ui/composer/content/ComposerCommands.js
editor/ui/composer/content/editor.js
editor/ui/composer/content/editorOverlay.xul
editor/ui/composer/locale/en-US/editorOverlay.dtd
mailnews/compose/resources/content/messengercompose.xul
mailnews/compose/resources/content/MsgComposeCommands.js
mailnews/compose/resources/locale/en-US/messengercompose.dtd
xpfe/components/jar.mn
xpfe/components/find/public/nsIFindComponent.idl
xpfe/components/find/public/nsISearchContext.idl
xpfe/components/find/resources/makefile.win
xpfe/components/find/resources/MANIFEST
xpfe/components/find/resources/locale/en-US/MANIFEST
xpfe/components/find/src/nsFindComponent.cpp
xpfe/components/find/src/nsFindComponent.h
2001-01-23 21:55:31 +00:00
kin%netscape.com
4275b833c4
Fix for bug #6254 (Find/Replace needs to be implemented.)
...
First pass implementation of Find and Replace.
sr=sfraser@netscape.com r=ducarroz@netscape.com
New Files:
editor/txtsvc/macbuild/txtsvcIDL.mcp
editor/txtsvc/public/MANIFEST_IDL
editor/txtsvc/public/nsIFindAndReplace.idl
editor/txtsvc/src/nsFindAndReplace.cpp
editor/txtsvc/src/nsFindAndReplace.h
xpfe/components/find/resources/replacedialog.js
xpfe/components/find/resources/replacedialog.xul
xpfe/components/find/resources/locale/en-US/replacedialog.dtd
Modified Files:
build/mac/build_scripts/MozillaBuildList.pm
editor/base/nsEditorShell.cpp
editor/idl/nsIEditorShell.idl
editor/txtsvc/macbuild/txtsvc.mcp
editor/txtsvc/public/Makefile.in
editor/txtsvc/public/makefile.win
editor/txtsvc/public/MANIFEST
editor/txtsvc/src/Makefile.in
editor/txtsvc/src/makefile.win
editor/txtsvc/src/nsTextServicesFactory.cpp
editor/ui/composer/content/ComposerCommands.js
editor/ui/composer/content/editor.js
editor/ui/composer/content/editorOverlay.xul
editor/ui/composer/locale/en-US/editorOverlay.dtd
mailnews/compose/resources/content/messengercompose.xul
mailnews/compose/resources/content/MsgComposeCommands.js
mailnews/compose/resources/locale/en-US/messengercompose.dtd
xpfe/components/jar.mn
xpfe/components/find/public/nsIFindComponent.idl
xpfe/components/find/public/nsISearchContext.idl
xpfe/components/find/resources/makefile.win
xpfe/components/find/resources/MANIFEST
xpfe/components/find/resources/locale/en-US/MANIFEST
xpfe/components/find/src/nsFindComponent.cpp
xpfe/components/find/src/nsFindComponent.h
2001-01-23 21:55:04 +00:00
brade%netscape.com
0ba1822f4e
fix call to focus to have () and add var; sr=kin
2001-01-23 15:31:08 +00:00
cmanske%netscape.com
77ae89a6d9
Checkin for doronr@naboonline.com: bug 63971, r=cmanske, sr=sfraser
2001-01-19 02:34:04 +00:00
m_kato%ga2.so-net.ne.jp
dc83a95253
bug 65547, r=jag, sr=sfraser
...
delete unused line
2001-01-18 02:50:29 +00:00
cmanske%netscape.com
8bb00b9309
Fixed sidebar separator not hidden by default, b=65774, r=mjudge, sr=sfraser
2001-01-18 01:22:43 +00:00
kin%netscape.com
1091ddb143
Initial checkin of project.
Part of fix for bug #6254 (Find/Replace needs to be implemented)
sr=sfraser@netscape.com
Not part of the build yet.
2001-01-18 01:07:01 +00:00
cmanske%netscape.com
4dd49c277c
Remove JS warnings, b=57649,r=timeless, sr=kin. Fix to 50328 (bring up Cell properties when caret is in cell) by hwaara@chello.se, r=cmanske, sr=kin
2001-01-18 00:59:18 +00:00
blakeross%telocity.com
36f2c20b6e
Fix 59327: hwaara's patch to add an assertion. r=jag sr=blizzard
2001-01-17 20:01:11 +00:00
blakeross%telocity.com
4085bd987d
Fix 60667: JS strict warnings in pref-composer.xul. patch by Mark Olson. r=blake sr=alecf
2001-01-16 23:53:27 +00:00
cmanske%netscape.com
a857fc568d
Fix Save enabling in HTML source (b=61996). Part of fix for Composer file menu overlays, b=54584, r=mjudge, sr=smfr
2001-01-16 23:12:22 +00:00
cmanske%netscape.com
050956738a
Part of fix for Composer file menu overlays, b=54584, r=ducarroz, sr=smfr
2001-01-16 23:02:32 +00:00
cmanske%netscape.com
a0a3f20731
Fixing Edit Page bug 65610. r=blake, sr=smfr
2001-01-16 21:57:07 +00:00
cmanske%netscape.com
708d52fab8
Added notes for localization of string in editor.properties. r=timeless, sr=sfraser
2001-01-12 22:44:31 +00:00
cmanske%netscape.com
b13119af74
Show underline for links in editor, b=63528, r=mjudge, sr=sfraser
2001-01-12 22:32:44 +00:00
cmanske%netscape.com
f46626eb26
Fixed bug 64920, can't insert image. r=mjudge, sr=kin
2001-01-12 20:03:57 +00:00