kipp%netscape.com
aae6798a39
Init text-transformer during module setup to save cycles (bug 7455)
1999-10-19 23:01:23 +00:00
amusil%netscape.com
77e05ac57e
Fixed bug in editing anonymous attributes in database. Now all attributes get modified instead
...
of only the first.
1999-10-19 22:46:29 +00:00
tbogard%aol.net
d7d84c1af9
More documentation and clean-up of the interfaces.
1999-10-19 22:40:28 +00:00
tbogard%aol.net
cbe7eed103
Added some documentation.
1999-10-19 22:39:57 +00:00
nisheeth%netscape.com
339ab7725c
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
6306442cc5
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
d5f703c051
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
906426ca6e
Fixed warnings. r=pam nunn
1999-10-19 22:28:38 +00:00
nisheeth%netscape.com
f485a1ad04
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
19dc10dde0
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
249ba90383
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
02e67cf46b
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
fb98a16d93
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
bd88e47084
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
9903fdab4a
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
499713f584
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
32b276b7f4
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
dbdfd70767
Remove references to unsupported JVM_ calls. Needed for bug 16577.
...
r=shaver
1999-10-19 21:45:29 +00:00
dp%netscape.com
9874dc7ab6
Removing prototype of NS_NewDocumentElementFrame. r=evaughan
1999-10-19 21:40:54 +00:00
locka%iol.ie
dffca67ca3
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
28353ad9de
Ooops, last night removing one warning uncovered another. r=gimpy
1999-10-19 21:34:21 +00:00
terry%mozilla.org
a47dfff5c5
Need to value_quote() things that go into VALUE attributes in HTML.
1999-10-19 21:27:41 +00:00
endico%mozilla.org
282b877aaa
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
9eb780e6a2
fix nsImapProtocol leaks r=mscott, no bug #
1999-10-19 21:24:31 +00:00
pierre%netscape.com
47793978b5
added stopwatch.cpp to the mac build for nisheeth
1999-10-19 21:12:14 +00:00
slamm%netscape.com
734c9ee3f1
Handle clicks properly. Fix for 14857 and 11986. r=rjc
1999-10-19 21:11:39 +00:00
cathleen%netscape.com
1e02470141
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
f578335319
r=norris
...
Delayed functionDef from creating property until after the body parses
succesfully.
1999-10-19 21:07:45 +00:00
mscott%netscape.com
77d1ba1011
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
aa9c2e26ed
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
04c6e5203e
updating status
1999-10-19 21:03:33 +00:00
cathleen%netscape.com
a8e55f404a
*** empty log message ***
1999-10-19 21:02:43 +00:00
mscott%netscape.com
f532a4df32
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
2984744b8a
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
518c4dcade
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
07fe097926
CheckListBox supports descriptions (bug #4884 )
1999-10-19 20:30:18 +00:00
norris%netscape.com
4f0537b0f7
7261 Connect XPConnect visibility filter to query principals
...
Reviewed by mstoltz.
1999-10-19 20:28:24 +00:00
rods%netscape.com
4c51b590ad
cleaned up warning, result hidding another, r=kmcclusk, (no bug)
1999-10-19 19:59:06 +00:00
rods%netscape.com
62c0f338c7
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
55cea5cd58
removed comma after last enum, warning clean up, r=kmcclusk (no bug)
1999-10-19 19:56:35 +00:00
varada%netscape.com
8f0f4e0124
setting focus in edit boxes in dialog boxeson init
1999-10-19 19:53:40 +00:00
beard%netscape.com
b6ea694308
for JBindery runner, added System.exit()
1999-10-19 19:43:31 +00:00
rpotts%netscape.com
d8d872c4b0
bug #15560 . Changed the LoadGroup to fire notifications via PLEvents to stop reenterency.
1999-10-19 19:42:55 +00:00
terry%mozilla.org
f79dd6cea9
Fixed perl warning.
1999-10-19 19:42:49 +00:00
rpotts%netscape.com
6fc67ef4bc
bug #15560 . Changed the LoadGroup to fire notifications via PLEvents to stop reenterency.
1999-10-19 19:36:07 +00:00
danm%netscape.com
a07781e709
added CreateFromIThread. r:valeski@netscape.com
1999-10-19 19:18:27 +00:00
troy%netscape.com
2b99b1cbdc
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
56c77f5731
Updated to include new registry entries
1999-10-19 19:06:31 +00:00
selmer%netscape.com
078a794faf
Removing Recede...
1999-10-19 19:06:29 +00:00
selmer%netscape.com
a368bc69ea
Putting button names back
1999-10-19 19:04:11 +00:00