WebHistoryItem is a thin wrapper around WebCore::HistoryItem.  So, you would
need to change WebCore::HistoryItem.  I don't know if this is something that
would be accepted upstream or not.  Perhaps a WebCore::HistoryItem should
just hold a WebCore::ResourceRequest.
-Darin


On Sun, Jul 5, 2009 at 8:59 AM, Marshall Greenblatt
<magreenbl...@gmail.com>wrote:

> Hi All,
>
> We currently have the ability to set extra HTTP header fields in
> WebURLRequest.  However, the extra HTTP header fields are not stored in
> WebHistoryItem and are therefore lost after navigation. This is a problem
> for applications that use extra HTTP headers to pass important information
> to the server. Does anyone object to us storing extra HTTP header fields in
> WebHistoryItem so that we can re-send them when navigating the history?  If
> not, I'll create a patch to add this functionality.
>
> Regards,
> Marshall
>
> >
>

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