When navigating back, we reload the page.  However, we set a flag to
indicate that cached content should always be preferred even if it is stale.
That is consistent with all other major browsers with one
exception:  some of the other major browsers implement a page cache,
which holds the DOM of
recently visited pages in a frozen state so that they can be quickly
restored when navigating back or forward.  Such browsers behave similarly to
Chrome when the page you are navigating back to is not found in the page
cache.

-Darin



On Mon, Jun 1, 2009 at 2:23 PM, Lucius Fox <lucius.fo...@gmail.com> wrote:

>
> Hi,
>
> Lets say i have 1 tab and I load 3 sites.
> 1. www.cnn.com
> 2. www.yahoo.com
> 3. www.aol.com  <-- the current page
>
> What happens when users click 'Back'?
> does chromium keep www.yahoo.com/www.cnn.com in memory? if yes, how
> many pages it can keep in memory?
> Or chromium just reload the page from scratch ? (just like user type
> 'www.yahoo.com' again in the URL box? (and it appears faster since
> some files (e.g. images/js files) are already in cache?
>
> Thank you for any explanation.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to