Граф коммитов

1504 Коммитов

Автор SHA1 Сообщение Дата
sspitzer%netscape.com 3ac84e0b8d fix for #16259, r=alecf. use the right line endings on the mac. now, instead of putting the LINEBREAK in every string, and then
writing every string to the stream, we do the line ending when we write to the stream.
1999-10-18 22:38:53 +00:00
shaver%netscape.com 74062e8f6c fix // comment in C file (r=brade) 1999-10-18 19:00:18 +00:00
dveditz%netscape.com 8410807e8a stopgap for mysterious Mac bustage 1999-10-18 12:58:58 +00:00
dveditz%netscape.com 7c53179282 generate unique regkeys (6986) 1999-10-18 12:06:19 +00:00
dveditz%netscape.com 16b4f0d5e6 hoping this fixes the mac bustage 1999-10-17 23:55:56 +00:00
shaver%netscape.com 9cc6546fbb fixing build by removing leftover #endif 1999-10-17 22:15:34 +00:00
dveditz%netscape.com 140516cd5f Added NR_RegFlush (14909, required for 16283/16600); warning cleanup (15626) r=shaver 1999-10-17 21:47:53 +00:00
dveditz%netscape.com 99d183d043 Added nsIRegistry::Flush (bug 16283, required for 16600), r=shaver 1999-10-17 21:45:53 +00:00
dveditz%netscape.com b56193b56d expose libreg ability to delete named values in nsIRegistry. Patch from
Jonas Utterstr�m <jonas.utterstrom@vittran.norrnod.se>, r=dveditz
1999-10-15 06:47:58 +00:00
beard%netscape.com 338240f088 fixing image decoder leak. bug=15380, r=pnunn 1999-10-13 00:41:43 +00:00
norris%netscape.com 83273d29bf Fix 7254 Implement DOM security
Reviewed by mstoltz@netscape.com
1999-10-12 22:55:25 +00:00
waterson%netscape.com bdfcaec321 Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur 1999-10-12 03:05:10 +00:00
evaughan%netscape.com f3a2112f38 Integrated Gfx scrollbars. 1999-10-12 00:16:06 +00:00
nisheeth%netscape.com ee6b5053d3 Changes not part of build. Added a debug trace macro that outputs to the console only when DEBUG_STOPWATCH is defined. 1999-10-11 23:30:45 +00:00
rpotts%netscape.com 9ced2151e2 Removed 2 *extra* calls to NS_RELEASE in failure cases... 1999-10-10 06:58:42 +00:00
warren%netscape.com bb32e6e730 Fixed refcounting problem and possible out-of-memory condition. r=kipp 1999-10-10 02:08:08 +00:00
dveditz%netscape.com ff01d5e8f4 Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz 1999-10-10 01:32:59 +00:00
edburns%acm.org f0cfc15500 Fix for http://bugzilla.mozilla.org/show_bug.cgi?id=15902
Approved by: edburns@acm.org
Reviewed by: edburns@acm.org
Authored by: idk@eng.sun.com
1999-10-09 01:34:29 +00:00
edburns%acm.org d1c91a8922 Fix for http://bugzilla.mozilla.org/show_bug.cgi?id=15607
Approved by: av@netscape.com
Reviewed by: av@netscape.com

/**

 * This method queries the prefs for proxy information.

 * It has been tested and is known to work in the following three cases

 * when no proxy host or port is specified

 * when only the proxy host is specified

 * when only the proxy port is specified

 * This method conforms to the return code specified in

 * http://developer.netscape.com/docs/manuals/proxy/adminnt/autoconf.htm#1020923

 * with the exception that multiple values are not implemented.

 */

