[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 18 15:56:48 PST 2011


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


Darin Fisher (:fishd, Google) <fishd at chromium.org> changed:

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




--- Comment #6 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2011-02-18 15:56:48 PST ---
I was just mentioning to Nate that this bug might be a lot easier to resolve if ResourceRequest and ResourceResponse were reference counted.

This came up while he was mentioning that those structs get copied around a lot, and perhaps it would be nice if they were themselves reference counted.

I think this is important to sort out because if we were to implement this bug without changing ResourceRequest, then the holder for the embedder specific data would most likely need to be reference counted.  However, if ResourceRequest itself is reference counted, then the holder no longer needs to be reference counted.

Hmm.....

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