bryner%netscape.com
3da502e553
Remove all necko references to dbm - it's no longer needed for anything (part of bug 175741). r=bbaetz,sr=darin, a=roc.
2002-10-30 09:09:49 +00:00
seawood%netscape.com
57e08a3f3a
Define WIN32_LEAN_AND_MEAN globally for win32 builds.
...
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #172898 r=cls a=asa
2002-10-17 06:47:01 +00:00
darin%netscape.com
c8c13bf0a8
fixes bug 172963 "remove dead mime code" r=dougt sr=alecf
2002-10-08 21:31:54 +00:00
sfraser%netscape.com
09ee14b911
Landing fix for bug 164924 on the trunk -- don't use the build-in BinHex decoder on Mac or Mac OS X, and build the nsAppleFileDecoder on Mac OS X. r=sdagley, sr=darin
2002-10-08 03:12:32 +00:00
darin%netscape.com
7f1956b180
fixes bug 157135 "nsIFileURL need to be frozen" r=dougt sr=bzbarsky
2002-10-06 02:20:35 +00:00
nhotta%netscape.com
3a31c30b0d
Adding empty IDN implementation to make actual implementation done easily,
...
bug 112979, r=shanjian, sr=darin.
2002-09-26 23:30:18 +00:00
alecf%netscape.com
8872bc9ac4
fix for bug 115217
...
merge cache dll into main necko dll for a minor startup improvement
r=dougt, sr=darin
2002-09-19 18:29:56 +00:00
darin%netscape.com
d47b2f5e65
fixes bug 166792 "move nsIIOService::GetURLSpecFromFile, etc. to
...
nsIFileProtocolHandler" r=dougt sr=alecf
2002-09-13 19:32:45 +00:00
darin%netscape.com
57b4ecf2a6
fixes bug 166498 "nsHTTPChunkConv should be cvs removed" r=dougt sr=bzbarsky
2002-09-11 04:14:37 +00:00
bzbarsky%mit.edu
7f484ee985
Allow view-source to handle arbitrary content (as text-plain, in the
...
worst case). Bug 77337, r=jst, sr=darin
2002-09-03 22:10:08 +00:00
dougt%netscape.com
c7a5ce8c32
Fixes 95590 FTP: SYST limitations. Intergrates Cyrus Patel LIST Parser. r=dougt, sr=darin@Netscape.com.
2002-08-29 03:13:18 +00:00
bzbarsky%mit.edu
d9ea7f8f8f
Bug 119321 and bug 80106. Create a generic nsIUnicharStreamLoader that
...
makes two callbacks -- one to determine the charset and one to provide
an nsIUnicharInputStream. Use this in the CSSLoader instead of
allocating a single big buffer for the sheet. Clean up the way we look
for the @charset charset in the sheet data.
r=rpotts for netwerk/, r=peterv for content/, r=smontagu for intl/,
sr=darin for the whole thing.
2002-08-27 23:47:25 +00:00
darin%netscape.com
4a4eb11602
fixes bug 113206 "fix default port selection of nsHttpHandler::NewURI"
...
r=dougt sr=alecf
2002-08-13 20:33:45 +00:00
seawood%netscape.com
322da773fb
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
leaf%mozilla.org
fdcde43318
backout darin's checkin from around noon yesterday to remove the regression
...
in 161921
2002-08-09 23:46:19 +00:00
darin%netscape.com
45e59826d8
changes to nsIIOService in preparation for freezing, b=157131
...
r=dougt sr=alecf
2002-08-08 19:08:59 +00:00
bryner%netscape.com
caa52be426
Remove obsolete _IMPL_NS_NET and NS_NET defines (bug 159887). r=cls, sr=bzbarsky, a=asa.
2002-07-30 02:25:08 +00:00
dp%netscape.com
bd5ecc9f2b
bug 144884 Necko buffer cache. r=rjc, sr=darin
2002-07-02 18:15:19 +00:00
bzbarsky%mit.edu
c4b161c668
make view-source work on sites sending no content-type header. Bug
...
86835, r=bbaetz, sr=rpotts
2002-05-15 20:09:07 +00:00
darin%netscape.com
b4b75daa66
cleaning up documentation, marking some interfaces frozen, and splitting
...
up some interfaces into separate IDL files (b=124465)
reviewed by dougt and bbaetz
2002-05-03 07:49:43 +00:00
cbiesinger%web.de
1bdeb5c9c7
fixing bustage
2002-02-27 12:57:59 +00:00
cbiesinger%web.de
e68b8c87ec
bug 127252 r=gagan sr=darin a=asa
...
about:config should use redirector
2002-02-27 11:54:35 +00:00
jkeiser%netscape.com
f495d0cc2a
Form submission performance / maintability improvements (bug 120682) r=alexsavulov,r=sicking,sr=jst
2002-02-16 01:19:24 +00:00
bbaetz%student.usyd.edu.au
dc31ade623
Bug 107552 - backend for resuming ftp downloads
...
r=dougt, sr=darin, mac build patches by zach
2002-02-14 03:10:19 +00:00
sfraser%netscape.com
d133d4956f
Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
2002-01-30 21:14:20 +00:00
rpotts%netscape.com
b7ac62d47e
bug #120590 (r=mscott@netscape.com, sr=darin@netscape.com). HTTP was using the wrong mime handler...
2002-01-27 06:03:39 +00:00
sspitzer%netscape.com
11c636a95c
fix for #118876 . fix xml error when printing addressbook cards with < & or >.
...
use the txt to html converter to turn those into entities.
r=bienvenu,sr=mscott
2002-01-11 00:07:45 +00:00
timeless%mac.com
61a97fd94a
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
...
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
seawood%netscape.com
e0b30fe3a4
Forgot to add EXTRA_DSO_LIBS to link list for libnecko. Should fix some of the orange tinderboxes.
...
Bug 115890 a=dougt
2001-12-18 22:19:21 +00:00
seawood%netscape.com
45bfbf0658
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
jaggernaut%netscape.com
ee12112b29
Remove timer from REQUIRES, the makefile.win edition
2001-12-16 18:08:20 +00:00
jaggernaut%netscape.com
4f507b8511
Remove timer from REQUIRES. r=pavlov
2001-12-16 17:02:31 +00:00
seawood%netscape.com
51fa852613
Make OS/2 use the win32 build changes and finish LIB_PREFIX substitution.
...
Thanks to Javier Pedemonte (pedemont@us.ibm.com ) for the patch.
Bug #58981 r=cls
2001-12-14 23:49:04 +00:00
darin%netscape.com
74d47a6f68
fixes bug 97833 "http should periodically prune it's idle connection list of
...
dead connections"
patch=badami@netscape.com
r=dougt@netscape.com
sr=darin@netscape.com
2001-12-07 01:40:18 +00:00
darin%netscape.com
2a28f8600a
netwerk/build changes for bug 15860 "digest auth" r=dougt, sr=rpotts
2001-12-05 01:09:38 +00:00
darin%netscape.com
36a44ba4ac
landing standard url rewrite (bug 103916)
...
r=andreas.otte@debitel.net , sr=brendan,alecf
2001-11-16 02:09:13 +00:00
dbaron%fas.harvard.edu
8cd8d91750
Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052
2001-11-07 06:24:10 +00:00
alecf%netscape.com
8b0ceb8c3c
final makefile.win changes for bug 100214, just adding some REQUIRES to be used soon
2001-10-26 03:18:09 +00:00
alecf%netscape.com
c8469b7ac5
bug 100214 - add libunicharutil_s to all unix projects that require it, r=cls
2001-10-22 20:44:02 +00:00
darin%netscape.com
d8ee6b5e0f
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
bbaetz%cs.mcgill.ca
f7b29a552d
Bug 78148. Reorg directory viewer backend to allow file and gopher to use
...
the html view as well. (This is currently disabled for file because of
i18n issues)
Should also fix dirviewer bugs 38014, 68651, 72724, 78474, and part
of 83881.
r/sr=darin, dougt
2001-10-03 00:43:30 +00:00
akkana%netscape.com
4ccf4d7c00
97677: Check whether a link exists. r=cmanske,sr=darinf
2001-10-03 00:40:10 +00:00
gerv%gerv.net
4e12e44b2f
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
2001-09-28 20:14:13 +00:00
mkaply%us.ibm.com
122eebad59
#99503
...
r=dougt, sr=darinr
XP support for FTP to OS/2 servers
2001-09-20 14:16:14 +00:00
darin%netscape.com
f49b5b332c
fixes bug 99410 "further res protocol cleanup" r=dougt, sr=mscott
2001-09-20 01:32:16 +00:00
jaggernaut%netscape.com
d1a7bfa843
One module per line for REQUIRES. r=/sr=alecf
2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com
dc40187223
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
8bf5905937
add REQUIRES support to jpeg, sun-java, db, etc.. b=98371 r=cls
2001-09-10 20:48:38 +00:00
bnesse%netscape.com
db539cd196
Fix for bug 37592. Implement about:config. Checking in for chipc. r=darin, hewitt, mstoltz,srilatha. sr=waterson. a=brendan.
2001-09-01 06:01:25 +00:00
cls%seawood.org
94fe7404df
Update REQUIRES so that we do not accidentally build using the system headers of jpeg,zlib,png,mng when we are supposed to be building using the Mozilla copies of these libraries.
...
Bug #97386 r=mcafee a=dbaron
2001-08-29 03:29:44 +00:00