| Commit message (Expand) | Author | Age | Files | Lines |
* | TTF: Fix SafeBrowsingDatabase unit tests for MacOS X by disabling logging of IO | csilv@chromium.org | 2010-06-11 | 1 | -23/+21 |
* | Merging issue 2067023 for bryner@google.com | ian@chromium.org | 2010-06-10 | 2 | -18/+51 |
* | TTF: Re-enable four SafeBrowsingDatabase tests. Add a comment with bug link ... | jhawkins@chromium.org | 2010-06-08 | 1 | -17/+12 |
* | Wrap Sqlite utils functions into a sqlite_utils namespace. | tfarina@chromium.org | 2010-06-03 | 3 | -6/+6 |
* | Add ftp protocol to the safebrowsing checks. Fixed the crash with canonicaliz... | inferno@chromium.org | 2010-06-02 | 3 | -2/+32 |
* | Fixing AutoReset to be a template. | gspencer@chromium.org | 2010-06-01 | 1 | -1/+1 |
* | [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacement | phajdan.jr@chromium.org | 2010-06-01 | 3 | -10/+10 |
* | Switch to using TimeTicks for profiling and histograms | jar@chromium.org | 2010-05-10 | 2 | -7/+7 |
* | Moved URLFetcher and related classes to chrome/common/net. | sanjeevr@chromium.org | 2010-05-07 | 3 | -3/+3 |
* | Remove the wstring versions of GetFileInfo, GetFileSize, GetTempDir. | evan@chromium.org | 2010-04-21 | 1 | -2/+2 |
* | Refactor FileVersionInfo into an interface with platform implementations. | tony@chromium.org | 2010-04-14 | 1 | -1/+2 |
* | Move ProcessEntry and IoCounters inside namespace base. | maruel@chromium.org | 2010-04-08 | 2 | -4/+4 |
* | Convert variables in chrome/common/env_vars.cc from wchar_t to char. Enable C... | thestig@chromium.org | 2010-04-06 | 2 | -4/+7 |
* | Canonicalize the url based on Section 6.1 Safe Browsing Spec. | inferno@chromium.org | 2010-03-30 | 3 | -6/+355 |
* | Move RTL related functions from app/l10n_util to base/i18n/rtl | ben@chromium.org | 2010-03-20 | 1 | -9/+4 |
* | This CL ensures the SafeBrowsingService is only notified once | jcampan@chromium.org | 2010-03-09 | 2 | -0/+36 |
* | Clean up SafeBrowsingDatabaseTest setup/teardown. | shess@chromium.org | 2010-03-09 | 2 | -346/+304 |
* | chrome 2: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 1 | -1/+3 |
* | Refactor chunk ownership in SafeBrowsing code. | shess@chromium.org | 2010-03-08 | 12 | -206/+212 |
* | 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 |