| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch to continuous reporting of uptime | jar@chromium.org | 2010-03-10 | 3 | -28/+33 |
* | chrome 3: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 1 | -0/+1 |
* | Mark MetricsServiceTest.CrashRenderers as FLAKY. | andybons@chromium.org | 2010-03-05 | 1 | -1/+1 |
* | Further reduce the bad dependency of chrome/common on chrome/browser. | phajdan.jr@chromium.org | 2010-02-24 | 3 | -1/+424 |
* | Switch to putting appversion at top level of XML | jar@chromium.org | 2010-02-19 | 2 | -11/+13 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 3 | -3/+3 |
* | Revert 39421 - Switch to putting appversion at top level of XML | jar@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | Switch to putting appversion at top level of XML | jar@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | Remove the temporary scaffolding stubs. | phajdan.jr@chromium.org | 2010-02-10 | 1 | -4/+2 |
* | Use buildtime to ensure stability stats | jar@chromium.org | 2010-01-19 | 3 | -12/+26 |
* | Add GMT restriction to buildtime calculation | jar@chromium.org | 2010-01-18 | 1 | -1/+1 |
* | Mark the following tests FLAKY on Windows. | tkent@chromium.org | 2010-01-12 | 1 | -0/+4 |
* | Add buildtime to UMA upload data | jar@chromium.org | 2010-01-06 | 2 | -14/+54 |
* | Cleanup histogram classes mixing SetFlags into FactoryGet arguments | jar@chromium.org | 2009-12-28 | 1 | -1/+1 |
* | Enable UMA data upload in ChromeFrame | jar@chromium.org | 2009-12-23 | 2 | -3/+16 |
* | Improve reporting of subprocess crashes. | asargent@chromium.org | 2009-12-04 | 3 | -3/+38 |
* | Fix DCHECK that was firing in metrics service in debug builds. This particul... | jam@chromium.org | 2009-12-01 | 1 | -1/+1 |
* | Revert 33344 - Relocate plugin list fetching to PluginService | jamesr@chromium.org | 2009-11-30 | 2 | -33/+29 |
* | Remove another instance of using the transient pref service. This pref | tony@chromium.org | 2009-11-30 | 1 | -2/+3 |
* | Relocate plugin list fetching to PluginService | evan@chromium.org | 2009-11-30 | 2 | -29/+33 |
* | Add -profile command line switch | davemoore@chromium.org | 2009-11-30 | 2 | -29/+0 |
* | Many changes to DictionaryValues: | pkasting@chromium.org | 2009-11-25 | 1 | -3/+4 |
* | Move base64 from 'net/base' into 'base'. | hayato@chromium.org | 2009-11-24 | 1 | -2/+2 |
* | Add compiler-specific "examine printf format" attributes to printfs. | evan@chromium.org | 2009-11-20 | 1 | -5/+5 |
* | Use plain strings instead of wstrings for UMA actions | evan@chromium.org | 2009-11-17 | 5 | -10/+10 |
* | Use Chrome to transport Chrome OS metrics. | rvargas@google.com | 2009-11-13 | 5 | -103/+26 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 4 | -16/+16 |
* | Remove the UMA stats for whether the renderer was in a new desktop or not. | jam@chromium.org | 2009-11-13 | 3 | -35/+0 |
* | Ninth patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-07 | 1 | -0/+2 |
* | Change id that identifies client in crash reports. Whenever metrics service r... | kuchhal@chromium.org | 2009-11-05 | 1 | -0/+2 |
* | Third patch in getting rid of caching MessageLoop pointers and always using C... | jam@chromium.org | 2009-11-02 | 1 | -2/+1 |
* | Remove some #includes where possible. | pkasting@chromium.org | 2009-10-23 | 1 | -15/+5 |
* | Lands http://codereview.chromium.org/272036 for Thiago: | sky@chromium.org | 2009-10-19 | 1 | -1/+1 |
* | Bug fix: MetricsService::RecordPluginChanges should handle only plugins | gregoryd@google.com | 2009-10-09 | 2 | -5/+28 |
* | Use the lite runtime for system_metrics.proto. | nick@chromium.org | 2009-10-08 | 1 | -0/+2 |
* | Revert "Revert "Add startup tests that log start script, domcontentloaded, an... | tony@chromium.org | 2009-10-07 | 1 | -0/+20 |
* | Revert "Add startup tests that log start script, domcontentloaded, and onload." | mattm@chromium.org | 2009-10-07 | 1 | -20/+0 |
* | Add startup tests that log start script, domcontentloaded, and onload. | tony@chromium.org | 2009-10-07 | 1 | -0/+20 |
* | Convert users of RenderProcessHost iterator to all use same style. The key m... | pkasting@chromium.org | 2009-10-02 | 1 | -6/+4 |
* | Size the buffer used for the metrics log text properly. | mark@chromium.org | 2009-09-15 | 1 | -4/+6 |
* | Convert std::wstring encoding names to std::string in a bunch of files. | tony@chromium.org | 2009-09-04 | 1 | -2/+2 |
* | Try to shutdown the browser more peacefully before using more brutal methods. | phajdan.jr@chromium.org | 2009-08-19 | 1 | -17/+17 |
* | Refactor IDMap to support safe removing of elements during iteration. | phajdan.jr@chromium.org | 2009-08-17 | 1 | -3/+4 |
* | Ensure we don't load plugins on the IO thread. | jam@chromium.org | 2009-08-15 | 2 | -10/+20 |
* | Reverting 23420. It caused a reliability regression. | maruel@chromium.org | 2009-08-14 | 2 | -20/+10 |
* | Ensure we don't load plugins on the IO thread. | jam@chromium.org | 2009-08-14 | 2 | -10/+20 |
* | Linux: add GYP flag to build with system libbz2. | agl@chromium.org | 2009-08-06 | 1 | -1/+6 |
* | Enable Client ID generation on Linux/OS X. Enables UMA logging. | evan@chromium.org | 2009-07-28 | 1 | -6/+1 |
* | Clear yet another few stats when a new chrome version is installed | jar@chromium.org | 2009-07-18 | 1 | -2/+5 |
* | Lands http://codereview.chromium.org/149404 for cmasone: | sky@chromium.org | 2009-07-13 | 4 | -0/+117 |