Граф коммитов

157363 Коммитов

Автор SHA1 Сообщение Дата
cltbld b00892e09f Automated update from host egg 2006-04-20 15:11:54 +00:00
benjamin%smedbergs.us e45d4ab83f Bug 334688 - Turn off xpcomobsolete for Firefox, r=darin 2006-04-20 15:10:19 +00:00
cls%seawood.org 9d3fb5f3b1 Align mingw libs linkage with msvc.
Thanks to Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> for the patch.
Bug #334542 r=cls
2006-04-20 12:59:02 +00:00
cbiesinger%web.de 403ecd7f4e 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
2006-04-20 10:59:10 +00:00
allan%beaufour.dk 0d2ec2075b [XForms] Bump extension version to 0.6. Bug 331208, r=smaug+aaronr 2006-04-20 10:30:56 +00:00
allan%beaufour.dk 7a65b7f7c4 [XForms] submission action="mailto.." not working. Bug 332009, r=doronr+me, patch by msterlin@us.ibm.com 2006-04-20 10:25:28 +00:00
allan%beaufour.dk cc2065f398 [XForms] xforms-link-exception in model should trigger fatal error dialog. Bug 332604, r=aaronr+me, patch by sspeiche@us.ibm.com 2006-04-20 10:18:53 +00:00
nelson%bolyard.com 1f801d58d2 Bug 80092: SSL write indicates all data sent when some is buffered.
SSL now follows NSPR socket semantics and never returns a short write
count on a blocking socket.  On a blocking socket, it returns either
the full count or -1 (with an error code set).
For non-blocking sockets, SSL no longer returns a full write count
when some of the data remains buffered in the SSL record layer.
Instead it returns a number is that always at least 1 byte short of a
full write count, so that the caller will  keep retrying until it is done.
SSL makes sure that the first byte sent by the caller in the retry
matches the last byte previously buffered.  r=rrelyea.
Modified Files: ssl3con.c sslcon.c ssldef.c sslimpl.h sslsecur.c
2006-04-20 08:46:34 +00:00
leon.sha%sun.com 758353c8c2 Bug 334463 Variable "cx" tracked as NULL was passed to a function that dereferences it [@ ThrowJSException - nsJSObjWrapper::NP_SetProperty]
Patch by alfred.peng@sun.com.
jst: review+
jst: superreview+
2006-04-20 08:14:24 +00:00
dbaron%dbaron.org 4921360f53 Let the caret go outside of text frames (particularly when whitespace is trimmed). b=235223 r=mrbkap sr=bzbarsky 2006-04-20 07:58:22 +00:00
mhammond%skippinet.com.au e8954bb973 Make initialization and logging more reliable. Get building again on
Linux.  Not part of the build.
2006-04-20 07:19:42 +00:00
nelson%bolyard.com 41f4f6af5c Fix buffer overflow regression. Bug 236245. sr=wtchang 2006-04-20 06:57:54 +00:00
brendan%mozilla.org 67accc47e0 Final (I hope) followup patch (304376, r=mrbkap). 2006-04-20 05:18:09 +00:00
darin%meer.net 23c4744aa8 fixes bug 334774 "reset mEventCount upon upload" r=bryner 2006-04-20 05:07:59 +00:00
pavlov%pavlov.net cef66a810e DEC/OSF1 build failure. bug 331428. patch from Laxmi Harikumar <laxmi.harikumar@digital.com>. r=vlad 2006-04-20 04:42:06 +00:00
sharparrow1%yahoo.com 372b64a72d Bug 332746: null check to prevent crash printing select controls. r+sr=roc 2006-04-20 04:08:18 +00:00
sharparrow1%yahoo.com 68743d6423 Okay, backout and try this again 2006-04-20 04:05:04 +00:00
sharparrow1%yahoo.com 678da77cb5 *** empty log message *** 2006-04-20 04:03:01 +00:00
Olli.Pettay%helsinki.fi 6bc6526a42 Bug 234455, Centralize event dispatch r=jst, sr=bz 2006-04-20 03:39:54 +00:00
bzbarsky%mit.edu e018151ab0 Actually address the review comment too. Bug 324601. 2006-04-20 03:39:53 +00:00
bzbarsky%mit.edu b1cd8e0b78 Don't leak the channel and XMLHttpRequest object if AsyncOpen fails. Bug
323454, r=biesi, sr=darin
2006-04-20 03:39:52 +00:00
bzbarsky%mit.edu 9b0cd85345 Give a saner principal to documents created via DOMImplementation. Bug 324601,
r=sicking, sr=jst
2006-04-20 03:39:51 +00:00
bzbarsky%mit.edu 724c8c3e56 Don't throw when status is gotten after a server timeout or some such. Bug
304980, r=darin, sr=jst
2006-04-20 03:39:50 +00:00
darin%meer.net b6c85c4ff5 fixes bug 318193 "Input streams are not implemented consistently" r=biesi sr=bz 2006-04-20 03:39:49 +00:00
darin%meer.net 6fc0fca766 fixes bug 309424 "mozilla 1.5beta1 freezes & goes into 95+% cpu usage browsing blackisha.com" r=biesi sr=bzbarsky 2006-04-20 03:39:48 +00:00
darin%meer.net c6f49ca140 fixes bug 273578 "XMLHttpRequest with async = false takes 100% CPU until request finished" r=jst sr=bz 2006-04-20 03:39:47 +00:00
darin%meer.net e89085b509 fixes bug 308484 "Extensions can't set Content-Length header for XMLHttpRequest" r=dveditz sr=jst 2006-04-20 03:39:46 +00:00
darin%meer.net a85cbbe9f1 Second patch for bug 295074 "POST responses remain in the memory cache when using XMLHttpRequest => huge memory leak" r=biesi sr=jst 2006-04-20 03:39:45 +00:00
peterv%propagandism.org 87decfa16f Fix for bug 307049 (XMLHttpRequest seems to try to parse the empty (!) body of the response to an HTTP HEAD request). r=biesi, sr=bz. 2006-04-20 03:39:44 +00:00
cbiesinger%web.de 7f560e183d bug 305243 set an XML content-type hint on XMLHttpRequest channels, to always
parse local files as XML.
Also, make TestXMLExtras convert non-ASCII bytes to UTF-16 correctly.
r=jst sr=bz
2006-04-20 03:39:43 +00:00
bzbarsky%mit.edu cde78684fb Fix bug 301678. r+sr=jst 2006-04-20 03:39:42 +00:00
cbiesinger%web.de 51bce3a335 Bug 293046 XMLHttpRequest.overrideMimeType() makes loading abort for non-XML
patch by Wladimir Palant <trev@gtchat.de> r=jst sr=darin
2006-04-20 03:39:41 +00:00
bzbarsky%mit.edu eb9fb20f34 More use of EmptyString(). Bug 232691, patch by Vidar Braut Haarr
<vhaarr+bmo@gmail.com>, r+sr=bzbarsky
2006-04-20 03:39:40 +00:00
darin%meer.net 5d295d2caf fixes bug 302809 "AJAX regression: POST setRequestHeader causes NS_ERROR_ILLEGAL_VALUE for invalid headers" r+sr=dveditz a=cbeard 2006-04-20 03:39:39 +00:00
darin%meer.net d6c2528e9e fixes bug 302489 "XMLHTTP TRACE method can reveal proxy passwords to web sites" r=jst sr=dveditz a=asa 2006-04-20 03:39:38 +00:00
darin%meer.net cf166026eb fixes bug 295074 "POST responses remain in the memory cache when using XMLHttpRequest => huge memory leak" r+biesi sr=jst a=asa 2006-04-20 03:39:37 +00:00
darin%meer.net e3b5df18a5 fixes bug 302263 "prevent certain headers from being set on a XMLHttpRequest" r=dveditz sr=jst a=dveditz 2006-04-20 03:39:36 +00:00
bryner%brianryner.com daa8e24d4e 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. 2006-04-20 03:39:35 +00:00
bzbarsky%mit.edu 07d5298fc1 Save the user-set notification callbacks when we set ourselves on the channel,
and forward various notifications to them.  Bug 292391, r=biesi, sr=darin, a=asa
2006-04-20 03:39:34 +00:00
bryner%brianryner.com 6cd0b628f3 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. 2006-04-20 03:39:33 +00:00
bzbarsky%mit.edu c053c385f5 Don't crash if responseText is gotten when we have no channel. Bug 289156,
r+sr=jst, a=chofmann
2006-04-20 03:39:32 +00:00
jst%mozilla.jstenback.com 9dd1606403 Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org 2006-04-20 03:39:31 +00:00
timeless%mozdev.org 2a78007907 Bug 286090 nsXMLHttpRequest.cpp should probably avoid text/xml
patch by bug@annevankesteren.nl r=doron sr=peterv
2006-04-20 03:39:30 +00:00
cbiesinger%web.de 4226284439 181938 allow any protocol to support redirection, using a new
nsIChannelEventSink interface.
r=darin sr=bz
2006-04-20 03:39:29 +00:00
bzbarsky%mit.edu 96309704fe Fixing build bustage 2006-04-20 03:39:28 +00:00
bzbarsky%mit.edu 854ca25730 Make nsIXMLHttpRequest.getResponseHeader follow the documented api. Bug
276705, r=doron, sr=jst
2006-04-20 03:39:27 +00:00
cbiesinger%web.de fc88791b6b bug 264599 make unfrozen necko interfaces use 64-bit integers.
r=darin sr=bz a=asa
2006-04-20 03:39:26 +00:00
jst%mozilla.jstenback.com c7f00472bc Fixing bug 268844. Don't force the cache to be bypassed for non-multipart requests. r=bzbarsky@mit.edu, sr=darin@meer.net 2006-04-20 03:39:25 +00:00
bzbarsky%mit.edu 5e3d98832b Don't try to parse the response on necko-level errors (dns failures, timeouts,
etc).  Bug 268472, r+sr=jst
2006-04-20 03:39:24 +00:00
bzbarsky%mit.edu 5610c1947a Make it possible to re-call an XMLHttpRequest object from its onreadystate
handler by clearing listeners before calling onreadystate, not after.  Bug
258768, r=doron, sr=jst
2006-04-20 03:39:23 +00:00