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
support file system and blah blah) 
to do that and feel appcache is cleaner way going forward too for media
files .. 

Also, mobile webkit (chrome/safari in ios4) don't seem to appcache mp3 files
(~5MB) .. Is this a known issue ? 
This should hopefully go away once the dynamic mechanism is added I hope .. 



--
View this message in context: 
http://mac-os-forge.2317878.n4.nabble.com/Feature-Request-Dynamic-Application-Cache-tp173167p200273.html
Sent from the Webkit mailing list archive at Nabble.com.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


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 straightforward way
 (they all are currently intended for small size text / mobile webkit doesn't
 support file system and blah blah) 
 to do that and feel appcache is cleaner way going forward too for media
 files .. 

Where are you seeing this not work?

At least on the Apple port you should be able to stick audio/video in the app 
cache.  There are a handful of bugzillas that show this work being done a long 
time ago.

If it's not working for you, I look forward to reading the bug you file at 
bugs.webkit.org.

 Also, mobile webkit (chrome/safari in ios4) don't seem to appcache mp3 files
 (~5MB) .. Is this a known issue ? 

iOS4 is ancient.  I forget when this first shipped but it should work in iOS6.

 This should hopefully go away once the dynamic mechanism is added I hope .. 

Again, not sure precisely which dynamic mechanism you're talking about since 
you included no context in your email, but I don't see how a dynamic app cache 
mechanism is related to the app cache supporting media, which it does.

~Brady

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


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:


https://lists.webkit.org/pipermail/webkit-dev/2012-April/020455.html

where Stefan Wagner wrote:



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 predefining those assets in the manifest file one can use
javascript to cache the needed assets. Is there something similar
planed? Like window.applicationCache.webkitAdd(URI String) ?



/be


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
support file system and blah blah)
to do that and feel appcache is cleaner way going forward too for media
files ..


Where are you seeing this not work?

At least on the Apple port you should be able to stick audio/video in the app 
cache.  There are a handful of bugzillas that show this work being done a long 
time ago.

If it's not working for you, I look forward to reading the bug you file at 
bugs.webkit.org.


Also, mobile webkit (chrome/safari in ios4) don't seem to appcache mp3 files
(~5MB) .. Is this a known issue ?


iOS4 is ancient.  I forget when this first shipped but it should work in iOS6.


This should hopefully go away once the dynamic mechanism is added I hope ..


Again, not sure precisely which dynamic mechanism you're talking about since 
you included no context in your email, but I don't see how a dynamic app cache 
mechanism is related to the app cache supporting media, which it does.

~Brady

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


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?
  
  https://lists.webkit.org/pipermail/webkit-dev/2012-April/020455.html
  
  
  
  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 predefining those assets in the manifest file one can use 
  javascript to cache the needed assets. Is there something similar 
  planed? Like window.applicationCache.webkitAdd(URI String) ?
  
  
 
 I knew about that, and we'll likely be interested in taking a look after 
 HTML or WebApps takes it up and gets it into a standard, which I know 
 there's interest in but it hasn't happened yet…

Current status is:

   https://www.w3.org/Bugs/Public/show_bug.cgi?id=17974

...which is looking for feedback from potential authors and implementors.

In particular, the current idea doesn't involve an add/remove API, but 
something more involved, and it would be good to get feedback on whether 
that's overkill for some or all use cases. (Knowing exactly what the use 
cases are would help.)

-- 
Ian Hickson   U+1047E)\._.,--,'``.fL
http://ln.hixie.ch/   U+263A/,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


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 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
 support file system and blah blah) 
 to do that and feel appcache is cleaner way going forward too for media
 files .. 
 
 Also, mobile webkit (chrome/safari in ios4) don't seem to appcache mp3 files
 (~5MB) .. Is this a known issue ? 
 This should hopefully go away once the dynamic mechanism is added I hope .. 
 
 
 
 --
 View this message in context: 
 http://mac-os-forge.2317878.n4.nabble.com/Feature-Request-Dynamic-Application-Cache-tp173167p200273.html
 Sent from the Webkit mailing list archive at Nabble.com.
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev