summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing
Commit message (Expand)AuthorAgeFilesLines
* Remove SQLite safe-browsing backing store.shess@chromium.org2011-02-099-1371/+25
* Don't update safe-browsing database if no updates come down.shess@chromium.org2011-02-093-2/+69
* Adding owners.lzheng@chromium.org2011-02-041-0/+3
* Copy buffers in base::FileUtilProxy::{Read,Write} to avoid memory corruption. darin@chromium.org2011-02-041-1/+1
* Change UTF8ToUTF16 to accept const StringPiece&.suzhe@google.com2011-01-283-1/+5
* Limit the number of requests sent by phishing client side detection per day.bryner@chromium.org2011-01-273-0/+83
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-214-13/+13
* Move ResourceBundle, DataPack to ui/baseben@chromium.org2011-01-201-1/+1
* Fix a possible crash in the ClientSideDetectionService.bryner@chromium.org2011-01-202-10/+7
* Add a link to the safe browsing privacy policies in the option to send malwar...panayiotis@google.com2011-01-141-3/+27
* Remove thumbnails from the ClientSideDetectionService.bryner@chromium.org2011-01-144-49/+11
* Remove the unused enlarge.lzheng@chromium.org2011-01-142-14/+0
* Add a unique ID for each URL in the malware details protocol buffer. This all...panayiotis@google.com2011-01-134-92/+130
* Add support to sha256 hash the downloaded file.lzheng@chromium.org2011-01-132-0/+23
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-133-24/+24
* Parse binhash sent from safebrowsing server.lzheng@chromium.org2011-01-125-151/+443
* Deal with truncated chunk.lzheng@chromium.org2011-01-102-6/+21
* Add a checkbox to the malware interstitial page, for user to opt-in to send m...panayiotis@google.com2011-01-074-8/+80
* Disable crashy SafeBrowsingBlockingPageTest.MalwareIframeProceedphajdan.jr@chromium.org2011-01-071-1/+3
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-062-6/+11
* Add several helper functions.lzheng@chromium.org2011-01-051-279/+233
* Move base/lock and base/condition_variable to base/synchronization/brettw@chromium.org2011-01-011-13/+12
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-1/+2
* Consolidate some safe-browsing histograms.shess@chromium.org2010-12-284-20/+82
* Remove wstring from l10n_util. Part 2.avi@chromium.org2010-12-282-68/+74
* Add support for safebrowsing download protection. It is currently under flag ...lzheng@chromium.org2010-12-223-34/+135
* Remove some duplicate histograms.shess@chromium.org2010-12-221-8/+2
* Revert 69592 - file_version_info was not finding Mac values correctly.dmaclach@chromium.org2010-12-181-1/+1
* file_version_info was not finding Mac values correctly.dmaclach@chromium.org2010-12-181-1/+1
* Almost done deinlining virtual methods.erg@google.com2010-12-162-5/+6
* Handle download url list and binary hash list in safe browsing. Addedlzheng@chromium.org2010-12-1512-321/+927
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-142-4/+7
* Deinline even more destructors.erg@google.com2010-12-142-56/+94
* Add a browser test for safebrowsing service.lzheng@chromium.org2010-12-136-34/+453
* Cleanup: Remove unneeded browser_thread.h usage.thestig@chromium.org2010-12-131-1/+0
* Simplify the malware warning ui. Remove the 'more info'/'less info' button, i...lzheng@chromium.org2010-12-131-4/+0
* Fix memory leak in the malware_details unittest.panayiotis@google.com2010-12-131-3/+6
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-112-7/+4
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-112-4/+7
* Cleanup: Remove needed #includes for profile.h.thestig@chromium.org2010-12-101-1/+0
* Send malware reports when a user opts-in from the safe browsing interstitial ...panayiotis@google.com2010-12-1013-35/+783
* This is a continuation of http://codereview.chromium.org/5519016/, adds a new...satish@chromium.org2010-12-092-6/+13
* Re-design the phishing interstitial page. The change is mostly about: make th...lzheng@chromium.org2010-12-081-3/+8
* Add support to get addlist from store.lzheng@chromium.org2010-12-076-12/+104
* Track false-positive in SafeBrowsing's bloom filter.shess@chromium.org2010-12-039-7/+91
* Move:ben@chromium.org2010-12-023-3/+3
* Temporarily increase the safe-browsing bloom filter size.shess@chromium.org2010-12-021-1/+1
* Fix error thrown in javascript for the safe browsing phishing interstitial. A...panayiotis@google.com2010-12-011-23/+3
* Disable phishing tests that appear to fail because of log parsing bug.sky@chromium.org2010-11-301-3/+23