Commit Graph

1445 Commits

Author SHA1 Message Date
kipp%netscape.com
1a214a02c5 Eliminate compiler warnings 1999-09-25 19:59:42 +00:00
kipp%netscape.com
1869755fe5 tidy 1999-09-25 19:59:10 +00:00
kipp%netscape.com
7accb6a9ba Added IL_FlushCache 1999-09-25 19:59:01 +00:00
kipp%netscape.com
35d223aae2 removed 1999-09-25 19:58:46 +00:00
kipp%netscape.com
5b384e16a6 Removed obsolete file from the build 1999-09-25 19:58:39 +00:00
briano%netscape.com
56428f49d2 SunOS4-specific fix. If SUNOS4 is defined, we need to include unistd.h for SEEK_SET and friends. 1999-09-25 02:49:00 +00:00
pnunn%netscape.com
d3f8fe772d fix for bug #13048. Patch contributed by Adam Moss and BeanySly. 1999-09-24 23:20:21 +00:00
briano%netscape.com
992f78498b Added a newline to the end of the file. Fix for Unix native compiler builds. 1999-09-24 21:47:16 +00:00
nisheeth%netscape.com
c86c300246 a=chofmann, all changes are within an ifdef and are not being built by default
- Add ifdefs around the contents of the header file so that it doesn't get included multiple times.
- Change RAPTOR_STOPWATCH_TRACE macro to use a printf rather than NSPR logs until I figure out why the log isn't working.
1999-09-24 19:30:54 +00:00
nisheeth%netscape.com
5632c588a9 a=chofmann. Add NSPR logging facilities to the stopwatch code. Make Print() dump stopwatch info to the NSPR log. Set NSPR_LOG_MODULES=gecko_timing:1 in your environment to get timing logs printed to the file specified in the NSPR_LOG_FILE environment variable. 1999-09-24 08:39:43 +00:00
pnunn%netscape.com
7dfde1775f Code check in for lennox@cs.columbia.edu for bug#6323. Fix for bsd folks.
r:dp,pnunn a:leaf
1999-09-23 19:19:07 +00:00
colin%theblakes.com
5707d62dfc comment in #endif was missing comment delimiters 1999-09-22 23:39:30 +00:00
dveditz%netscape.com
8574f6cb8b Turning buffered registry i/o back on, bugs 14306,11203 1999-09-22 07:53:15 +00:00
dveditz%netscape.com
16b974b648 Bugfix 7928 1999-09-22 07:49:22 +00:00
shaver%netscape.com
b42e435cb0 add componentType to nsIModule::RegisterSelf 1999-09-22 03:18:27 +00:00
alecf%netscape.com
4a1944ee0d we don't need xplib.lib anymore 1999-09-21 22:24:04 +00:00
alecf%netscape.com
6c6a2d1877 don't need xplib anymore 1999-09-21 22:22:39 +00:00
neeti%netscape.com
3abee225ec read user.js on startup after prefs.js is read. #12423 1999-09-21 18:59:41 +00:00
waterson%netscape.com
06b78978e9 Fix backwards return values on nsIEnumerator::IsDone(). 1999-09-21 01:28:18 +00:00
av%netscape.com
a39abecf84 Workaround to make RealAudio plugin work 1999-09-21 00:07:20 +00:00
warren%netscape.com
0d13aa6282 fixed leaked service manager in nsPluginFactory 1999-09-20 20:53:06 +00:00
warren%netscape.com
cf2623c425 fixed leaked JVM manager service in oji 1999-09-20 20:53:01 +00:00
warren%netscape.com
1586ede91e freed gSavedLine in prefapi 1999-09-20 20:52:48 +00:00
nisheeth%netscape.com
d58a65a956 - Change bool to PRBool in Stopwatch::Start()
- Add the NS_TIMER_STYLE_RESOLUTION define to nsITimeRecorder.idl
1999-09-20 08:21:01 +00:00
dveditz%netscape.com
d235ccb522 backing out bufio changes until corruption fixed 1999-09-20 00:53:07 +00:00
beard%netscape.com
3bec7d3a15 Fixed a memory corrupting bug in PREF_copyTree. strtok would continue scanning off the end of the current string, modifying subsequent non-string blocks, if they contained a ';' before a '\0' byte. 1999-09-20 00:08:48 +00:00
beard%netscape.com
6085e98af3 scanning Plugins folder under the application now. 1999-09-18 22:40:36 +00:00
andreas.otte%primus-online.de
094c80303a NOT ON BUILD: Add loadgroup parameter 1999-09-18 09:08:56 +00:00
rpotts%netscape.com
5e3abb4bed Changed GetDocumentLoadGroup(...) to be XPCom complient. THis helps prevent leaks when using nsCOMPtrs. 1999-09-18 06:55:13 +00:00
dveditz%netscape.com
3857e06b0a make version registry code match main mozilla registry code 1999-09-18 01:23:59 +00:00
sfraser%netscape.com
6045b30c30 Fix for bug 14160 -- bad registry name. Don't assume that Mac Handles are nul terminated. 1999-09-18 01:14:50 +00:00
pnunn%netscape.com
e27c0601f9 fix for bugs #7622, #6525. pnunn. 1999-09-17 23:43:48 +00:00
dveditz%netscape.com
f2e6fbced2 fix Mac startup bustage 1999-09-17 23:42:47 +00:00
sfraser%netscape.com
8b085ecf53 First Checked In. 1999-09-17 23:29:19 +00:00
sfraser%netscape.com
f8a226db72 Remove .js files that are now exported by other MANIFEST files. 1999-09-17 23:28:42 +00:00
neeti%netscape.com
20aedd5817 moved *.js files from components to bin/defaults/pref 1999-09-17 23:27:15 +00:00
briano%netscape.com
155a80c6ac Cleaned it up again. 1999-09-17 21:09:17 +00:00
warren%netscape.com
dbb2a8fdac Squelched leak. 1999-09-17 21:02:34 +00:00
nisheeth%netscape.com
e1f3907c3c Fixing Unix build bustage... 1999-09-17 20:56:28 +00:00
nisheeth%netscape.com
4f31b00da6 Adding a new interface, nsITimeRecorder, used for adding timing hooks to raptor. The interface exposes methods to start/stop/reset timers and print elapsed time. 1999-09-17 20:30:23 +00:00
briano%netscape.com
3086b53626 Replaced the C++ comments with C comments, since this is a C file after all.... 1999-09-17 20:13:53 +00:00
dveditz%netscape.com
626252cc1e reverting registry changes for Unix, a=leaf, r=ramiro 1999-09-17 17:44:41 +00:00
valeski%netscape.com
9940aa8e82 NOT IN BUILD - adding boilerplate for jar protocol handler 1999-09-17 16:12:41 +00:00
sspitzer%netscape.com
4124e80e74 fix crash when launching mail 1999-09-17 09:46:58 +00:00
alecf%netscape.com
4e56d39a03 remove assertions (and put comments for future NS_ASSERTIONs for when I finally change this to a C++ file)
fixes #13734
1999-09-17 07:35:34 +00:00
dveditz%netscape.com
3509f48fd2 match buffered i/o registry change in XP_MAC section 1999-09-17 07:00:55 +00:00
sfraser%netscape.com
5c1bece163 Added file for dveditz, set up prefix files. 1999-09-17 06:56:45 +00:00
sfraser%netscape.com
29679733c0 First Checked In. 1999-09-17 06:56:23 +00:00
dveditz%netscape.com
8fc87395a0 more trying to get nr_bufio to work on a mac 1999-09-17 06:35:32 +00:00
dveditz%netscape.com
418d0fb8e1 fixing mac path sadness with new nr_bufio stuff 1999-09-17 06:13:38 +00:00