| Commit message (Expand) | Author | Age | Files | Lines |
* | Grab additional malware details from the renderer: frame hierarchy, list of s... | panayiotis@google.com | 2011-02-16 | 3 | -0/+317 |
* | Add some more comments, fixing a TODO. | bryner@chromium.org | 2011-02-16 | 2 | -6/+11 |
* | Run pre-classification checks in the browser before starting client-side phis... | bryner@chromium.org | 2011-02-11 | 5 | -70/+205 |
* | PhishingClassifierDelegate test cleanup, and fix a bug with session history n... | bryner@chromium.org | 2011-02-09 | 2 | -25/+9 |
* | Remove includes of message headers in headers. | jam@chromium.org | 2011-02-09 | 2 | -0/+2 |
* | Another big out-of-lining of test code. Hits a lot of gmock objects | erg@google.com | 2011-02-08 | 2 | -2/+16 |
* | Make RenderView not have to know about how PhishingClassifierDelegate. | jam@chromium.org | 2011-02-07 | 5 | -70/+142 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 1 | -1/+1 |
* | Copy buffers in base::FileUtilProxy::{Read,Write} to avoid memory corruption. | darin@chromium.org | 2011-02-04 | 1 | -2/+3 |
* | Increase the maximum size of the phishing model. | bryner@chromium.org | 2011-02-01 | 1 | -1/+1 |
* | Move l10n_util to ui/base | ben@chromium.org | 2011-01-21 | 1 | -1/+1 |
* | Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref... | abarth@chromium.org | 2011-01-17 | 7 | -27/+27 |
* | net: Remove typedef net::URLRequestStatus URLRequestStatus; | tfarina@chromium.org | 2011-01-13 | 1 | -2/+2 |
* | Remove thumbnails from client-side phishing detection pingbacks. | bryner@chromium.org | 2011-01-11 | 2 | -34/+2 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ... | jam@chromium.org | 2010-12-24 | 3 | -4/+7 |
* | Almost done deinlining virtual methods. | erg@google.com | 2010-12-16 | 2 | -2/+17 |
* | Send a DetectedPhishingSite IPC to the browser if a page is classified as phi... | bryner@chromium.org | 2010-11-30 | 2 | -2/+106 |
* | Have the RenderThread initialize a PhishingClassifier when it receives a | bryner@chromium.org | 2010-11-19 | 7 | -23/+457 |
* | Disallow unknown TLD's for phishing classification. | bryner@chromium.org | 2010-11-11 | 2 | -3/+7 |
* | Fix up SharedMemory implementation so that it is more equivalent on Windows v... | dmaclach@chromium.org | 2010-10-27 | 1 | -2/+1 |
* | Change miscellaneous LOG(INFO)s to VLOG()s that I missed the first time throu... | pkasting@chromium.org | 2010-10-27 | 1 | -21/+12 |
* | Client-side phishing detection: grab snapshot of custom sized view. | noelutz@google.com | 2010-10-27 | 3 | -0/+155 |
* | Rename CommandLine::ARGUMENTS_ONLY to NO_PROGRAM. | mattm@chromium.org | 2010-10-21 | 1 | -1/+1 |
* | Convert LOG(INFO) to VLOG(1) - chrome/renderer/. | pkasting@chromium.org | 2010-10-20 | 1 | -5/+5 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 4 | -4/+4 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2010-10-13 | 1 | -1/+3 |
* | Add a new method, Scorer::CreateFromFile, that asynchronously reads a model | bryner@chromium.org | 2010-10-08 | 3 | -0/+195 |
* | Only run the phishing classifier for GET requests. | bryner@chromium.org | 2010-10-04 | 4 | -4/+31 |
* | Only run the phishing classifier for http: urls. | bryner@chromium.org | 2010-10-01 | 4 | -7/+22 |
* | shared_memory: remove wstrings, fix callers. | evan@chromium.org | 2010-09-29 | 1 | -2/+1 |
* | Revert 60368 - Client-side phishing detection: grab snapshot of custom sized ... | noelutz@google.com | 2010-09-24 | 3 | -155/+0 |
* | Client-side phishing detection: grab snapshot of custom sized view. | noelutz@google.com | 2010-09-23 | 3 | -0/+155 |
* | Add a PhishingClassifier implementation. | bryner@chromium.org | 2010-09-22 | 9 | -39/+479 |
* | Revert 60082 - Add a PhishingClassifier implementation. | rdsmith@chromium.org | 2010-09-21 | 9 | -478/+39 |
* | Add a PhishingClassifier implementation. | bryner@chromium.org | 2010-09-21 | 9 | -39/+478 |
* | DevTools: report network stack-based finish time for resources. | pfeldman@chromium.org | 2010-09-16 | 1 | -1/+2 |
* | base: Move SplitStringDontTrim functions from string_util.h to string_split.h | tfarina@chromium.org | 2010-09-15 | 1 | -1/+3 |
* | Add a scorer class for client-side phishing detection. | noelutz@google.com | 2010-09-14 | 4 | -0/+356 |
* | Revert 59019 - | nsylvain@chromium.org | 2010-09-10 | 4 | -386/+0 |
* | Add a scorer class for client-side phishing detection. | noelutz@google.com | 2010-09-09 | 4 | -0/+386 |
* | Add a term feature extractor for client-side phishing detection. | bryner@chromium.org | 2010-09-03 | 6 | -2/+715 |
* | Factor out the setup for PhishingDOMFeatureExtractorTest into a new base class. | bryner@chromium.org | 2010-09-02 | 3 | -196/+312 |
* | Limit the time spent on a single iteration of PhishingDOMFeatureExtractor. | bryner@chromium.org | 2010-08-24 | 4 | -11/+233 |
* | FBTF: Move individual XXXMsg_Params structs to a new file. | erg@google.com | 2010-08-24 | 1 | -0/+2 |
* | Switch some LOG(ERROR)s to DLOG(INFO) in PhishingDOMFeatureExtractor. | bryner@chromium.org | 2010-08-19 | 1 | -3/+3 |
* | Make dom_feature_extractor_unittest into a browser test. | bryner@chromium.org | 2010-08-17 | 1 | -0/+5 |
* | Reapplies all the IPC system work (reverts the revert r56272). | erg@google.com | 2010-08-17 | 1 | -0/+1 |
* | Completely revert all my IPC work to see if this was what regressed the page ... | erg@google.com | 2010-08-17 | 1 | -1/+0 |
* | FBTF: Remove all the easy headers from *_messages.h. | erg@google.com | 2010-08-12 | 1 | -0/+1 |