| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}. | viettrungluu@chromium.org | 2010-08-19 | 4 | -1/+3 |
* | FBTF: Remove unneeded headers from base/ (part 6) | thestig@chromium.org | 2010-08-19 | 3 | -1/+6 |
* | Refactor SafeBrowsingDatabase for transition to new file format. | shess@chromium.org | 2010-08-18 | 9 | -223/+2112 |
* | Fix the urls reported as page_url and referer_url when a redirect is involved. | panayiotis@google.com | 2010-08-18 | 2 | -4/+29 |
* | Incrementally bring SafeBrowsingDatabaseTest into the modern age. | shess@chromium.org | 2010-08-17 | 1 | -53/+41 |
* | Remove deprecated wstring Get(As)String() methods from Value, etc. | viettrungluu@chromium.org | 2010-08-16 | 1 | -48/+51 |
* | Report malware redirectors as well. | panayiotis@google.com | 2010-08-12 | 5 | -23/+37 |
* | FBTF: Remove unneeded headers from base/ (part 5) | thestig@chromium.org | 2010-08-07 | 1 | -0/+2 |
* | Minor header cleanup of chrome/browser/[st]*/*.h minus c/b/sync/*.h. | viettrungluu@chromium.org | 2010-08-06 | 7 | -13/+4 |
* | Remove GetSwitchValue() from chrome/* where easy. | evan@chromium.org | 2010-08-06 | 1 | -2/+3 |
* | Revert 55138 - Full end to end test using safebrowsing test server suite. | lzheng@chromium.org | 2010-08-05 | 1 | -394/+31 |
* | Full end to end test using safebrowsing test server suite. | lzheng@google.com | 2010-08-05 | 1 | -31/+394 |
* | base: rename Environment::HasEnv to Environment::HasVar. | tfarina@chromium.org | 2010-08-04 | 1 | -1/+1 |
* | Revert "Remove GetSwitchValue() from chrome/* where easy." | evan@chromium.org | 2010-08-04 | 1 | -3/+2 |
* | Remove GetSwitchValue() from chrome/* where easy. | evan@chromium.org | 2010-08-04 | 1 | -2/+3 |
* | Build fix. | evan@chromium.org | 2010-08-04 | 1 | -5/+5 |
* | Remove usage of GetSwitchValue for most of chrome/browser/. | evan@chromium.org | 2010-08-04 | 1 | -12/+13 |
* | Fix the Windows build. | brettw@chromium.org | 2010-08-03 | 1 | -7/+11 |
* | base: Rename EnvVarGetter to Environment. | tfarina@chromium.org | 2010-08-03 | 1 | -2/+2 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -2/+3 |
* | Add undeclared virtual destructors part 3 | ziadh@chromium.org | 2010-07-30 | 2 | -2/+2 |
* | 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 |