Issue 3813: Referrer is not preserved across back button navigations
http://code.google.com/p/chromium/issues/detail?id=3813

New issue report by [EMAIL PROTECTED]:
*** Repro ***
Go to page A. Click links to navigate from pages A to B to C. Click the
back button while on page C to return to page B (may need to clear cache to
force a new load).

Observe the request headers -- the request for page B should include A as
the referrer.

This same problem affects restoring tabs during session restore.

*** Cause ***

The problem seems to be that in the renderer, we do page load using a
HistoryItem. The history item does not include referrer (although it looks
like it does include referrer for form state).
We need to add some plumbing such that loading history items adds the
correct referrer to the request.


Issue attributes:
        Status: Assigned
        Owner: [EMAIL PROTECTED]
        Labels: Type-Bug Pri-2 OS-All Area-BrowserBackend

-- 
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

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to chromium-bugs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to