[Webkit-unassigned] [Bug 20806] Referer is not sent when going back to an uncached page (blank page at kin.naver.com)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 5 22:27:21 PST 2008


https://bugs.webkit.org/show_bug.cgi?id=20806


eroman at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #24935|                            |review?
               Flag|                            |




------- Comment #4 from eroman at chromium.org  2008-11-05 22:27 PDT -------
Created an attachment (id=24935)
 --> (https://bugs.webkit.org/attachment.cgi?id=24935&action=view)
Preserve the request referrer across history navigations.

This patch replaces the two referrer fields in HistoryItem (m_rssFeedReferrer,
m_formReferrer) with a single generic one (m_referrer). It doesn't look like
the distinction was necessary.

I am not sure how to write a test for this, ideas welcome (in particular how to
avoid page cache in layout test?)


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list