dwitte%stanford.edu
ffa45ddc5f
sprinkle some asserts, and remove redundant #include.
2004-07-19 23:38:35 +00:00
dwitte%stanford.edu
f3754bca20
rename nsISafeFileOutputStream to nsISafeOutputStream, and make nsBufferedOutputStream aware of it, to make life easier on consumers.
...
b=251648, r=biesi, sr=darin, with thanks to darin and bz for suggestions.
2004-07-19 22:00:03 +00:00
cbiesinger%web.de
c7e472b160
Bug 247981 necko depends on libpr0n
...
r=pavlov sr=darin
2004-07-19 18:53:02 +00:00
dwitte%stanford.edu
e32700100c
tell necko-config.h about NECKO_COOKIES. b=221885
2004-07-19 07:14:34 +00:00
dwitte%stanford.edu
2abcffe70a
add --disable-cookies build option.
...
b=221885, r=bsmedberg, r+sr=darin
2004-07-19 04:57:02 +00:00
dwitte%stanford.edu
a21bbd2099
quick fix to get cookie/permission file saving working on trunk again, while we hash out a real fix.
...
b=251648, r+sr=darin
2004-07-16 20:08:08 +00:00
gerv%gerv.net
554e0e99a4
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-07-16 19:30:11 +00:00
cbiesinger%web.de
b737bd0f85
fixing more win32 bustage
2004-07-15 21:32:42 +00:00
bzbarsky%mit.edu
7a82794b65
Fix more bustage
2004-07-15 21:10:06 +00:00
bzbarsky%mit.edu
4c226a4a1e
Fix build bustage. Putting includes in ifdefs is BAD!
2004-07-15 20:49:15 +00:00
cbiesinger%web.de
e86024e1cf
Bug 69114 go to the target of a .url file, instead of showing its contents, when
...
opening such a file in mozilla
r=darin sr=bz
2004-07-15 20:21:44 +00:00
darin%meer.net
fc2e6ebbad
fixes bug 85484 "Proxy: auth prompt doesn't show realm" r=biesi sr=bzbarsky
2004-07-15 13:11:55 +00:00
dwitte%stanford.edu
4c3a6e6c55
add Finish() method to nsISafeFileOutputStream, and tweak things slightly.
...
b=251091, r=mvl, sr=darin
2004-07-15 05:52:37 +00:00
dwitte%stanford.edu
b2203a6a0f
fix nsFileStream::Close() to propagate failure conditions to the caller.
...
b=251117, r+sr=darin, a=shaver
2004-07-14 05:08:49 +00:00
darin%meer.net
d416a170e5
fixes bug 251213 "ftp urls fail to load" r=biesi sr=bryner a=asa
2004-07-13 21:48:20 +00:00
dwitte%stanford.edu
896ea63350
comment typo fix.
2004-07-12 09:20:55 +00:00
dwitte%stanford.edu
1e25a1a846
comment typo fix.
2004-07-11 00:48:43 +00:00
cbiesinger%web.de
7ad5e51ae6
removing unused file. r+sr=darin a=shaver
2004-07-09 21:45:20 +00:00
mvl%exedo.nl
d7013a2949
create a non-overwriting file output stream
...
bug 246675, r=biesi, sr=darin
2004-07-06 20:35:40 +00:00
cbiesinger%web.de
f7567585f4
forgot to remove this file as part of bug 247607. not part of the build.
2004-07-02 17:18:56 +00:00
darin%meer.net
9fb553acda
fixes bug 201040 "Unable to view page source of the page that uses IDN" r=biesi
2004-07-01 23:45:34 +00:00
darin%meer.net
b56b97c48b
cleaning up QueryInterface call from last check in, r=biesi
2004-07-01 23:37:40 +00:00
timeless%mozdev.org
974dcd1f09
Bug 242110 [nsTXTToHTMLConv] angle brackets in gopher pages are not properly escaped/displayed
...
r=darin sr=darin
2004-07-01 23:33:47 +00:00
darin%meer.net
cc570ace01
rev'ing IID for nsIProxyInfo since it was changed (b=224237)
2004-07-01 23:33:32 +00:00
darin%meer.net
c46e6f82d5
fixes bug 224237 "PAC: make failover behave according to specification"
...
original patch by jerry.tan@sun.com with revisions by darin, r=biesi
2004-07-01 23:31:47 +00:00
darin%meer.net
25fd66c5ef
Tweak placement of commas and periods in relation to quotation marks to
...
improve readability.
2004-07-01 15:29:57 +00:00
darin%meer.net
b1b26c752e
fixing up comments that reference the non-existent nsIHttpNotify
2004-06-30 18:24:08 +00:00
cbiesinger%web.de
d9cfd7ee1f
let's try commiting _after_ saving the changed file. (still bug 248810)
2004-06-29 16:45:40 +00:00
cbiesinger%web.de
accb367c14
bug 248810 nsIStreamConverter[Service] uses wide strings for mime types
...
r+sr=darin
2004-06-29 16:45:07 +00:00
darin%meer.net
6bf6ddebca
removing unused files, bug 248847, r=biesi
2004-06-28 21:27:12 +00:00
cbiesinger%web.de
e9a04dbcd9
get rid of AssignWithConversion in necko
...
bug 85310 r+sr=darin
2004-06-27 13:50:47 +00:00
cbiesinger%web.de
54f9aae8dc
bug 247715 make use of new nsUint64 type, which fixes an incorrect assertion by making the comparison unsigned instead of signed
...
r+sr=darin
2004-06-27 13:11:54 +00:00
cbiesinger%web.de
0d612ddee8
bug 248201 necko should not overwrite specific error code when trying to resume a dir listing
...
r=dougt sr=darin
2004-06-27 13:05:06 +00:00
dwitte%stanford.edu
3f81f64dc0
removing unnecessary #include.
2004-06-26 20:52:14 +00:00
cbiesinger%web.de
98f7eeec9e
oops. fixing bustage.
2004-06-26 18:47:01 +00:00
cbiesinger%web.de
2d532ef09f
bug 247607 http-index-format -> html conversion should be done by the necko caller, not by the channels
...
r+sr=darin
2004-06-25 18:30:22 +00:00
darin%meer.net
a6e36d84b5
fixes bug 234608 "Removal of some deadcode in nsDiskCacheBinding" patch by alfredkayser@nl.ibm.com r=biesi sr=darin
2004-06-22 15:56:49 +00:00
darin%meer.net
9c21afd585
adding simple stream loader testcase
2004-06-22 15:37:33 +00:00
ben%bengoodger.com
c65983111c
243387 - about:plugins broken by download size reduction changes. Move about:plugins page to global package to remove dependency on defunct "communicator" package. r=mconnor
2004-06-20 01:42:05 +00:00
dwitte%stanford.edu
8c26460133
fixing an erroneous comment.
2004-06-19 23:57:45 +00:00
cbiesinger%web.de
313487c65f
bug 246525 cache entries should have intl-friendly date format; make them use ISO 8601
...
patch by Constantine A. Murenin <cnst+bmo@bugmail.mojo.ru> r=biesi sr=darin
2004-06-18 18:09:54 +00:00
roc+%cs.cmu.edu
52092297fe
Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
2004-06-17 00:13:25 +00:00
cbiesinger%web.de
651b84cbf0
bug 243974 can't download files larger than 4 GB
...
Also changes nsIResumableChannel to have a resumeAt function, that does not open the channel immediately, and changes its size parameter to a 64 bit integer
r=darin sr=bryner
2004-06-16 19:51:21 +00:00
darin%meer.net
657ad8705e
fixes bug 227976 "nsHttpCompressConv can fail to read any data in OnDataAvailable and return success" r=biesi (patch based on suggestion by bzbarsky)
2004-06-16 16:28:30 +00:00
darin%meer.net
b94b4bb1e2
fixes bug 246193 "Mozilla doesn't revert to IPv4 if IPv6 connect fails" r=lorenzo
2004-06-16 15:09:34 +00:00
darin%meer.net
ea254d645d
fixes bug 246264 "nsHttpChannel may leak mResponseHead" r=pedemont sr=bryner
2004-06-16 15:05:42 +00:00
darin%meer.net
6d4801829f
fixes bug 247006 "Apply NS_HIDDEN to necko net_ helper functions" r+sr=bryner
2004-06-16 14:53:31 +00:00
darin%meer.net
bcfee30930
fixes bug 246872 "PAC: myIpAddress gives 'myIpAddress is not defined' error" r+sr=shaver
2004-06-15 23:20:50 +00:00
jag%tty.nl
885c03e1d6
Bug 105892: 'Resolving host xyz.foo.bar' should be 'Looking up xyz.foo.bar'. Patch by Tim Meader <tmeader@gmail.com>, r=darin, sr=jag
2004-06-14 19:05:01 +00:00
cbiesinger%web.de
45bcddf927
Bug 118438 Gopher 'information' tag not supported.
...
patch by Jan Ruzicka <jan.ruzicka@comcast.net> r=biesi sr=darin
2004-06-12 19:49:40 +00:00