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 b

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

2012-11-18 Thread Brady Eidson
On Nov 18, 2012, at 10:18 AM, sridharn 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 case > there is an ac

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 m

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]> > wrote: > > > Br

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]> > wrote: > > > Any updates / plans for this feature ?? > > What fea

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 wrote: > Any updates / plans for this feature ?? I do agree with S

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 wrote: > > Brady Eidson wrote: > >> On Nov 17, 2012, at 7:47 AM, sridharn wrote: > >> > >>> Any updates / plans for this feature ?? > >> What feature? > > > > https://lists.webkit.org/pipermail/webkit-dev/2012-

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

2012-11-17 Thread Brady Eidson
On Nov 17, 2012, at 2:40 PM, Brendan Eich wrote: > Brady Eidson wrote: >> On Nov 17, 2012, at 7:47 AM, sridharn 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: > > https

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, sridharn 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: https://lists.webkit.org/pipermail/webkit-dev/2012-April/020455.html where Ste

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

2012-11-17 Thread Brady Eidson
On Nov 17, 2012, at 7:47 AM, sridharn 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 straightforward way > (they

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 supp

[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 predefin