Re: [webkit-dev] Feature Request: Dynamic Application Cache

2012-11-18 Thread sridharn
On Sun, Nov 18, 2012 at 1:27 AM, Brady Eidson [via Mac OS Forge] ml-node+s2317878n200300...@n4.nabble.com wrote: On Nov 17, 2012, at 7:47 AM, sridharn [hidden email]http://user/SendEmail.jtp?type=nodenode=200300i=0 wrote: Any updates / plans for this feature ?? What feature? I do

Re: [webkit-dev] Feature Request: Dynamic Application Cache

2012-11-18 Thread sridharn
On Sun, Nov 18, 2012 at 8:31 AM, Ian Hickson [via Mac OS Forge] ml-node+s2317878n200335...@n4.nabble.com wrote: On Sat, 17 Nov 2012, Brady Eidson wrote: On Nov 17, 2012, at 2:40 PM, Brendan Eich [hidden email]http://user/SendEmail.jtp?type=nodenode=200335i=0 wrote: Brady Eidson wrote:

Re: [webkit-dev] Feature Request: Dynamic Application Cache

2012-11-18 Thread sridharn
Oops! didn't realize that .. I was planning to make the changes myself to webkit (I'm totally new btw) so that at least I can use it in my environment but wanted to understand the current state and/or how to go about in case there is an acceptable method so that the changes can be pulled into the

Re: [webkit-dev] Feature Request: Dynamic Application Cache

2012-11-18 Thread Brady Eidson
On Nov 18, 2012, at 10:18 AM, sridharn sridhar.ndr...@gmail.com wrote: Oops! didn't realize that .. I was planning to make the changes myself to webkit (I'm totally new btw) so that at least I can use it in my environment but wanted to understand the current state and/or how to go about in

Re: [webkit-dev] Feature Request: Dynamic Application Cache

2012-11-18 Thread Ryosuke Niwa
WebKit is a browser engine. Each vendor (e.g. Apple Google) decides which feature to ship in their browser. Even if you added a feature to WebKit, there is no guarantee that browsers that use WebKit will ship with the feature. Also, we tend not to accept a new Web-exposed feature unless it has

Re: [webkit-dev] Feature Request: Dynamic Application Cache

2012-11-17 Thread sridharn
Any updates / plans for this feature ?? I do agree with Stefan on this .. I've been banging my head on how to cache video files using html 5 storage features and there just doesn't seem to be a straightforward way (they all are currently intended for small size text / mobile webkit doesn't

Re: [webkit-dev] Feature Request: Dynamic Application Cache

2012-11-17 Thread Brady Eidson
On Nov 17, 2012, at 7:47 AM, sridharn sridhar.ndr...@gmail.com wrote: Any updates / plans for this feature ?? What feature? I do agree with Stefan on this .. I've been banging my head on how to cache video files using html 5 storage features and there just doesn't seem to be a

Re: [webkit-dev] Feature Request: Dynamic Application Cache

2012-11-17 Thread Brendan Eich
Brady Eidson wrote: On Nov 17, 2012, at 7:47 AM, sridharnsridhar.ndr...@gmail.com wrote: Any updates / plans for this feature ?? What feature? Sridharn did not cite context, but his message is in the thread whose head is this post:

Re: [webkit-dev] Feature Request: Dynamic Application Cache

2012-11-17 Thread Ian Hickson
On Sat, 17 Nov 2012, Brady Eidson wrote: On Nov 17, 2012, at 2:40 PM, Brendan Eich bren...@mozilla.org wrote: Brady Eidson wrote: On Nov 17, 2012, at 7:47 AM, sridharnsridhar.ndr...@gmail.com wrote: Any updates / plans for this feature ?? What feature?

Re: [webkit-dev] Feature Request: Dynamic Application Cache

2012-11-17 Thread Maciej Stachowiak
Feature requests are off-topic for this mailing list (at least, if it's not a feature you plan to implement yourself). This topic for this list is development of WebKit. Regards, Maciej On Nov 17, 2012, at 7:47 AM, sridharn sridhar.ndr...@gmail.com wrote: Any updates / plans for this

[webkit-dev] Feature Request: Dynamic Application Cache

2012-04-25 Thread Stefan Wagner
Mozilla Firefox supports dynamic adding of resources into the application cache for offline use with the function: window.applicationCache.mozAdd(URI String) https://developer.mozilla.org/en/nsIDOMOfflineResourceList This is great for persistent storage of assets via javascipt. Instead of