Comment #16 on issue 21195 by [email protected]: iGoogle shows old page on  
relaunch
http://code.google.com/p/chromium/issues/detail?id=21195

net::LOAD_PREFERRING_CACHE is what we use when you navigate back/forward.   
we are
simulating a back/forward navigation when performing session restore.  this  
is
helpful in speeding up startup since it favors loading from the cache.

this probably causes problems for igoogle because we do not store session  
cookies.

i think firefox just loads the pages normally when performing session  
restore.  we
could do that too.  it would cause more network traffic.  if we go this  
route, why
would we bother trying to failover to read from the cache?  i.e., why  
bother with
step #3 from comment #13?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to