tbogard%aol.net
41c7a79b5a
More documentation and clean-up of the interfaces.
1999-10-19 22:40:28 +00:00
tbogard%aol.net
a8960814f8
Added some documentation.
1999-10-19 22:39:57 +00:00
nisheeth%netscape.com
09b7bc5314
Checkin does not affect build. If MOZ_PERF is set to 1 define the compiler define MOZ_PERF_METRICS for the windows build.
1999-10-19 22:37:53 +00:00
valeski%netscape.com
42fee2aeb2
14659, r=gagan&warren&dougt
...
Misc. FTP changes:
*increased FTP buffer read/write size from 4k to 8k.
*removed un-needed (for now) SetPASV() for FTP connection thread
*string optimizations
*FTP Connection thread now uses the NS_IMPL_ISUPPORTS4 macro for addref, rel, and QI methods.
*connection cache key api consolidation (Get()/Remove() combo turned into Remove(key)).
Authentication dialog changes:
*Authentication dialog now includes host name the user is trying to connect to.
nsIRequest support:
*FTP Connection thread now maintains a member variable pointing to it's event queue. It also pumps the event queue in the main loop.
*FTP Connection thread now implemented the nsIRequest interface (never called directly; only via the nsFTPChannel api)
*FTP Channel now uses an xpcom proxy object to make the nsIRequest api calls on the FTP Connection thread.
FTP protocol interpretation changes:
*FTP now handles servers that send multi-line greetings in the first Read() (we blocked indefinately before)
*FTP now parses the parent working directory properly (used to always treat it as '/')
1999-10-19 22:37:47 +00:00
dougt%netscape.com
fd24e9df56
Fix for bug 16818. xpcom proxy does not handle classes with two or more
...
interfaces correctly. What happens is the real object is addref
incorrectly and will never be deleted.
r=jud
1999-10-19 22:35:54 +00:00
dp%netscape.com
cd3aff8be9
Fixed warnings. r=pam nunn
1999-10-19 22:28:38 +00:00
nisheeth%netscape.com
ef75c33b3c
Changes should not affect the build. Renaming the RAPTOR_PERF_METRICS ifdef to MOZ_PERF_METRICS.
1999-10-19 22:27:20 +00:00
dp%netscape.com
bbb8c21318
Converting implementations of QueryInterface() to the std one. This
...
fixes bugs in the previous implementation that caused unbalanced
refcounts and premature releases. Thanks for rpotts for the heads
up. r=pam nunn
1999-10-19 22:27:08 +00:00
cathleen%netscape.com
1058959404
add txmgr.xpt to core list, like the rest of the editor files.
...
also removed a couple of obsolete files from the list
1999-10-19 22:03:29 +00:00
pnunn%netscape.com
4d331ca1b1
clean up associated with bug#15817, gif decoder. r: dp@netscape.com.
...
Removing obsolete file.
1999-10-19 22:02:49 +00:00
warren%netscape.com
371d859b18
Added 'PageCycler' code so that we can iterate through URL loads (by calling mozilla.exe -f <file-of-urls>). We need this for adding bloat/leaks info to tinderbox. r=law
1999-10-19 22:01:28 +00:00
danm%netscape.com
2849f7a812
retire event queues even on Windows when they're no longer used. part of bug 15856. r:hyatt@netscape.com
1999-10-19 22:00:12 +00:00
rods%netscape.com
a915909a72
The code that checked to see whether it should explicitly set focus on the gfx's containing widget
...
now uget the new focused content's frame instead of using the mCurrentTarget. The mCurrentTarget
is correct for a mouse down but incorrect for a "tab". This is because the mCurrentTarget points at
the currently focused content for a tab event, instead of the new content.
r=joki, bug 11162
1999-10-19 21:57:43 +00:00
pnunn%netscape.com
caab8220a0
bug# 16785. r: dp, valeski, neeti. Send mimetype info from channel to imglib.
...
If no decoder, sniff data stream for mime info.
1999-10-19 21:49:20 +00:00
alla%lysator.liu.se
9436a61696
Update the GtkMozilla widget so it works. Also updated the streaming interface
...
so that it works with Necko. Small cleanups.
Fixes 16576 and 14975. r=shaver
1999-10-19 21:46:33 +00:00
norris%netscape.com
24633793d5
Remove references to unsupported JVM_ calls. Needed for bug 16577.
...
r=shaver
1999-10-19 21:45:29 +00:00
dp%netscape.com
23d1ad11a9
Removing prototype of NS_NewDocumentElementFrame. r=evaughan
1999-10-19 21:40:54 +00:00
locka%iol.ie
f96f1cbb98
Implemented ShowContextMenu so that CBrowse can display custom popup menus in response to right mouse clicks
1999-10-19 21:39:42 +00:00
tbogard%aol.net
8be27000b1
Ooops, last night removing one warning uncovered another. r=gimpy
1999-10-19 21:34:21 +00:00
terry%mozilla.org
527fe98dd2
Need to value_quote() things that go into VALUE attributes in HTML.
1999-10-19 21:27:41 +00:00
endico%mozilla.org
de3d16bcdb
align "edit products" at the top so its not lost 3 screens down in the products list.
1999-10-19 21:26:39 +00:00
bienvenu%netscape.com
300bf03a34
fix nsImapProtocol leaks r=mscott, no bug #
1999-10-19 21:24:31 +00:00
pierre%netscape.com
125f619c29
added stopwatch.cpp to the mac build for nisheeth
1999-10-19 21:12:14 +00:00
slamm%netscape.com
b95ce6697b
Handle clicks properly. Fix for 14857 and 11986. r=rjc
1999-10-19 21:11:39 +00:00
cathleen%netscape.com
70d12bee41
additional cleanup, and previous checked in added wallet chrome files, partial fix for bug 15220
1999-10-19 21:09:04 +00:00
rogerl%netscape.com
ff8324352d
r=norris
...
Delayed functionDef from creating property until after the body parses
succesfully.
1999-10-19 21:07:45 +00:00
mscott%netscape.com
5f382fd393
no bug number. I found that we were making an extra copy of the message body before writing it to the stream.
...
I was able to fix this by using a nsCString instead of an nsString for the message body. Also, audited the file
to use nsCAutoString instead of nsString to save some extra copying. Used NS_WITH_SERVICE macros for componenet
mananager and register service. Added some com ptr useage too.
r=rhp
1999-10-19 21:06:42 +00:00
rogerl%netscape.com
1beeb9a9fa
r=norris
...
Fixed bug #12951 - var if for..in statement should always be of type
string.
1999-10-19 21:06:03 +00:00
neeti%netscape.com
8224322094
updating status
1999-10-19 21:03:33 +00:00
cathleen%netscape.com
6c91eecc9f
*** empty log message ***
1999-10-19 21:02:43 +00:00
mscott%netscape.com
100a8c5c7a
Bug #16538 --> pass the emitter into NS_NewPipe as a pipe observer.
...
r=jefft
1999-10-19 21:02:27 +00:00
mscott%netscape.com
ff6b60bd82
Bug #16538 --> the emitter now supports nsIPipeObserver and we'll now flush our output stream when we are told
...
it is full. This fixes the problem where large attachements were truncated at 32K.
r=jefft
1999-10-19 21:01:54 +00:00
Jerry.Kirk%Nexwarecorp.com
0641cceb0c
Fixes to correct lots of extra drawing because of incorrectly clipped regions
...
Bug #16698 r=kedl
1999-10-19 20:50:17 +00:00
selmer%netscape.com
2c5fcd4eb1
CheckListBox supports descriptions (bug #4884 )
1999-10-19 20:30:18 +00:00
norris%netscape.com
ac9a073c8b
7261 Connect XPConnect visibility filter to query principals
...
Reviewed by mstoltz.
1999-10-19 20:28:24 +00:00
rods%netscape.com
8874e3db0c
cleaned up warning, result hidding another, r=kmcclusk, (no bug)
1999-10-19 19:59:06 +00:00
rods%netscape.com
634a39119e
fixed several warning and fixed setting the wrap property enum to off r=kmcclusk, bug 16770
1999-10-19 19:58:07 +00:00
rods%netscape.com
b8cbe4bec7
removed comma after last enum, warning clean up, r=kmcclusk (no bug)
1999-10-19 19:56:35 +00:00
varada%netscape.com
6f7cd6ca1e
setting focus in edit boxes in dialog boxeson init
1999-10-19 19:53:40 +00:00
beard%netscape.com
ab04358b03
for JBindery runner, added System.exit()
1999-10-19 19:43:31 +00:00
rpotts%netscape.com
08c8e88004
bug #15560 . Changed the LoadGroup to fire notifications via PLEvents to stop reenterency.
1999-10-19 19:42:55 +00:00
terry%mozilla.org
5acadfe0b9
Fixed perl warning.
1999-10-19 19:42:49 +00:00
rpotts%netscape.com
5d9dde0e60
bug #15560 . Changed the LoadGroup to fire notifications via PLEvents to stop reenterency.
1999-10-19 19:36:07 +00:00
danm%netscape.com
7fc86226d9
added CreateFromIThread. r:valeski@netscape.com
1999-10-19 19:18:27 +00:00
troy%netscape.com
8ed2cc1d26
b=16781, r=vidur@netscape.com
...
Re-ordered destructor to delete maps after destroying the frame hierarchy
1999-10-19 19:06:37 +00:00
locka%iol.ie
c041069a12
Updated to include new registry entries
1999-10-19 19:06:31 +00:00
selmer%netscape.com
d9ca4e3f07
Removing Recede...
1999-10-19 19:06:29 +00:00
selmer%netscape.com
7fde75cbd9
Putting button names back
1999-10-19 19:04:11 +00:00
shaver%netscape.com
4543b5f224
corrected assembly, from Ulrich Drepper <drepper@cygnus.com> (16612, r=shaver)
1999-10-19 19:03:01 +00:00
pollmann%netscape.com
312e7468d9
Bug 16725: Enable align attribute for iframe; r=harishd
1999-10-19 19:01:49 +00:00