| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 1 | -1/+2 |
* | base/ header cleanup. Forward declaration instead of including. | erg@google.com | 2010-07-28 | 1 | -0/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 13 | -0/+13 |
* | Cleanup: Break another common->app dependency. | thestig@chromium.org | 2010-07-20 | 1 | -2/+2 |
* | Remove <iostream> where possible. | erg@google.com | 2010-07-20 | 1 | -1/+0 |
* | First change to add safebrowsing service test. | lzheng@chromium.org | 2010-07-16 | 3 | -0/+198 |
* | Attempt four at landing the "histogram.h removed from message_loop.h" patch. | erg@chromium.org | 2010-07-15 | 1 | -0/+1 |
* | Moved InitNavigationParams to test_render_view_host so that other test can us... | oshima@chromium.org | 2010-07-14 | 1 | -21/+1 |
* | Revert everything related to the relanding. | erg@chromium.org | 2010-07-14 | 1 | -1/+0 |
* | Reland r52336. | erg@chromium.org | 2010-07-14 | 1 | -0/+1 |
* | Revert 52336 - More header cleanup: | erg@chromium.org | 2010-07-14 | 1 | -1/+0 |
* | More header cleanup: | erg@chromium.org | 2010-07-14 | 1 | -0/+1 |
* | Add switches and apis in safebrowsing protocol_manager that will allow end-to... | lzheng@chromium.org | 2010-06-29 | 5 | -83/+330 |
* | Change a bunch of string types. | estade@chromium.org | 2010-06-29 | 1 | -4/+4 |
* | AppendASCII returns a new object. | thakis@chromium.org | 2010-06-23 | 3 | -3/+3 |
* | Pref service strings should be std::string. | estade@chromium.org | 2010-06-18 | 1 | -2/+2 |
* | Remove a ResourceBundle::GetDataResource and convert people to | tony@chromium.org | 2010-06-15 | 1 | -3/+4 |
* | Remove unnecessary header dependency and fix misleading comment. | dpranke@chromium.org | 2010-06-15 | 1 | -0/+1 |
* | 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 |