How many ways to save store app data?

2011-03-28 Thread Arthur Barstow
Hi All, Louis-rémi's thread [1] on AppCache led to discussions about other storage related APIs including DataCache, Google Gears, IDB and the File * APIs. Are there are any good resources that describe the various storage APIs (from the app developer's perspective) and compare their main

[widgets] Widget Updates tests?

2011-03-28 Thread Scott Wilson
Hi everyone, Are there any tests available - even informal ones - for the Widget Updates[1] spec? Cheers, S [1] http://www.w3.org/TR/widgets-updates/

Re: SearchBox API

2011-03-28 Thread Sean Eagan
Why not just build this on top of web messaging[1] by having a browsing context associated with the search box (or entire browser chrome) that can communicate with a SERP or any page that wants to accept input from a search box or otherwise communicate directly with a user agent? [1]

[FileAPI] Result of calling MultipleReads on FileReader

2011-03-28 Thread Adrian Bateman
As we continue to experiment with the File API, I'm trying to understand the rationale for the Multiple Reads section: http://dev.w3.org/2006/webapi/FileAPI/#MultipleReads The spec says: If multiple read methods are called on the same FileReader object, user agents MUST only process the

Re: How many ways to save store app data?

2011-03-28 Thread Michael Nordman
Not sure if this is what you're looking for, but the http://www.html5rocks.com/ site provides a developer facing view of these things. On Mon, Mar 28, 2011 at 6:21 AM, Arthur Barstow art.bars...@nokia.comwrote: Hi All, Louis-rémi's thread [1] on AppCache led to discussions about other storage