seawood%netscape.com
874c54280c
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
mkaply%us.ibm.com
afc6966838
#84420
...
r=gordon
Forgot to remove a path that OS/2 and BeOS shouldn't go down - leaving code in but #if 0 per gordon
2001-12-04 15:05:03 +00:00
seawood%netscape.com
d8927fcc61
Rename 'install' build phase to 'libs'.
...
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
bnesse%netscape.com
5d3ba9e8a4
Fix for bug 103883. Add weak ref support for prefs observers to help reduce MLK cycles with preferences. r=ccarlen, darin, gordon, hewitt, mstoltz, srilatha, sspitzer. sr=alecf.
2001-10-22 20:54:48 +00:00
dougt%netscape.com
da7e1268bd
nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163
2001-10-19 20:52:59 +00:00
gordon%netscape.com
8fd04d5c29
Fix for bug 103991, removing obsolete IsAsciiString() function from nsHttpChannel and nsDnsService. r=nhotta, sr=darin.
2001-10-19 01:58:32 +00:00
darin%netscape.com
1443076688
code changes for bug 42898 "iDNS support"
...
patch=william.tan@i-dns.net r=gordon sr=darin,brendan a=asa
2001-10-05 07:50:21 +00:00
darin%netscape.com
0e57673953
fixes bug 42898 "iDNS support" (part 1: adding new IDL file)
...
patch=william.tan@i-dns.net r=gordon sr=darin,brendan a=asa
2001-10-05 07:25:24 +00:00
gerv%gerv.net
f385eb981a
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
2001-09-28 20:14:13 +00:00
jaggernaut%netscape.com
e25262c61f
One module per line for REQUIRES. r=/sr=alecf
2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com
3826eb9902
Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
2001-09-18 13:41:47 +00:00
alecf%netscape.com
fed01025f6
add REQUIRES support to jpeg, sun-java, db, etc.. b=98371 r=cls
2001-09-10 20:48:38 +00:00
mkaply%us.ibm.com
69a85557ce
#84420
...
r=mkaply for OS/2, r=r=VYA04230@nifty.com for BeOS, sr=darin
Code from gordon to make DNS on OS/2 and BeOS use the same paths as Unix
2001-06-26 21:33:04 +00:00
dbaron%fas.harvard.edu
fe3ee17bc8
Fix IRIX bustage by changing CRLFs from gordon's checkin to LFs.
2001-06-20 03:02:06 +00:00
gordon%netscape.com
a517b6ba58
Fix bug 86671 by initializing mDNSWindow member variable for XP_WIN.
...
r=neeti, sr=darin, a=asa.
2001-06-20 01:23:19 +00:00
cls%seawood.org
80f526179f
Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
...
Changes allow us to have a finer control over which parts of the tree are built with PIC. Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
gordon%netscape.com
f12ca53114
Fix for bug 85802 "Failed DNS lookup results in segfault". r=gagan, sr=brendan, a=asa.
2001-06-15 03:42:56 +00:00
gordon%netscape.com
2251ed1822
Fix for bug 84817 "nsDNSService::DequeueLookup - must call PR_WaitCondVar within while loop" and bug 85025 "DNS lookup stalls b/c failed requests are cached". r=wtc (84817), sr=darin, a=asa.
2001-06-13 23:33:24 +00:00
gordon%netscape.com
8ea5b734d1
Fix for bug 84531, "dns cache eviction count not always decremented". r=gagan, sr=darin, a=dbaron.
2001-06-08 04:54:07 +00:00
mkaply%us.ibm.com
e2d9af0e5f
senna REQUIRES bustage
2001-06-07 03:00:21 +00:00
mkaply%us.ibm.com
ff1def48eb
Oh come on people, you could at least make it a little less obvious that this code only works on Windows, Max, and Unix
2001-06-07 02:57:56 +00:00
darin%netscape.com
6bb6990e7b
Fixes windows startup hang. r=gordon
2001-06-07 00:19:40 +00:00
darin%netscape.com
96693de569
Fixes win32 bustage. r=gordon
2001-06-07 00:01:25 +00:00
gordon%netscape.com
7ba51bc5f7
Fix for bug 30917, Implement DNS caching. r=dougt, srs=darin, a=asa.
2001-06-06 23:25:39 +00:00
neeti%netscape.com
db0af255c2
fix for bug 78654 - netwerk must not print to console in opt builds.r=dougt, sr==darin.
2001-05-10 13:14:03 +00:00
darin%netscape.com
41efbc6217
Necko API changes, bug 74221. r=valeski, sr=rpotts.
2001-04-10 06:01:08 +00:00
cls%seawood.org
a5abdb5ab9
Add needed include for BeOS BONE builds.
...
Thanks to maz@albany.net (Matthew Zahorik) for the patch.
Bug #71681 r=darin
2001-03-31 06:23:49 +00:00
darin%netscape.com
774ae3fcfa
Fixes bug 72339. nsDNSService doesn't shutdown. r=gordon, sr=dougt
2001-03-28 21:18:51 +00:00
disttsc%bart.nl
6e48266508
Clean up REQUIRES lines. r=cls
2001-03-25 22:59:27 +00:00
gagan%netscape.com
fe326b96fd
Fix for bug 72831. r/sr=gagan,blizzard,darin,shaver
2001-03-23 02:19:37 +00:00
darin%netscape.com
618051ce63
Partially resolves bug 10733. XP_UNIX does not have an async DNS implementation. r=rpotts, sr=mscott.
2001-02-23 00:15:35 +00:00
disttsc%bart.nl
744785129a
Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls
2001-02-22 09:35:51 +00:00
mkaply%us.ibm.com
01c022f6f3
#56767
...
r/a=cls,leaf
Remove XP_PC - use XP_WIN or XP_OS2 explicitly
2000-11-29 23:28:04 +00:00
koehler%mythrium.com
c8b3cd9ba8
Fixing bug 58874, making network works under BeOS. r=valeski@netscape.com,
...
r=matt@hottub.org , sr=mscott@netscape.com
2000-11-22 01:06:29 +00:00
cls%seawood.org
8bd122b3d5
Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org
2000-11-20 07:16:06 +00:00
warren%netscape.com
4189314fdb
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
2000-10-28 22:17:53 +00:00
warren%netscape.com
4e1ac5ce9d
Removed extra 0 arg
2000-10-27 23:21:30 +00:00
warren%netscape.com
6e35f97e31
Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson
2000-10-27 22:43:51 +00:00
gordon%netscape.com
bc19f64518
Fix for Bug 41433 "Crash clicking offline icon in browser window" rtm++, r=gagan, sr=sfraser, a=jar. Protected calls to OTCloseProvider() so we only call it when mServiceRef is not null. Also set gNeedLateInitialization so we reallocate mServiceRef next time we're online and make a dns request.
2000-10-13 21:05:11 +00:00
gordon%netscape.com
4904504bcf
Fix bustage in optimized build for nsDnsService.cpp.
2000-10-09 23:41:19 +00:00
gordon%netscape.com
d1dac8e2c5
Fix for bug 49990 "Networking fails after sleep/wake cycle" on Mac. rtm+, r=pinkerton, sr =sfraser. Added support for provide will/has closed OT events.
2000-10-09 21:59:49 +00:00
akhil.arora%sun.com
0a8999955b
fixes for making auto proxies work again (phase1) b=53080 r=gagan@netscape.com a=brendan@mozilla.org
2000-09-27 02:03:43 +00:00
warren%netscape.com
64a99efec0
Bug 46864 - Embedding needs a name attribute on nsIRequest.
2000-08-21 08:23:54 +00:00
warren%netscape.com
4af572e4c1
Bug 46711. Removed nsAutoString travisty from nsStringKey. Introduced nsCStringKey. Made them both share the underlying string when possible. r=waterson
2000-08-10 06:19:37 +00:00
valeski%netscape.com
50423aeb67
removing extraneous static var and #includes
2000-08-01 23:23:44 +00:00
gagan%netscape.com
07f6d9fc02
Fix for bug 20145. Proxy Auto Config is now in. For more information check http://www.mozilla.org/docs/netlib/pac.html r=bryner,rjc.
2000-07-31 21:24:55 +00:00
gagan%netscape.com
8a64cb5198
Complete fix for bug 41433 (assert/crash in DNS for offline-online) We were not destroying the monitor in shutdown. r=bryner.
2000-07-15 01:47:30 +00:00
mscott%netscape.com
06609fbe61
Backing out gagan's check in as this causes linux to crash on exit which is turning all the linux
...
builds orange.
2000-07-14 06:27:54 +00:00
gagan%netscape.com
0a16affd68
Fix for bug 41433 (assert/crash in DNS for offline-online) We were not destroying the monitor in shutdown. r=bryner
2000-07-14 03:07:35 +00:00
warren%netscape.com
44783e9f87
Removed DNS_TIMING stuff from release builds. Bug 29534.
2000-06-23 08:01:54 +00:00