[Webkit-unassigned] [Bug 38665] [chromium] Update chromium port to send/receive cached metadata

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 10 17:21:13 PDT 2010


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





--- Comment #12 from Adam Barth <abarth at webkit.org>  2010-05-10 17:21:12 PST ---
(From update of attachment 55596)
WebKit/chromium/src/ResourceHandle.cpp:181
 +          CRASH();
This seems a bit harsh.  Is this what other code in this file does?

WebCore/platform/chromium/ChromiumBridge.h:76
 +          static void cacheMetadata(const KURL& url, long long responseTime, const Vector<char>&);
Does a pair of URL+responseTime uniquely determine an HTTP response?  What if the clock gets reset?  This seems like a proxy for a response ID.  Why not create a response ID?

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