NS_IMETHODIMP nsPluginHostImpl::FindProxyForURL(const char* url, char* *result)
1999-10-09 01:18:02 +00:00
nisheeth%netscape.com f0ef8df8d9 Not currently part of the build. Added a stack behind the save/restore timing macros. 1999-10-08 23:27:09 +00:00
warren%netscape.com 8c71c45537 Fixed AddRef/Release problems to eliminate negative refcounts in Bloaty. 1999-10-08 01:49:06 +00:00
norris%netscape.com b34db65450 Enable URI checks for web JavaScript.
Fixes bug 11462 "Need checks for setting URLs"
Reviewed by mstoltz.
1999-10-07 20:56:49 +00:00
neeti%netscape.com cf444aab7c Converted to use nsIModule to prepare for memory leaks fixing. Bug# 14034. r=dveditz 1999-10-07 03:39:36 +00:00
sfraser%netscape.com ca1c595f2b Fixed access paths to remove lib/xp, and mozilla/include. xp_regexp.h is now exported, and found in dist. r=sdagley 1999-10-06 01:19:58 +00:00
sfraser%netscape.com a6207d3925 Changed to export using the .exp file, to reduce link warnings. r=sdagley 1999-10-06 01:17:56 +00:00
sfraser%netscape.com c6bb3152d8 First Checked In. 1999-10-06 01:17:19 +00:00
alecf%netscape.com d2bf42255e add detection for broken mmap()/write() behavior
contributed by jim_nance@yahoo.com
r=alecf
1999-10-05 00:29:09 +00:00
beard%netscape.com 208d328010 changed from directly using "MSL ShLibRuntime.Lib" to using "NSLibraryStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:47:12 +00:00
beard%netscape.com 9eae33066d changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:46:23 +00:00
beard%netscape.com 01f6019676 changed from directly using "MSL ShLibRuntime.Lib" to using "NSLibraryStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:37:53 +00:00
beard%netscape.com 0a7a3c72b6 changed from directly using "MSL ShLibRuntime.Lib" to using "NSLibraryStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:23:01 +00:00
rjc%netscape.com 38e1d06d8d Bug # 14034: Convert to nsIModule to prepare for memory leak fixing. Review: dp@netscape.com 1999-10-02 00:48:02 +00:00
av%netscape.com 70e29c914b Fixing #13783 (garbage-pointer dereference) 1999-10-02 00:41:03 +00:00
av%netscape.com 623fb2e74d Fixing dereferencing null-pointer. Caused crash, #14496 1999-10-01 20:10:39 +00:00
dp%netscape.com 65d1fd6d5a Converting to nsIModule as a prelude to fixing memory leaks.
bug# 14034 r=neeti
1999-10-01 06:51:55 +00:00
beard%netscape.com a41984b3d2 removed spurious header file entries, r=kipp 1999-09-30 23:33:46 +00:00
kipp%netscape.com 8b4f6236b4 removed files: mozilla/modules/libimg/pngcom/nsPNGCallback.cpp 1999-09-30 21:24:48 +00:00
kipp%netscape.com 2a0e791b70 added files: mozilla/modules/libimg/pngcom/nsPNGModule.cpp 1999-09-30 21:24:01 +00:00
kipp%netscape.com 2dd97e16cb removed files: mozilla/modules/libimg/pngcom/nsPNGModule.cpp 1999-09-30 21:23:07 +00:00
kipp%netscape.com a8d7d25d5d Converted from components to modules 1999-09-30 21:22:48 +00:00
kipp%netscape.com c5af3f5d7f added files: mozilla/modules/libimg/jpgcom/nsJPGModule.cpp 1999-09-30 21:21:29 +00:00
kipp%netscape.com 73ac1e777b removed files: mozilla/modules/libimg/pngcom/nsPNGCallback.cpp 1999-09-30 21:19:18 +00:00
kipp%netscape.com 5a74f9d8f1 added files: mozilla/modules/libimg/pngcom/nsPNGModule.cpp 1999-09-30 21:18:45 +00:00
kipp%netscape.com c6755bdb81 More module work 1999-09-30 21:17:44 +00:00
kipp%netscape.com 8945b95dcc new 1999-09-30 01:53:31 +00:00
sfraser%netscape.com c4ba817155 Fixing use of obsolete types for shaver. 1999-09-29 02:54:18 +00:00
shaver%netscape.com f28337480b nsIRegistry scriptability and beginning of category support, r=dp,alecf,dveditz a=leaf,chofmann 1999-09-29 02:35:42 +00:00
mcafee%netscape.com 9f0d86a5b3 Default for network.proxy.type=3 is undefined, using 1, direct internet connection. r=akkana 1999-09-28 01:27:32 +00:00
sspitzer%netscape.com 37d3c7c600 got the logic backwards... 1999-09-28 01:20:48 +00:00
sspitzer%netscape.com 75af0e9ea8 fix crasher caused by calling ResetPrefs() more than once, which should be legal. 1999-09-28 01:08:03 +00:00