summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Stop updating SafeBrowsing download hash list.mattm@chromium.org2012-01-081-48/+7
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-2/+2
* Add a whitelist for the new binary download protection.noelutz@google.com2011-09-211-26/+122
* Move app/sql/* files to sql/ directory.tfarina@chromium.org2011-07-191-2/+2
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-2/+2
* Download Safebrowsing url matching should use the standard algorithm, not a d...mattm@chromium.org2011-04-271-1/+13
* Delete a few unused functions.thakis@chromium.org2011-04-251-20/+0
* Check all redirect URLs against download safebrowsing list.mattm@chromium.org2011-04-201-19/+59
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-3/+3
* Support SafeBrowsing whitelist format which may contain expressionsnoelutz@google.com2011-04-041-3/+20
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* ContainsCsdWhitelistedUrl() is typically called on the IO thread.noelutz@google.com2011-03-221-0/+5
* Revise SafeBrowsingDatabaseTest.EmptyUpdate to not sleep.shess@chromium.org2011-03-181-4/+10
* Add a new SafeBrowsing list which contains a whitelist for the client-sidenoelutz@google.com2011-03-091-8/+131
* Lookup hash prefix in safebrowsing service.lzheng@chromium.org2011-02-161-20/+19
* Remove SQLite safe-browsing backing store.shess@chromium.org2011-02-091-130/+0
* Don't update safe-browsing database if no updates come down.shess@chromium.org2011-02-091-0/+56
* Parse binhash sent from safebrowsing server.lzheng@chromium.org2011-01-121-1/+132
* Add several helper functions.lzheng@chromium.org2011-01-051-279/+233
* Handle download url list and binary hash list in safe browsing. Addedlzheng@chromium.org2010-12-151-111/+288
* Integrate ETW with VLOG logging.siggi@chromium.org2010-11-041-1/+2
* Convert LOG(INFO) to VLOG(1) - chrome/browser/safe_browsing/.pkasting@chromium.org2010-10-251-3/+3
* Delete safe_browsing_database tests and test data.shess@chromium.org2010-10-211-237/+0
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-2/+2
* 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