scc%mozilla.org
6860a0a739
bug #75504 ; sr=jband. simple fixes correcting where people inappropriately applied |getter_AddRefs|
2001-05-03 10:09:59 +00:00
gordon%netscape.com
e9bb24af9b
Fix for bug 77844 "nsAboutProtocolHandler needs to look for anchor tags", sr = darin.
2001-05-03 02:36:45 +00:00
gordon%netscape.com
56d6866699
Fix for bug 76661, "Recursive attempt to lock cache entry". r=dougt, sr=darin.
2001-05-03 02:35:26 +00:00
ccarlen%netscape.com
4b073109ac
Bug 75993 - Make the checkvalue param on alertCheck,confirmCheck be in/out. r=valeski,sr=alecf
2001-05-02 14:47:09 +00:00
dougt%netscape.com
822b09027a
removing ^M
2001-05-02 00:17:16 +00:00
dougt%netscape.com
332429897f
Fixes 78279, 77939. r=gagan@netscape.com, sr=darin@netscape.com
2001-05-01 23:09:25 +00:00
thayes%netscape.com
5f52f29bcb
Bug 78124. r=javi/sr=scc. Change onclick for the security-button to call
...
the pageInfo window directly, opened to the security tab.
2001-05-01 22:20:10 +00:00
rpotts%netscape.com
896be6d1f1
deleted a block of code inside of a comment...
2001-04-30 22:58:17 +00:00
gordon%netscape.com
0471906e82
For bug 74668. Add cache device ID attribute to nsICacheEntryInfo interface,
...
and implementing classes. r=beard, sr=darin.
2001-04-30 01:18:34 +00:00
cls%seawood.org
d62bacf705
Remove unneeded LOST_SYM_LIBS defines.
2001-04-30 01:13:22 +00:00
bryner%uiuc.edu
dff466e307
Bug 75865 - HTTPS doesn't work through proxy.
...
http patch from darin, r=me, sr=rpotts.
psm patch from me, r=javi, sr=rpotts.
2001-04-29 19:42:38 +00:00
bienvenu%netscape.com
a7f9c2f068
add ability to reuse file transports r=dougt,sr=darin 74597
2001-04-29 14:57:31 +00:00
cls%seawood.org
00f28396a9
Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775
2001-04-28 19:48:12 +00:00
dbaron%fas.harvard.edu
7efdc67c03
Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding intl to REQUIRES.
2001-04-28 03:04:35 +00:00
dougt%netscape.com
b8df086dbe
i collided with string bundle changes. fixing build bustage. r=valeski@netscape.com, a=buildgods
2001-04-27 22:22:56 +00:00
dougt%netscape.com
19774f7f6c
fixes 77969. Adds PRE tag. r=dougt, sr=darin@netscape.com
2001-04-27 21:38:44 +00:00
valeski%netscape.com
00bca056ef
mozilla diffs r=tao, sr=alecf, commercial diffs r=syd, sr=syd/shaver. lower-casing JS calls to createBundle. removing un-used nsILocale param from nsIStringBundle::CreateBundle(). 76332
2001-04-27 21:30:24 +00:00
rpotts%netscape.com
259fce8009
fix for bugs #55867 , 63529, 26295, 63247 (r=darin, valeski)
2001-04-27 21:05:52 +00:00
dougt%netscape.com
d29deceab5
Adding new english strings for bug 47689. r=neeti@netscape.com, sr=darin@netscape.com
2001-04-27 20:58:41 +00:00
dougt%netscape.com
d0ab1b8298
Fixes 77032, 65270, 71556, 76274, 61290, 47689. Also makes Suspend/Resume work. r=neeti@netscape.com, sr=darin@netscape.com
2001-04-27 20:56:44 +00:00
bienvenu%netscape.com
d1a6dd1d4b
backout build bustage fix
2001-04-27 05:58:32 +00:00
bienvenu%netscape.com
a3c24a7017
fix build bustage
2001-04-27 05:03:54 +00:00
dougt%netscape.com
eb9e49ff48
fixed 77823. r=gagan@netscape.com, sr=darin@netscape.com
2001-04-27 01:51:28 +00:00
attinasi%netscape.com
f5697e3021
Fixed assertion due to invalid proxy configuration. Patch from Peter V. for bug 53080 r=dbaron@fas.harvard.edu sr=attinasi@netscape.com
2001-04-26 23:53:27 +00:00
heikki%netscape.com
4095a51dde
Bugs 65848 and 75031, support for application/xml and application/xhtml+xml mime types. This also fixes almost all of content to use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2. r=harishd, valeski (mime types), sr=vidur.
2001-04-26 19:33:12 +00:00
bnesse%netscape.com
000d1011d5
Prefs API refactoring. Bug #46863 . r=valeski, sr=alecf.
2001-04-26 18:41:11 +00:00
dbaron%fas.harvard.edu
58d5a19f42
Make dnsDomainIs behave as it did in Netscape 4.x. b=76649 r=gagan@netscape.com sr=blizzard@mozilla.org
2001-04-26 14:06:22 +00:00
gordon%netscape.com
15f2920f07
checkin for bug 76293. Moves cache directory aside on startup if disk cache is unable to read or delete files. Cache service disables disk cache device if it fails to initialize, and defaults to using memory cache instead. r=beard, sr=darin.
2001-04-26 05:07:28 +00:00
gordon%netscape.com
cadf9d7836
Approved checking for bug 76372, r=gagan, sr=brendan, a=brendan/chofmann. Added guards against calls to uninitialized nsCacheEntryHashtable.
2001-04-24 02:22:27 +00:00
gordon%netscape.com
a43eb29cb5
Approved checkin for bug 76125, cleanup usage of pldhashtable in nsCacheService.cpp. r=gagan, sr=brendan, a=asa.
2001-04-23 05:15:03 +00:00
ccarlen%netscape.com
c8128a5765
Bug 46859 - Remove UniversalDialog. r=valeski/sr=rpotts,sfraser/a=blizzard
2001-04-21 00:26:18 +00:00
bryner%uiuc.edu
97e89fd687
Backing out bnesse's fix for bug 46863 due to numerous types of runtime bustage on linux and windows. a=brendan.
2001-04-20 06:45:56 +00:00
bnesse%netscape.com
b0baaeabc3
Landing PrefAPI refactoring bug 46863. r=valeski, sr=alecf, a=blizzard.
2001-04-19 22:21:39 +00:00
timeless%mac.com
43e5aeb64d
fix Bugzilla Bug 76426 All your control paths should belong to us.
...
r=valeski, sr=darin, a=asa
2001-04-19 19:43:43 +00:00
chak%netscape.com
2d18aad32a
Fix for Bug#76657 - ViewSource protocol handler must use nsIRequest::LOAD_FROM_CACHE
...
r=valeski, sr=brendan@mozilla.org , a=asa@mozilla.org
2001-04-19 19:41:14 +00:00
jgmyers%netscape.com
1e55a5b67a
fix typo: bug 31896 r=dmose sr=darin a=blizzard
2001-04-19 17:10:50 +00:00
timeless%mac.com
46b177e406
fix Bugzilla Bug 75853 CR and LF are naked ifdefs
...
r=dveditz, sr=scc
2001-04-18 05:59:43 +00:00
mscott%netscape.com
f3e032f0f5
Bug #68237 --> fix array bounds read in ::ScanTXT
...
r=benb
sr=sspitzer
2001-04-18 04:08:25 +00:00
gagan%netscape.com
21e60a151c
Fix for bug 68086. Replaced several about: files which were only redirecting to a new location with a single smarter one. r=rpotts, sr=darin
2001-04-18 03:09:32 +00:00
beard%netscape.com
d08d9b77c0
bug #68086 , removed trivial redirecting protocol handlers, added nsAboutRedirector.cpp. r=gagan
2001-04-18 03:05:56 +00:00
beard%netscape.com
3c6d3c3908
Fix for Mac bustage. r=gagan
2001-04-18 03:04:44 +00:00
ddrinan%netscape.com
c256ed06c8
Fix for bug #75277 , enable tls. r=javi@netscape.com, sr=darin@netscape.com
2001-04-18 00:46:04 +00:00
gordon%netscape.com
3d9a817e4b
Fix bug 75448 "Clear disk cache from prefs not working properly". Patch by
...
beard, r=gordon, sr=darin.
2001-04-17 23:20:06 +00:00
dbaron%fas.harvard.edu
917a656fc5
Adding nsProxyAutoConfig.js to makefiles and installer manifests. b=53080 r=blizzard@mozilla.org
2001-04-17 14:33:19 +00:00
dveditz%netscape.com
6a26303edd
more ^M bustage
2001-04-17 13:26:03 +00:00
dveditz%netscape.com
e8af73b0d8
Fixing build bustage (evil trailing ^M's).
2001-04-17 12:46:17 +00:00
gordon%netscape.com
8db6e2bbfe
desperate attempt to fix build bustage on win32. Don't know why it didn't like the !endif, so I'm just nuking the lines I was trying to comment out.
2001-04-17 12:01:58 +00:00
gordon%netscape.com
89b0c9362b
bug 72528, remove old cache from build. sr=darin.
2001-04-17 10:47:22 +00:00
disttsc%bart.nl
62e75a5468
Only try to create an instance of the secure browser UI if PSM is installed. Bug=76292, r=timeless, sr=ben
2001-04-17 07:01:15 +00:00
gordon%netscape.com
fd4f0027b9
First implementation of "flat files" for cache.
2001-04-17 03:54:48 +00:00
drapeau%eng.sun.com
7e8796fb70
Bug fix for Bugzilla bug 53080. Includes a JavaScript XPCOM component that
...
does the automatic proxy config. Much thanks to Denis Antrushin
(adu@sparc.spb.su ), among others, for writing this fix.
2001-04-17 02:34:47 +00:00
dbaron%fas.harvard.edu
b422675b61
Remove carriage returns (^M) to fix cement (IRIX) bustage.
2001-04-17 00:32:17 +00:00
dbaron%fas.harvard.edu
5d43a6148e
Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by changing mime to mimetype in REQUIRES.
2001-04-16 22:55:25 +00:00
valeski%netscape.com
6cd03e0901
sr=vidur, r=dbaron. fixing leak and updating hashtables to newer, better, versions. 75337
2001-04-16 21:11:20 +00:00
jgmyers%netscape.com
ddc11fc7e7
rename tls sockets to starttls: bug 74387 r=javi r=darin sr=mscott
2001-04-16 21:01:29 +00:00
darin%netscape.com
07b749308f
Fixes bug 75354 "https content is being cached on disk!!" r=bbaetz, sr=dougt
2001-04-16 20:39:10 +00:00
chak%netscape.com
b9342d088b
Fix for bug#66334 - Viewsource needs to be a protocol handler
...
r=valeski,sr=rpotts
2001-04-16 20:17:36 +00:00
ccarlen%netscape.com
f1b7600dc5
Bug 66334 - Checking in Mac projects for chak@netscape.com. r=valeski@netscape.com, sr=rpotts@netscape.com
2001-04-16 20:15:08 +00:00
chak%netscape.com
69c02d8e7b
Fix for bug#66334 - Viewsource needs to be a protocol handler
...
r=valeski,sr=rpotts
Not part of the build yet(pending some mac changes by ccarlen)
2001-04-16 20:00:20 +00:00
dougt%netscape.com
45d8a3f0f0
Fixes bug 64686. Simple impl of ReadSegments. r=gagan@netscape.com, sr=darin@netscape.com.
2001-04-16 19:59:36 +00:00
darin%netscape.com
0a83d6b079
Fixes bug 76064 "nsSocketBOS::Write does not initialize return value"
...
patch=rginda, sr=darin
2001-04-16 19:57:38 +00:00
neeti%netscape.com
275dfd3fc6
checking in patch for bug 58034 - Accept-Language header needs q values. r=neeti, sr=darin
2001-04-16 14:56:21 +00:00
gagan%netscape.com
db95b02ecb
Not part of the build yet. New files for bug 68086. Implemented a generic fat-free version for cases of about: that redirect to another URL. This will obsolete nsAboutCredits.*, mzAboutMozilla.*, and nsAboutPlugins.*
2001-04-16 10:07:56 +00:00
gordon%netscape.com
7fd591fd71
Test for nsDiskCacheBlockFile.cpp [not part of build].
2001-04-16 08:37:47 +00:00
dbaron%fas.harvard.edu
31f5e71e87
Removing carriage returns (^M) to fix build bustage on cement tinderbox (IRIX).
2001-04-15 00:20:44 +00:00
dougt%netscape.com
e857e3b2a0
NotPartOfBuild - This is only a test of CVS
2001-04-14 22:39:57 +00:00
dougt%netscape.com
b5673a7057
NotPartOfBuild.
2001-04-14 22:38:46 +00:00
dougt%netscape.com
801492ac4b
removing ^M
2001-04-14 22:37:39 +00:00
bbaetz%cs.mcgill.ca
9bc78ec2df
Bug 70267 - implement gopher searches
...
r=dougt, sr=darin
2001-04-14 22:09:59 +00:00
dougt%netscape.com
dc49ce01a5
Fixing Mac Bustage. ftpcore.h was being included by the IDL file. It doesn't need to be.
2001-04-14 21:31:25 +00:00
dougt%netscape.com
58452faa5b
Fixes 72774. Simple fix which checks the response code of the SYST command. If it is a 500 series we default to guessing the server is UNIX. r=bbaetz@cs.mcgill.ca
2001-04-14 20:36:24 +00:00
darin%netscape.com
9deb4986e3
Patch to finalize necko loadFlags and fix HTTP validation correctness w.r.t.
...
cache validation preferences and browsing via history. r=gagan,gordon.
Fixes several bugs that I would mention here if bugzilla weren't down ;-)
2001-04-14 02:02:19 +00:00
colin%theblakes.com
5fb258f72f
Use MOZ_COMPONENT_LIBS and pass via EXTRA_DSO_LDOPTS instead
...
of EXTRA_LIBS. r=cls b=75876.
2001-04-13 23:21:54 +00:00
valeski%netscape.com
f3c5380747
sr=darin. no bug. just dead wood static cid cleanup
2001-04-13 11:23:11 +00:00
darin%netscape.com
83c07390f7
Fixes bug 43191 "frameset targets not selecting from cached frame" r=gagan, sr=waterson.
2001-04-13 07:30:27 +00:00
darin%netscape.com
cb895992eb
Fixes bug 74512 "file transport should support non-blocking streams" r=dougt, sr=rpotts.
2001-04-13 06:14:11 +00:00
anatoliya%netscape.com
efc11b2fd5
bug-4596 r=jelwell, suresh sr=kin
2001-04-13 04:13:10 +00:00
mscott%netscape.com
fb8f27eb17
Fix some assertions by making sure nsStreamListenerTee's isupports definition includes nsIRequestObserver.
...
sr=darin
2001-04-13 02:50:31 +00:00
dougt%netscape.com
9154773289
Fixes refcount cycle pointed out by Mr. David Baron.
...
b=75110
r=dbaron@fas.harvard.edu
sr=darin@netscape.com
2001-04-12 23:37:15 +00:00
dougt%netscape.com
d2c8917d51
Fixes 75289. If you want to listen to the ftp control traffic, here is your chance.
...
sr=darin
2001-04-12 23:32:47 +00:00
pollmann%netscape.com
dc964acfd5
Bug 73309: Fix leak of <ConstStringImpl> in non-multipart form post case, r=rpotts@netscape.com, sr=jst@netscape.com
2001-04-12 01:41:47 +00:00
shaver%mozilla.org
a0daa1645d
75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
...
preloader strategy. r=jag, sr=attinasi.
2001-04-11 14:23:13 +00:00
mkaply%us.ibm.com
ea85802099
#69613
...
r=dougt, sr=darin
OS/2 needs to follow part of a Windows codepath
2001-04-11 11:06:25 +00:00
ccarlen%netscape.com
2ad2b9adcf
Bugs 70379, 70380 - Hide nsISingleSignon from embedding apps, split auth prompting methods out of nsIPrompt into a new interface. r=valeski, sr=rpotts.
2001-04-10 18:30:25 +00:00
ccarlen%netscape.com
070ab8891b
New files for bug 70380 - not yet part of build. r=valeski, sr=rpotts
2001-04-10 14:40:07 +00:00
darin%netscape.com
470cedbebc
fixes win32 startup crash. sr=sspitzer
2001-04-10 09:07:11 +00:00
darin%netscape.com
21a168675f
Removing erroneous NS_BREAK from nsHTTPChannel
2001-04-10 06:58:50 +00:00
darin%netscape.com
29731a379a
Removed erroneous NS_BREAK from nsSocketRequest::Cancel
2001-04-10 06:57:01 +00:00
pavlov%netscape.com
229d32210a
removing the statusArg param to OnStopRequest to fix build bustage
2001-04-10 06:40:51 +00:00
darin%netscape.com
d234a6c1fa
Needed to fix mac bustage from necko api changes.
2001-04-10 06:21:54 +00:00
darin%netscape.com
6235a400ca
Fixes mac bustage
2001-04-10 06:19:33 +00:00
darin%netscape.com
00a7e27ee6
Necko API changes, bug 74221. r=valeski, sr=rpotts.
2001-04-10 06:01:08 +00:00
darin%netscape.com
64e0a33192
Necko API changes, bug 74221. r=valeski, sr=rpotts
2001-04-10 05:57:29 +00:00
darin%netscape.com
e938b93033
Necko API changes, bug 74221. r=valeski, sr=rpotts.
2001-04-10 05:43:26 +00:00
tao%netscape.com
aa8dbfcee4
Clean up debug printf; no code changes.
2001-04-09 23:15:21 +00:00
gordon%netscape.com
d04770c91b
Fix bug 73441 "New cache needs "Clear" functionality. Changed pref advanced cache panel clear buttons to clear new cache devices, and fixed bug in nsMemoryCacheDevice to avoid calling nsCRT::strlen(nsnull). sr=darin.
2001-04-09 09:52:15 +00:00
gordon%netscape.com
0e2c10a02c
Fix bug 75171 "implement nsCacheSession::EvictEntries", sr = darin.
2001-04-09 08:14:08 +00:00
morse%netscape.com
db2159561d
bug 73964, unable to log in to compuserve, r=valeski, sr=darin
2001-04-09 04:16:54 +00:00
disttsc%bart.nl
72cea9bb38
Clean up MODULE/REQUIRES, bug=73353, r=cls
2001-04-08 08:33:11 +00:00
anatoliya%netscape.com
4910c2740a
New smileys bug-4013 r=andreww sr=hewitt
2001-04-07 05:49:24 +00:00
bbaetz%cs.mcgill.ca
ff83fccb33
bug 74666 - Wrong context used in nsFTPChannel::OnStopRequest
...
r=jag, sr=darin
2001-04-06 04:35:12 +00:00
gordon%netscape.com
a871a06406
Fix bug 74832, sr=darin.
2001-04-06 00:57:36 +00:00
dbaron%fas.harvard.edu
f452edf867
Fix OS/2 tinderbox bustage (PR_CALLBACK). r=disttsc@bart.nl
2001-04-06 00:33:19 +00:00
gordon%netscape.com
e9795367a5
Fix smoketest blocker bug 74766. DISKCACHE2_BRANCH touchdown. r=beard, sr=darin.
2001-04-05 22:28:17 +00:00
morse%netscape.com
6d3aacc4ed
bug 70382, redo password manager idl for embedding requirements, r=ccarlen, sr=alecf
2001-04-05 06:29:48 +00:00
dprice%netscape.com
8c0b9eaf97
65845 - new order files
2001-04-05 06:02:32 +00:00
darin%netscape.com
c5eba5936d
Fixes bug 73029 "new cache time problems, reload sometimes broken"
...
r=disttsc@bart.nl ,gagan sr=mscott
2001-04-05 03:56:54 +00:00
mkaply%us.ibm.com
0fa26403b4
OS/2 TB breakage
2001-04-04 08:25:32 +00:00
darin%netscape.com
ff1f46116c
Fixes bug 74118 "can't launch with a new profile" r=bryner, sr=mscott
2001-04-04 07:28:51 +00:00
darin%netscape.com
c082dc3704
Fixes bug 74199 "about:cache-entry needs to know how to deal with
...
non-stream-based cache entries" r=gordon, sr=mscott
2001-04-04 07:25:58 +00:00
gordon%netscape.com
4a0c37aac2
Landing DISKCACHE1_BRANCH (part Deux) which enables dynamic eviction and efficient cache miss detection for the disk cache (bug 72506) r=beard, sr=darin.
2001-04-04 03:30:45 +00:00
valeski%netscape.com
3b1eaff7c2
sr=shaver, r=dmose. 74554. fixing array index typo
2001-04-03 22:59:02 +00:00
rickg%netscape.com
169a621d42
preloader update. r=peterl, sr=attinasi
2001-04-03 22:58:59 +00:00
disttsc%bart.nl
6200347fad
Fix for bug 74488 (and hopefully bug 74552): app freezes in mail when psm dialog is brought up (/ a link is clicked), r=scc, sr=darin
2001-04-03 17:17:20 +00:00
scc%mozilla.org
f202d9b832
fix bustage
2001-04-02 23:11:04 +00:00
darin%netscape.com
4e05acafb9
Fixes bug 72520 "support for cacheKeys must be implemented" r=gordon sr=dougt
2001-04-02 01:20:43 +00:00
darin%netscape.com
70077848e8
Fixes bug 73875 "www.fox.com does not load" r=beard sr=brendan
2001-04-02 01:12:40 +00:00
jgmyers%netscape.com
d72d1758bc
distinguish weak crypto in PSM2: bug 31896 r=dmose ser=darin
2001-04-01 19:37:29 +00:00
darin%netscape.com
c2cf727e40
Fixes bug 72320. abort on exit (sending "logout" to a closed IMAP socket?).
...
r=sspitzer,dougt,mscott.
2001-04-01 05:17:42 +00:00
beard%netscape.com
704f8c8099
Fixes bug #73194 , when profile switching occurs, ensure new cache directory is created. r=beard, sr=darin
2001-03-31 07:37:19 +00:00
cls%seawood.org
96342aff6c
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
disttsc%bart.nl
dacbb4faa9
Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna)
2001-03-30 10:39:06 +00:00
darin%netscape.com
8befa3803a
Fixes bug 72312 "gopher needs to wrap the proxy channel"
...
patch=bbaetz, r=dougt, sr=darin
2001-03-30 03:21:55 +00:00
darin%netscape.com
84a54aae38
Fixes bug 73917 "cache entry data size not updated" patch=beard, r=gagan, sr=darin
2001-03-29 19:58:34 +00:00
gordon%netscape.com
1ea8da52b0
Fix bug 73099. Problems with updating lastModified time stamp. r=beard, sr=darin.
2001-03-29 06:50:38 +00:00
beard%netscape.com
948af4525b
Added nsDiskCacheMap.cpp and nsANSIFileStreams.cpp. [bustage fixing]
2001-03-29 06:41:02 +00:00
gordon%netscape.com
ae4d1335c4
Land DISKCACHE1_BRANCH, implementing first draft of cache map file for more efficient eviction and cache miss detection. Fixed some problems with overeager setting of lastModified time stamp. Read cache enable prefs on startup. r=beard, sr=darin.
2001-03-29 05:54:58 +00:00
gordon%netscape.com
14a4326239
Added evictEntries() methods to nsICacheService and nsICacheSession. Removed lastValidated attribute from nsICacheVisitor. r=beard sr=darin.
2001-03-29 05:51:46 +00:00
darin%netscape.com
e1c7f146e1
Fixes bug 72348 "Page load performance slower in 0.8.1 than under 0.8"
...
r/sr=dougt,brendan
2001-03-29 02:34:19 +00:00
dougt%netscape.com
9a9d053389
Fixes 70580, 73824. Also fixes a security hole related to port stealing as describe by rfc2577. r=gagan@netscape.com, sr=darin@netscape.com
2001-03-28 23:39:37 +00:00
darin%netscape.com
c5d5b31867
Fixes bug 72339. nsDNSService doesn't shutdown. r=gordon, sr=dougt
2001-03-28 21:18:51 +00:00
darin%netscape.com
17d4dae4bf
Fixes bug 73231. nsFileTransport should report progress even if content-length
...
is unknown. r=rpotts, sr=dougt
2001-03-28 20:56:59 +00:00
darin%netscape.com
543290fda7
Fixes bug 73234. nsInputStreamChannel needs to forward itself as the request
...
in progress events. r=rpotts, sr=dougt
2001-03-28 20:55:26 +00:00
darin%netscape.com
75a6ceb4df
Fixes bug 73554. Incorrect error message for about-cache: when entry is not found.
...
patch=bbaetz@cs.mcgill.ca , r=bryner, sr=darin
2001-03-28 18:26:13 +00:00
darin%netscape.com
cd054310fc
Fixes bug 73940. HTTP URLs with '?' characters should not be cached unless
...
an expiration time is explicitly provided by the server.
r=gagan,valeski sr=dougt,alecf
2001-03-28 18:24:13 +00:00
gordon%netscape.com
d932bd7603
Bug 73491 and bug 73513. Make the disk cache fail (more) gracefully. r=mcafee, sr=waterson.
2001-03-27 23:56:18 +00:00
mkaply%us.ibm.com
4ed544fdd7
#73620
...
r=jband, sr=brendan
Fix some places where we used casts instead of CALLBACKs
2001-03-27 22:59:33 +00:00
bienvenu%netscape.com
73680389dd
send notification for going offline before we kill all the sockets r/sr darin,dougt 73374
2001-03-27 15:17:52 +00:00
darin%netscape.com
0642d114a1
Add progress event sink notification test.
2001-03-27 08:23:42 +00:00
beard%netscape.com
06b8524af8
[not part of build] Update to newer version of interface.
2001-03-27 08:17:20 +00:00
rpotts%netscape.com
35247b3aca
All nsIProgressEventSink notifications from the socket transport should go to the nsHTTPChannel...
2001-03-27 00:56:51 +00:00
rpotts%netscape.com
63191a81f3
All nsIProgressEventSink notifications from the socket transport should go to the nsHTTPChannel... (r=darin)
2001-03-27 00:20:04 +00:00
cls%seawood.org
979c006ff6
Change netwerk/mime to use MODULE=mimetype to remove avoid confusion with mailnews/mime . Update necessary REQUIRES.
...
Bug #68381 r=jag
2001-03-26 23:40:28 +00:00
dougt%netscape.com
3d34591986
Fix to prevent ODA from firing if there is no data. b71498, r=valeski@netscape.com, sr=darin@netscape.com
2001-03-26 23:32:19 +00:00
mkaply%us.ibm.com
5f5b489750
#73191
...
r=beard, sr=brendan
Remove CRT_CALL - change to PR_CALLBACK or JS_DLL_CALLBACK appropriately
2001-03-26 23:21:53 +00:00
darin%netscape.com
0280bf2a97
Fixes bug 73447. When using a proxy, shift-reload does not force a refresh
...
from the network. patch=bbaetz@cs.mcgill.ca , r/sr=darin,dougt
2001-03-26 23:20:07 +00:00
darin%netscape.com
42be218e2e
Fixes bug 72973. HTTP needs to release its cache output stream before
...
releasing its cache entry descriptor. r=sean@beatnik.com , sr=dougt@netscape.com
2001-03-26 23:12:33 +00:00
disttsc%bart.nl
f595ed19f3
Clean up REQUIRES lines. r=cls
2001-03-25 22:59:27 +00:00
scc%mozilla.org
5993fe2aae
remove hidden depencies, sr=shaver
2001-03-25 21:33:50 +00:00
scc%mozilla.org
2a48779bc3
syntax fix
2001-03-25 18:43:10 +00:00
blakeross%telocity.com
85f54f99db
Removing non-compliant text/xul mimetype, replacing with application/vnd.mozilla.xul+xml (28237, patch by gerv@gerv.net). r=blake sr=hyatt
2001-03-25 16:49:38 +00:00
beard%netscape.com
5d31a75095
[not part of build] maintains a compact directory of disk cache entries, for disk cache version 1.
2001-03-25 15:49:31 +00:00
beard%netscape.com
f1e78446c3
[not part of build] nsIInputStream/nsIOutputStream wrappers for ANSI FILE objects.
2001-03-25 15:47:36 +00:00
disttsc%bart.nl
385f89696c
Bug 60952: nsMimeTypes.h has wrong type for APPLICATION_HTTP_INDEX, author=Bradley Baetz <bbaetz@cs.mcgill.ca>, r=blake, sr=darin
...
Bug 68651, nsFtpConnectionThread should use NS_LITERAL_STRING, author=Bradley Baetz <bbaetz@cs.mcgill.ca>, r=jag, sr=dougt
2001-03-24 22:57:35 +00:00
valeski%netscape.com
b5b2d6a223
sr=dougt. adding missing lowercaseing of scheme. 72720.
2001-03-24 00:58:32 +00:00
valeski%netscape.com
169a5140b5
r=rpotts. comment changes only. 48726. adding status to idl files of api rev. ifaces.
2001-03-24 00:22:18 +00:00
pavlov%netscape.com
193f04774f
fix for windows crash on profile startup, initalize disk cache lazily. bug 73197. r=beard, gordon sr=sfraser
2001-03-23 21:06:39 +00:00
darin%netscape.com
e73a665e98
nkcacheservice --> nkcache
2001-03-23 09:09:47 +00:00
darin%netscape.com
5a8f968f96
Fixes bug 73042. Make new disk cache recover well from a corrupted disk
...
entry. patch=beard; sr=darin
2001-03-23 03:44:55 +00:00
darin%netscape.com
4cd83a6a2f
Fixes bug 38260. Use big endian in disk cache. r=beard,pavlov; sr=dougt
2001-03-23 03:35:10 +00:00
darin%netscape.com
dac21e34cd
Completes transistion from ULONG_MAX to PRUint32(-1) which was intended to
...
fix frizilla redness. pinkerton checked in the necessary ones; this is
just for completeness. r=gagan,sdagley,sfraser,pinkerton
2001-03-23 03:32:26 +00:00
blizzard%redhat.com
78b50e941a
Fix bug #63162 . Make sure that nsSocketBOS::Write actually finishes the write with non-blocking sockets where there is a short write. This should fix problems with large corrupted mail attachments. r=darin,bryner sr=brendan
2001-03-23 03:14:56 +00:00
darin%netscape.com
d0576b8a58
Fixes bug 73097. No new cache in win32 builds (as in not at all). r=gagan
...
(These changes should have gone in yesterday when we enabled the new cache,
but were somehow forgotten.)
2001-03-23 03:08:59 +00:00
pinkerton%netscape.com
caca4889fd
fix fizzilla bustage.
2001-03-23 02:52:13 +00:00
gagan%netscape.com
b99b517215
Fix for bug 72831. r/sr=gagan,blizzard,darin,shaver
2001-03-23 02:19:37 +00:00
sfraser%netscape.com
62d2647193
Fix the fizilla build a better way by #including <limits.h> only where needed. r=pinkerton,brade, a=akkana.
2001-03-22 22:56:11 +00:00
sdagley%netscape.com
3f6812c2c6
Fix busted Mac Carbon builds due to usage of ULONG_MAX without specific inclusion of <limits.h> (non-Carbon builds apparently include it for you). r=Loki, Odin, Gracie, PolarBear, Jester, Poeka, Jack, Lumpy and bnesse
2001-03-22 22:01:45 +00:00
darin%netscape.com
dfff8b71cd
Fixes bug 73016. Should not cache POST transactions. r=valeski, sr=dougt, a=loan
2001-03-22 18:47:06 +00:00
darin%netscape.com
1429dfcff5
Fixes bug 13393. HTTP should send Accept-Charset. patch=havill@redhat.com,
...
r=gagan, sr=darin
2001-03-22 08:39:41 +00:00
darin%netscape.com
410a6ccbef
Remove stupid printfs. r=pavlov, sr=darin
2001-03-22 08:34:34 +00:00
mkaply%us.ibm.com
ab22754b09
OS/2 TB breakage
...
Need more CRT_CALL
2001-03-22 07:12:42 +00:00
mkaply%us.ibm.com
c3ec38dba5
fix indentation
2001-03-22 05:27:32 +00:00
mkaply%us.ibm.com
49e7bd880e
Stupid mistake - used CRT_CALLBACK instead of CRT_CALL
2001-03-22 05:23:37 +00:00
darin%netscape.com
62c90562a9
Fixes Win32 redness. a=mcafee
2001-03-22 04:24:07 +00:00
mkaply%us.ibm.com
abefc37b49
#72075
...
r=cls
OS/2 TB breakage on new cache
2001-03-22 04:23:20 +00:00
mkaply%us.ibm.com
c4e875553c
#72075
...
r=jag
OS/2 TB breakage on new cache
2001-03-22 04:20:20 +00:00
darin%netscape.com
f78db68af7
Fixes redness on speedracer. sr=dougt
2001-03-22 03:25:24 +00:00
darin%netscape.com
45914de200
Fixes speedracer bustage. a=mcafee
2001-03-22 02:25:36 +00:00
javi%netscape.com
c3be022678
Fix for bug 72843 r=dougt sr=sfraser
Update Mac build scripts for PSM 2.0
Make necko export the default prefs for security on the Mac.
2001-03-22 01:28:52 +00:00
blakeross%telocity.com
0b2dd2b2d2
Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben
2001-03-22 00:59:29 +00:00
darin%netscape.com
b5ef4f8688
Enabling new cache build in Linux. r=beard; sr=mscott,rpotts; a=chofmann
2001-03-22 00:18:13 +00:00
pinkerton%netscape.com
5ddf5bcf3d
include limits.h to fix fizzilla build bustage. r=beard/sdagley.
2001-03-21 23:11:42 +00:00
dougt%netscape.com
3975dd1e74
fix for 69143. This patch prevents non existant files from entering into
...
the file transport process loop for reading.
2001-03-21 19:44:23 +00:00
dougt%netscape.com
6a3a4a8997
Fixes many ftp problems. Details in 72280. r=valeski@netscape.com
2001-03-21 19:04:32 +00:00
darin%netscape.com
34a97c35ec
Fixes bug 71962. HTTP POST data corruption. r=blizzard, sr=brendan.
2001-03-21 00:53:16 +00:00
darin%netscape.com
f671729e59
Removing some printf's.
2001-03-20 23:37:22 +00:00
gordon%netscape.com
3361e48529
Landing MOZ_NEW_CACHE_20010314_BRANCH, incorporating feedback from recent test builds. New cache is still disabled by default.
2001-03-20 22:42:03 +00:00
disttsc%bart.nl
497249a5e8
Move nsCString from |operator char*()| to |get()| and |NS_CONST_CAST| where needed. bug=53057, r=dmose, sr=shaver
2001-03-20 05:37:56 +00:00
disttsc%bart.nl
0fa0b3f419
Hook up browser UI after skin switch. bug=68662, r=ben, sr=alecf, a=asa
2001-03-16 22:40:15 +00:00
dougt%netscape.com
f667808665
Fixes bug 71397. s/r=waterson@netscape.com
2001-03-16 21:33:23 +00:00
beard%netscape.com
dea865c7e3
[not part of build] Fix dumb assertion.
2001-03-14 21:16:55 +00:00
syd%netscape.com
bcbf97737e
Fix for:
...
http://bugzilla.mozilla.org/show_bug.cgi?id=68229
r=andreww, sr=sfraser. checking in for anatoliya
2001-03-14 07:33:46 +00:00
darin%netscape.com
ae8df0095f
Fixes tinderbox redness on the mac. r=dveditz
2001-03-14 06:58:50 +00:00
attinasi%netscape.com
24d6f0a387
force gopher port to default: sr=attinasi, r=jag b=71916
2001-03-14 06:43:00 +00:00
beard%netscape.com
8eaf2966f0
added nsAboutCacheEntry.cpp r=darin
2001-03-14 05:53:57 +00:00
darin%netscape.com
3cda6ade14
[not part of the build] New cache used PRUint32 for time now instead of PRTime. r=gordon
2001-03-14 03:56:01 +00:00
darin%netscape.com
7b12179306
[not part of the build] New cache uses PRUint32 for time now instead of PRTime. r=gordon
2001-03-14 03:55:15 +00:00
darin%netscape.com
763397309e
[not part of the build] Changes to make the new cache use PRUint32's for
...
time instead of PRTime's. r=gordon
2001-03-14 03:54:05 +00:00
beard%netscape.com
b9c6dbc105
[not part of build] Using nsIPref::AddObserver() instead of krufty old callbacks. Using directory service to obtain profile directory and using a "profile-do-change" observer to regenerate the cache directory.
2001-03-14 03:35:09 +00:00
blakeross%telocity.com
080b9c96b1
Missed a file...
2001-03-14 03:13:37 +00:00
pinkerton%netscape.com
99c821a870
gopher build changes.
2001-03-14 02:52:39 +00:00
blakeross%telocity.com
808aba4ffa
Fix 49334: gopher support, minor restructuring of directory viewer. necko: r=darin,dougt sr=rpotts other: r=waterson,mstoltz,jag sr=alecf
...
Fix 70404: assertions for datetime and finger. r=dougt, sr=rpotts
Both patches by Bradley Baetz (bbaetz@cs.mcgill.ca )
2001-03-14 02:51:01 +00:00
pinkerton%netscape.com
4345c48969
files added for gopher.
2001-03-14 02:47:56 +00:00
blakeross%telocity.com
650b9d4dd1
Fix 49934: gopher support, minor restructuring of directory viewer. necko: r=darin,dougt sr=rpotts other: r=waterson,mstoltz,jag sr=alecf
...
Fix 70404: assertionsf or datetime and finger. r=dougt, sr=rpotts
Both patches by Bradley Baetz (bbaetz@cs.mcgill.ca )
2001-03-14 02:41:18 +00:00
darin%netscape.com
1adfbc7ab3
[not part of the build] Fixed bustage in nsAboutCache.
2001-03-14 01:18:24 +00:00
darin%netscape.com
3f44553e13
[not part of the build] Make nsICacheEntryDescriptor inherit from nsICacheEntryInfo
2001-03-14 01:11:14 +00:00
beard%netscape.com
01fa85f9fd
Added nsICachingChannel.idl. a=leaf, r=darin
2001-03-14 00:55:31 +00:00
darin%netscape.com
09963e2d3a
Fixes bug 43729. HTTP response headers shows ni browswer window for content from NCSD 1.5.2. patch=mark@heily.org, r=darin, sr=mscott
2001-03-14 00:47:13 +00:00
darin%netscape.com
b995292cb9
[not part of the build] Added nsAboutCacheEntry to necko component for use with the new cache.
2001-03-13 22:44:34 +00:00
darin%netscape.com
fb1419898f
[not part of the build] Touch ups to HTTP validation for new cache.
2001-03-13 20:09:56 +00:00
darin%netscape.com
aaa1996e9d
[not part of the build] Touch ups to about:cache and about:cache-entry
2001-03-13 20:06:42 +00:00
gordon%netscape.com
a4e0ca3017
[not part of build]
...
Implement simple LRU eviction mechanism for nsMemoryCacheDevice.
Add cleanup code to nsCacheService to fix intermittent crashes on shutdown.
Calculate MetaData size, and update field in nsCacheEntry.
Begin implmentation of nsICacheDeviceInfo in nsMemoryCacheDevice for about:cache.
Added various statistics to nsCacheService and nsMemoryCacheDevice.
2001-03-13 15:43:17 +00:00
timeless%mac.com
6cf0d97f11
Bug 65428 language="javascript" should be type="application/x-javascript"
...
r=ksosez@softhome.net a=ben
2001-03-13 15:35:07 +00:00
darin%netscape.com
16e48afb6e
[not part of the build] Added HTTP support for nsICachingChannel.
2001-03-13 11:41:43 +00:00
darin%netscape.com
53adbb8aed
[not part of the build] Adding nsICachingChannel.idl for the new cache.
2001-03-13 11:15:06 +00:00
dprice%netscape.com
edb387e49c
71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD
2001-03-13 10:47:37 +00:00
darin%netscape.com
8b98d96765
[not part of the build] Just use the HTTP url as a cache key.
2001-03-13 07:48:14 +00:00
darin%netscape.com
2c08614bbd
[not part of the build] Added stubs for about:cache-entry
2001-03-13 07:32:25 +00:00
darin%netscape.com
439eb895a9
[not part of the build] Makes about:cache work with the new cache.
2001-03-13 07:31:13 +00:00
darin%netscape.com
35b4693eb6
Fixes bug 71346. Can't upload large files. r=gagan, sr=mscott.
2001-03-13 07:16:10 +00:00
gordon%netscape.com
d4824e545a
fix for bug 29338 "PR_Poll should not poll (spin) on Mac". Checking in for sfraser. r=dougt, gordon, sdagley sr=sfraser or vice versa.
2001-03-13 06:58:56 +00:00
beard%netscape.com
f1394c0f02
[not part of build] Implements poor man's eviction policy.
2001-03-13 04:54:14 +00:00
beard%netscape.com
f1e2d5cd18
[not part of build] Use forward references whenever possible.
2001-03-13 04:53:46 +00:00
darin%netscape.com
4c2326c40e
[not part of the build] Added a new interface to replace nsIStreamAsFile
...
for use with the new cache.
2001-03-13 02:24:12 +00:00
cls%seawood.org
b348ba5890
Fix line ending problems caused by using inferior platforms to checkin. Working on Irix bustage
2001-03-13 02:20:55 +00:00
valeski%netscape.com
aec997a897
sr=rpotts, r=gagan. 70743. switching over to new extensible URI::SchemeIs() api. and changing existing implementations over to new api. also modified nsHTTP and nsHTTPS handlers a bit to make things cleaner.
2001-03-13 02:01:07 +00:00
beard%netscape.com
2c47dd3f64
[not part of build] Use nsIObserverService to shut down cache before XPCOM is shut down. r=gordon
2001-03-13 01:59:43 +00:00
dougt%netscape.com
13ad31dce4
Adding two idls to be exported.
2001-03-12 23:45:48 +00:00
dougt%netscape.com
cd43b2c59a
Fixing line endings
2001-03-12 23:31:46 +00:00
disttsc%bart.nl
c16472211e
Part of string clean-up bug 70143, move last three #includes of "nsString2.h" over to "nsString.h". r=bryner, sr=scc
2001-03-12 23:17:18 +00:00
dougt%netscape.com
02921f234e
Adds a '..' to children directories. r=dougt@netscape.com
2001-03-12 22:57:34 +00:00
dougt%netscape.com
a37f642ed0
Adding Two IDL files to project file. Minor Necko build change per API review. r=valeski@netscape.com
2001-03-12 22:41:47 +00:00
dougt%netscape.com
c74c36c85e
Minor build changes per API review. Now nsIFileURL and nsIFileChannel have their own IDL file which means that if you were using either of these two interfaces, you need to include a new include file. r=valeski@netscape.com
2001-03-12 22:41:28 +00:00
shaver%mozilla.org
fcf7cd0d9f
67699: all your nsIClassInfo is belong to us
...
- teach nsGenericFactory about nsIClassInfo, and nsIClassInfo.idl to the
builds
- add a heaping serving of macro love for classes that want to support it
- convert many modules to use nsGenericModule the new way
- handful of warning and modeline fixes
- nsSample and some XPConnect test classes now have nsIClassInfo support for
testing
2001-03-12 20:43:02 +00:00
beard%netscape.com
c9ee65f8a7
[not part of build] scan disk cache directory during initialization, to total cache usage, and implement poor man's eviction policy (once at startup/shutdown).
2001-03-12 19:31:21 +00:00
beard%netscape.com
b10810ae1a
[not part of build] Mark entry dirty when data size is changed.
2001-03-12 19:29:34 +00:00
beard%netscape.com
d931f60a66
[not part of build] wrapped test case in test function.
2001-03-12 15:36:51 +00:00
beard%netscape.com
df28df1672
[not part of build] Tests simultatenous writing of two cache entries which collide (same hash code).
2001-03-12 15:35:55 +00:00
darin%netscape.com
3bbad52377
[not part of the build] Fixed up HTTP cache validation for use with new cache.
2001-03-12 10:36:20 +00:00
darin%netscape.com
af3ac12f49
[not part of the build] Replaced instances of cache manager with cache service
...
in comments.
2001-03-12 07:09:24 +00:00
darin%netscape.com
33e7b8edf6
[not part of the build] Replaced -1's in calls to Open{In,Out}putStream with ULONG_MAX.
2001-03-12 06:25:26 +00:00
darin%netscape.com
6a70220c37
[not part of the build] Updated some comments.
2001-03-12 06:23:52 +00:00
ccarlen%netscape.com
c819a81536
Along with bug 65212 - removing unnescesary dependencies on profile. r=valeski@netscape.com, sr=alecf@netscape.com
2001-03-11 22:15:22 +00:00
ccarlen%netscape.com
4b14f2ddc4
Bug 65212 - profile support for kiosk mode. Also, removing profile change observer strings from header to cut dependencies. r=valeski@netscape.com, sr=alecf@netscape.com
2001-03-11 22:12:21 +00:00
darin%netscape.com
7097eae6c9
Fixes bug 71495. Landings to necko cause PSM 2.0 to not work. r=bryner, sr=mscott.
2001-03-11 21:11:47 +00:00
beard%netscape.com
666ef60528
[not part of build] Turned off some benign failure assertions.
2001-03-11 19:26:04 +00:00
beard%netscape.com
d89a843595
[not part of build] Update visitEntries to correctly identify metadata files.
2001-03-11 19:18:48 +00:00
darin%netscape.com
1c900d7237
Adding comment line.
2001-03-11 18:07:01 +00:00
beard%netscape.com
a90be5e37b
[not part of build] Fix incorrect usage of PR_APPEND_LINK() to keep from corrupting the list of doomed DiskCacheEntry object. (thanks gordon)
2001-03-11 06:51:53 +00:00
dbaron%fas.harvard.edu
79b1bcdc60
Allow new cache to be built with MOZ_TRACK_MODULE_DEPS. r=cls@seawood.org
2001-03-11 02:02:25 +00:00