Peter Van der Beken
ffde1d1745
Bug 732377. Add the API for the new DOM bindings to XMLHttpRequest. r=bzbarsky
2012-03-26 08:38:06 -07:00
Ms2ger
990ebfa404
Bug 726434 - Return DOMString for XMLHttpRequest.getAllResponseHeaders(); r=bent
2012-02-21 10:34:01 +01:00
Alex Vincent
7a891b637f
Implement XMLHttpRequest.timeout support. Bug 525816, r=smaug, sr=sicking.
...
--HG--
extra : rebase_source : f8ec0171cab2d0fbcc1975c5e455162ebbeb2690
2012-01-26 11:02:22 +01:00
Masayuki Nakano
b05d40e755
Bug 703150 Cannot drag scrollbar thumb if stopPropagation() of mousedown event is called r+sr=smaug
2011-11-25 10:09:58 +09:00
Kyle Huey
cff8ea3636
Back out the code changes from Bug 687332 until we figure out a compat story.
2011-09-29 15:18:58 -04:00
Kyle Huey
6555135ee6
Bug 687332: Move inline event listeners on XHR to the event listener manager. r=smaug
2011-09-29 12:06:35 -04:00
Michael Wu
d2b70213ac
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
...
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
2011-09-28 23:19:26 -07:00
Jonas Sicking
cfcfd3bcb2
Bug 661980: Add ability to make interfaces scriptable but not scriptimplementable. r=bsmedberg
2011-06-16 12:21:25 -07:00
Masatoshi Kimura
b2ace2c16d
Bug 649133 followup. Remove the 'moz' prefix on response/responseType, since Chrome has already shipped these unprefixed. r=sicking
2011-05-19 01:11:51 -04:00
Masatoshi Kimura
0c4752993d
Bug 649133: Implement xhr.mozResponse and xhr.mozResponseType. r=sicking
2011-05-10 16:18:55 -07:00
Jonas Sicking
f94b94a715
Bug 644476 Part 1: Remove nsIXMLHttpRequest.openRequest now that it's equivalent to nsIXMLHttpRequest.open. r=smaug
2011-03-28 13:05:52 -07:00
Olli Pettay
e6c7a534c4
Bug 461066 - Add support for XHR's loadend event, r=sicking
...
--HG--
extra : rebase_source : f4db116cdd195d0319189a5800ee991370649072
2011-03-24 15:22:03 +02:00
timeless@mozdev.org
7b0838f1ae
Bug 584967 mark deprecated dom interfaces with [deprecated]; r=smaug a=jst
2010-08-06 16:16:31 +03:00
Ehsan Akhgari
2312c4c0f3
Backout all of the bugs in the 7e12e3e16e6c pushlog because of the orange.
...
It is not clear which one of these bugs is at fault.
2011-02-04 16:34:02 -05:00
timeless@mozdev.org
4a882b87b9
Bug 584967 mark deprecated dom interfaces with [deprecated]; r=smaug a=jst
...
--HG--
extra : rebase_source : 6e132194d7a3d5106c09858d0739cf93a272c2bd
2010-08-06 16:16:31 +03:00
Ehsan Akhgari
51b2a1c522
Backed out changeset af87fa0a3052 because of build failures
2011-02-02 14:11:07 -05:00
timeless@mozdev.org
74c53fdc5a
Bug 584967 mark deprecated dom interfaces and methods with [deprecated]; r=smaug a=jst
...
--HG--
extra : rebase_source : d7d6f197b8df6cc87c93cc101e9cae5dbff5b82f
2010-08-06 16:16:31 +03:00
Boris Zbarsky
7580ad5a3d
Bug 605296 part 2. Make username/password stringify undefined to empty string. r=sicking, a=blocker
2010-11-30 13:18:15 -05:00
Dave Townsend
f322fea87c
Backing out bug 614058, bug 609272, bug 478445, bug 499628, bug 605296, bug 608914 and bug 614724 due to potentially causing bug 615736 CLOSED TREE. a=backout
2010-12-01 11:01:56 -08:00
Boris Zbarsky
26f3831fe8
Bug 605296 part 2. Make username/password stringify undefined to empty string. r=sicking
2010-11-30 13:18:15 -05:00
Vladimir Vukicevic
145fdbfa9c
b=572522; add experimental mozArrayBuffer to XHR; r=jst, a=bsmedberg
2010-08-14 10:52:19 -07:00
Jonas Sicking
7a8eec8e55
Bug 546528 part 3: Implement FormData. r=benjamn
2010-02-24 21:58:18 -08:00
Dave Townsend
9d67156af7
Rev IID on nsIXMLHttpRequest from bug 459452. r=peterv
2010-01-21 13:28:40 -08:00
Johnny Stenback
ac45fe56aa
Part 2 of fix for bug 459452 (Add support for optional arg count for IDL methods): use [optional_argc] for DOM methods. r=peterv.
...
--HG--
extra : rebase_source : c0bc25842b2645fe9f42c9ed5d57567f8e6b5279
2009-08-10 16:41:12 +02:00
Ben Turner
f2b256530b
Bug 470334 - 'Workers: relative urls for XHR are incorrect'. r+sr=jst, a=blocking1.9+
2008-12-30 16:24:58 -06:00
Dave Townsend
3212e47122
Bug 461594: Interfaces changed without iid updates. r=josh, r=jst
2008-10-31 10:31:43 +00:00
Jonas Sicking
bd5e92615c
Implement cookieless requests for Access-Control. b=389508 r=biesi sr=jst
2008-09-30 17:52:52 -07:00
Ben Turner
7ec0cd7421
Bug 450452 - 'Implement XHR (minus X) for worker threads. r+sr=jst'
2008-09-30 16:56:57 -07:00
Ben Turner
7ad590ba69
Backed out changeset 5986b4269d9d
2008-09-24 21:07:05 -07:00
Ben Turner
4117a13d27
Bug 450452 - "Implement XHR ('minus X') for worker threads". r+sr=jst.
2008-09-24 19:48:07 -07:00
Olli Pettay
e28eb0e459
Bug 435425 – Progress events for XHR, r=sicking, sr=jst
2008-08-14 14:07:46 +03:00
Olli Pettay
2eef0dcb63
Bug 444722, XMLHttpRequest.send should handle case when there isn't any parameter, r+sr=bz
2008-07-13 22:32:33 +03:00
mattwillis@gmail.com
3e8f68ae6c
Bug 383430 - Add features to XHR for convenience of background requests. Patch by Manish Singh <manish@flock.com> r/sr=sicking, a1.9=shaver
2008-03-18 17:14:38 -07:00
bent.mozilla@gmail.com
772531dde1
Bug 392322 - "XMLHttpRequest crashes on local file retrieval [@ nsCrossSiteListenerProxy::OnStartRequest]". r+sr=sicking, a=blocking1.9+.
2008-02-19 15:12:23 -08:00
bent.mozilla@gmail.com
0937a82717
Backing out bug 392322 due to test failure.
2008-02-12 23:23:05 -08:00
bent.mozilla@gmail.com
534ea8ce3e
Bug 392322 - "XMLHttpRequest crashes on local file retrieval [@ nsCrossSiteListenerProxy::OnStartRequest]". r+sr=sicking, a=blocking1.9+.
2008-02-12 20:54:08 -08:00
mattwillis@gmail.com
0e445bd4c6
reverting 1.34 - meant for trunk
2007-07-26 17:21:01 -07:00
mattwillis@gmail.com
ec15d0b006
bug 389739 - Add IDL constants for XMLHttpRequest readyStates. r/sr=bzbarsky
2007-07-26 17:12:58 -07:00
dcamp@mozilla.com
c367b9d568
add a sendAsBinary() method to XMLHttpRequest (for sending data from an <input type=file> element, among other things). b=371432, r+sr=jonas
2007-07-24 21:53:21 -07:00
bzbarsky%mit.edu
bc4b14084d
Improve comments. Bug 361222, r+sr=jst
2006-11-21 04:40:37 +00:00
timeless%mozdev.org
97d86b0df2
Bug 106386 Correct misspellings in source code
...
r=bernd rs=brendan
2006-08-28 20:12:37 +00:00
bzbarsky%mit.edu
86cdacb339
Clean up event dispatch code in XMLHttpRequest, make onreadystatechange an
...
EventListener, fire upload progress events. Bug 198595 and bug 312213, patch
by me for the cleanup and onreadystatechange and by Rob Adams
<readams@readams.net> for the upload progress changes, r=sicking, sr=peterv
2006-05-05 17:01:53 +00:00
darin%meer.net
15fd51a18e
fixes bug 307769 "document how to pass a nsIInputStream to nsIXMLHttpRequest.send" r=biesi, sr=jst
2006-04-20 03:39:22 +00:00
scott%scott-macgregor.org
5bba4679e3
Bug #251418 --> Expose progress notification events through nsIXMLHttpRequest. Allow consumers of nsIXMLHttpRequest to
...
set a progress event listener. Listen for the http channel's nsIProgressEventSink notification and fire our new progress event
to the consumer.
r/sr=jst
2006-04-20 03:39:18 +00:00
scott%scott-macgregor.org
cda79a6198
Backing myself out. I thought I was checking into the aviary 1.0 branch
2006-04-20 03:39:17 +00:00
scott%scott-macgregor.org
c866840e10
Bug #251418 --> Expose progress notification events through nsIXMLHttpRequest. Allow consumers of nsIXMLHttpRequest to
...
set a progress event listener. Listen for the http channel's nsIProgressEventSink notification and fire our new progress event
to the consumer.
r/sr=jst
2006-04-20 03:39:16 +00:00
timeless%mozdev.org
0df9601162
Bug 243579 Change nsIOnReadystatechangeHandler to nsIOnReadyStateChangeHandler
...
r=jst sr=jst
2006-04-20 03:39:13 +00:00
gerv%gerv.net
d2904cd7c1
Bug 236613: change to MPL/LGPL/GPL tri-license.
2006-04-20 03:38:57 +00:00
darin%meer.net
865090f264
fixes bug 239038 "rev IIDs for all interfaces modified since Mozilla 1.6" r=bsmedberg sr=jst
2006-04-20 03:38:53 +00:00
jst%mozilla.jstenback.com
1b422eca3a
Fixing bug 237319. Adding support for server push of XML documents to an XMLHttpRequest using "multipart/x-mixed-replace". r=darin@meer.net, sr=hjtoi-bugzilla@comcast.net, a=chofmann@mozilla.org
2006-04-20 03:38:52 +00:00