Commit Graph

2094 Commits

Author SHA1 Message Date
jshin%mailaps.org
3955f79b8c bug 278161 : make file URLs always be in (escaped) UTF-8 regardless of the file system encoding (opening an link to a local non-ASCII file) :r/sr/a1.8=darin
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195791 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-02 05:55:20 +00:00
cbiesinger%web.de
99a9fc955e bug 334516 Handle the case where we have both a transaction pump and a cache
pump (that is, the case when we are completing a partial cache entry):
- correct the assertion
- read from the cache pump when calling type sniffers (since it contains the
  initial data)
r+sr+a=darin


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@194966 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-20 10:59:30 +00:00
darin%meer.net
f2f11156d9 fixes bug 334439 "nsHttpConnectionMgr::MAX_CONNECTIONS set to mMaxRequestDelay; should be mMaxConnections" patch by dave.puchyr@avaritia.com, r=biesi, sr+a=darin
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@194599 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-18 14:25:32 +00:00
darin%meer.net
42997266aa fixes bug 330214, r=biesi sr+a=bz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193854 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-08 00:37:27 +00:00
darin%meer.net
ae54ca8237 fixes bug 329746, r=biesi sr+a=bz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193853 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-08 00:35:18 +00:00
darin%meer.net
45c61420fb fixes bug 328817, r=biesi sr+a=bz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193851 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-08 00:31:29 +00:00
cbiesinger%web.de
3a6e5ebfd5 Make unknown about: URIs throw the right error instead of silently doing
nothing. Bug 87513, patch by bz, r=biesi, sr=darin, a=darin


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@192543 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-17 16:41:05 +00:00
darin%meer.net
1b913cd30c fixes bug 189570 "Aborting a page load causes untransferred content that already exists to be doomed from the disk cache" r=biesi sr+a=bzbarsky
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@191833 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-06 18:02:07 +00:00
cbiesinger%web.de
37ea372325 bug 324985 Allow components to register in a category to get told about all HTTP
page loads and allow sniffing the content type. Only works for docshell-initiated
loads.
r=darin sr=bz a=darin


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@191747 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-04 00:27:20 +00:00
cbiesinger%web.de
1356c4c4e9 bug 329165 use an unsigned array index
r+sr+a=darin


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@191717 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-03 19:45:35 +00:00
cbiesinger%web.de
095a2c9a14 Bug 315598 Allow more than one global redirect observer, using the
"net-channel-event-sinks" category.
r=darin sr=bz a=darin


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@190839 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-22 16:20:27 +00:00
timeless%mozdev.org
e564d830bd Bug 320498 Fix NewChannel impls to handle null in argument
r=darin sr=darin a=darin


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@190101 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-15 10:05:53 +00:00
timeless%mozdev.org
97ac13a47a Bug 320498 Fix NewChannel impls to handle null in argument
r=darin sr=darin a=darin


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@190099 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-15 09:51:18 +00:00
timeless%mozdev.org
eab33418fb Bug 320498 Fix NewChannel impls to handle null in argument
r=darin sr=darin a=darin


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@190097 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-15 09:32:03 +00:00
timeless%mozdev.org
db4dc8a2a5 Bug 320498 Fix NewChannel impls to handle null in argument
r=darin sr=darin a=darin


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@190095 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-15 09:18:01 +00:00
darin%meer.net
399c38fb11 fixes bug 321999 "HTTP waits for response to determine keep-alive state" r=biesi sr+a=bzbarsky
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189423 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-08 17:40:35 +00:00
darin%meer.net
cbbc496a15 fixes bug 137155 "POST request sent as two small packets (IIS 5 sometimes chokes)" r=biesi sr+a=bzbarsky
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189422 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-08 17:39:29 +00:00
darin%meer.net
b2c16839c0 fixes bug 213005 "ASSERTION: OnDataAvailable implementation consumed no data" r=timeless sr=roc a=bzbarsky
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189421 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-08 17:37:34 +00:00
gavin%gavinsharp.com
75ee733db7 Bug 320851: http authentication (401) prompt no longer displays scheme, r+sr+branch181=darin
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189305 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-07 14:15:58 +00:00
cbiesinger%web.de
a752baa8bb bug 313414 process cookies only after sending http-on-examine-response, to allow
the observer to do stuff to the cookie header (modify or delete it)
r+sr+a=darin


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@188662 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-01 15:12:15 +00:00
darin%meer.net
f29bab9143 fixes bug 323378 "Accessing data:;base64, produces a crash for some architectures" patch by Sylvain Pasche <sylvain.pasche@gmail.com>, r=darin, a=bsmedberg
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@188564 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-31 14:51:52 +00:00
gerv%gerv.net
5c3e072cdc Bug 322000: update about:licence to fulfil all our obligations with regard to notifications, copyright statements and so on. Patch by gerv; r=mconnor, mscott.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@188343 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-27 14:14:37 +00:00
darin%meer.net
588bb96b55 fixes bug 309424 "mozilla 1.5beta1 freezes & goes into 95+% cpu usage browsing blackisha.com" r=biesi sr=bzbarsky a=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@182782 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-22 18:23:59 +00:00
darin%meer.net
0173471fb9 fixes bug 300613 "insecure page can be made to appear secure" r=bzbarsky sr=dveditz a=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@182766 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-22 01:03:14 +00:00
joshmoz%gmail.com
fce7f69ba2 Fix Intel Mac UA string, navigator.oscpu, navigator.platform values. The values in this patch match up with what Apple is using in their latest Intel build. b=297607 r=dbaron sr=darin a=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@182483 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-18 19:48:47 +00:00
darin%meer.net
5b0833cac9 fixes bug 304286 "Certificate failures during automatic check for updates should not give user choice to connect anyway" r=biesi sr=dveditz a=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@182430 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-18 00:29:35 +00:00
darin%meer.net
b679391862 fixes bug 309335 "Unknown content type dialog(helper app dialog) shows escaped file name if it has non-ASCII char" patch by biesi+darin, r=bzbarsky, a=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@182399 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-17 20:13:09 +00:00
masayuki%d-toybox.com
20e0b46215 back out prvious patch b=309335
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181421 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-02 03:56:45 +00:00
masayuki%d-toybox.com
d3cdc66798 Bug 309335 Unknown content type dialog(helper app dialog) shows escaped file name if it has non-ASCII char r+sr=darin, a=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181389 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-01 03:29:06 +00:00
darin%meer.net
b73eee7fce fixes bug 309391 "XMLHttpRequest fails to track proxy server failover" r=biesi a=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@180813 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-22 18:45:44 +00:00
darin%meer.net
f8100adfcb fixes bug 293350 "Allow dynamic changes of notification callbacks" r=biesi sr=bzbarsky a=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@180701 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-20 22:27:33 +00:00
dbaron%dbaron.org
2976bcffbe Improve consistency of conversion from about URI to about module. b=306261 r=darin sr=bzbarsky a=me
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@180175 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-14 04:18:36 +00:00
cbiesinger%web.de
6b8d14af21 Bug 306310 explicitly specify the charset (as UTF-8) for the about: channels
r+sr=darin a=asa


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@179490 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 19:34:25 +00:00
dbaron%dbaron.org
0ef723541e Make nsIChannel implementations follow the rules that prevent them from leaking due to cycles with their notification callbacks. b=303043 r=biesi sr=darin a=cbeard
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@177716 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-13 19:34:01 +00:00
cbiesinger%web.de
463d2d8489 bug 250375 allow necko consumers to append to the Cookie header
r+sr=darin a=cbeard


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@177689 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-13 11:51:55 +00:00
darin%meer.net
ec60ff5a9d fixes bug 302836 "nsHttpChannel.cpp: IsValidToken() should reject the empty string" patch by shutdown@flashmail.com, r=biesi, sr=darin, a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@177377 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-08 23:32:38 +00:00
darin%meer.net
62956a459f landing another tweak to patch for bug 297078 "really check for null byte in header values" r+sr=bzbarsky a=sparky
git-svn-id: svn://10.0.0.236/trunk@176683 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-27 18:13:11 +00:00
darin%meer.net
6555bc0929 landing follow-up patch to bug 297078 "fix signed character math" r+sr=bzbarsky a=sparky
git-svn-id: svn://10.0.0.236/trunk@176639 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-26 21:35:58 +00:00
darin%meer.net
6f5e9d58e0 fixes bug 297078 "restrict characters used in headers and the method name" r+sr=bzbarsky a=dveditz
git-svn-id: svn://10.0.0.236/trunk@176635 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-26 20:58:35 +00:00
bzbarsky%mit.edu
d5b67c4963 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


