- cf265dc0 Move Variations stuff into variations/ directories and add OWNERS files for the variations client team. by [email protected] · 13 years ago
- 2ac73f6 Rename all of experiments_helper to variations_helper, including files, namespaces, and various function names. by [email protected] · 13 years ago
- 1bb25e0 [UMA] Add " (Metro)" to the OS name for UMA uploads from Chrome running under Windows 8's Metro mode. by [email protected] · 13 years ago
- a61890e Correct const accessors in base/values.(h|cc) by [email protected] · 13 years ago
- 9f8bc2f autocomplete: Rename autocomplete.* to autocomplete_input.*. by [email protected] · 13 years ago
- 73c2b163 autocomplete: Extract AutocompleteResult from autocomplete.*. by [email protected] · 13 years ago
- cd93707 Send UMA statistics about plug-in loading errors. by [email protected] · 13 years ago
- 19871a9 browser: Extract AutocompleteLog from autocomplete.*. by [email protected] · 13 years ago
- 30f5bc9 browser: Extract AutocompleteProvider from autocomplete.* by [email protected] · 13 years ago
- 42c0a0c6 Rename gfx::Screen::GetMonitorXXXX to gfx::Screen::GetDisplayXXX. by [email protected] · 13 years ago
- cf6256f Omnibox: In UMA logs, record typed_count of URLS. by [email protected] · 13 years ago
- 0e9e878 Adds per-provider information to omnibox UMA logs. by [email protected] · 13 years ago
- 197c077 Add logging of Google Update configuration/statistics to UMA report. by [email protected] · 13 years ago
- a094e2c Change GPUInfo to handle multiple GPUs. by [email protected] · 13 years ago
- 660fe8f3 Omnibox: Add logging of whether the user just deleted text from the omnibox by [email protected] · 13 years ago
- 1bc7519 Metrics should log size in pixel by [email protected] · 13 years ago
- ee90253 Omnibox: Add logging of what type of page was displayed when it's used by [email protected] · 13 years ago
- ad2461c Remove the hash fields from FieldTrials. by [email protected] · 13 years ago
- 8f82968 Explicitly track the time source type in base/profiler/alternate_timer.h by [email protected] · 13 years ago
- 00209ad Revert 134041 - Explicitly track the time source type in base/profiler/alternate_timer.h by [email protected] · 13 years ago
- b55d498 Explicitly track the time source type in base/profiler/alternate_timer.h by [email protected] · 13 years ago
- ed0fd00 [UMA] Add performance profile data to UMA uploads. by [email protected] · 13 years ago
- b82c42c4 * Separated implementation class from gfx::Screen by [email protected] · 13 years ago
- 1a838cc Revert 133773 - [UMA] Add performance profile data to UMA uploads. by [email protected] · 13 years ago
- a546a472 [UMA] Add performance profile data to UMA uploads. by [email protected] · 13 years ago
- 6595631 Add two missing Omnibox events to the protobuf version of the UMA pipeline by [email protected] · 13 years ago
- bc66d53 [UMA] Fully fill out the SystemProfileProto for each upload. by [email protected] · 13 years ago
- d1f43ab Refactoring to make GpuPerformanceStats part of gpu info collection. by [email protected] · 13 years ago
- 767c9d9 [UMA] Include field trial tuples in the UMA upload. by [email protected] · 13 years ago
- fe58acc2 Upload UMA data using protocol buffers. by [email protected] · 13 years ago
- e324f6b Revert 123901 - Upload UMA data using protocol buffers. by [email protected] · 13 years ago
- b2a4812d Upload UMA data using protocol buffers. by [email protected] · 13 years ago
- 79078df Add a Content API around GpuDataManager and use that from chrome. I moved GpuPerformanceStats to chrome since it wasn't used in content. by [email protected] · 13 years ago
- 9e34976 When UMA logs omnibox events, record omnibox modification time. by [email protected] · 13 years ago
- 67f92bc3 Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leaky by [email protected] · 14 years ago
- 0fdc15d When UMA logs omnibox events, record the number of terms in the omnibox. by [email protected] · 14 years ago
- 279703f Remove MetricsLogBase::AsMetricsLog() in favor of static_cast. by [email protected] · 14 years ago
- 1df44b7 Clean up chrome/browser/metrics code a bit. by [email protected] · 14 years ago
- 6ebc316 Enable UMA logging of tab IDs for omnibox interactions. by [email protected] · 14 years ago
- 054c801 chrome: Remove 10 exit time destructors and 2 static initializers. by [email protected] · 14 years ago
- 6b7d954ff Move DisplayUtils methods into gfx::Screen. by [email protected] · 14 years ago
- 24c935e5 Don't log plugin enabled state when there is no profile. by [email protected] · 14 years ago
- 1008498 Use plugin state from default profile in metrics log. by [email protected] · 14 years ago
- 8a271368 Reland r96364: Rename PluginUpdater to PluginPrefs and make it per-profile. by [email protected] · 14 years ago
- 91d9f3d Make WebPluginInfo more generic by [email protected] · 14 years ago
- dd86101 Revert r96364, it's breaking a NaCl test. by [email protected] · 14 years ago
- ebb32fb Revert 96409 - Speculatively revert r96364, it's the best bet on the NaCL breakage. by [email protected] · 14 years ago
- 9cc493f Speculatively revert r96364, it's the best bet on the NaCL breakage. by [email protected] · 14 years ago
- 90ab31b Rename PluginUpdater to PluginPrefs and make it per-profile. by [email protected] · 14 years ago
- e9c0ba7 base: Move UI code out of SysInfo. by [email protected] · 14 years ago
- 55d4d2a Add enabled attribute to plugin metrics. by [email protected] · 14 years ago
- d9f3793 Moved content/browser/gpu_* to content/browser/gpu/. by [email protected] · 14 years ago
- 2f28bf6 Move GpuProcessHostUIShim and GpuDataManager now that they don't depend on grit (which would have caused a circular dependency in gyp). by [email protected] · 14 years ago
- 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
- 27d8778e Remove gpu_info() from GpuProcessHostUIShim. GPUInfo should be accessed through GpuDataManager, where it won't potentially bring up GPU process. by [email protected] · 14 years ago
- 9958a32 Add/improve a bunch of comments by [email protected] · 14 years ago
- a61508e5 Make GPUInfo a struct, which it should be according to the C++ guidelines. This makes it easy to write automated serilization code for it. by [email protected] · 14 years ago
- 06b2fc9 Recreate both GpuProcessHost and GpuProcessHostUIShim when a new GPU process is launched. by [email protected] · 14 years ago
- 0abb165 metrics: hash the path bytes directly for plugin filename by [email protected] · 14 years ago
- c1834a9 Add support for collecting non-Chrome crash stats in Chrome OS. by [email protected] · 15 years ago
- 191eb3f7 Re-land earlier patch that moves the NPAPI implementation from webkit/glue/plugins to webkit/plugins/npapi by [email protected] · 15 years ago
- c85b0ba Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi" by [email protected] · 15 years ago
- b6badfa Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi" by [email protected] · 15 years ago
- e0e75f6 Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and put by [email protected] · 15 years ago
- b692a128 Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and put by [email protected] · 15 years ago
- 30c9180 Revert 69592 - file_version_info was not finding Mac values correctly. by [email protected] · 15 years ago
- d9cb1618 file_version_info was not finding Mac values correctly. by [email protected] · 15 years ago
- 8e8bb6d Rename all methods accessing Singleton<T> as GetInstance(). by [email protected] · 15 years ago
- 19d7e56 Cleaned up thread safety for GpuProcessHost and GpuProcessHostUIShim. by [email protected] · 15 years ago
- 9ac4009 [GTK] Added unit tests for omnibox highlighting by [email protected] · 15 years ago
- dec76e80 FBTF: Move virtual methods to implementation files. by [email protected] · 15 years ago
- 0211f57e Refactor version-getting info into a chrome::VersionInfo object. by [email protected] · 15 years ago
- 37858e5 Move prefs-related files under chrome/browser/ into a prefs/ subdir. by [email protected] · 15 years ago
- 57ecc4b Make prefs use std::string for keys rather than wstrings. by [email protected] · 15 years ago
- bd7e7044 FBTF: Remove unneeded headers from base/ (part 5) by [email protected] · 15 years ago
- de6b8b6d FBTF: Remove unneeded headers from base/ (part 1) by [email protected] · 15 years ago
- e7b418b Convert DictionaryValue's keys to std::string (from wstring). by [email protected] · 15 years ago
- 1eeb5e0 Cleanup: Break another common->app dependency. by [email protected] · 15 years ago
- e8c287c87 Send the gpu information along with the rest of the metrics. by [email protected] · 15 years ago
- ddd231e Change a bunch of string types. by [email protected] · 15 years ago
- c9d81137 Convert WebPluginInfo from wstring to string16 by [email protected] · 15 years ago
- 1226abb Relanding this CL as the earlier attempt broke ChromeOS metrics tests. by [email protected] · 15 years ago
- 5efd48f Revert 49354 - causing regression in MetricsLogTest.ChromeOSEmptyRecord on CrOS by [email protected] · 15 years ago
- 69fc4705 Preparation CL for adding crash metrics UMA counters to ChromeFrame. Basically this would mean that metrics reporting would be done directly by [email protected] · 15 years ago
- 85ed9d4 Submitting CL http://codereview.chromium.org/2324001 on behalf of [email protected]: by [email protected] · 15 years ago
- bcff05a Refactor FileVersionInfo into an interface with platform implementations. by [email protected] · 15 years ago
- 9165f74 Switch to continuous reporting of uptime by [email protected] · 15 years ago
- 1cb92b8 chrome 3: string_util.h -> utf_string_conversions.h fix. by [email protected] · 15 years ago
- efc607b Switch to putting appversion at top level of XML by [email protected] · 15 years ago
- 052313b Move pref_{member,service} and important_file_writer from chrome/common by [email protected] · 15 years ago
- e4bece4 Revert 39421 - Switch to putting appversion at top level of XML by [email protected] · 15 years ago
- 70bb82dc Switch to putting appversion at top level of XML by [email protected] · 15 years ago
- 225c5084 Use buildtime to ensure stability stats by [email protected] · 16 years ago
- 7a90e37 Add GMT restriction to buildtime calculation by [email protected] · 16 years ago
- 37f39e4 Add buildtime to UMA upload data by [email protected] · 16 years ago
- 5ed7d457 Enable UMA data upload in ChromeFrame by [email protected] · 16 years ago
- 1f08562 Improve reporting of subprocess crashes. by [email protected] · 16 years ago
- 4dad9ad8 Many changes to DictionaryValues: by [email protected] · 16 years ago
- 978df34 Move base64 from 'net/base' into 'base'. by [email protected] · 16 years ago
- afe3a167 Use plain strings instead of wstrings for UMA actions by [email protected] · 16 years ago