--
--
Chromium Discussion mailing list: chromium...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discu...@chromium.org.
Crosswalk is big because it's based on chromium, which is big :) You're unlikely to be able to reduce your size significantly by including your own build of chromium instead, and it will be much harder to do and maintain.
Probably the only way to save significant size is to use the actual platform WebView instead of bundling your own.
hi Tronenow i'm using Chromium webview for html5 caching i want to track caching progress in webview so how track Chromium Application Cache Progress event in android webview.
Hey RichardThanks for writing back. Apologies for writing in twice. That was by error.The problem is that our app is a platform for game developers, more than a showcase of our own games. What I mean is that the games that are running in our app aren't written by us. Nor are they hosted on our servers. As a result, we cant modify the DOM / call JS functions from the DOM. However, we did notice while debugging the app that Chromium is tracking the contents of the manifest as they are cached. (Have attached a brief snippet below):"Application Cache Progress event (43 of 76) http://sprintclubnitro.tresensa.com/1.0.3/assets/audio/music.m4a", source:http://sprintclubnitro.tresensa.com/index.html?dst=B0000 (0)12-01 18:35:25.929 6630-6630/dev.gamezop I/chromium: [INFO:CONSOLE(0)] "Application Cache Progress event (43 of 76) http://sprintclubnitro.tresensa.com/1.0.3/assets/audio/music.m4a", source: http://sprintclubnitro.tresensa.com/index.html?dst=B0000 (0)12-01 18:35:25.993 6630-6630/dev.gamezop I/chromium: [INFO:CONSOLE(0)] "Application Cache Progress event (44 of 76) http://sdk.tresensa.com/tgs/images/redirects/facebook.png", source: http://sprintclubnitro.tresensa.com/index.html?dst=B0000 (0)12-01 18:35:25.993 6630-6630/dev.gamezop I/chromium: [INFO:CONSOLE(0)] "Application Cache Progress event (44 of 76) http://sdk.tresensa.com/tgs/images/redirects/facebook.png", source: http://sprintclubnitro.tresensa.com/index.html?dst=B0000 (0)Is there a way for us to get the caching progress (44 of 77 etc.) so that we know the caching status even without having any calls being made from the DOM?Thanks a tonBalram
--
--
Chromium Discussion mailing list: chromium...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
No, there is no way to remove specific things from the cache. You can only clear the entire cache.
--