summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Short-circuit safe-browsing updates once corruption is detected.shess@chromium.org2010-09-211-0/+239
* Suppress safe-browsing perf logging.shess@chromium.org2010-09-181-6/+6
* Refactor SafeBrowsingDatabase for transition to new file format.shess@chromium.org2010-08-181-120/+67
* Incrementally bring SafeBrowsingDatabaseTest into the modern age.shess@chromium.org2010-08-171-53/+41
* AppendASCII returns a new object.thakis@chromium.org2010-06-231-1/+1
* TTF: Fix SafeBrowsingDatabase unit tests for MacOS X by disabling logging of IOcsilv@chromium.org2010-06-111-23/+21
* TTF: Re-enable four SafeBrowsingDatabase tests. Add a comment with bug link ...jhawkins@chromium.org2010-06-081-17/+12
* Remove the wstring versions of GetFileInfo, GetFileSize, GetTempDir.evan@chromium.org2010-04-211-2/+2
* Move ProcessEntry and IoCounters inside namespace base.maruel@chromium.org2010-04-081-2/+2
* Clean up SafeBrowsingDatabaseTest setup/teardown.shess@chromium.org2010-03-091-345/+303
* Refactor chunk ownership in SafeBrowsing code.shess@chromium.org2010-03-081-63/+76
* Fix style issue mentioned in previous review that I overlooked.evan@chromium.org2010-02-241-1/+1
* Use FilePaths in the SafeBrowsing unit tests.evan@chromium.org2010-02-241-25/+24
* Revert 35025 - Revert 34994, maybe it regressed startup perf Fix cpu/memory ...viettrungluu@chromium.org2009-12-191-0/+5
* Revert 34994, maybe it regressed startup perf - Fix cpu/memory measurements o...thakis@chromium.org2009-12-191-5/+0
* Fix cpu/memory measurements on OS X.thakis@chromium.org2009-12-181-0/+5
* Clean up Safe Browsing code a little:pkasting@chromium.org2009-12-011-2/+0
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-201-7/+6
* Fixed data race between GetDatabase and CheckURL at startup.erikkay@chromium.org2009-10-121-2/+2
* Fix to use FilePath version of PathService::Get.thestig@chromium.org2009-09-091-9/+7
* 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