summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup temp files/folders in a few more tests.munjal@chromium.org2009-06-011-9/+22
* Decrease the SafeBrowsing false positive rate.paulg@google.com2009-05-091-4/+2
* Deprecate wstring version of PathService::Get() in unit tests.thestig@chromium.org2009-05-041-8/+7
* Reduce the false positive rate for SafeBrowsing gethash requests.paulg@google.com2009-04-171-0/+13
* Remove the old and no longer used SafeBrowsing storagepaulg@google.com2009-03-211-10/+1
* Fix errors detected by coverity.paulg@google.com2009-03-181-6/+6
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-6/+6
* Remove more ifdefs where all platforms now share the implementation.pinkerton@chromium.org2009-03-031-6/+0
* Safe browsing cleanup:estade@chromium.org2009-01-281-11/+15
* Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII("").deanm@chromium.org2009-01-221-2/+2
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-211-1/+2
* * Bring up GreaseMonkeySlave unittest on OS X.jeremy@chromium.org2008-12-231-1/+5
* Move file enumeration to filepaths.avi@google.com2008-12-111-2/+3
* Remove file_util::kPathSeparator from posix.estade@chromium.org2008-11-271-9/+9
* Turn on the new SafeBrowsing by default. To use the olderpaulg@google.com2008-11-261-2/+2
* Remove use of wide characters in stats table identifiers.evanm@google.com2008-11-221-16/+11
* Fix a few leaks in SafeBrowsing. These have been around since the beginning,...erikkay@google.com2008-11-211-0/+58
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-141-3/+3
* Reduce memory consumption by keeping the SafeBrowsingpaulg@google.com2008-11-131-47/+104
* make sure we match all the tests and files that linux has running. We were ne...pinkerton@google.com2008-11-111-0/+8
* Add support for 256 bit full hashes to the new implementation.paulg@google.com2008-11-111-27/+462
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* Disable a long running test.paulg@google.com2008-10-251-1/+1
* Changes to allow running the new SafeBrowsing storage system,contained in Saf...paulg@google.com2008-10-241-15/+16
* Port some more parts of browser/evanm@google.com2008-10-231-28/+72
* Minor code clean up.paulg@google.com2008-10-131-0/+5
* Fix a couple of UMRs in the unit tests.paulg@google.com2008-10-101-0/+1
* Support zero size chunks in the current implementation.paulg@google.com2008-10-091-35/+174
* Fixes to the experimental bloom filter storage code.paulg@google.com2008-10-081-3/+12
* A partially working implementation of a faster safe browsing implementation.erikkay@google.com2008-10-021-0/+7
* Cleanup EOL and include guards, including fixing one guard that was not the c...deanm@chromium.org2008-09-201-1/+0
* Create a SafeBrowsing database interface to more easilypaulg@google.com2008-09-201-268/+99
* Fix a memory leak introduced in the SafeBrowsing prefix cache test.paulg@google.com2008-09-061-1/+5
* Cache empty responses from the SafeBrowsing servers for GetHashpaulg@google.com2008-09-051-1/+19
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Use %ls instead of %s in wprintf format strings for wchar_t fields.mmentovai@google.com2008-08-141-2/+2
* Dummy change.jabdelmalek@google.com2008-08-131-1/+1
* Fix compile errors due to missing includes.nsylvain@google.com2008-07-281-0/+1
* Add chrome to the repository.initial.commit2008-07-261-0/+652