honeyWHAT?
On Thu, Oct 24, 2013 at 12:43 PM, Joe Bowser <[email protected]> wrote: > I shipped the Honeycomb device down to SF. I wouldn't worry about it > because we don't support Honeycomb. > > On Thu, Oct 24, 2013 at 12:38 PM, Andrew Grieve <[email protected]> wrote: >> Thanks Simon, >> >> I fixed a bug today that caused openDatabase to fail when the DB name >> changed (https://issues.apache.org/jira/browse/CB-5193). After the change, >> I can't get WebSQL to fail on any of my ICS devices, nor in the Honeycomb >> simulator. So... I wonder if it might fix the Honeycomb case as well. If >> you have any device that used to fail, I'd be curious if the change fixes >> it. >> >> >> On Wed, Oct 23, 2013 at 11:22 AM, Simon MacDonald <[email protected] >>> wrote: >> >>> Well window.openDatabase should work fine with no plugins on most versions >>> of Android. Various releases like Honeycomb IIRC broke WebSQL and that is >>> where we needed to monkey patch it. >>> >>> >>> Simon Mac Donald >>> http://hi.im/simonmacdonald >>> >>> >>> On Wed, Oct 23, 2013 at 11:10 AM, Andrew Grieve <[email protected] >>> >wrote: >>> >>> > Hey Joe, >>> > >>> > I started working on the documentation for WebSQL options on Android, and >>> > I've now found myself in the state where it seems window.openDatabase() >>> > works fine on my devices without any plugins. >>> > >>> > I swear I saw it failing before, but now I'm wondering if it was just the >>> > "can't open multiple databases" bug I was seeing. >>> > >>> > We have an autotest the runs openDatabase(), so I think this means it >>> must >>> > work fine, and we should just get rid of the new websql plugin. >>> > >>> > Does this sound right to you? >>> > >>> > Andrew >>> > >>>
