[Webkit-unassigned] [Bug 30322] WebKit level persistent caching

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 24 16:45:42 PST 2014


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

Sam Weinig <sam at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #241955|review?                     |review+
              Flags|                            |

--- Comment #57 from Sam Weinig <sam at webkit.org> ---
Comment on attachment 241955
  --> https://bugs.webkit.org/attachment.cgi?id=241955
fix LOG_DISABLED build

View in context: https://bugs.webkit.org/attachment.cgi?id=241955&action=review

> Source/WebKit2/NetworkProcess/cache/NetworkCacheStorageCocoa.mm:47
> +static void traverseDirectory(const String& path, uint8_t type, const Function& function) {

{ on the wrong line.

> Source/WebKit2/NetworkProcess/cache/NetworkCacheStorageCocoa.mm:63
> +static void traverseCacheFiles(const String& cachePath, std::function<void (const String& fileName, const String& partitionPath)> function) {

{ on the wrong line.

> Source/WebKit2/NetworkProcess/cache/NetworkCacheStorageCocoa.mm:205
> +    EntryMetaData(const NetworkCacheKey& key) : cacheStorageVersion(NetworkCacheStorage::version), key(key) { }

explicit?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141125/4e295089/attachment-0002.html>


More information about the webkit-unassigned mailing list