summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/safe_browsing
Commit message (Expand)AuthorAgeFilesLines
...
* Create a new message file for view related messages. I just moved a few mess...jam@chromium.org2011-03-211-0/+1
* Move a bunch of remaining files from chrome\renderer to content\renderer.jam@chromium.org2011-03-1910-10/+10
* Move render_widget files to content.jam@chromium.org2011-03-181-1/+1
* Move a bunch more random files from chrome\renderer to content\renderer.jam@chromium.org2011-03-181-1/+1
* Move all the message files in chrome that belong in content.jam@chromium.org2011-03-161-1/+1
* Move some chrome\common code to content in preparation for moving chrome\gpu.jam@chromium.org2011-03-111-2/+2
* Reduce the amount of time that the phishing classifier will block the UI threadbryner@chromium.org2011-03-114-21/+21
* Coverity: Remove DCHECK failure handler in MalwareDOMDetails::ExtractResources.thestig@chromium.org2011-03-101-2/+0
* Move resource related IPCs to their own file in content. I added a IPC_STRUC...jam@chromium.org2011-03-052-8/+9
* clang: Fix a few more failed attempts at overrides found by -Woverloaded-virtualthakis@chromium.org2011-02-221-1/+1
* Intergration of the client-side phishing detection.noelutz@google.com2011-02-172-5/+6
* Grab additional malware details from the renderer: frame hierarchy, list of s...panayiotis@google.com2011-02-163-0/+317
* Add some more comments, fixing a TODO.bryner@chromium.org2011-02-162-6/+11
* Run pre-classification checks in the browser before starting client-side phis...bryner@chromium.org2011-02-115-70/+205
* PhishingClassifierDelegate test cleanup, and fix a bug with session history n...bryner@chromium.org2011-02-092-25/+9
* Remove includes of message headers in headers.jam@chromium.org2011-02-092-0/+2
* Another big out-of-lining of test code. Hits a lot of gmock objectserg@google.com2011-02-082-2/+16
* Make RenderView not have to know about how PhishingClassifierDelegate.jam@chromium.org2011-02-075-70/+142
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Copy buffers in base::FileUtilProxy::{Read,Write} to avoid memory corruption. darin@chromium.org2011-02-041-2/+3
* Increase the maximum size of the phishing model.bryner@chromium.org2011-02-011-1/+1
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-177-27/+27
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-131-2/+2
* Remove thumbnails from client-side phishing detection pingbacks.bryner@chromium.org2011-01-112-34/+2
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-243-4/+7
* Almost done deinlining virtual methods.erg@google.com2010-12-162-2/+17
* Send a DetectedPhishingSite IPC to the browser if a page is classified as phi...bryner@chromium.org2010-11-302-2/+106
* Have the RenderThread initialize a PhishingClassifier when it receives abryner@chromium.org2010-11-197-23/+457
* Disallow unknown TLD's for phishing classification.bryner@chromium.org2010-11-112-3/+7
* Fix up SharedMemory implementation so that it is more equivalent on Windows v...dmaclach@chromium.org2010-10-271-2/+1
* Change miscellaneous LOG(INFO)s to VLOG()s that I missed the first time throu...pkasting@chromium.org2010-10-271-21/+12
* Client-side phishing detection: grab snapshot of custom sized view.noelutz@google.com2010-10-273-0/+155
* Rename CommandLine::ARGUMENTS_ONLY to NO_PROGRAM.mattm@chromium.org2010-10-211-1/+1
* Convert LOG(INFO) to VLOG(1) - chrome/renderer/.pkasting@chromium.org2010-10-201-5/+5
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-144-4/+4
* Coverity: Initialize member variables.jhawkins@chromium.org2010-10-131-1/+3
* 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