[Webkit-unassigned] [Bug 49113] [chromium] Add a way for the embedder to tag a ResourceRequest with arbitrary data

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 4 08:30:12 PST 2011


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





--- Comment #4 from Pierre-Antoine LaFayette <pierre.lafayette at gmail.com>  2011-02-04 08:30:12 PST ---
Sorry I haven't been able to get to this. When I last looked, I was also concerned about how many of these "extra" fields that WebKit doesn't care about can easily be stored in the ExtraData object. I believe I had just added m_requestorID and m_hasUserGesture to the ExtraData since, as you mentioned, those are set in willSendRequest. 

Hopefully, Darin can provide some guidance here.

(In reply to comment #3)
> I'm looking into tackling this.  But another thing that makes it trickier than WebDataSource is that the code manipulating these extra bits in the request doesn't all live in RenderView::willSendRequest().  Some lives there, but m_requestorProcessID is set in WebPluginImpl::InitiateHTTPRequest, while m_appCacheHostID is set by WebApplicationCacheHostImpl::willStartMainResourceRequest.

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



More information about the webkit-unassigned mailing list