| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Create a new message file for view related messages. I just moved a few mess... | jam@chromium.org | 2011-03-21 | 1 | -0/+1 |
* | Move a bunch of remaining files from chrome\renderer to content\renderer. | jam@chromium.org | 2011-03-19 | 10 | -10/+10 |
* | Move render_widget files to content. | jam@chromium.org | 2011-03-18 | 1 | -1/+1 |
* | Move a bunch more random files from chrome\renderer to content\renderer. | jam@chromium.org | 2011-03-18 | 1 | -1/+1 |
* | Move all the message files in chrome that belong in content. | jam@chromium.org | 2011-03-16 | 1 | -1/+1 |
* | Move some chrome\common code to content in preparation for moving chrome\gpu. | jam@chromium.org | 2011-03-11 | 1 | -2/+2 |
* | Reduce the amount of time that the phishing classifier will block the UI thread | bryner@chromium.org | 2011-03-11 | 4 | -21/+21 |
* | Coverity: Remove DCHECK failure handler in MalwareDOMDetails::ExtractResources. | thestig@chromium.org | 2011-03-10 | 1 | -2/+0 |
* | Move resource related IPCs to their own file in content. I added a IPC_STRUC... | jam@chromium.org | 2011-03-05 | 2 | -8/+9 |
* | clang: Fix a few more failed attempts at overrides found by -Woverloaded-virtual | thakis@chromium.org | 2011-02-22 | 1 | -1/+1 |
* | Intergration of the client-side phishing detection. | noelutz@google.com | 2011-02-17 | 2 | -5/+6 |
* | 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 |