bzbarsky%mit.edu
eabb28c936
Show a useful error message if a page claims to be compressed and isn't. Bug
...
184144, patch by Vidar Braut Haarr <vhaarr+bmo@gmail.com>, r=darin, sr=bzbarsky
2005-09-16 19:27:27 +00:00
darin%meer.net
cb8b2568ac
fixes bug 308370 "nsIncrementalDownload::GetDestination should return a clone of nsIFile" r=biesi
2005-09-14 20:49:03 +00:00
dbaron%dbaron.org
e7099d7048
Additional precautions against potential buffer overruns. b=307259 r=darin sr=dveditz
2005-09-13 17:38:20 +00:00
darin%meer.net
07f624a9b4
fixes bug 293350 "Allow dynamic changes to notification callbacks" r=biesi sr=bzbarsky
2005-09-10 00:20:02 +00:00
dbaron%dbaron.org
736d952606
NormalizeIDN can (and should, I think) normalize to an empty string in some cases, so don't use AppendSegmentToBuf, which will do the wrong thing with an empty string and potentially overrun buffer. b=307259 r=darin sr=dveditz
2005-09-09 19:06:58 +00:00
timeless%mozdev.org
a8dd33ffee
Bug 306086 LOAD_RETARGETED_DOCUMENT_URI confused it's for its
...
patch by stephend r=darin
2005-09-02 00:48:01 +00:00
andreas.otte%debitel.net
dee34dff43
Backing out the preliminary fix for bug 304904 it breaks thunderbird local folders
2005-08-25 19:25:29 +00:00
mrbkap%gmail.com
b9b46b0f14
bug 302834: Components.utils.evalInSandbox should return the result of the given operations. Introduce a new Sandbox constructor to pass in as the second argument. Also bring the one use of evalInSandbox in the tree up to date with the new API. r=shaver/brendan
2005-08-25 16:38:58 +00:00
andreas.otte%debitel.net
2fdb84ddb1
preliminary fix for bug 304904 [Firefox should refuse to look up invalid hostnames containing "%"], r=cbiesinger, sr=bzbarsky
2005-08-24 19:50:38 +00:00
cbiesinger%web.de
847e149c52
bug 304414 Implement Available correctly for directory index streams (i.e. make
...
them never return -1)
r+sr=bz
2005-08-21 14:13:52 +00:00
bienvenu%nventure.com
690785e15a
add optional support for mit kerberos for windows, patches by cneberg@gmail.com, r=darin, sr=bienvenu 280792
2005-08-19 14:25:22 +00:00
dbaron%dbaron.org
7b6c6f51b5
Make nsIChannel implementations follow the rules that prevent them from leaking due to cycles with their notification callbacks. b=303043 r=biesi sr=darin
2005-08-12 22:53:22 +00:00
bzbarsky%mit.edu
6c59f965fd
Make our content-type header parsing closer to spec (it wasn't allowing some
...
perfectly valid things), and have only one function for doing said parsing
instead of two separate functions. Bug 244964, r+sr=darin, a=bsmedberg
2005-07-25 20:27:04 +00:00
shaver%mozilla.org
83000e23bd
Bug 299980: rename Components.util to Components.utils to match other
...
Components children, and developer expectation. telepathic-r=brendan,
a=bsmedberg.
2005-07-07 19:34:35 +00:00
timeless%mozdev.org
b170fb4a6a
Bug 299422 r:/mozilla\netwerk\base\src\nsProtocolProxyService.cpp(74) : warning C4099: 'nsProtocolInfo' : type name first seen using 'class' now seen using 'struct'
...
r=darin sr=darin a=bsmedberg
2005-07-06 17:42:06 +00:00
dougt%meer.net
cdc3ff3cdb
Bug 297567 Adds support to WinCE to allow AutoDial. Patch by claytonw@mit.edu (cleaned up by dougt), r=dougt, sr=darin, a=asa wince specific
2005-07-06 03:06:32 +00:00
darin%meer.net
a1d6327daf
fixes bug 186513 "Auth prompting, etc. from incremental downloader" r=biesi a=bsmedberg
2005-07-05 22:24:57 +00:00
darin%meer.net
1f9247f9df
fixes bug 100022 "make sure redirects are followed correctly when loading a PAC URL" r=biesi a=bsmedberg
2005-06-30 20:21:34 +00:00
pavlov%pavlov.net
dff8ee3ade
make nsSimpleURI implement nsIClassInfo. bug 299067. r=darin sr=dbaron a=bsmedberg
2005-06-29 21:03:24 +00:00
shaver%mozilla.org
882c624213
Bug 296374: move evalInSandbox, reportError, lookupMethod to new Components.util
...
object, with deprecation-warning forwarding for rE and lM.
r=caillon,dbradley,bsmedberg;a=bsmedberg.
2005-06-29 14:23:03 +00:00
darin%meer.net
0f3fecfa5e
fixes bug 100022 "PAC: first page/homepage load fails (b/c automatic proxy configuration is slower than first HTTP request)" r=biesi a=asa
2005-06-24 23:58:25 +00:00
cbiesinger%web.de
2e7e16befb
Bug 295047 Want unicode stream readers/writers: Makes nsIUnicharInputStream and
...
nsIConverterInputStream scriptable, and adds nsIUnicharOutputStream and
nsIConverterOutputStream (together with implementations).
r=jshin sr=darin a=chofmann
2005-06-24 19:44:50 +00:00
darin%meer.net
12c1b15b09
fixes bug 296163 "PAC files containing non-ASCII text (comments) fail to load." r=biesi a=asa
2005-06-20 17:47:38 +00:00
jshin%mailaps.org
669b86b53c
bug 286584 : Implement IDN punycode display by .tld (r=gerv, sr=darin, a=asa)
2005-06-20 05:23:30 +00:00
timeless%mozdev.org
b5467d3fca
Bug 296892 OOM crash [@ nsSocketTransport::Init]
...
r=darin sr=darin a=asa
2005-06-17 22:58:18 +00:00
bryner%brianryner.com
e4a343f08f
Fix assorted issues with fastback, including adding progress listener notifications and introducing the PageHide and PageShow events. See bug 292971 for all of the details. r=darin, sr=bzbarsky, a=shaver.
2005-06-15 23:52:46 +00:00
darin%meer.net
49e3757efa
Make incremental download work properly on Linux.
2005-06-11 02:56:52 +00:00
cbiesinger%web.de
7d5cf50900
286807 allow socket detach handlers to post events
...
r=darin sr=bz a=asa
2005-06-09 14:09:23 +00:00
darin%meer.net
0b27f2e150
fixes bug 291910 "Provide utility for incremental download" r=biesi,dougt sr=bzbarsky a=shaver
2005-06-01 18:05:36 +00:00
bryner%brianryner.com
aed69207f0
Add support for caching content viewers in session history to speed up back/forward (bug 274784). This initial landing has the feature disabled by default; set browser.sessionhistory.max_viewers to the maximum number of pages to cache to enable the feature. r=bzbarsky, sr/a=brendan.
2005-05-04 20:22:32 +00:00
darin%meer.net
c7c0859ea1
fixes bug 289178 "Move show_punycode pref into nsStandardURL" r=biesi sr=dbaron a=asa
2005-04-27 01:32:36 +00:00
bzbarsky%mit.edu
3347ea07cf
Fix nsStandardURL::Equals to always return true when a URL is compared to
...
itself or its clone. Bug 286702, r=biesi, sr=darin, a=brendan
2005-04-22 15:46:26 +00:00
darin%meer.net
a476e7129d
fixes bug 283049 "nsISocketTransportService cleanup" r=biesi sr=bzbarsky a=asa
2005-04-14 23:18:34 +00:00
darin%meer.net
430b684e9c
fixes bug 285991 "leak loading site from HTTPS" r=biesi sr=dbaron
2005-04-06 01:35:06 +00:00
darin%meer.net
9791154211
patch for bug 287648 "make nsIDNSService use nsICancelable and move private methods to nsPIDNSService" r=biesi sr=bzbarsky
2005-04-06 01:33:28 +00:00
cbiesinger%web.de
c70d38dd77
addressing reviewer comments for bug 283489
2005-04-05 17:45:09 +00:00
cbiesinger%web.de
44625301dd
bug 283489 r=darin sr=bz
...
- Make the HTTP, FTP and file channels implement nsIPropertyBag2 and associated
interfaces (by inheriting from nsHashPropertyBag)
- Use that interface to expose a "content-length" property giving the length of
the data as a 64-bit value on the FTP and HTTP channels
- change docshell and xpinstall to use nsIPropertyBag2 instead of nsIProperties
to read/write the referrer property
2005-04-05 17:40:32 +00:00
darin%meer.net
df9961125e
fixes bug 287648 "Unify 'request' object interface for DNS and PPS asyncResolve methods" r=biesi sr=bzbarsky
2005-04-01 23:31:04 +00:00
darin%meer.net
cf665de8d7
fixes bug 287956 "Crash shortly after program start [@nsProtocolProxyService::PruneProxyInfo]" r=biesi
2005-03-28 20:11:16 +00:00
darin%meer.net
1a8956919c
document the fact that the input stream passed to onDataAvailable must
...
implement readSegments. r+sr=bz
2005-03-25 23:21:48 +00:00
darin%meer.net
f6ffba0f8b
landing patch for bug 282442 "Provide interface for configuring proxies" r=biesi sr=bzbarsky
2005-03-25 03:41:33 +00:00
cbiesinger%web.de
e9910d2a61
bug 286645 add/improve nsReadLine.h documentation
...
r=bz sr=darin
2005-03-18 15:29:04 +00:00
cbiesinger%web.de
e8d4c35266
181938 allow any protocol to support redirection, using a new
...
nsIChannelEventSink interface.
r=darin sr=bz
2005-03-07 19:46:06 +00:00
darin%meer.net
dc41d37763
nsLoadGroup::mPriority not initialized, r=bryner
2005-02-27 15:19:05 +00:00
bsmedberg%covad.net
361daac936
Bug 281414 - global s/nsIPrefBranchInternal/nsIPrefBranch2/ rs=darin (did not change backwards-compatible code in extensions/irc extensions/venkman or extensions/inspector)
2005-02-25 20:46:35 +00:00
ben%bengoodger.com
d78c91a2a2
282108 - nsUrIHashKey.h does not conditionally include itself. r+sr=darin
2005-02-25 08:59:10 +00:00
bsmedberg%covad.net
473534a724
Bug 278534, try #2 - Make tooklit chrome registry use plaintext manifests instead of an RDF cache (get rid of contents.rdf!) r=darin/dveditz/ben
2005-02-22 21:49:45 +00:00
darin%meer.net
bdb13852d9
s/BumpPriority/AdjustPriority/ (bug 278531) r=shaver sr=brendan
2005-02-21 22:21:21 +00:00
darin%meer.net
ea421f6654
fixes bug 278531 "generic request prioritization (loadgroup prioritization)" r=biesi sr=bzbarsky
2005-02-21 20:58:01 +00:00
bsmedberg%covad.net
e82e4540da
Backout bug 278534 due to tinderbox orange.
2005-02-20 01:47:13 +00:00