[Webkit-unassigned] [Bug 37874] Provide mechanism to cache metadata for a resource

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 23 10:28:37 PDT 2010


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


Tony Gentilcore <tonyg at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #54091|0                           |1
        is obsolete|                            |




--- Comment #10 from Tony Gentilcore <tonyg at chromium.org>  2010-04-23 10:28:36 PST ---
Created an attachment (id=54170)
 --> (https://bugs.webkit.org/attachment.cgi?id=54170)
Removed ID and type enum

- Regarding ID:
I realized that the fact that chrome needs a response time is an implementation
detail of the embedding application. Also, response time was already in
ResourceLoaderBridge::ResponseInfo, so all I had to do was add it to
WebURLResponse and then the ID could be removed from CacheableData.

- Regarding Type:
I removed the enum in favor of a GUID-style scheme. Let me know if you like
that better or if you have another idea. An additional alternative is just to
go back to the original approach where the magic number is in the metadata.

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