git-svn-id: svn://10.0.0.236/trunk@176555 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-25 20:27:04 +00:00
darin%meer.net
ae367c820c fixes bug 300010 "Canceling a HTTP request while it is reading a partial cache entry does not cancel the corresponding transaction" r=biesi sr=bz a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@176433 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-22 07:54:09 +00:00
dougt%meer.net
f6bfb0f2ae Updating UA string for WINCE. r=darin, sr=dveditz, a=asa. WinCE only.
git-svn-id: svn://10.0.0.236/trunk@176343 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-20 18:43:27 +00:00
shaver%mozilla.org
f5c01c9e13 Bug 269823: fix invalid casts preventing compilation on 64-bit systems with
gcc4.  Patch from falk@debian.org, r=bsmedberg,sr+a=shaver.


git-svn-id: svn://10.0.0.236/trunk@176341 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-20 18:31:42 +00:00
bzbarsky%mit.edu
e57612c6e4 Update documentation. Bug 299851, patch by J.P.Klippel <jklippel@xtux.org>,
r=darin, sr=bzbarsky, a=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@176156 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-15 21:49:25 +00:00
bsmedberg%covad.net
2d3b479c81 Bug 292624 - XUL error pages should not have chrome privileges, r=darin sr=dveditz a=asa
git-svn-id: svn://10.0.0.236/trunk@176101 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-14 17:46:55 +00:00
timeless%mozdev.org
17bce7cadf Bug 243999 nsresult PrepareAcceptLanguages returns nsnull
patch by b.jacques@planet.nl r=biesi sr=darin a=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@175427 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-30 22:01:15 +00:00
darin%meer.net
4dcd98e6e2 fixes bug 100022 "PAC: first page/homepage load fails (b/c automatic proxy configuration is slower than first HTTP request)" r=biesi a=asa
git-svn-id: svn://10.0.0.236/trunk@175134 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-24 23:58:25 +00:00
gandalf%firefox.pl
71d1804cbb Bug 296456: Fix license headers on some HTTP source files; r=darin,sr=dveditz, a=asa
git-svn-id: svn://10.0.0.236/trunk@174471 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-11 13:12:55 +00:00
timeless%mozdev.org
464be8ac2e Bug 106386 Correct misspellings in source code
patch by ajvincent@gmail.com r=timeless rs=brendan a=chofmann


git-svn-id: svn://10.0.0.236/trunk@174115 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-03 10:26:28 +00:00
pkw%us.ibm.com
7ac4142fb6 Bug 296270 - Default user agent on AIX contains machine information.
r=mozilla@kaply.com, sr=darin@meer.net, a=mozilla@kaply.com


git-svn-id: svn://10.0.0.236/trunk@174091 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-02 23:17:50 +00:00