Re: Web Messaging Intents, was: Re: [DRAFT] Web Intents Task Force Charter

2011-11-18 Thread Paul Kinlan
ImageStudio doesn't need to know or care about the progress of the upload, other than it completes or fails. P -Greg -- Paul Kinlan Developer Advocate @ Google for Chrome and HTML5 G+: http://plus.ly/paul.kinlan t: +447730517944 tw: @Paul_Kinlan LinkedIn: http://uk.linkedin.com/in/paulkinlan

Re: Web Messaging Intents, was: Re: [DRAFT] Web Intents Task Force Charter

2011-11-18 Thread Paul Kinlan
On Fri, Nov 18, 2011 at 7:23 PM, Charles Pritchard ch...@jumis.com wrote: ** On 11/18/11 1:40 AM, Paul Kinlan wrote: On Fri, Nov 18, 2011 at 2:15 AM, Greg Billock gbill...@google.com wrote: On Mon, Nov 14, 2011 at 7:24 PM, Charles Pritchard ch...@jumis.comwrote: As far as I can tell

Re: Web Messaging Intents, was: Re: [DRAFT] Web Intents Task Force Charter

2011-11-15 Thread Paul Kinlan
/html5/**eventsource/http://dev.w3.org/html5/eventsource/ -Charles On 11/13/11 3:24 PM, Paul Kinlan wrote: On the subject of FileSaver, specifically window.saveAs, I have demos that show use of http://webintents.org/save; intent which fits work very well and it would be up to the UA

Re: Web Messaging Intents, was: Re: [DRAFT] Web Intents Task Force Charter

2011-11-13 Thread Paul Kinlan
happening -- Google started this push awhile ago and I get the impression that Paul Kinlan has high level support -- intents as it's implemented is built upon Web Messaging and postMessage dynamics. postMessage has MessagePort and Transferable arrays (thank goodness). I believe those semantics

Re: Web Messaging Intents, was: Re: [DRAFT] Web Intents Task Force Charter

2011-11-13 Thread Paul Kinlan
FS that the user chooses. On Sun, Nov 13, 2011 at 11:18 PM, Paul Kinlan paulkin...@google.com wrote: Hi, CIL On Sun, Nov 13, 2011 at 10:35 PM, Charles Pritchard ch...@jumis.comwrote: ** On 11/10/11 3:10 PM, Greg Billock wrote: On Thu, Nov 10, 2011 at 8:15 AM, Rich Tibbett ri

Re: Adding Web Intents to the Webapps WG deliverables

2011-09-29 Thread Paul Kinlan
the browser (like for a system notification), that component should NOT be invocable by any other application unless it's registered for a second Intent as well. Adrienne -- Paul Kinlan Developer Advocate @ Google for Chrome and HTML5 G+: http://plus.ly/paul.kinlan t: +447730517944 tw: @Paul_Kinlan

Re: Adding Web Intents to the Webapps WG deliverables

2011-09-20 Thread Paul Kinlan
that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.' -- Paul Kinlan Developer Advocate @ Google for Chrome and HTML5 G+: http://plus.ly/paul.kinlan t: +447730517944 tw: @Paul_Kinlan LinkedIn: http://uk.linkedin.com/in/paulkinlan Blog: http://paul.kinlan.me Skype: paul.kinlan

Re: Adding Web Intents to the Webapps WG deliverables

2011-09-20 Thread Paul Kinlan
. `._.-(,_..'--(,_..'`-.;.' -- Paul Kinlan Developer Advocate @ Google for Chrome and HTML5 G+: http://plus.ly/paul.kinlan t: +447730517944 tw: @Paul_Kinlan LinkedIn: http://uk.linkedin.com/in/paulkinlan Blog: http://paul.kinlan.me Skype: paul.kinlan

App Cache and History API

2011-05-17 Thread Paul Kinlan
to the App Cache occurs, all those pages in the App Cache are refreshed, with more dynamic applications this could mean that 10's or 100's of pages are quickly downloaded by the App Cache software and thus can quickly cause a mini DDOS. I am interested to hear your thoughts. P -- Paul Kinlan

Re: using BlobBuilder append method with generated binary data

2010-12-06 Thread Paul Kinlan
at 8:34 PM, Toni Ruottu toni.ruo...@iki.fi wrote: I do not think UInt8Array has any data. It is just a view for accessing the buffer. --Toni On Sat, Dec 4, 2010 at 1:12 AM, Paul Kinlan paulkin...@google.com wrote: I might have missed something but for appending client-side generated data

Re: using BlobBuilder append method with generated binary data

2010-12-03 Thread Paul Kinlan
into a BlobBuilder by doing... bb.append([102,111,111]); It should also be possible to add bytes 0x00 a -- Paul Kinlan Developer Advocate @ Google for Chrome and HTML5 t: +447730517944 tw: @Paul_Kinlan http://twitter.com/paul_kinlan LinkedIn: http://uk.linkedin.com/in/paulkinlan Blog: http://paul.kinlan.me