summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing
Commit message (Expand)AuthorAgeFilesLines
* Wait for all the pending tasks to be done before we tear down the client sidenoelutz@google.com2010-11-173-18/+35
* Disable ClientSideDetectionServiceTest.SendClientReportPhishingRequest on Macisherman@chromium.org2010-11-161-1/+8
* Update with new test suite, with shorter test data set.lzheng@chromium.org2010-11-161-17/+9
* Fix Valgrind errors that occurred during testing.noelutz@google.com2010-11-153-7/+11
* Add a client-side phishing detection service class.noelutz@google.com2010-11-114-0/+725
* Clean up very old safe-browsing databases.shess@chromium.org2010-11-112-0/+43
* Fix crash in SafeBrowsingBlockingPage::CommandReceivedlzheng@chromium.org2010-11-111-1/+1
* Fix bloom filter to not exceed the max size.shess@chromium.org2010-11-101-1/+4
* Make sure the generated python proto buff path is right.lzheng@chromium.org2010-11-092-14/+8
* This test fails on MacOs.lzheng@chromium.org2010-11-091-1/+5
* Coverity: Pass parameters by reference.jhawkins@chromium.org2010-11-094-11/+14
* Cleanup converting safe-browsing chunks to range list.shess@chromium.org2010-11-054-108/+57
* Integrate ETW with VLOG logging.siggi@chromium.org2010-11-041-1/+2
* Re-design the malware interstitial page. The change is mostly about: make the...arv@chromium.org2010-11-031-20/+35
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-013-11/+11
* Coverity: Initialize member variables.jhawkins@chromium.org2010-10-271-1/+3
* Change miscellaneous LOG(INFO)s to VLOG()s that I missed the first time throu...pkasting@chromium.org2010-10-271-13/+8
* No fixed upper-bound constant for safe-browsing histograms.shess@chromium.org2010-10-265-11/+13
* Convert LOG(INFO) to VLOG(1) - chrome/browser/safe_browsing/.pkasting@chromium.org2010-10-257-40/+33
* FBTF: More dtor deinlining. (Can almost see the end!)erg@google.com2010-10-222-0/+25
* Update code that previously constructed strings from string iterators only to...erikwright@chromium.org2010-10-222-3/+4
* Incorrect error return loading bloom filter.shess@chromium.org2010-10-211-0/+1
* Delete safe_browsing_database tests and test data.shess@chromium.org2010-10-211-237/+0
* FBTF: Even more deinlining.erg@google.com2010-10-204-12/+43
* Use scoped_refptr for refcounted param in SafeBrowsingService.willchan@chromium.org2010-10-201-5/+1
* Histogram safe_browsing BloomFilter::LoadFile().shess@chromium.org2010-10-192-6/+49
* Add the dependency with safebrowsing's test suite server and make safebrowsin...lzheng@chromium.org2010-10-191-47/+471
* Delete SafeBrowsingDatabaseBloom implementation.shess@chromium.org2010-10-174-3062/+6
* Adjust safe-browsing database-update metrics to account for update read.shess@chromium.org2010-10-151-8/+8
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-147-11/+11
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-142-6/+6
* Coverity: Initialize member variables.jhawkins@chromium.org2010-10-131-1/+3
* Rename ChromeThread to BrowserThread Part21:tfarina@chromium.org2010-10-125-5/+5
* Instrument safe-browsing to track file-format conversion.shess@chromium.org2010-10-112-4/+64
* Revert 61899 for breaking cookes on file:// URLs.willchan@chromium.org2010-10-081-5/+6
* Clean up safe_browsing_database.cc histograms.shess@chromium.org2010-10-082-11/+54
* Fix instances of passing raw pointers to RefCounted objects in tasks.willchan@chromium.org2010-10-081-6/+5
* Ping Google whenever a SafeBrowsing interstitial is shown to UMA users.noelutz@google.com2010-10-075-83/+91
* Rename ChromeThread to BrowserThread Part4:tfarina@chromium.org2010-10-075-58/+58
* Coverity: Initialize data members in constructor.jhawkins@chromium.org2010-10-051-1/+2
* Finally flip safe-browsing to SafeBrowsingStoreFile.shess@chromium.org2010-09-241-6/+0
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-242-2/+4
* FBTF: Move virtual methods to implementation files.erg@google.com2010-09-232-45/+76
* Make SafeBrowsingStoreFile the default store for developers.shess@chromium.org2010-09-231-0/+6
* Short-circuit safe-browsing updates once corruption is detected.shess@chromium.org2010-09-218-31/+487
* Suppress safe-browsing perf logging.shess@chromium.org2010-09-183-14/+13
* Create test for safebrowsing_test lzheng@chromium.org2010-09-171-0/+0
* Add database_update_in_progress_ in SafeBrowsingService to indicate if thelzheng@chromium.org2010-09-093-19/+52
* Relax DCHECK in SafeBrowsingDatabaseNew::CacheHashResults().shess@chromium.org2010-09-091-5/+10
* Add a command line switch "--disable-background-networking", to be used inmbelshe@chromium.org2010-09-081-1/+3