bzbarsky%mit.edu
6e8df6adb8
nsIDocumentEncoder should be IDL-ized. Bug 305710, patch by jpl24
...
<jlurz24@gmail.com>, r=sicking, sr=bzbarsky
2006-03-14 17:12:41 +00:00
Olli.Pettay%helsinki.fi
f79ea0115b
Bug 234455, Centralize event dispatch r=jst, sr=bz
2006-03-07 17:08:51 +00:00
bzbarsky%mit.edu
383de920a1
Actually address the review comment too. Bug 324601.
2006-02-21 00:09:34 +00:00
bzbarsky%mit.edu
80ea4604ed
Don't leak the channel and XMLHttpRequest object if AsyncOpen fails. Bug
...
323454, r=biesi, sr=darin
2006-02-21 00:00:44 +00:00
bzbarsky%mit.edu
a83eba463b
Give a saner principal to documents created via DOMImplementation. Bug 324601,
...
r=sicking, sr=jst
2006-02-20 18:57:32 +00:00
benjamin%smedbergs.us
8db330a16e
Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento
2006-02-14 18:30:15 +00:00
bzbarsky%mit.edu
9b5f8a76aa
Undo attempts to fix build bustage from yesterday. These should not be needed.
2006-02-03 23:54:24 +00:00
cbiesinger%web.de
c2d981f764
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
...
r+sr=darin
2006-02-03 14:18:39 +00:00
cvshook%sicking.cc
093efcf6ca
Might this help the redness?
2006-02-02 22:40:09 +00:00
cvshook%sicking.cc
f86ec7ea56
Attempted bustage fix
2006-02-02 22:12:13 +00:00
bzbarsky%mit.edu
263cf7dc11
Push up GetPrincipal to nsINode (as GetNodePrincipal). This way all nsINodes
...
(content, documents, attr nodes) can return their principal as needed.
Eliminate lazy allocation of principals in nsDocument. Bug 324600, r=sicking, sr=jst
2006-02-02 20:02:34 +00:00
bzbarsky%mit.edu
90196c4bab
Don't throw when status is gotten after a server timeout or some such. Bug
...
304980, r=darin, sr=jst
2006-01-20 21:33:24 +00:00
bsmedberg%covad.net
a2604cb165
Bug 320002 - convert xmlextras tests to use the glue, r=peterv
2006-01-05 17:12:18 +00:00
darin%meer.net
eb3847a802
fixes bug 318193 "Input streams are not implemented consistently" r=biesi sr=bz
2006-01-02 02:30:32 +00:00
bzbarsky%mit.edu
ae521b5bb1
Expose nsIInterfaceRequestor in the classinfo for XMLHttpRequest. Bug 317448, r+sr=jst
2005-11-23 15:35:10 +00:00
bsmedberg%covad.net
e69953b3e9
Bug 315890 - Build extensions/xmlextras in tier 9 and into libxul, r=jst
2005-11-22 17:20:37 +00:00
bzbarsky%mit.edu
c1ec462882
Fix bug 301678. r+sr=jst
2005-11-16 02:18:47 +00:00
darin%meer.net
5927d4d73a
fixes bug 309424 "mozilla 1.5beta1 freezes & goes into 95+% cpu usage browsing blackisha.com" r=biesi sr=bzbarsky
2005-10-20 18:19:24 +00:00
darin%meer.net
fb27621347
fixes bug 273578 "XMLHttpRequest with async = false takes 100% CPU until request finished" r=jst sr=bz
2005-10-18 19:45:46 +00:00
darin%meer.net
566507ab4f
fixes bug 308484 "Extensions can't set Content-Length header for XMLHttpRequest" r=dveditz sr=jst
2005-09-29 19:26:59 +00:00
darin%meer.net
f8569521d8
Second patch for bug 295074 "POST responses remain in the memory cache when using XMLHttpRequest => huge memory leak" r=biesi sr=jst
2005-09-22 18:32:30 +00:00
darin%meer.net
3b1f215534
fixes bug 307769 "document how to pass a nsIInputStream to nsIXMLHttpRequest.send" r=biesi, sr=jst
2005-09-17 01:35:55 +00:00
bzbarsky%mit.edu
84999b62be
More use of EmptyString(). Bug 232691, patch by Vidar Braut Haarr
...
<vhaarr+bmo@gmail.com>, r+sr=bzbarsky
2005-09-12 01:28:51 +00:00
peterv%propagandism.org
8960623984
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.
2005-09-08 16:42:58 +00:00
cbiesinger%web.de
57d51d23c8
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
2005-09-07 12:51:17 +00:00
cbiesinger%web.de
ee62d3bd19
Bug 293046 XMLHttpRequest.overrideMimeType() makes loading abort for non-XML
...
patch by Wladimir Palant <trev@gtchat.de> r=jst sr=darin
2005-08-17 16:54:25 +00:00
darin%meer.net
0d8065923f
fixes bug 302809 "AJAX regression: POST setRequestHeader causes NS_ERROR_ILLEGAL_VALUE for invalid headers" r+sr=dveditz a=cbeard
2005-08-12 02:14:28 +00:00
darin%meer.net
3a49d1d940
fixes bug 302489 "XMLHTTP TRACE method can reveal proxy passwords to web sites" r=jst sr=dveditz a=asa
2005-08-02 21:00:03 +00:00
darin%meer.net
b459768aea
fixes bug 295074 "POST responses remain in the memory cache when using XMLHttpRequest => huge memory leak" r+biesi sr=jst a=asa
2005-07-28 22:24:27 +00:00
darin%meer.net
7ed6ef4f6b
fixes bug 302263 "prevent certain headers from being set on a XMLHttpRequest" r=dveditz sr=jst a=dveditz
2005-07-28 17:25:54 +00:00
shaver%mozilla.org
1984f1b72c
Bug 295659: include nsRect.cpp in xmlextras to cope with compilers which
...
expand inlines in nsRect too aggressively. (nsRect is found via nsGUIEvent.h
included from nsXMLHttpRequest.cpp.) r=bsmedberg, a=asa.
2005-06-17 12:07:48 +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
bzbarsky%mit.edu
d154395bb2
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
2005-05-06 21:05:26 +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
bzbarsky%mit.edu
125f1fd3c1
Don't crash if responseText is gotten when we have no channel. Bug 289156,
...
r+sr=jst, a=chofmann
2005-05-03 15:57:21 +00:00
jst%mozilla.jstenback.com
50de4a3e1d
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
2005-04-28 23:48:28 +00:00
bsmedberg%covad.net
be30b2f533
Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
2005-04-04 18:38:19 +00:00
bzbarsky%mit.edu
d602741004
Make sure to wrap a buffered stream around the stream we're passed before
...
sending it to the parser (which expects a buffered stream). Bug 287409,
r=darin, sr=jst
2005-03-30 04:18:08 +00:00
timeless%mozdev.org
8d3c241e40
Bug 286090 nsXMLHttpRequest.cpp should probably avoid text/xml
...
patch by bug@annevankesteren.nl r=doron sr=peterv
2005-03-14 22:15:05 +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
bzbarsky%mit.edu
1b833f021f
Switch some internal users of text/xml to application/xml. Bug 247024, patch
...
by Anne van Kesteren <bug@annevankesteren.nl>, r+sr=bzbarsky
2005-02-27 19:34:11 +00:00
jst%mozilla.jstenback.com
be2f36ec94
Fixing bug 282615. Make DOMSerializer's security check check for enabled priveleges too. r=jonas@sicking.cc, sr=bzbarsky@mit.edu
2005-02-19 19:00:14 +00:00
bryner%brianryner.com
67dba23ae4
Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron.
2005-02-03 23:01:54 +00:00
bzbarsky%mit.edu
5ffa5142bf
Fixing build bustage
2005-01-29 04:46:02 +00:00
bzbarsky%mit.edu
eb250c13aa
Make nsIXMLHttpRequest.getResponseHeader follow the documented api. Bug
...
276705, r=doron, sr=jst
2005-01-29 04:12:12 +00:00
cbiesinger%web.de
8ab6e0d7d1
bug 264599 make unfrozen necko interfaces use 64-bit integers.
...
r=darin sr=bz a=asa
2005-01-09 20:43:35 +00:00
timeless%mozdev.org
d01dd1aa4c
Bug 249782 Make Mozilla compile with Microsoft Visual Studio 2005
...
patch by sdwalker@myrealbox.com r=bryner
2004-11-23 19:34:02 +00:00
jst%mozilla.jstenback.com
0cd518a332
Fixing bug 268844. Don't force the cache to be bypassed for non-multipart requests. r=bzbarsky@mit.edu, sr=darin@meer.net
2004-11-11 19:44:33 +00:00
bzbarsky%mit.edu
3b1310cdc8
Don't try to parse the response on necko-level errors (dns failures, timeouts,
...
etc). Bug 268472, r+sr=jst
2004-11-10 01:55:18 +00:00
bzbarsky%mit.edu
ddc468e6d6
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
2004-09-30 22:47:50 +00:00