summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/safe_browsing/phishing_term_feature_extractor.cc
Commit message (Expand)AuthorAgeFilesLines
* Reduce the maximum time that client-side phishing detection will block the We...bryner@chromium.org2012-05-101-2/+2
* Convert to base::Callback in safe_browsing client-side-detection code.shess@chromium.org2011-11-231-7/+7
* Convert safe-browsing ScopedRunnableMethodFactory.shess@chromium.org2011-11-101-6/+8
* Switch to the new client-side phishing model that uses Murmurhash for word ha...bryner@chromium.org2011-09-131-8/+11
* Reduce the clock check granularity for term feature extraction.bryner@chromium.org2011-09-031-1/+1
* Clear the previous word state on a negative word cache hit.bryner@chromium.org2011-09-031-0/+4
* Fix crash in PhishingTermFeatureExtractor due to negative_word_cache_ not alw...noelutz@google.com2011-08-191-4/+1
* Fix valgrind failures in PhishingTermFeatureExtractor and remove supressions ...gcasto@chromium.org2011-08-101-0/+1
* Optimize phishing page term feature extraction.gcasto@chromium.org2011-08-091-13/+20
* FTP: split the directory listing parser test and re-enable it on TSan botsphajdan.jr@chromium.org2011-05-061-1/+2
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-4/+4
* Reduce the amount of time that the phishing classifier will block the UI threadbryner@chromium.org2011-03-111-1/+1
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Add a term feature extractor for client-side phishing detection.bryner@chromium.org2010-09-031-0/+295