summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/safe_browsing
Commit message (Expand)AuthorAgeFilesLines
* Add a new method, Scorer::CreateFromFile, that asynchronously reads a modelbryner@chromium.org2010-10-083-0/+195
* Only run the phishing classifier for GET requests.bryner@chromium.org2010-10-044-4/+31
* Only run the phishing classifier for http: urls.bryner@chromium.org2010-10-014-7/+22
* shared_memory: remove wstrings, fix callers.evan@chromium.org2010-09-291-2/+1
* Revert 60368 - Client-side phishing detection: grab snapshot of custom sized ...noelutz@google.com2010-09-243-155/+0
* Client-side phishing detection: grab snapshot of custom sized view.noelutz@google.com2010-09-233-0/+155
* Add a PhishingClassifier implementation.bryner@chromium.org2010-09-229-39/+479
* Revert 60082 - Add a PhishingClassifier implementation.rdsmith@chromium.org2010-09-219-478/+39
* Add a PhishingClassifier implementation.bryner@chromium.org2010-09-219-39/+478
* DevTools: report network stack-based finish time for resources.pfeldman@chromium.org2010-09-161-1/+2
* base: Move SplitStringDontTrim functions from string_util.h to string_split.htfarina@chromium.org2010-09-151-1/+3
* Add a scorer class for client-side phishing detection.noelutz@google.com2010-09-144-0/+356
* Revert 59019 - nsylvain@chromium.org2010-09-104-386/+0
* Add a scorer class for client-side phishing detection.noelutz@google.com2010-09-094-0/+386
* Add a term feature extractor for client-side phishing detection.bryner@chromium.org2010-09-036-2/+715
* Factor out the setup for PhishingDOMFeatureExtractorTest into a new base class.bryner@chromium.org2010-09-023-196/+312
* Limit the time spent on a single iteration of PhishingDOMFeatureExtractor.bryner@chromium.org2010-08-244-11/+233
* FBTF: Move individual XXXMsg_Params structs to a new file.erg@google.com2010-08-241-0/+2
* Switch some LOG(ERROR)s to DLOG(INFO) in PhishingDOMFeatureExtractor.bryner@chromium.org2010-08-191-3/+3
* Make dom_feature_extractor_unittest into a browser test.bryner@chromium.org2010-08-171-0/+5
* Reapplies all the IPC system work (reverts the revert r56272).erg@google.com2010-08-171-0/+1
* Completely revert all my IPC work to see if this was what regressed the page ...erg@google.com2010-08-171-1/+0
* FBTF: Remove all the easy headers from *_messages.h.erg@google.com2010-08-121-0/+1
* One more PhishingDOMFeatureExtractorTest suppression, for the IPC channel name.bryner@chromium.org2010-08-061-7/+11
* Remove some wstrings used in ui_test.cc.evan@chromium.org2010-07-301-1/+1
* Add an extractor for DOM features to be used for client side phishing detection.bryner@chromium.org2010-07-296-1/+1060
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-262-0/+2
* Add URL-based features for client-side phishing detection.bryner@chromium.org2010-07-096-0/+476