summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/safe_browsing/phishing_classifier_browsertest.cc
Commit message (Expand)AuthorAgeFilesLines
* Use base namespace for string16 in chrome/renderer.brettw@chromium.org2013-12-041-3/+3
* Convert PhishingClassifierDelegateTest and PhishingDOMFeatureExtractorTest to...jam@chromium.org2013-11-201-8/+1
* Remove blacklisting of Mac OS 10.6 and 10.7.ccameron@chromium.org2013-11-201-13/+14
* Revert 235863 "Remove blacklisting of Mac OS 10.6 and 10.7."ccameron@chromium.org2013-11-191-6/+11
* Remove blacklisting of Mac OS 10.6 and 10.7.ccameron@chromium.org2013-11-191-11/+6
* Disable PhishingClassifierTest.DisableDetection on Mac 10.8. No idea why it f...jam@chromium.org2013-11-151-0/+12
* Try enabling the phishing classifier browser tests that got disabled for bug ...jam@chromium.org2013-11-131-15/+2
* Disable flaky PhishingClassifierTest.TestClassification on Mac OS X.kbr@chromium.org2013-11-091-1/+8
* Disabled flaky PhishingClassifierTest.DisableDetection on Mac OS.kbr@chromium.org2013-11-081-1/+8
* Revert 233647 "Revert 233612 "Convert PhishingClassifierTest to ..."scheib@chromium.org2013-11-071-49/+121
* Revert 233612 "Convert PhishingClassifierTest to a real browser ..."scheib@chromium.org2013-11-071-121/+49
* Revert 233622 "Revert 233612 "Convert PhishingClassifierTest to ..."jam@chromium.org2013-11-071-49/+121
* Revert 233612 "Convert PhishingClassifierTest to a real browser ..."jam@chromium.org2013-11-071-121/+49
* Convert PhishingClassifierTest to a real browser test.ajwong@chromium.org2013-11-071-49/+121
* Use a direct include of strings headers in chrome/renderer/.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in chrome/renderer/, chrome/...avi@chromium.org2013-06-071-1/+1
* Fix client-side phishing detection test flakiness and ChromeOS failure.bryner@chromium.org2012-06-051-2/+2
* Move RenderViewFakeResourcesTest header from content\test to content\public\t...jam@chromium.org2012-06-031-4/+4
* Disable 12 phishing testssteveblock@chromium.org2012-05-181-1/+1
* Convert to base::Callback in safe_browsing client-side-detection code.shess@chromium.org2011-11-231-1/+3
* Only send the client-side phishing model to a renderer if its profile has Saf...bryner@chromium.org2011-10-191-0/+13
* Make RenderView inherit from content::RenderView, and add missing functions t...jam@chromium.org2011-10-101-1/+1
* Move RenderViewFakeResourcesTest to content\test. This is because we don't wa...jam@chromium.org2011-10-071-1/+1
* Switch to the new client-side phishing model that uses Murmurhash for word ha...bryner@chromium.org2011-09-131-1/+3
* Initial CL to update the client model more frequently. This CL also changes ...noelutz@google.com2011-06-171-1/+1
* Revert 89098 - Initial CL to update the client model more frequently.rsesek@chromium.org2011-06-161-1/+1
* Initial CL to update the client model more frequently.noelutz@google.com2011-06-141-1/+1
* Change the client-side phishing detection request format. Instead ofnoelutz@google.com2011-04-141-20/+62
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-8/+8
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Have the RenderThread initialize a PhishingClassifier when it receives abryner@chromium.org2010-11-191-1/+8
* Only run the phishing classifier for GET requests.bryner@chromium.org2010-10-041-2/+7
* Only run the phishing classifier for http: urls.bryner@chromium.org2010-10-011-3/+9
* Add a PhishingClassifier implementation.bryner@chromium.org2010-09-221-0/+134
* Revert 60082 - Add a PhishingClassifier implementation.rdsmith@chromium.org2010-09-211-134/+0
* Add a PhishingClassifier implementation.bryner@chromium.org2010-09-211-0/+134