| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactoring to make GpuPerformanceStats part of gpu info collection. | zmo@chromium.org | 2012-03-07 | 1 | -6/+3 |
* | [UMA] Include field trial tuples in the UMA upload. | isherman@chromium.org | 2012-03-02 | 1 | -23/+56 |
* | Upload UMA data using protocol buffers. | isherman@chromium.org | 2012-02-29 | 1 | -67/+333 |
* | Revert 123901 - Upload UMA data using protocol buffers. | cpu@chromium.org | 2012-02-28 | 1 | -327/+67 |
* | Upload UMA data using protocol buffers. | isherman@chromium.org | 2012-02-28 | 1 | -67/+327 |
* | Add a Content API around GpuDataManager and use that from chrome. I moved Gpu... | jam@chromium.org | 2012-02-16 | 1 | -6/+7 |
* | When UMA logs omnibox events, record omnibox modification time. | mpearson@chromium.org | 2012-01-31 | 1 | -0/+6 |
* | Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leaky | fischman@chromium.org | 2012-01-26 | 1 | -2/+1 |
* | When UMA logs omnibox events, record the number of terms in the omnibox. | mpearson@chromium.org | 2012-01-24 | 1 | -0/+3 |
* | Remove MetricsLogBase::AsMetricsLog() in favor of static_cast. | isherman@chromium.org | 2012-01-20 | 1 | -4/+0 |
* | Clean up chrome/browser/metrics code a bit. | isherman@chromium.org | 2012-01-19 | 1 | -46/+62 |
* | Enable UMA logging of tab IDs for omnibox interactions. | mpearson@chromium.org | 2011-12-19 | 1 | -0/+4 |
* | chrome: Remove 10 exit time destructors and 2 static initializers. | thakis@chromium.org | 2011-11-16 | 1 | -2/+17 |
* | Move DisplayUtils methods into gfx::Screen. | derat@chromium.org | 2011-10-25 | 1 | -7/+5 |
* | Don't log plugin enabled state when there is no profile. | bauerb@chromium.org | 2011-09-01 | 1 | -3/+6 |
* | Use plugin state from default profile in metrics log. | bauerb@chromium.org | 2011-08-19 | 1 | -2/+7 |
* | Reland r96364: Rename PluginUpdater to PluginPrefs and make it per-profile. | bauerb@chromium.org | 2011-08-19 | 1 | -0/+1 |
* | Make WebPluginInfo more generic | cpu@chromium.org | 2011-08-14 | 1 | -5/+5 |
* | Revert r96364, it's breaking a NaCl test. | mnissler@chromium.org | 2011-08-11 | 1 | -1/+0 |
* | Revert 96409 - Speculatively revert r96364, it's the best bet on the NaCL bre... | mrossetti@chromium.org | 2011-08-11 | 1 | -0/+1 |
* | Speculatively revert r96364, it's the best bet on the NaCL breakage. | mnissler@chromium.org | 2011-08-11 | 1 | -1/+0 |
* | Rename PluginUpdater to PluginPrefs and make it per-profile. | bauerb@chromium.org | 2011-08-11 | 1 | -0/+1 |
* | base: Move UI code out of SysInfo. | derat@chromium.org | 2011-06-15 | 1 | -2/+3 |
* | Add enabled attribute to plugin metrics. | jam@chromium.org | 2011-05-18 | 1 | -0/+1 |
* | Moved content/browser/gpu_* to content/browser/gpu/. | apatrick@chromium.org | 2011-05-09 | 1 | -1/+1 |
* | Move GpuProcessHostUIShim and GpuDataManager now that they don't depend on gr... | jam@chromium.org | 2011-04-26 | 1 | -1/+1 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Remove gpu_info() from GpuProcessHostUIShim. GPUInfo should be accessed thro... | zmo@google.com | 2011-03-09 | 1 | -5/+5 |
* | Add/improve a bunch of comments | jar@chromium.org | 2011-03-08 | 1 | -1/+1 |
* | Make GPUInfo a struct, which it should be according to the C++ guidelines. T... | jam@chromium.org | 2011-03-08 | 1 | -6/+2 |
* | Recreate both GpuProcessHost and GpuProcessHostUIShim when a new GPU process ... | apatrick@chromium.org | 2011-02-22 | 1 | -6/+9 |
* | metrics: hash the path bytes directly for plugin filename | evan@chromium.org | 2011-02-07 | 1 | -2/+7 |
* | Add support for collecting non-Chrome crash stats in Chrome OS. | petkov@chromium.org | 2011-01-21 | 1 | -3/+34 |
* | Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl... | brettw@chromium.org | 2010-12-21 | 1 | -3/+5 |
* | Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi" | chase@chromium.org | 2010-12-21 | 1 | -5/+3 |
* | Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki... | chase@chromium.org | 2010-12-20 | 1 | -3/+5 |
* | Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin... | brettw@chromium.org | 2010-12-20 | 1 | -5/+3 |
* | Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and put | brettw@chromium.org | 2010-12-20 | 1 | -3/+5 |
* | Revert 69592 - file_version_info was not finding Mac values correctly. | dmaclach@chromium.org | 2010-12-18 | 1 | -0/+5 |
* | file_version_info was not finding Mac values correctly. | dmaclach@chromium.org | 2010-12-18 | 1 | -5/+0 |
* | Rename all methods accessing Singleton<T> as GetInstance(). | satish@chromium.org | 2010-12-13 | 1 | -4/+6 |
* | Cleaned up thread safety for GpuProcessHost and GpuProcessHostUIShim. | apatrick@chromium.org | 2010-11-17 | 1 | -3/+3 |
* | [GTK] Added unit tests for omnibox highlighting | scr@chromium.org | 2010-10-27 | 1 | -0/+1 |
* | FBTF: Move virtual methods to implementation files. | erg@google.com | 2010-09-23 | 1 | -0/+4 |
* | 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 | 1 | -1/+1 |
* | Make prefs use std::string for keys rather than wstrings. | viettrungluu@chromium.org | 2010-08-11 | 1 | -3/+3 |
* | FBTF: Remove unneeded headers from base/ (part 5) | 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 | 1 | -8/+8 |