summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/safe_browsing/phishing_classifier_delegate.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-2/+2
* Make RenderView inherit from content::RenderView, and add missing functions t...jam@chromium.org2011-10-101-2/+2
* Move RenderProcessObserver and RenderViewVisitor to content\public\renderer a...jam@chromium.org2011-10-031-2/+2
* Move RenderViewObserver and RenderViewObserverTracker to content\public\rende...jam@chromium.org2011-10-031-2/+2
* Add OVERRIDE annotation to safebrowsing classes.mattm@chromium.org2011-07-251-3/+3
* Initial CL to update the client model more frequently. This CL also changes ...noelutz@google.com2011-06-171-2/+2
* Revert 89098 - Initial CL to update the client model more frequently.rsesek@chromium.org2011-06-161-1/+0
* Initial CL to update the client model more frequently.noelutz@google.com2011-06-141-0/+1
* Static constructors for Safe Browsing in Render Process.jknotten@chromium.org2011-05-121-3/+7
* Add a histogram to record why the phishing classifier is canceled.bryner@chromium.org2011-05-041-5/+22
* Change the phishing classifier to look at the transition type to determine hi...bryner@chromium.org2011-04-281-8/+18
* Change the client-side phishing detection request format. Instead ofnoelutz@google.com2011-04-141-1/+2
* Move a bunch of Chrome specific code out of RenderThread, in preparation of m...jam@chromium.org2011-04-141-2/+7
* Move code that talks to spelling and translate out of content. I create Chro...jam@chromium.org2011-04-131-4/+3
* Send the ref as part of the client-side phishing detection pingback.bryner@chromium.org2011-04-071-3/+4
* Ignore preliminary page captures for client-side phishing detection.bryner@chromium.org2011-03-311-1/+4
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Move a bunch of remaining files from chrome\renderer to content\renderer.jam@chromium.org2011-03-191-1/+1
* Run pre-classification checks in the browser before starting client-side phis...bryner@chromium.org2011-02-111-11/+33
* Make RenderView not have to know about how PhishingClassifierDelegate.jam@chromium.org2011-02-071-21/+12
* Have the RenderThread initialize a PhishingClassifier when it receives abryner@chromium.org2010-11-191-0/+93