summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing
Commit message (Expand)AuthorAgeFilesLines
* Parse the whitelist expressions from the phishing verdict response ifnoelutz@google.com2011-08-315-17/+122
* Change the client-side phishing detection hashing function tonoelutz@google.com2011-08-305-25/+42
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-271-2/+1
* Add support for client-side phishing detection for non-UMA users.bryner@chromium.org2011-08-269-87/+410
* Revert 98168, it caused compile errors on mac:thakis@chromium.org2011-08-259-410/+87
* Add support for client-side phishing detection for non-UMA users.bryner@chromium.org2011-08-259-87/+410
* Add "enabled" state to the ClientSideDetectionService.joaodasilva@chromium.org2011-08-236-43/+245
* Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHelper for logging...ycxiao@chromium.org2011-08-121-1/+2
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-111-1/+1
* Revert 95534 - Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHel...yzshen@chromium.org2011-08-051-2/+1
* Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHelper for logging...ycxiao@chromium.org2011-08-041-1/+2
* Check that all the hashes ids in the model are valid.noelutz@google.com2011-08-043-2/+95
* GTTF: Use a fresh TestingBrowserProcess for each test, part #4phajdan.jr@chromium.org2011-08-031-1/+2
* Send back the URL that matched the SafeBrowsing list with the CSD ping.noelutz@google.com2011-08-026-5/+102
* Move more files from chrome/test to chrome/test/base, part #4phajdan.jr@chromium.org2011-08-013-3/+3
* Removal of Profile from content part 5.avi@chromium.org2011-08-011-25/+25
* Move more files from chrome/test to chrome/test/base, part #3phajdan.jr@chromium.org2011-07-291-1/+1
* Move in_process_browser_test and ui_test_utils to chrome/test/basephajdan.jr@chromium.org2011-07-294-7/+6
* Add a scoper object for URLFetcher::Factoryphajdan.jr@chromium.org2011-07-291-3/+1
* Remove obsolete cleanup code for old SafeBrowsing client-side models.bryner@chromium.org2011-07-283-37/+6
* Removal of Profile from content part 3.avi@chromium.org2011-07-285-10/+18
* MD5Update function uses StringPiece instead of raw buffer.dominich@chromium.org2011-07-263-11/+28
* Add OVERRIDE annotation to safebrowsing classes.mattm@chromium.org2011-07-259-43/+48
* Fix memory leaks in client_side_detection_host_unittest.noelutz@google.com2011-07-221-5/+11
* If we show a SafeBrowsing warning we always send the client-side detectionnoelutz@google.com2011-07-228-30/+224
* Deprecate Profile::GetDefaultRequestContext().willchan@chromium.org2011-07-201-1/+2
* Rename CommandLine::GetCommandLineString().msw@chromium.org2011-07-201-1/+1
* Add additional navigation features to CSD pingback.gcasto@chromium.org2011-07-205-58/+381
* some cleanup for base/stl_utildilmah@chromium.org2011-07-194-4/+4
* Move app/sql/* files to sql/ directory.tfarina@chromium.org2011-07-192-4/+4
* Update the client model URL to make sure all Chrome clients re-noelutz@google.com2011-07-191-1/+1
* Start and stop the safe browsing service depending on whether any profile is ...joaodasilva@chromium.org2011-07-193-23/+187
* base: Put md5.* into base namespace.tfarina@chromium.org2011-07-184-49/+53
* Change base::LaunchProcess API slightlyevan@chromium.org2011-07-151-2/+1
* Clean up users of a deprecated base::LaunchApp API.evan@chromium.org2011-07-141-1/+6
* Make safe browsing work in a multi-profile environment.mirandac@chromium.org2011-07-133-34/+27
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-121-5/+8
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-109-20/+19
* Re-enable SafeBrowsingBlockingPageTest.PhishingLearnMoresail@chromium.org2011-07-101-1/+1
* Marking SafeBrowsingBlockingPageTest.PhishingLearnMore as flakysail@chromium.org2011-07-091-1/+1
* Disable SafeBrowsingBlockingPageTest.PhishingLearnMoresail@chromium.org2011-07-091-1/+2
* Separate memory purger from safe browsing.torne@chromium.org2011-07-072-40/+64
* Add a new BrowserFeature for client-side FakeAV detection that is setnoelutz@google.com2011-06-299-58/+366
* Multiprofile: Remove AllSources() usage on CONTENT_SETTINGS_CHANGED.erg@chromium.org2011-06-281-1/+1
* Fixes a bug in the browser feature extractor. If the number of host visitsnoelutz@google.com2011-06-242-7/+26
* Fixing coverity PASS_BY_VALUE bugs.dpapad@chromium.org2011-06-222-2/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2011-06-213-3/+9
* Send the referral URL with the client-side phishing detection request.noelutz@google.com2011-06-216-37/+160
* Create a browser feature extractor that runs after the renderer hasnoelutz@google.com2011-06-186-23/+716
* Initial CL to update the client model more frequently. This CL also changes ...noelutz@google.com2011-06-174-246/+277