Masayuki Nakano
78bbb1a7d0
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
95b1c76ca2
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
c5aa5e6317
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
0fe7772ece
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
2011-09-28 23:19:26 -07:00
Jonas Sicking
fe60e88bd9
Bug 661980: Add ability to make interfaces scriptable but not scriptimplementable. r=bsmedberg
2011-06-16 12:21:25 -07:00
Masatoshi Kimura
3e6bafa540
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
5421fa2e9f
Bug 649133: Implement xhr.mozResponse and xhr.mozResponseType. r=sicking
2011-05-10 16:18:55 -07:00
Jonas Sicking
b7c0ffe581
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
4f8bb7ba02
Bug 461066 - Add support for XHR's loadend event, r=sicking
2011-03-24 15:22:03 +02:00
dd7b64c8be
Bug 584967 mark deprecated dom interfaces with [deprecated]; r=smaug a=jst
2010-08-06 16:16:31 +03:00
Ehsan Akhgari
fb917ecfc1
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
2bcb321ccc
Bug 584967 mark deprecated dom interfaces with [deprecated]; r=smaug a=jst
2010-08-06 16:16:31 +03:00
Ehsan Akhgari
56fc723121
Backed out changeset af87fa0a3052 because of build failures
2011-02-02 14:11:07 -05:00
071d941f99
Bug 584967 mark deprecated dom interfaces and methods with [deprecated]; r=smaug a=jst
2010-08-06 16:16:31 +03:00
Boris Zbarsky
d27c434555
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
aea25dc578
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
510b896e63
Bug 605296 part 2. Make username/password stringify undefined to empty string. r=sicking
2010-11-30 13:18:15 -05:00
Vladimir Vukicevic
b0b02ce7ae
b=572522; add experimental mozArrayBuffer to XHR; r=jst, a=bsmedberg
2010-08-14 10:52:19 -07:00
Jonas Sicking
286127b2a9
Bug 546528 part 3: Implement FormData. r=benjamn
2010-02-24 21:58:18 -08:00
Dave Townsend
3a05c5d54e
Rev IID on nsIXMLHttpRequest from bug 459452. r=peterv
2010-01-21 13:28:40 -08:00
Johnny Stenback
3b3abba836
Part 2 of fix for bug 459452 (Add support for optional arg count for IDL methods): use [optional_argc] for DOM methods. r=peterv.
2009-08-10 16:41:12 +02:00
Ben Turner
ed654d370a
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
16838ec5b4
Bug 461594: Interfaces changed without iid updates. r=josh, r=jst
2008-10-31 10:31:43 +00:00
Jonas Sicking
815e2ead4b
Implement cookieless requests for Access-Control. b=389508 r=biesi sr=jst
2008-09-30 17:52:52 -07:00
Ben Turner
6253c3acbe
Bug 450452 - 'Implement XHR (minus X) for worker threads. r+sr=jst'
2008-09-30 16:56:57 -07:00
Ben Turner
a0bd94bcd4
Backed out changeset 5986b4269d9d
2008-09-24 21:07:05 -07:00
Ben Turner
4e631882d2
Bug 450452 - "Implement XHR ('minus X') for worker threads". r+sr=jst.
2008-09-24 19:48:07 -07:00
Olli Pettay
25b779018f
Bug 435425 – Progress events for XHR, r=sicking, sr=jst
2008-08-14 14:07:46 +03:00
Olli Pettay
d30b74f60e
Bug 444722, XMLHttpRequest.send should handle case when there isn't any parameter, r+sr=bz
2008-07-13 22:32:33 +03:00
9b6be9dd70
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
1be0ad6d50
Bug 392322 - "XMLHttpRequest crashes on local file retrieval [@ nsCrossSiteListenerProxy::OnStartRequest]". r+sr=sicking, a=blocking1.9+.
2008-02-19 15:12:23 -08:00
e0bb0bd7e7
Backing out bug 392322 due to test failure.
2008-02-12 23:23:05 -08:00
9a756c24dd
Bug 392322 - "XMLHttpRequest crashes on local file retrieval [@ nsCrossSiteListenerProxy::OnStartRequest]". r+sr=sicking, a=blocking1.9+.
2008-02-12 20:54:08 -08:00
adcee8e466
reverting 1.34 - meant for trunk
2007-07-26 17:21:01 -07:00
546688b3f7
bug 389739 - Add IDL constants for XMLHttpRequest readyStates. r/sr=bzbarsky
2007-07-26 17:12:58 -07:00
e9427f3c74
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
d9a05041bb
Improve comments. Bug 361222, r+sr=jst
2006-11-21 04:40:37 +00:00
timeless@mozdev.org
6623f2131b
Bug 106386 Correct misspellings in source code
...
r=bernd rs=brendan
2006-08-28 20:12:37 +00:00
bzbarsky@mit.edu
879839e3bb
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
0eae34f852
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
b340a7b2dd
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
00d155ed7e
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
6c13d9c6c4
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
50fc4e349d
Bug 243579 Change nsIOnReadystatechangeHandler to nsIOnReadyStateChangeHandler
...
r=jst sr=jst
2006-04-20 03:39:13 +00:00
gerv@gerv.net
ffe42e4511
Bug 236613: change to MPL/LGPL/GPL tri-license.
2006-04-20 03:38:57 +00:00
darin@meer.net
48eaf47d90
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
725e68bd34
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
jst@mozilla.jstenback.com
c43fe3aff5
Fixing bug 232493. Paving the way for DOM Level 3 LS. This is mostly cleanup that will make life easier (and safer) when implementing DOM LS. r=caillon@aillon.org, sr=peterv@propagandism.org
2006-04-20 03:38:51 +00:00
jst@mozilla.jstenback.com
c88b848425
Fixing typo in comment.
2006-04-20 03:38:31 +00:00
heikki@netscape.com
9c485c8d73
Bug 204545, remove event listeners when needed, which fixes practically all known memory leaks and gets us a step closer to IE compatibility. r=harishd, sr=jst, a=asa.
2006-04-20 03:38:26 +00:00