Re: [webkit-dev] ProgressEvents for Images

2012-01-23 Thread Dean Jackson
On 17/01/2012, at 10:41 AM, Bear Travis wrote: A group of us at Adobe has been looking into adding support for ProgressEvents to images. The overall goal is to simplify image download progress reporting by supporting roughly the same progress events as XHR and the File API for image

Re: [webkit-dev] ProgressEvents for Images

2012-01-23 Thread Charles Pritchard
On 1/23/12 2:55 PM, Dean Jackson wrote: On 17/01/2012, at 10:41 AM, Bear Travis wrote: img id=image src=sample.jpg onloadstart=showProgressBar() onprogress=updateProgressBar(event) onloadend=hideProgressBar()/ Developers have taken various tacks to enable progress reporting,

Re: [webkit-dev] ProgressEvents for Images

2012-01-23 Thread Bear Travis
Hi Dean, Thank you for the feedback. We have floated the idea to the WHATWG mailing list, and are attempting to build enough support to draft a proper proposal. -Bear On 1/23/12 2:55 PM, Dean Jackson d...@apple.com wrote: On 17/01/2012, at 10:41 AM, Bear Travis wrote: A group of us at

Re: [webkit-dev] ProgressEvents for Images

2012-01-23 Thread Hans Muller
There's a brief discussion of the cross-origin case in the ProgressEvents for Images WhatWG thread: http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2012-January/034362.htm l and the WebKit bug about this proposed feature: https://bugs.webkit.org/show_bug.cgi?id=76102 For cross-site images for

Re: [webkit-dev] ProgressEvents for Images

2012-01-23 Thread Adam Barth
On Mon, Jan 23, 2012 at 4:02 PM, Hans Muller hmul...@adobe.com wrote: There's a brief discussion of the cross-origin case in the ProgressEvents for Images WhatWG thread: http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2012-January/034362.htm l and the WebKit bug about this proposed

[webkit-dev] ProgressEvents for Images

2012-01-16 Thread Bear Travis
Hello Webkit, A group of us at Adobe has been looking into adding support for ProgressEvents to images. The overall goal is to simplify image download progress reporting by supporting roughly the same progress events as XHR and the File API for image elements. For example one could connect an