| Commit message (Expand) | Author | Age | Files | Lines |
* | This adds some plumbing for propagating the status and error code of a render... | gspencer@chromium.org | 2010-12-14 | 1 | -3/+5 |
* | Cleanup: Remove unneeded browser_thread.h usage. | thestig@chromium.org | 2010-12-13 | 1 | -1/+0 |
* | Rename all methods accessing Singleton<T> as GetInstance(). | satish@chromium.org | 2010-12-13 | 1 | -4/+6 |
* | Sanitize PrefStore interface. | mnissler@chromium.org | 2010-12-09 | 1 | -5/+4 |
* | Move: | ben@chromium.org | 2010-12-02 | 2 | -2/+2 |
* | No-op change to trigger another build. | finnur@chromium.org | 2010-11-30 | 1 | -1/+1 |
* | Remove redundant (and problematic) default initializaiton | jar@chromium.org | 2010-11-22 | 1 | -1/+0 |
* | Cleanup histogram synchronizer | jar@chromium.org | 2010-11-20 | 2 | -171/+188 |
* | Cleaned up thread safety for GpuProcessHost and GpuProcessHostUIShim. | apatrick@chromium.org | 2010-11-17 | 1 | -3/+3 |
* | base: Get rid of 'using' declaration of StringAppendF. | tfarina@chromium.org | 2010-11-15 | 1 | -2/+2 |
* | Improve quality of DCHECK for IsOnIoThread | jar@chromium.org | 2010-11-12 | 2 | -33/+17 |
* | Cleanup histogram syncronizer a bit | jar@chromium.org | 2010-11-02 | 2 | -29/+38 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 1 | -1/+1 |
* | Update a bunch of FLAKY_ tests to match current reality | stuartmorgan@chromium.org | 2010-10-28 | 1 | -4/+0 |
* | [GTK] Added unit tests for omnibox highlighting | scr@chromium.org | 2010-10-27 | 1 | -0/+1 |
* | Fix race condition in histogram rendering | davemoore@chromium.org | 2010-10-27 | 2 | -12/+12 |
* | Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/*/*. | pkasting@chromium.org | 2010-10-21 | 1 | -17/+17 |
* | Revert 63067 - This adds some plumbing for propagating the status and error c... | gspencer@chromium.org | 2010-10-19 | 1 | -2/+1 |
* | This adds some plumbing for propagating the status and error code of a | gspencer@chromium.org | 2010-10-19 | 1 | -1/+2 |
* | o Update the mapping of action hashes to their appropriate identifiers. | andybons@chromium.org | 2010-10-18 | 1 | -2/+6 |
* | Moving GUID generation from base to chrome/browser/guid* | dhollowa@chromium.org | 2010-10-14 | 1 | -2/+2 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 2 | -3/+3 |
* | Factoring GUID generation from metrics to base | dhollowa@chromium.org | 2010-10-13 | 3 | -62/+7 |
* | Rename ChromeThread to BrowserThread Part21: | tfarina@chromium.org | 2010-10-12 | 2 | -2/+2 |
* | Rename ChromeThread to BrowserThread Part13: | tfarina@chromium.org | 2010-10-10 | 1 | -4/+4 |
* | FBTF: Move virtual methods to implementation files. | erg@google.com | 2010-09-23 | 2 | -3/+5 |
* | Add a pointer to chrome/tools/extract_actions.py in user_metrics.h. | satorux@chromium.org | 2010-09-14 | 1 | -1/+2 |
* | Fix the expected number of crashes in a metrics test. | nirnimesh@chromium.org | 2010-09-07 | 1 | -3/+4 |
* | Revert 58663 - Revert 58641 - Add user metrics for nonsandboxed plugin infobar. | nsylvain@chromium.org | 2010-09-07 | 1 | -3/+2 |
* | Revert 58641 - Add user metrics for nonsandboxed plugin infobar. | mal@chromium.org | 2010-09-07 | 1 | -2/+3 |
* | Add user metrics for nonsandboxed plugin infobar. | bauerb@chromium.org | 2010-09-06 | 1 | -3/+2 |
* | Remove the wstring TreeModelNode::GetTitle() and rename GetTitleAsString16() ... | viettrungluu@chromium.org | 2010-08-30 | 1 | -0/+1 |
* | Refactor version-getting info into a chrome::VersionInfo object. | evan@chromium.org | 2010-08-27 | 1 | -13/+10 |
* | Move prefs-related files under chrome/browser/ into a prefs/ subdir. | evan@chromium.org | 2010-08-26 | 3 | -4/+4 |
* | FBTF: Header cleanup in chrome/common part 2. The majority of the changed files | jhawkins@chromium.org | 2010-08-20 | 1 | -0/+1 |
* | * Add rmdir, mkdir -p and umask to d8 on Unix. | evan@chromium.org | 2010-08-17 | 1 | -2/+2 |
* | Make prefs use std::string for keys rather than wstrings. | viettrungluu@chromium.org | 2010-08-11 | 3 | -18/+21 |
* | Add GetMachineStatistic to SystemLibrary. | stevenjb@chromium.org | 2010-08-09 | 2 | -28/+5 |
* | FBTF: Remove unneeded headers from base/ (part 5) | thestig@chromium.org | 2010-08-07 | 1 | -1/+0 |
* | FBTF: Remove unneeded headers from base/ (part 4) | thestig@chromium.org | 2010-08-07 | 1 | -1/+0 |
* | FBTF: Remove unneeded headers from base/ (part 1) | thestig@chromium.org | 2010-08-05 | 1 | -1/+0 |
* | Convert DictionaryValue's keys to std::string (from wstring). | viettrungluu@chromium.org | 2010-07-30 | 2 | -9/+9 |
* | 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 | 6 | -0/+6 |
* | GTTF: Use FRIEND_TEST_ALL_PREFIXES some more. | phajdan.jr@chromium.org | 2010-07-26 | 1 | -7/+7 |
* | LogStoreStatus histogram modification. | ziadh@chromium.org | 2010-07-24 | 2 | -1/+3 |
* | Change to (quieter) NOTREACHED() rather than (noisy) LOG(DFATAL) | jar@chromium.org | 2010-07-22 | 1 | -9/+9 |
* | Start trimming headers included in the slowest to compile files. | erg@google.com | 2010-07-21 | 4 | -40/+45 |
* | Cleanup: Break another common->app dependency. | thestig@chromium.org | 2010-07-20 | 1 | -4/+7 |