apimall / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

Add load progress percent complete notification #1551

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
From this topic:
http://www.magpcss.org/ceforum/viewtopic.php?p=24373

We need this functionality too...
Yes, Internet Explorer provides the progress of loading a web page. It would be 
fine if CEF could do the same thing.

Marshal, I agree with that you said, but it's not required (for us at least) 
for the progress to be totally accurate.

It could be determined using this algorithm:
1. If we know sizes of all the web page resources we downloading: progress = 
(total_downloaded) / (total_size) * 100 %.
2. If we do not: progress = (total_resource_count_downloaded) / 
(total_web_page_resource_count) * 100 %.
3. If the total number of resources on web page is changed by somehow, we 
recalculate the progress using the above method (so it can become smaller).

What do you think? Any chances for it to be implemented in some of next 
releases?

Original issue reported on code.google.com by alervd...@gmail.com on 26 Feb 2015 at 8:32

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 4 Mar 2015 at 7:28

GoogleCodeExporter commented 9 years ago
I don't know of any easy way to get this information in Chromium so it's 
unlikely to be implemented any time soon.

Original comment by magreenb...@gmail.com on 4 Mar 2015 at 7:30

GoogleCodeExporter commented 9 years ago
CEF is transitioning from Google Code to Bitbucket project hosting. If you 
would like to continue receiving notifications on this issue please add 
yourself as a Watcher at the new location: 
https://bitbucket.org/chromiumembedded/cef/issue/1551

Original comment by magreenb...@gmail.com on 14 Mar 2015 at 3:38