| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | One more PhishingDOMFeatureExtractorTest suppression, for the IPC channel name. | bryner@chromium.org | 2010-08-06 | 1 | -7/+11 |
* | Remove some wstrings used in ui_test.cc. | evan@chromium.org | 2010-07-30 | 1 | -1/+1 |
* | Add an extractor for DOM features to be used for client side phishing detection. | bryner@chromium.org | 2010-07-29 | 6 | -1/+1060 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 2 | -0/+2 |
* | Add URL-based features for client-side phishing detection. | bryner@chromium.org | 2010-07-09 | 6 | -0/+476 |