| Commit message (Expand) | Author | Age | Files | Lines |
* | WebUI: Move chrome/browser/dom_ui/ to chrome/browser/webui/. | tfarina@chromium.org | 2011-02-22 | 1 | -3/+3 |
* | Intergration of the client-side phishing detection. | noelutz@google.com | 2011-02-17 | 6 | -14/+547 |
* | Make TabContentsObserver handle registration automatically, as well as exposi... | jam@chromium.org | 2011-02-17 | 3 | -12/+5 |
* | Fix uninitialized start time in queued safe-browsing checks. | shess@chromium.org | 2011-02-16 | 2 | -13/+16 |
* | Grab additional malware details from the renderer: frame hierarchy, list of s... | panayiotis@google.com | 2011-02-16 | 6 | -45/+358 |
* | Lookup hash prefix in safebrowsing service. | lzheng@chromium.org | 2011-02-16 | 13 | -180/+457 |
* | More test out-of-lining. | erg@google.com | 2011-02-14 | 2 | -0/+3 |
* | Add caching to phishing client side detection. | gcasto@chromium.org | 2011-02-14 | 3 | -22/+224 |
* | Safe-browsing download update inverted flag on histogram. | shess@chromium.org | 2011-02-14 | 1 | -4/+4 |
* | Run pre-classification checks in the browser before starting client-side phis... | bryner@chromium.org | 2011-02-11 | 3 | -1/+197 |
* | [cros] Enable disk IO restriction on IOThread. | nkostylev@chromium.org | 2011-02-11 | 1 | -1/+7 |
* | Retrieve the redirect urls for the malicious url, and send them in the detail... | lzheng@chromium.org | 2011-02-10 | 4 | -7/+81 |
* | PrefixSet as an alternate to BloomFilter for safe-browsing. | shess@chromium.org | 2011-02-10 | 5 | -0/+379 |
* | Histogram size of safe-browsing database updates. | shess@chromium.org | 2011-02-10 | 2 | -0/+9 |
* | Remove SQLite safe-browsing backing store. | shess@chromium.org | 2011-02-09 | 9 | -1371/+25 |
* | Don't update safe-browsing database if no updates come down. | shess@chromium.org | 2011-02-09 | 3 | -2/+69 |
* | Adding owners. | lzheng@chromium.org | 2011-02-04 | 1 | -0/+3 |
* | Copy buffers in base::FileUtilProxy::{Read,Write} to avoid memory corruption. | darin@chromium.org | 2011-02-04 | 1 | -1/+1 |
* | Change UTF8ToUTF16 to accept const StringPiece&. | suzhe@google.com | 2011-01-28 | 3 | -1/+5 |
* | Limit the number of requests sent by phishing client side detection per day. | bryner@chromium.org | 2011-01-27 | 3 | -0/+83 |
* | Move l10n_util to ui/base | ben@chromium.org | 2011-01-21 | 1 | -1/+1 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 4 | -13/+13 |
* | Move ResourceBundle, DataPack to ui/base | ben@chromium.org | 2011-01-20 | 1 | -1/+1 |
* | Fix a possible crash in the ClientSideDetectionService. | bryner@chromium.org | 2011-01-20 | 2 | -10/+7 |
* | Add a link to the safe browsing privacy policies in the option to send malwar... | panayiotis@google.com | 2011-01-14 | 1 | -3/+27 |
* | Remove thumbnails from the ClientSideDetectionService. | bryner@chromium.org | 2011-01-14 | 4 | -49/+11 |
* | Remove the unused enlarge. | lzheng@chromium.org | 2011-01-14 | 2 | -14/+0 |
* | Add a unique ID for each URL in the malware details protocol buffer. This all... | panayiotis@google.com | 2011-01-13 | 4 | -92/+130 |
* | Add support to sha256 hash the downloaded file. | lzheng@chromium.org | 2011-01-13 | 2 | -0/+23 |
* | net: Remove typedef net::URLRequestStatus URLRequestStatus; | tfarina@chromium.org | 2011-01-13 | 3 | -24/+24 |
* | Parse binhash sent from safebrowsing server. | lzheng@chromium.org | 2011-01-12 | 5 | -151/+443 |
* | Deal with truncated chunk. | lzheng@chromium.org | 2011-01-10 | 2 | -6/+21 |
* | Add a checkbox to the malware interstitial page, for user to opt-in to send m... | panayiotis@google.com | 2011-01-07 | 4 | -8/+80 |
* | Disable crashy SafeBrowsingBlockingPageTest.MalwareIframeProceed | phajdan.jr@chromium.org | 2011-01-07 | 1 | -1/+3 |
* | net: Add namespace net to the remaining files under url_request directory. | tfarina@chromium.org | 2011-01-06 | 2 | -6/+11 |
* | Add several helper functions. | lzheng@chromium.org | 2011-01-05 | 1 | -279/+233 |
* | Move base/lock and base/condition_variable to base/synchronization/ | brettw@chromium.org | 2011-01-01 | 1 | -13/+12 |
* | Move platform_thread to base/threading and put in the base namespace. I left a | brettw@chromium.org | 2010-12-31 | 1 | -1/+2 |
* | Consolidate some safe-browsing histograms. | shess@chromium.org | 2010-12-28 | 4 | -20/+82 |
* | Remove wstring from l10n_util. Part 2. | avi@chromium.org | 2010-12-28 | 2 | -68/+74 |
* | Add support for safebrowsing download protection. It is currently under flag ... | lzheng@chromium.org | 2010-12-22 | 3 | -34/+135 |
* | Remove some duplicate histograms. | shess@chromium.org | 2010-12-22 | 1 | -8/+2 |
* | Revert 69592 - file_version_info was not finding Mac values correctly. | dmaclach@chromium.org | 2010-12-18 | 1 | -1/+1 |
* | file_version_info was not finding Mac values correctly. | dmaclach@chromium.org | 2010-12-18 | 1 | -1/+1 |
* | Almost done deinlining virtual methods. | erg@google.com | 2010-12-16 | 2 | -5/+6 |
* | Handle download url list and binary hash list in safe browsing. Added | lzheng@chromium.org | 2010-12-15 | 12 | -321/+927 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-14 | 2 | -4/+7 |
* | Deinline even more destructors. | erg@google.com | 2010-12-14 | 2 | -56/+94 |
* | Add a browser test for safebrowsing service. | lzheng@chromium.org | 2010-12-13 | 6 | -34/+453 |
* | Cleanup: Remove unneeded browser_thread.h usage. | thestig@chromium.org | 2010-12-13 | 1 | -1/+0 |