stellar2012wxg / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

CEF doesn't support all data types for xhr2.send #497

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new Blob using WebKitBlobBuilder
2. Create a new XmlHttpRequest.
3. Try to POST the Blob using xhr.send(blob). Looking in inspector, the request 
body is empty

What is the expected output? What do you see instead?
The expected output is that xhr.send(blob) will set the request body with the 
binary contents of the blob

What version of the product are you using? On what operating system?
latest mac os x

Please provide any additional information below.
I've fixed this locally, will attach the patch. 

Original issue reported on code.google.com by ryanack...@gmail.com on 3 Feb 2012 at 12:18

GoogleCodeExporter commented 9 years ago
Marking this issue as WontFix. CEF should support the same data types as an 
equivalent version of Chrome.

Original comment by magreenb...@gmail.com on 8 Mar 2013 at 9:25