[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
Thu Feb 3 17:32:10 PST 2011


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


Adam Klein <adamk at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adamk at chromium.org




--- Comment #3 from Adam Klein <adamk at chromium.org>  2011-02-03 17:32:09 PST ---
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