As I understand it, you are talking about adding an overall progress bar for page loading and showing the progress bar somewhere in the Chrome UI. If that is the case, then bear in mind that you need buy-in from the UX team before you add the UI element to the Chromium codebase. I know we left out the progress bar on purpose, so I'd hate to see you spend a lot of time to figure out how to implement this only to have the idea rejected at the review stage because the UX team is not on board with the change.
If this is intended for some port of the Chromium code, then you can ignore this message. :) On Fri, Oct 9, 2009 at 06:12, Amanda Walker <[email protected]> wrote: > On Fri, Oct 9, 2009 at 5:01 AM, Jickae Davis <[email protected]> wrote: > >> Well, I agree with PhistucK. I think a progress bar may help though it's >> not so accurate. >> >> By the way, if I want to add such a bar with chromium, how should I start? >> Is there a method that tells the size of the resources to be loaded and >> the size of the resources already loaded? >> > > No--there is in fact no way to determine that in advance. Each resource > can reference other resources, and even for a single resource we often don't > know what size it is until we finish loading it. > > --Amanda > > > > > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
