warren%netscape.com
|
00c4067a91
|
Fixed jar url resolve so that chrome protocol works. Fixed jar channel to not remove channel after kicking off load. Bug 18433
|
2000-06-07 09:07:10 +00:00 |
warren%netscape.com
|
870a7d208a
|
Fix to make jar protocol not copy local files. Starting to get chrome to work with jars. Bug #18433
|
2000-06-02 23:39:45 +00:00 |
warren%netscape.com
|
37f147b0a8
|
Bug 24764. Cache of opened jar files. r=waterson
|
2000-05-25 08:32:09 +00:00 |
slamm%netscape.com
|
7180b8f97a
|
Fix declaration order to quiet build warning
|
2000-04-26 14:31:01 +00:00 |
mstoltz%netscape.com
|
4794c651b5
|
Fixes for 27010, 32878, and 32948.
|
2000-04-26 03:50:07 +00:00 |
mstoltz%netscape.com
|
200b920525
|
Backing out changes until I can figure out why it's crashing on startup.
|
2000-04-23 21:25:39 +00:00 |
mstoltz%netscape.com
|
9ac7780368
|
Fixes for bugs 27010, 32878, 32948.
|
2000-04-23 20:30:29 +00:00 |
warren%netscape.com
|
9c6a4060fc
|
Changing dir create permissions to 775.
|
2000-04-16 21:32:29 +00:00 |
warren%netscape.com
|
0a1242730e
|
Fixed to truncate by default. Fixed permissions to default to 664.
|
2000-04-14 09:32:24 +00:00 |
warren%netscape.com
|
1832d7f664
|
Factoring stream i/o operations into nsIStreamIO interface.
|
2000-04-13 09:20:50 +00:00 |
warren%netscape.com
|
b2d5023b87
|
Moved nsXPIDLString.h out of ifdef for optimized builds.
|
2000-04-12 08:25:32 +00:00 |
warren%netscape.com
|
942ccefd74
|
Added nsIZipReaderCache. Removed nsIZipReader::ParseManifest. Got jar: protocol going for downloaded jars and input streams. Added assertions that Cancel is called with a failure code.
|
2000-04-12 07:58:24 +00:00 |
warren%netscape.com
|
f8d4872910
|
Making nsJARDownloadObserver have thread-safe addref/release.
|
2000-04-04 08:34:37 +00:00 |
warren%netscape.com
|
79efcf5705
|
Fixed uninitialized variable.
|
2000-04-04 07:11:30 +00:00 |
warren%netscape.com
|
df6317d313
|
Fix to make download observer not crash.
|
2000-04-04 05:56:11 +00:00 |
warren%netscape.com
|
aeba7b7321
|
Bug 28269. jar file cache should open local files in place
|
2000-03-30 08:13:50 +00:00 |
warren%netscape.com
|
bf7cac83c0
|
Making jar: protocol work in general, and OpenInputStream in particular.
|
2000-03-30 07:39:31 +00:00 |
warren%netscape.com
|
d6036c2f64
|
Fixed nsCOMPtr problem in ?: statement.
|
2000-03-29 04:38:38 +00:00 |
warren%netscape.com
|
d60b12b153
|
Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread.
|
2000-03-29 03:58:50 +00:00 |
norris%netscape.com
|
d29a2d385d
|
Added aggregate principal support. r=norris. (This is mstoltz's checkin)
|
2000-03-21 04:17:37 +00:00 |
dougt%netscape.com
|
612badb3a9
|
Adding GetSecurityInfo to the nsIChannel. bug 29646. r=warren.
|
2000-03-17 22:06:32 +00:00 |
mstoltz%netscape.com
|
e1dbf7cf89
|
Changed GetOwner() to read owner from underlying nsJAR rather than saving it locally. SetOwner() now does nothing. bug=7270 r=norris
|
2000-02-14 01:59:09 +00:00 |
valeski%netscape.com
|
6ecf97612e
|
getting the rest of necko to use the mimetypes file. also added protection for UA string setup
|
2000-02-09 05:04:52 +00:00 |
mstoltz%netscape.com
|
3b6e5a54a2
|
Added call to nsJAR::ParseManifest, needed for signed scripts. bug=7270 r=norris.
|
2000-02-02 01:30:12 +00:00 |
warren%netscape.com
|
ada87acf3e
|
Fix for downloaded jar files, and for pulling jars out of the cache. r=mstoltz
|
2000-01-31 23:43:09 +00:00 |
mstoltz%netscape.com
|
5b549d60f4
|
nsJARChannel now gets its owner from the underlying nsJAR, for the correct security level. bug=7270 r=norris
|
2000-01-29 00:06:15 +00:00 |
dougt%netscape.com
|
fd69a2f423
|
Landing nsIFile.
|
2000-01-24 21:28:28 +00:00 |
bryner%uiuc.edu
|
7d6458d41f
|
Fixing linux build bustage. r=pavlov.
|
2000-01-24 04:45:54 +00:00 |
warren%netscape.com
|
89c51a1418
|
Added code to cancel/suspend/resume jar channels. Bug #24338
|
2000-01-24 03:54:20 +00:00 |
gayatrib%netscape.com
|
0d1f5b6ca5
|
Added code to check for existence of a jar file in the cache before downloading it. r=warren
|
2000-01-19 07:20:31 +00:00 |
rpotts%netscape.com
|
3e79b2aec1
|
Made contentType a read/write attribute of nsIChannel
|
2000-01-08 06:26:04 +00:00 |
valeski%netscape.com
|
c361fb197f
|
nsJARProtocol.cpp
|
1999-12-07 06:58:55 +00:00 |
warren%netscape.com
|
bf4ef9672f
|
Added buffer size parameters to NewChannel. Allows for optimization of amount of image data consumed. Bug #20408
|
1999-12-04 10:01:32 +00:00 |
warren%netscape.com
|
e7faf5530b
|
Fix for downloaded jar files. Now they appear to work, except we aren't checking the cache to see if they already exist. r=gayatrib
|
1999-12-03 02:22:48 +00:00 |
warren%netscape.com
|
a265a32348
|
Landing no_neckoutil2_branch. Bug #11159. Removes neckoutil_s.lib from build which helps beos and openvms.
|
1999-11-30 04:50:42 +00:00 |
warren%netscape.com
|
d8bbb844e6
|
Removed the nsICapabilities interface in favor of nsIInterfaceRequestor.
|
1999-11-18 07:36:41 +00:00 |
warren%netscape.com
|
aaf83521f5
|
Necko API and implementation changes for retargeting. Needed for URL dispatching. r=mscott
|
1999-11-17 08:14:52 +00:00 |
warren%netscape.com
|
01a5c1fa80
|
Libjar cleanup. Added Close method. Bug#18273. r=mstoltz,gayatrib,dveditz
|
1999-11-12 06:13:13 +00:00 |
warren%netscape.com
|
5f446c2b3a
|
Got Gayatri's JAR protocol working. (not in build yet)
|
1999-11-07 21:55:12 +00:00 |