| Commit message (Expand) | Author | Age | Files | Lines |
* | Add "enabled" state to the ClientSideDetectionService. | joaodasilva@chromium.org | 2011-08-23 | 1 | -0/+17 |
* | If we show a SafeBrowsing warning we always send the client-side detection | noelutz@google.com | 2011-07-22 | 1 | -1/+23 |
* | Start and stop the safe browsing service depending on whether any profile is ... | joaodasilva@chromium.org | 2011-07-19 | 1 | -3/+21 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -1/+1 |
* | Separate memory purger from safe browsing. | torne@chromium.org | 2011-07-07 | 1 | -9/+19 |
* | Fixing coverity PASS_BY_VALUE bugs. | dpapad@chromium.org | 2011-06-22 | 1 | -1/+1 |
* | Remove last safebrowsing references from content. | jam@chromium.org | 2011-06-02 | 1 | -3/+2 |
* | Currently, there is a bug in the way we show the csd phishing interstitial. | noelutz@google.com | 2011-06-01 | 1 | -11/+19 |
* | SafeBrowsing: Include hash in digest malware hit pingback. | mattm@chromium.org | 2011-05-31 | 1 | -6/+6 |
* | Use a different tpl= parameter when reporting an error from client-side phish... | bryner@chromium.org | 2011-05-26 | 1 | -0/+4 |
* | Include full redirect chain in downloads safebrowsing ping. | mattm@chromium.org | 2011-05-10 | 1 | -3/+6 |
* | Safebrowsing download UMA results shouldn't be set when safebrowsing is disab... | mattm@chromium.org | 2011-05-03 | 1 | -0/+4 |
* | Check all redirect URLs against download safebrowsing list. | mattm@chromium.org | 2011-04-20 | 1 | -4/+4 |
* | The optional Malware Details also collects HTTP cache information. See design... | panayiotis@google.com | 2011-04-19 | 1 | -3/+3 |
* | Moved URLRequestContextGetter to net/ so it can be used by projects such as j... | sanjeevr@chromium.org | 2011-03-31 | 1 | -2/+5 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -3/+3 |
* | Integrate the csd-whitelist with the rest of the client-side | noelutz@google.com | 2011-03-21 | 1 | -1/+1 |
* | Revert 78818 - Integrate the csd-whitelist with the rest of the client-side | noelutz@google.com | 2011-03-19 | 1 | -1/+1 |
* | Integrate the csd-whitelist with the rest of the client-side | noelutz@google.com | 2011-03-19 | 1 | -1/+1 |
* | Revert 78635 - Integrate the csd-whitelist with the rest of the client-side | noelutz@google.com | 2011-03-18 | 1 | -1/+1 |
* | Integrate the csd-whitelist with the rest of the client-side | noelutz@google.com | 2011-03-18 | 1 | -1/+1 |
* | Add a new SafeBrowsing list which contains a whitelist for the client-side | noelutz@google.com | 2011-03-09 | 1 | -0/+11 |
* | Use string for hash in callbacks from safebrowsing. This makes the API more c... | lzheng@chromium.org | 2011-03-04 | 1 | -1/+1 |
* | Adding a timeout to cancel safebrowsing check if it takes too long. | lzheng@chromium.org | 2011-03-02 | 1 | -4/+35 |
* | Enable url check in download_manager, with a simple UI (it may need polish). ... | lzheng@chromium.org | 2011-02-26 | 1 | -7/+14 |
* | Intergration of the client-side phishing detection. | noelutz@google.com | 2011-02-17 | 1 | -8/+8 |
* | Fix uninitialized start time in queued safe-browsing checks. | shess@chromium.org | 2011-02-16 | 1 | -2/+2 |
* | Lookup hash prefix in safebrowsing service. | lzheng@chromium.org | 2011-02-16 | 1 | -35/+47 |
* | Retrieve the redirect urls for the malicious url, and send them in the detail... | lzheng@chromium.org | 2011-02-10 | 1 | -0/+2 |
* | Remove SQLite safe-browsing backing store. | shess@chromium.org | 2011-02-09 | 1 | -2/+2 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -2/+2 |
* | Add support to sha256 hash the downloaded file. | lzheng@chromium.org | 2011-01-13 | 1 | -0/+8 |
* | Consolidate some safe-browsing histograms. | shess@chromium.org | 2010-12-28 | 1 | -1/+3 |
* | Add support for safebrowsing download protection. It is currently under flag ... | lzheng@chromium.org | 2010-12-22 | 1 | -3/+2 |
* | Handle download url list and binary hash list in safe browsing. Added | lzheng@chromium.org | 2010-12-15 | 1 | -4/+38 |
* | Send malware reports when a user opts-in from the safe browsing interstitial ... | panayiotis@google.com | 2010-12-10 | 1 | -2/+7 |
* | A browser test for safe_browsing_blocking_page. It tests some simple cases fo... | panayiotis@google.com | 2010-11-30 | 1 | -5/+33 |
* | FBTF: More dtor deinlining. (Can almost see the end!) | erg@google.com | 2010-10-22 | 1 | -0/+9 |
* | FBTF: Even more deinlining. | erg@google.com | 2010-10-20 | 1 | -6/+1 |
* | Ping Google whenever a SafeBrowsing interstitial is shown to UMA users. | noelutz@google.com | 2010-10-07 | 1 | -5/+6 |
* | Add database_update_in_progress_ in SafeBrowsingService to indicate if the | lzheng@chromium.org | 2010-09-09 | 1 | -0/+4 |
* | Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}. | viettrungluu@chromium.org | 2010-08-19 | 1 | -0/+1 |
* | Fix the urls reported as page_url and referer_url when a redirect is involved. | panayiotis@google.com | 2010-08-18 | 1 | -0/+6 |
* | Report malware redirectors as well. | panayiotis@google.com | 2010-08-12 | 1 | -1/+2 |
* | Minor header cleanup of chrome/browser/[st]*/*.h minus c/b/sync/*.h. | viettrungluu@chromium.org | 2010-08-06 | 1 | -3/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | First change to add safebrowsing service test. | lzheng@chromium.org | 2010-07-16 | 1 | -0/+1 |
* | Add switches and apis in safebrowsing protocol_manager that will allow end-to... | lzheng@chromium.org | 2010-06-29 | 1 | -0/+2 |
* | Refactor chunk ownership in SafeBrowsing code. | shess@chromium.org | 2010-03-08 | 1 | -5/+2 |
* | Fix data races in Safe Browsing Service that were possible with aggressive co... | pkasting@chromium.org | 2009-12-03 | 1 | -3/+5 |