summaryrefslogtreecommitdiffstats
path: root/third_party/smhasher
Commit message (Collapse)AuthorAgeFilesLines
* Make smhasher compile on Win64jschuh@chromium.org2012-12-271-0/+4
| | | | | | | | | BUG=167187 TBR=bryner Review URL: https://chromiumcodereview.appspot.com/11570068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174709 0039d316-1c4b-4281-b951-d872f2087c98
* Hook up ANGLE with CityHash.zmo@google.com2012-11-131-0/+8
| | | | | | | | | | | | This enables name hashing for shaders behind a commandline switch --enable-shader-name-hashing. Also, this CL does not implement the post processing of compile/link error logs. BUG=160369 TEST=webgl conformance tests, webgl demos Review URL: https://codereview.chromium.org/11363182 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167422 0039d316-1c4b-4281-b951-d872f2087c98
* Roll smhasher from r146 to r147zmo@google.com2012-11-121-1/+1
| | | | | | | | | | This solves a compile error for CityHash on ARM: Platform.h:81 BUG=160369 TEST=tree Review URL: https://codereview.chromium.org/11410045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167262 0039d316-1c4b-4281-b951-d872f2087c98
* Add a function to provide the list of third-party directories which are ↵steveblock@chromium.org2012-08-141-1/+3
| | | | | | | | | | | | | | incompatible with Android. For most directories, we use a regex of whitelisted licenses to parse the 'License' field from the metadata. In some case, for example, where a custom license is used, we rely on a new 'Android Compatibility' field. This functionality will be used by the snapshot tool, which will exclude these incompatible directories from the snapshot in the Android tree. BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10829272 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151462 0039d316-1c4b-4281-b951-d872f2087c98
* DuplicateContentResourceHandler to monitor resources and track how many ↵frankwang@google.com2012-08-012-2/+10
| | | | | | | | | | times they are duplicated as a way to simulate the cache. R=gavinp@chromium.org, darin@chromium.org Review URL: https://chromiumcodereview.appspot.com/10701151 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149324 0039d316-1c4b-4281-b951-d872f2087c98
* Add a copy of the SMHasher library. MurmurHash3 will be used by ↵bryner@chromium.org2011-09-093-0/+51
SafeBrowsing phishing detection. We'll be modifying the page_words field in ClientSideModel with murmurhash3's of the words, rather than SHA-256 hashes, since SHA-256 is fairly expensive to compute. Note that on a murmurhash3 hit, we'll still do a SHA-256 check against page_terms, so this will not introduce term collisions. BUG=none TEST=none Review URL: http://codereview.chromium.org/7848010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100347 0039d316-1c4b-4281-b951-d872f2087c98