Re: [Android] xhr2 shim on Android 2.3 - is it worth the effort? I think I need help on this one.

2013-01-29 Thread Jesse
There are places where the built in FileReader is overwritten, and does not function, I had some failing tests that I am going to investigate when I get time. On Mon, Jan 28, 2013 at 7:07 PM, Andrew Grieve agri...@chromium.org wrote: Jesse - what's broken about it? On Mon, Jan 28, 2013 at

[Android] xhr2 shim on Android 2.3 - is it worth the effort? I think I need help on this one.

2013-01-28 Thread Joe Bowser
Hey I'm starting to look at adding the xhr2 shim for Android 2.3, and I've come to this conclusion: 1. This looks like a LOT of work and I'm way over my head 2. This depends on a lot of the recent work that was put into Android (ArrayBuffer and Blob) Also, do we know if the new ArrayBuffer and

Re: [Android] xhr2 shim on Android 2.3 - is it worth the effort? I think I need help on this one.

2013-01-28 Thread Andrew Grieve
The goal of the recent ArrayBuffer work is to allow the browser's native ArrayBuffers to be passed through the bridge. It doesn't work on Android 2.3, since that version doesn't support ArrayBuffers. The recent Blob work applied to Cordova's File plugin and made it so that it has a slice() method

Re: [Android] xhr2 shim on Android 2.3 - is it worth the effort? I think I need help on this one.

2013-01-28 Thread Jesse
Actually the recent checkins break the existing File API that is already there on Windows 8 and Windows Phone 8. Both of these platforms already support ArrayBuffers, Blobs, Typed Arrays, et al ... On Mon, Jan 28, 2013 at 5:09 PM, Andrew Grieve agri...@chromium.org wrote: The goal of the

Re: [Android] xhr2 shim on Android 2.3 - is it worth the effort? I think I need help on this one.

2013-01-28 Thread Andrew Grieve
Jesse - what's broken about it? On Mon, Jan 28, 2013 at 8:43 PM, Jesse purplecabb...@gmail.com wrote: Actually the recent checkins break the existing File API that is already there on Windows 8 and Windows Phone 8. Both of these platforms already support ArrayBuffers, Blobs, Typed Arrays,