NetworkCookie: fix domain/path matching, and validity checks

This commit is contained in:
Hamish Morrison
2013-02-09 17:10:05 +00:00
parent 33462ef54a
commit c8bc218363
2 changed files with 43 additions and 8 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ public:
bool IsHostOnly() const;
bool IsSessionCookie() const;
bool IsValid(bool strict = false) const;
bool IsValid() const;
bool IsValidForUrl(const BUrl& url) const;
bool IsValidForDomain(const BString& domain) const;
bool IsValidForPath(const BString& path) const;