shaver%mozilla.org
e7f17d0e89
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
af7244a8a9
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
5d8e17fbea
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
edde026272
fixes bug 186513 "Auth prompting, etc. from incremental downloader" r=biesi a=bsmedberg
2005-07-05 22:24:57 +00:00
darin%meer.net
7d5c38dd25
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
63b78a3ed2
make nsSimpleURI implement nsIClassInfo. bug 299067. r=darin sr=dbaron a=bsmedberg
2005-06-29 21:03:24 +00:00
shaver%mozilla.org
cf7a7a6be7
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
5e1daa9a78
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
4de61d291b
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
951ca3b174
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
0c3deda0ff
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
a9510de92c
Bug 296892 OOM crash [@ nsSocketTransport::Init]
...
r=darin sr=darin a=asa
2005-06-17 22:58:18 +00:00
bryner%brianryner.com
37e80e76f5
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
ce969129ea
Make incremental download work properly on Linux.
2005-06-11 02:56:52 +00:00
cbiesinger%web.de
3dfd9d6678
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
b11dd89d7f
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
592dbdc176
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
9b568cc2b0
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
6d5657cf6c
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
349ce9aad4
fixes bug 283049 "nsISocketTransportService cleanup" r=biesi sr=bzbarsky a=asa
2005-04-14 23:18:34 +00:00
darin%meer.net
ed46df60ea
fixes bug 285991 "leak loading site from HTTPS" r=biesi sr=dbaron
2005-04-06 01:35:06 +00:00
darin%meer.net
130fb0d326
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
9234d56bb8
addressing reviewer comments for bug 283489
2005-04-05 17:45:09 +00:00
cbiesinger%web.de
763f225033
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
4dd371f200
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
5e478b9d08
fixes bug 287956 "Crash shortly after program start [@nsProtocolProxyService::PruneProxyInfo]" r=biesi
2005-03-28 20:11:16 +00:00
darin%meer.net
0a9e437683
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
08146eec42
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
2a0334f6fe
bug 286645 add/improve nsReadLine.h documentation
...
r=bz sr=darin
2005-03-18 15:29:04 +00:00
cbiesinger%web.de
43ff9de092
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
076508a453
nsLoadGroup::mPriority not initialized, r=bryner
2005-02-27 15:19:05 +00:00
bsmedberg%covad.net
4b68fa447a
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
e39a4ddeba
282108 - nsUrIHashKey.h does not conditionally include itself. r+sr=darin
2005-02-25 08:59:10 +00:00
bsmedberg%covad.net
aab6284169
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
14bc4f011a
s/BumpPriority/AdjustPriority/ (bug 278531) r=shaver sr=brendan
2005-02-21 22:21:21 +00:00
darin%meer.net
f2311e1369
fixes bug 278531 "generic request prioritization (loadgroup prioritization)" r=biesi sr=bzbarsky
2005-02-21 20:58:01 +00:00
bsmedberg%covad.net
6308fe5e8d
Backout bug 278534 due to tinderbox orange.
2005-02-20 01:47:13 +00:00
bsmedberg%covad.net
bbea1f4890
Forgot one file from bug 278534 - nsURIHashKey depends on a full declaration of nsIURI.
2005-02-19 16:04:34 +00:00
cbiesinger%web.de
6706776bf1
Bug 282275 remove NS_NOTREACHED in ReadSegments implementations
...
r+sr=darin
2005-02-18 18:39:53 +00:00
jst%mozilla.jstenback.com
9942ee6c00
Fixing bug 280947. Fix regression from bug 279945 that broke dragging images onto the client file system if the image URL didn't have a valid extension. r=bzbarsky@mit.edu, sr=dveditz@cruzio.com
2005-02-07 22:20:14 +00:00
darin%meer.net
aeeb18f356
fixes bug 280731 "nsIProtocolProxyService::NewProxyInfo is broken" r+sr=bzbarsky
2005-02-02 06:34:29 +00:00
bienvenu%nventure.com
0821373cc7
fix 278144 make setTimeout on SocketTransports adjust the timeout immediately, r=bzbarsky, sr=darin
2005-02-01 15:22:20 +00:00
bzbarsky%mit.edu
68e985ef18
Fix comparison of file:// uris. Bug 280206, r+sr=darin
2005-01-30 20:45:46 +00:00
dougt%meer.net
349de7568f
Fixes 280241. WinCE network build changes. r=darin.
2005-01-30 03:52:40 +00:00
darin%meer.net
ea604ff104
fixing regression introduced by last patch for bug 278531, r+sr=bzbarsky
2005-01-27 17:43:46 +00:00
darin%meer.net
f27e88999a
fixes bug 278144 "Support socket i/o timeouts" r=bienvenu sr=bzbarsky
2005-01-26 02:13:14 +00:00
bzbarsky%mit.edu
b6f691de76
Fix isInNet to be a little more strict. Bug 251675, patch by Anders Holm
...
<anders@anders.is-a-geek.net>, r=darin, sr=bzbarsky
2005-01-23 21:49:56 +00:00
bzbarsky%mit.edu
d185bdf1ce
Include the part number inside a multipart document in the state key, so that
...
state restoration works correctly on each part. Bug 47350, patch by Hideo
Saito <saito@densan.co.jp>, r=bzbarsky, sr=js
2005-01-15 17:47:23 +00:00
darin%meer.net
19493b9eec
fixes bug 261929 "Consider sending urls in UTF-8 by default (images/links with non-ASCII chacters not displayed)" r=jshin sr=bzbarsky
2005-01-12 21:45:42 +00:00
cbiesinger%web.de
729436b5d5
fixing tinderbox orange
2005-01-09 22:19:32 +00:00