Commit Graph

5258 Commits

Author SHA1 Message Date
mnyromyr%tprac.de
a561f2dcd2 Bug 115924: removal of communicatorOverlay.xul; p=Giacomo Magnini <giacomo.magnini@portalis.it>, r=neil, sr=mscott 2006-07-09 12:49:47 +00:00
dveditz%cruzio.com
79ec1d3e6f Bug 301762: add missing ssl versions of mail ports, r=dougt, sr=darin, a=darin 2006-07-06 19:40:38 +00:00
cbiesinger%web.de
9d372893f5 bug 226943 Don't map NS_ERROR_UNKNOWN_HOST to NS_ERROR_UNKNOWN_PROXY_HOST when
a SOCKS proxy is used, because in that case, this code resolves the real host
rather than the proxy host

patch by Sylvain Pasche <sylvain.pasche@gmail.com> r=biesi sr=darin
2006-07-06 10:19:36 +00:00
martijn.martijn%gmail.com
93cbe207f8 Bug 343281 - nsIFileInputStream/nsIFileOutputStream::Init - document the special -1 value for ioFlags and perm params, patch by Nickolay Ponomarev. r=cbiesinger, sr=darin 2006-06-30 23:06:20 +00:00
bzbarsky%mit.edu
d74d9be343 Just store the flags, not various booleans. Bug 342914, r=biesi, sr=darin 2006-06-29 16:18:01 +00:00
darin%meer.net
806f2c78ff fixes bug 323708 "Recalculation of ComputeFreshnessLife wrong after performing If-Modified-Since / If-None-Match request" patch by mozilla@com.jkkn.dk r=biesi sr=darin 2006-06-27 23:49:31 +00:00
darin%meer.net
e2de5b18a2 removing unintended printf 2006-06-27 23:14:50 +00:00
darin%meer.net
edc7e0ce24 fixes bug 332730 "lock reentrancy through nsCacheEntryDescriptor::Close (deadlock)" r=biesi sr=bzbarsky 2006-06-27 23:13:48 +00:00
darin%meer.net
10a0c2ec34 fixes bug 184304 "When memory cache is disabled, no-store pages are not displayed at all" patch by mozilla@Weilbacher.org, r=biesi, sr=darin 2006-06-27 21:57:13 +00:00
darin%meer.net
376ceccb2d removing dead component info (bug 123202) 2006-06-27 20:14:00 +00:00
darin%meer.net
d3461fe44c removing dead files (bug 123202) 2006-06-27 20:12:47 +00:00
darin%meer.net
85e5760bb5 removing unused files (bug 306896) 2006-06-27 18:10:46 +00:00
mrbkap%gmail.com
90e515c6ab Add some additional documentation about this function's behavior. bug 342191, r+sr=darin 2006-06-27 17:57:26 +00:00
gavin%gavinsharp.com
6dd81ae590 Bug 326528: fix out-of-bound error in pref reading code, r+sr=darin 2006-06-26 00:05:15 +00:00
darin%meer.net
601d46f876 fixes bug 286397 "assertion: buffer truncation inadequate" patch by alfredkayser@nl.ibm.com, r+sr=darin 2006-06-24 01:39:38 +00:00
darin%meer.net
c5a852d94f fixes bug 312811 "Port blocking code gets confused by proxy server" r=biesi sr=bzbarsky 2006-06-24 01:25:17 +00:00
darin%meer.net
b1554032ae fixes bug 331825 "Unable to do conditional gets via XMLHttpRequest with 1.5.0.1, works in 1.0.7" r=biesi sr=bzbarsky 2006-06-23 00:49:40 +00:00
darin%meer.net
e9232626de adding unit test for bug 336501. 2006-06-23 00:06:22 +00:00
darin%meer.net
ac465186ba fixes bug 338332 "netwerk/test/TestCookie logic error?" patch by davel, r=darin 2006-06-22 22:22:44 +00:00
darin%meer.net
c6846a8db6 fixing bug 334142 "Firefox 1.5.0.2 doesn't work with some online banking systems" r+sr=bzbarsky 2006-06-22 21:53:06 +00:00
dveditz%cruzio.com
506140bd0c Bug 284219: add EnsureStringLength() helper function to nsReadableUtils.h to
simplify OOM checks when growing an nsAString. r/sr=darin
2006-06-22 19:07:30 +00:00
bzbarsky%mit.edu
282ad6509b Fiox the special-casing for about:blank to deal with it now being
moz-safe-about:blank as far as the security manager is concerned.  Bug 342108,
r=darin, sr=jst
2006-06-22 02:21:06 +00:00
bzbarsky%mit.edu
8cd320ad22 Allow about: modules to just set a flag to force script execution to be allowed
for particular about: URIs, instead of hardcoding checks in the security
manager.  Bug 341313, r=darin, sr=jst
2006-06-22 02:19:49 +00:00
jwalden%mit.edu
9c1bc7d3ad Bug 342321 - nsIncrementalDownload doesn't create 0-sized file when downloading a 0-sized file. r+sr=darin 2006-06-22 00:22:53 +00:00
darin%meer.net
1e7da7adf8 backing out patch for bug 332730 2006-06-20 17:50:49 +00:00
darin%meer.net
753dd7db43 fixes bug 332730 "lock reentrancy through nsCacheEntryDescriptor::Close (deadlock)" r=biesi sr=bzbarsky 2006-06-20 02:05:10 +00:00
bzbarsky%mit.edu
9509962b32 Move the safe vs unsafe about: distinction out of the security manager and into
nsIAboutModule implementations.  Bug 337746, r=dveditz, sr=darin
2006-06-19 21:02:12 +00:00
darin%meer.net
951c3f5544 removing bogus printf 2006-06-13 01:14:46 +00:00
darin%meer.net
03fdfa5587 fixes bug 243277 "Offline: PAC: fails to load at startup when offline, then never tries again" r=biesi sr=bzbarsky 2006-06-13 01:14:20 +00:00
pamg.bugs%gmail.com
1b3e2f9583 Bug 331510: Adding nsEffectiveTLDService to allow necko and others to know about TLD-like subdomains. r=darin 2006-06-09 18:23:10 +00:00
mrbkap%gmail.com
26f873f113 Add some additional evalInSandbox functionality for PAC and use it there. bug 337389, r=shaver sr=darin 2006-06-07 20:21:40 +00:00
mrbkap%gmail.com
783e510c94 Remove some functions that scripts don't need. bug 337389, r=darin sr=dveditz 2006-06-07 01:58:51 +00:00
mark%moxienet.com
a6b04ae8c0 340032 nsIThreadObserver needs a method called after processing an event to support Cocoa autorelease pools. r=darin sr=bryner 2006-06-07 00:06:11 +00:00
timeless%mozdev.org
a768026fc9 Bug 337917 Make consumers stop using cids from other modules
r=smontagu sr=darin
2006-06-03 23:35:59 +00:00
darin%meer.net
c895133cb1 fixes bug 315159 "Enable the Stream Converter graph code" r=biesi sr=bzbarsky 2006-06-03 00:19:11 +00:00
bzbarsky%mit.edu
5c970102ff Make the documentURI of a document and the currentURI of a docshell immutable objects.
Bug 336699, r=darin, sr=jst
2006-05-31 17:57:14 +00:00
pedemont%us.ibm.com
6914d6a2a7 Bug 338876 - Scriptable nsISocketProviderService returns noscript nsISocketProvider. r=darin. 2006-05-30 16:12:51 +00:00
darin%meer.net
429a08b094 fixes bug 184614 "valgrind doesn't like nsDiskCacheBlockFile::WriteBlocks (uninitialized memory written to cache)" patch by alfredkayser@nl.ibm.com, r+sr=darin 2006-05-26 18:21:12 +00:00
darin%meer.net
148944fe8b fixes bug 312061 "Call res_ninit when restarting the DNS service [was: Firefox keeps a list of dns servers after connection goes down]" r=biesi sr=bzbarsky 2006-05-25 16:49:48 +00:00
ajschult%verizon.net
0cb1a2fd02 Bug 309459: Crash when using cacheService.visitEntries. Patch by Adam Guthrie <ispiked@gmail.com>, r+sr=darin. 2006-05-20 22:36:48 +00:00
darin%meer.net
cb43666976 fixes bug 308371 "Add additional instrumentation to Http protocol" patch by LeRoy Krueger (leroyk@attglobal.net), r+sr=darin 2006-05-19 22:50:02 +00:00
darin%meer.net
eeb69f249f fix documentation to mention proper http:// URLs. 2006-05-18 19:03:59 +00:00
darin%meer.net
153449a95e fixes bug 337893 "nye bloat tbox sometimes reports 'RLk:-2147483048.00000B'" r+sr=bzbarsky 2006-05-16 20:11:22 +00:00
bzbarsky%mit.edu
e80a83a9fd Remove the keyword: protocol handler. Expose the functionality on nsIURIFixup
instead.  Bug 337339 and bug 264830, r=biesi, sr=darin
2006-05-16 03:02:28 +00:00
kaie%kuix.de
99c1cc7b57 bug 235773, Patch v13
This check in will make PSM aware of ECC cipher suites. Nightly builds will not yet contain ECC, because NSS is still
being compiled with ECC disabled.
r=rrelyea/darin
2006-05-16 00:33:44 +00:00
dougt%meer.net
ee1087a2c7 Fixing WINCE build bustage. WINCE-only 2006-05-15 14:48:17 +00:00
darin%meer.net
ea010b8b75 fixes bug 337752 "gcc 3.2.2 generates bad code for nsRunnableMethod<T>" r=bsmedberg 2006-05-12 20:18:13 +00:00
mkaply%us.ibm.com
8f34963317 #326273
r=mkaply, sr=mkaply (OS/2 only)
OS/2 changes from threading checkin - build bustage
2006-05-11 17:22:54 +00:00
darin%meer.net
e53eb29e72 fixing upload to a file channel and the win32 vc6 build bustage (out with NS_NewRunnableMethod and in with NS_NEW_RUNNABLE_METHOD) 2006-05-10 22:49:04 +00:00
darin%meer.net
60abfd74e7 fixing vc6 build bustage 2006-05-10 21:08:55 +00:00