Bug 977766 - HTTP cache v2: selective deletion of data (by load context info), r=honzab, michal

This commit is contained in:
Michal Novotny
2014-04-10 12:47:20 +02:00
parent 7b653ef958
commit 259c3d334a
17 changed files with 1458 additions and 200 deletions

View File

@@ -27,6 +27,11 @@ AppendKeyPrefix(nsILoadContextInfo *aInfo, nsACString &_retval);
void
AppendTagWithValue(nsACString & aTarget, char const aTag, nsCSubstring const & aValue);
nsresult
KeyMatchesLoadContextInfo(const nsACString &aKey,
nsILoadContextInfo *aInfo,
bool *_retval);
} // CacheFileUtils
} // net
} // mozilla