| Commit message (Expand) | Author | Age | Files | Lines |
* | chrome/common: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 1 | -0/+4 |
* | On-the-fly migration from SafeBrowsingStoreSqlite -> *File. | shess@chromium.org | 2010-03-05 | 4 | -9/+245 |
* | Revert "On-the-fly migration from SafeBrowsingStoreSqlite -> *File." | shess@chromium.org | 2010-03-04 | 4 | -242/+9 |
* | On-the-fly migration from SafeBrowsingStoreSqlite -> *File. | shess@chromium.org | 2010-03-04 | 4 | -9/+242 |
* | Checksum SafeBrowsingStoreFile. | shess@chromium.org | 2010-03-02 | 3 | -102/+209 |
* | Convert SafeBrowsingStoreFile to do bulk reads and writes. | shess@chromium.org | 2010-02-27 | 3 | -290/+201 |
* | Fix style issue mentioned in previous review that I overlooked. | evan@chromium.org | 2010-02-24 | 1 | -1/+1 |
* | Use FilePaths in the SafeBrowsing unit tests. | evan@chromium.org | 2010-02-24 | 1 | -25/+24 |
* | Revert: Convert SafeBrowsingStoreFile to do bulk reads and writes. | shess@chromium.org | 2010-02-22 | 3 | -201/+290 |
* | Convert SafeBrowsingStoreFile to do bulk reads and writes. | shess@chromium.org | 2010-02-22 | 3 | -290/+201 |
* | Drop duplicate SBPrefix from full-hash elements. | shess@chromium.org | 2010-02-19 | 7 | -125/+97 |
* | Modify SafeBrowsingStore interface to explicitly use 32-bit times. | shess@chromium.org | 2010-02-19 | 7 | -112/+92 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 9 | -1/+12 |
* | Remove dead code from safe_browsing_util.h/cc. | shess@chromium.org | 2010-02-18 | 5 | -647/+73 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2010-02-09 | 1 | -1/+1 |
* | linux: build with -Wextra | evan@chromium.org | 2010-02-05 | 1 | -2/+2 |
* | SafeBrowsingStore storage abstraction for SafeBrowsing database. | shess@chromium.org | 2010-01-28 | 11 | -0/+2829 |
* | Revert 36615 - SafeBrowsingStore storage abstraction for SafeBrowsing database. | shess@chromium.org | 2010-01-20 | 11 | -2795/+0 |
* | SafeBrowsingStore storage abstraction for SafeBrowsing database. | shess@chromium.org | 2010-01-20 | 11 | -0/+2795 |
* | The search terms are escaped using + or %20 for space depending on whether re... | avayvod@google.com | 2010-01-15 | 3 | -6/+6 |
* | Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty... | pkasting@chromium.org | 2010-01-08 | 1 | -3/+3 |
* | Cleanup histogram classes mixing SetFlags into FactoryGet arguments | jar@chromium.org | 2009-12-28 | 1 | -5/+2 |
* | Revert 35025 - Revert 34994, maybe it regressed startup perf Fix cpu/memory ... | viettrungluu@chromium.org | 2009-12-19 | 1 | -0/+5 |
* | Revert 34994, maybe it regressed startup perf - Fix cpu/memory measurements o... | thakis@chromium.org | 2009-12-19 | 1 | -5/+0 |
* | Fix cpu/memory measurements on OS X. | thakis@chromium.org | 2009-12-18 | 1 | -0/+5 |
* | Fix for Debug crasher in safe browsing updater. | mirandac@chromium.org | 2009-12-15 | 1 | -11/+20 |
* | Use factory to create histograms, and refcounts to track lifetimes | jar@chromium.org | 2009-12-06 | 1 | -3/+5 |
* | Fix data races in Safe Browsing Service that were possible with aggressive co... | pkasting@chromium.org | 2009-12-03 | 2 | -14/+31 |
* | Adding product names to safe browsing report_error and report_phish URLs on W... | robertshield@chromium.org | 2009-12-03 | 1 | -2/+15 |
* | Misc. cleanup of safe_browsing_util.cc: | pkasting@chromium.org | 2009-12-03 | 3 | -178/+135 |
* | Make the safe_browsing_util.cc function definition order match the declaratio... | pkasting@chromium.org | 2009-12-02 | 2 | -243/+257 |
* | Build fix for Linux perf bot. | pkasting@chromium.org | 2009-12-01 | 1 | -0/+1 |
* | Clean up Safe Browsing code a little: | pkasting@chromium.org | 2009-12-01 | 10 | -1384/+749 |
* | Remove another instance of using the transient pref service. This pref | tony@chromium.org | 2009-11-30 | 1 | -3/+4 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-11-30 | 1 | -0/+1 |
* | Revert 33301 and 33305 due to unit_tests breakage. | maruel@chromium.org | 2009-11-30 | 1 | -1/+0 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-11-30 | 1 | -0/+1 |
* | Move base64 from 'net/base' into 'base'. | hayato@chromium.org | 2009-11-24 | 2 | -5/+5 |
* | Use AutoReset (formerly ScopedBool) where possible. | pkasting@chromium.org | 2009-11-20 | 1 | -2/+2 |
* | Add compiler-specific "examine printf format" attributes to printfs. | evan@chromium.org | 2009-11-20 | 2 | -10/+10 |
* | Move URLs out of *.pak files and put them into code. This saves | tony@chromium.org | 2009-11-19 | 1 | -2/+11 |
* | Fix checkfailure caused by stupidity. | pkasting@chromium.org | 2009-11-17 | 1 | -1/+1 |
* | Fix a problem where queued checks' clients would never be called back if when... | pkasting@chromium.org | 2009-11-17 | 2 | -44/+74 |
* | Add ability to close the Safe Browsing Service database and recreate it on th... | pkasting@chromium.org | 2009-11-17 | 2 | -33/+93 |
* | More safe browsing cleanup work: | pkasting@chromium.org | 2009-11-14 | 4 | -39/+48 |
* | Simplify the SafeBrowsingService logic some: | pkasting@chromium.org | 2009-11-13 | 2 | -38/+9 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 2 | -3/+3 |
* | Minor cleanup to safe_browsing_service.*; no code change. | pkasting@chromium.org | 2009-11-13 | 2 | -471/+459 |
* | Fix a comment. | eroman@chromium.org | 2009-11-12 | 1 | -1/+1 |