Masatoshi Kimura
|
c65521aa7c
|
Bug 701787 - Part 1: disallow responseType and withCredentials for sync XHR. r=smaug
|
2011-12-08 15:54:05 +02:00 |
|
Mounir Lamouri
|
00113c9ae2
|
Bug 707870 - Disconnect mListenerManager in nsDOMEventTargetHelper instead of expecting inheriting classes to do it. r=smaug
|
2011-12-08 16:31:14 +08:00 |
|
Henri Sivonen
|
98826c1b42
|
Back out bug 701787 due to orangeness conflict with tests added in bug 664179.
|
2011-12-07 15:11:47 +02:00 |
|
Masatoshi Kimura
|
ceeaf421c9
|
Bug 701787 - Part 1: disallow responseType and withCredentials for sync XHR. r=smaug
|
2011-12-07 13:29:00 +02:00 |
|
julian.reschke@gmx.de
|
4fd45ef27a
|
Bug 700589 - Fix Content-Type parser to treat single quote as regular character instead of a delimiter. r=jduell r=bz
|
2011-11-29 14:06:32 -08:00 |
|
Henri Sivonen
|
4271bf21d4
|
Bug 705072 - Limit HTML support in XHR to responseType == "document" to avoid changing the behavior for legacy users. r=smaug.
|
2011-11-24 17:28:12 +02:00 |
|
Henri Sivonen
|
27d8f9b35e
|
Bug 704284 - Null check mResponseXML in nsXMLHttpRequest::IsWaitingForHTMLCharset(). r=smaug.
|
2011-11-22 13:23:46 +02:00 |
|
Masatoshi Kimura
|
022a4ab865
|
Bug 703380 - XMLHttpRequest can fire an abort event after a load event, but should not; r=smaug
--HG--
extra : rebase_source : 07e72b23cfad23e0ea1e860fa48b1f6ed0587412
|
2011-11-21 12:07:12 -06:00 |
|
Henri Sivonen
|
44e424ee00
|
Bug 651072 - Support HTML parsing in XMLHttpRequest. r=smaug.
|
2011-11-16 09:38:51 +02:00 |
|
Olli Pettay
|
41f1e240c6
|
Bug 703715 - Add Telemetry probes for sync XHR, r=sicking, taras
|
2011-11-19 20:50:17 +02:00 |
|
Matt Brubeck
|
2c50849fa3
|
Back out 75ace50df008 to try to fix failures after last central/inbound merge on a CLOSED TREE
|
2011-11-16 11:50:48 -08:00 |
|
Ed Morley
|
6000587a19
|
Merge mozilla-central to mozilla-inbound
|
2011-11-16 18:05:23 +00:00 |
|
Ms2ger
|
66e92ca656
|
Bug 702223 - Remove duplicated code from nsXMLHttpRequest::GetResponse; r=bz
|
2011-11-16 08:50:18 +01:00 |
|
Henri Sivonen
|
09985ff269
|
Bug 651072 - Support HTML parsing in XMLHttpRequest. r=smaug.
|
2011-11-16 09:38:51 +02:00 |
|
Ben Turner
|
eb6c6b2158
|
Bug 658178 - 'Make XHR2 response/responseType work in Web Workers'. r=jst+sicking+mrbkap.
|
2011-11-07 17:01:29 -08:00 |
|
Masatoshi Kimura
|
e11cf4c8a2
|
Bug 697689 - Fix XHR brokenness, the optimization violated a nsIStreamLisetner contract; r=jonas
|
2011-10-28 15:05:07 +01:00 |
|
Masatoshi Kimura
|
ee11c4dbb7
|
Bug 689008: Part 1 - Skip reading already cached or local resource for blob response; r=jonas
|
2011-10-26 08:52:19 -04:00 |
|
Ehsan Akhgari
|
2a602a5685
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Jeff Walden
|
b7753477cf
|
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
--HG--
extra : rebase_source : b4bae9a0f85abf2feb828609b50e756916b99a6f
|
2011-10-10 22:50:08 -07:00 |
|
Olli Pettay
|
0a0ac43d90
|
Bug 693875, DOMParser + svg, r=jst
|
2011-10-13 13:50:05 +03:00 |
|
Luke Wagner
|
ff185699a3
|
Bug 632064 - remove JS_GetScopeChain (r=mrbkap)
--HG--
extra : rebase_source : dcaab70f180d23ad3e9cd12c2d84d326b012fbb2
|
2011-09-28 17:57:27 -07:00 |
|
Peter Van der Beken
|
c119510fb8
|
Stop including nsDOMClassInfo.h all over the place.
--HG--
extra : rebase_source : 24bd6a84238834f8ca50990a91849dff2c5040ba
|
2011-10-03 21:11:31 +02:00 |
|
Henri Sivonen
|
c06a84abb0
|
Bug 692434 - Use = instead of == for assignment in XHR charset handling code. r=Olli.Pettay.
|
2011-10-07 14:33:42 +03:00 |
|
Ms2ger
|
8abc1889ab
|
Bug 616672 - Warn on access of LSProgressEvent.position, LSProgressEvent.totalSize; r=smaug
|
2011-10-01 18:14:40 +02:00 |
|
Michael Wu
|
d8e503c38b
|
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
|
1e4cc44dc8
|
Bug 687087 part 3. Implement XHR.responseType="moz-chunked-text" and XHR.responseType="moz-chunked-arraybuffer". r=smaug on code changes, rs=smaug on tests.
|
2011-09-23 18:57:36 -07:00 |
|
Jonas Sicking
|
da49f9cf41
|
Bug 687087 part 2: Clean up how we handle text decoding so that we don't re-charset-decode unless really needed. r=smaug
|
2011-09-23 18:57:36 -07:00 |
|
Jonas Sicking
|
d8bd4ad3d0
|
Bug 687087 part 1: Always fire a "progress" event before onload if we've received data since the last progress event. Also ensure that event..loaded on progress events have the correct value for all response-types. r=smaug
|
2011-09-23 18:57:22 -07:00 |
|
Shawn Gong
|
9640476441
|
Bug 655727. Implemented responseType='moz-json', r=sicking
|
2011-09-08 15:12:18 -07:00 |
|
Shawn Gong
|
b292b3f582
|
Fixed bug 678432: Sending arraybuffers using XMLHttpRequest.send. r=sicking
|
2011-08-17 18:44:56 -07:00 |
|
Kyle Huey
|
24a657212d
|
Bug 681688: Outparamdel nsXMLHttpRequest::GetLoadGroup. r=smaug
|
2011-08-24 13:46:53 -04:00 |
|
Kyle Huey
|
278b4062fd
|
Bug 680816: XHR cannot be reused with responseType='arraybuffer'. r=sicking
|
2011-08-24 11:31:29 -04:00 |
|
Ms2ger
|
9414376b01
|
Bug 677101, part b - Remove nsContentUtils.h includes from headers; r=volkmar
|
2011-08-11 15:29:50 +02:00 |
|
Josh Matthews
|
87d0248899
|
Bug 674048 - Check the correct condition when setting a header on an XHR. r=sicking
|
2011-07-25 18:08:44 -04:00 |
|
Jonas Sicking
|
eb9ce9a027
|
Bug 669433 Part 1: Clean up File implementations by creating a storage-agnostic base class, nsDOMFileBase. r=khuey
|
2011-07-11 19:41:29 -07:00 |
|
Kyle Huey
|
3d981011e9
|
Bug 661582: XHR.response should return a Blob, not a File. r=sicking
|
2011-06-30 14:42:15 -07:00 |
|
Masatoshi Kimura
|
938ba969e8
|
Bug 661583: Hold onto the cache token if our response blob is backed by a cache file. r=sicking
|
2011-06-30 14:41:39 -07:00 |
|
Matt Brubeck
|
27d39ad214
|
Back out 9fc0e6867256, 6947bbce9672, fb91a23bd158, a5870dd2ad7c, c3d3292fbd1e, 42f2aca1fde9 to fix Android failures on a CLOSED TREE
|
2011-07-01 11:20:52 -07:00 |
|
Kyle Huey
|
c0b3196c33
|
Bug 661582: XHR.response should return a Blob, not a File. r=sicking
|
2011-06-30 14:42:15 -07:00 |
|
Masatoshi Kimura
|
75d0f42aa6
|
Bug 661583: Hold onto the cache token if our response blob is backed by a cache file. r=sicking
|
2011-06-30 14:41:39 -07:00 |
|
Josh Matthews
|
03e38d47bb
|
Bug 553888 - Duplicate XHR request headers when following redirect. r=sicking
|
2010-03-22 14:52:35 +13:00 |
|
Jonas Sicking
|
8fed9108b1
|
Bug 658714 Part 1: Merge nsPIDOMEventTarget into nsIDOMEventTarget. r=smaug,bent
|
2011-06-23 19:17:58 -07:00 |
|
Mounir Lamouri
|
d0fc863efa
|
Bug 658037 (1/2) - r=bz
|
2011-06-21 18:52:22 +02:00 |
|
Chris Leary
|
7922cf2289
|
Merge mozilla central and tracemonkey.
|
2011-06-20 16:49:20 -07:00 |
|
Nikhil Marathe
|
8d1eed62d4
|
Bug 664577 - Make sure non-SpiderMonkey users don't require knowledge about JSObject when using ArrayBuffers. r=mrbkap
|
2011-06-16 15:46:39 -04:00 |
|
Blake Kaplan
|
83446b873d
|
Backed out changeset 8b3dc129aed8. Missing bug number in the commit (bug 664577).
|
2011-06-16 16:57:51 -04:00 |
|
Nikhil Marathe
|
ced65c9a25
|
Make sure non-SpiderMonkey users don't require knowledge about JSObject when using ArrayBuffers. r=mrbkap
|
2011-06-16 15:46:39 -04:00 |
|
Nikhil Marathe
|
524b87e3d5
|
Bug 656519 - Fix consumers outside SpiderMonkey to use new ArrayBuffer APIs. r=mrbkap
--HG--
extra : rebase_source : f359987831611155029114b5f85080155c6a12d5
|
2011-06-14 15:37:21 -04:00 |
|
Jonas Sicking
|
f798bd4fb8
|
Bug 663749: Remove load-event-listening code from nsXMLHttpRequest. r=smaug
|
2011-06-14 00:53:08 -07:00 |
|
Shawn Gong
|
d399113e9b
|
Bug 658683: Make xhr.response not create a new ArrayBuffer every time it is accessed. r=sicking. Additional fixes by sicking, r=peterv
|
2011-05-23 18:09:28 -07:00 |
|