summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing
Commit message (Expand)AuthorAgeFilesLines
* Canonicalize the url based on Section 6.1 Safe Browsing Spec.inferno@chromium.org2010-03-303-6/+355
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-201-9/+4
* This CL ensures the SafeBrowsingService is only notified oncejcampan@chromium.org2010-03-092-0/+36
* Clean up SafeBrowsingDatabaseTest setup/teardown.shess@chromium.org2010-03-092-346/+304
* chrome 2: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-1/+3
* Refactor chunk ownership in SafeBrowsing code.shess@chromium.org2010-03-0812-206/+212
* chrome/common: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-0/+4
* On-the-fly migration from SafeBrowsingStoreSqlite -> *File.shess@chromium.org2010-03-054-9/+245
* Revert "On-the-fly migration from SafeBrowsingStoreSqlite -> *File."shess@chromium.org2010-03-044-242/+9
* On-the-fly migration from SafeBrowsingStoreSqlite -> *File.shess@chromium.org2010-03-044-9/+242
* Checksum SafeBrowsingStoreFile.shess@chromium.org2010-03-023-102/+209
* Convert SafeBrowsingStoreFile to do bulk reads and writes.shess@chromium.org2010-02-273-290/+201
* 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: Convert SafeBrowsingStoreFile to do bulk reads and writes.shess@chromium.org2010-02-223-201/+290
* Convert SafeBrowsingStoreFile to do bulk reads and writes.shess@chromium.org2010-02-223-290/+201
* Drop duplicate SBPrefix from full-hash elements.shess@chromium.org2010-02-197-125/+97
* Modify SafeBrowsingStore interface to explicitly use 32-bit times.shess@chromium.org2010-02-197-112/+92
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-199-1/+12
* Remove dead code from safe_browsing_util.h/cc.shess@chromium.org2010-02-185-647/+73
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2010-02-091-1/+1
* linux: build with -Wextraevan@chromium.org2010-02-051-2/+2
* SafeBrowsingStore storage abstraction for SafeBrowsing database.shess@chromium.org2010-01-2811-0/+2829
* Revert 36615 - SafeBrowsingStore storage abstraction for SafeBrowsing database.shess@chromium.org2010-01-2011-2795/+0
* SafeBrowsingStore storage abstraction for SafeBrowsing database.shess@chromium.org2010-01-2011-0/+2795
* The search terms are escaped using + or %20 for space depending on whether re...avayvod@google.com2010-01-153-6/+6
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-081-3/+3
* Cleanup histogram classes mixing SetFlags into FactoryGet argumentsjar@chromium.org2009-12-281-5/+2
* 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
* Fix for Debug crasher in safe browsing updater.mirandac@chromium.org2009-12-151-11/+20
* Use factory to create histograms, and refcounts to track lifetimesjar@chromium.org2009-12-061-3/+5
* Fix data races in Safe Browsing Service that were possible with aggressive co...pkasting@chromium.org2009-12-032-14/+31
* Adding product names to safe browsing report_error and report_phish URLs on W...robertshield@chromium.org2009-12-031-2/+15
* Misc. cleanup of safe_browsing_util.cc:pkasting@chromium.org2009-12-033-178/+135
* Make the safe_browsing_util.cc function definition order match the declaratio...pkasting@chromium.org2009-12-022-243/+257
* Build fix for Linux perf bot.pkasting@chromium.org2009-12-011-0/+1
* Clean up Safe Browsing code a little:pkasting@chromium.org2009-12-0110-1384/+749
* Remove another instance of using the transient pref service. This preftony@chromium.org2009-11-301-3/+4
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-0/+1
* Revert 33301 and 33305 due to unit_tests breakage.maruel@chromium.org2009-11-301-1/+0
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-0/+1
* Move base64 from 'net/base' into 'base'.hayato@chromium.org2009-11-242-5/+5
* Use AutoReset (formerly ScopedBool) where possible.pkasting@chromium.org2009-11-201-2/+2
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-202-10/+10
* Move URLs out of *.pak files and put them into code. This savestony@chromium.org2009-11-191-2/+11
* Fix checkfailure caused by stupidity.pkasting@chromium.org2009-11-171-1/+1
* Fix a problem where queued checks' clients would never be called back if when...pkasting@chromium.org2009-11-172-44/+74