- 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
- 15cf713da Remove the UMA stats for whether the renderer was in a new desktop or not. by [email protected] · 16 years ago
- be6bf5e Solve a strict-aliasing issue in metrics_log.cc to appease gcc 4.4 on Linux. by [email protected] · 16 years ago
- f88ba61a Add back in log info about histogram hashes by [email protected] · 16 years ago
- 0e3e3e3 Add GTK options window (no options actually configurable yet.) by [email protected] · 16 years ago
- 0bfc29a Searching by keyword now generates a visit against the site with a by [email protected] · 16 years ago
- 8e50b60 revert broken change 10833 by [email protected] · 16 years ago
- 3a79b3c Port DictionaryValue to use string16 instead of wstring. by [email protected] · 16 years ago
- 6470ee8f Revert dsh's change 10818 by [email protected] · 16 years ago
- 32c1471 Port DictionaryValue to use string16 instead of wstring. by [email protected] · 16 years ago
- 541f7792 Discard crash data during first run of a new version. by [email protected] · 16 years ago
- a27a938 Refactor plugin process code in the browser process so that the browser/about:memory/task manager/metrics code doesn't depend on PluginProcessHost pointers. In a future changelist I'll add one central child process registry in the browser process. by [email protected] · 16 years ago
- cd1adc2 Move metrics files into a subdir by [email protected] · 17 years ago[Renamed (99%) from chrome/browser/metrics_log.cc]
- 046344c Fix layout test failures. Looks like keying the plugins based on OriginalFileName didn't work, since different filenames might still have the same value (i.e. QuickTime). Instead I did what Firefox does, which is collect the list of directories in one pass, then crawl them in another. by [email protected] · 17 years ago
- b734450 Get rid of lowercasing plugin filenames in order to determine if two paths point to the same plugin. Check plugin versions and load the latest version if multiple versions are found.I've also refactored and cleaned PluginList so that it doesn't depend on PluginLib, which only made sense a long time ago when plugins were loaded in process. Now PluginLib will only be loaded in the plugin process (and not in the browser process as well). by [email protected] · 17 years ago
- 147bbc0b (Correctly) acquire real-time UMA stats for aggregation by [email protected] · 17 years ago
- 690a99c Move plugins to FilePaths, some cleanup by [email protected] · 17 years ago
- 5e324b7 Switched MetricsService over to using UTF8 string values. by [email protected] · 17 years ago
- 0b33f80b Increase UMA upload interval, and upload usage stats more often by [email protected] · 17 years ago
- 29d02e5 Port few files in browser/ to Linux. by [email protected] · 17 years ago
- 381e299 Omnibox metrics logging patch splitout, part 6: Log more omnibox data (client side). by [email protected] · 17 years ago
- d1be67b Send the chrome.dll base address in the UMA initial log. This will help us detect address space collisions where chrome.dll is needing to be rebased, and it will help us choose a better base address. by [email protected] · 17 years ago
- ffaf78a Omnibox metrics logging patch splitout, part 1: Random miscellaneous small style and similar changes. In one or two cases the motivation is not obvious without looking at the original patch. by [email protected] · 17 years ago
- e1acf6f Move Time, TimeDelta and TimeTicks into namespace base. by [email protected] · 17 years ago
- d01b873 by [email protected] · 17 years ago
- 05f9b68 Refactoring for portability: by [email protected] · 17 years ago
- 8c8824b Revert change 2419 because it breaks the build by [email protected] · 17 years ago
- 5495d83 This is the same change as issue 1633 ( http://codereview.chromium.org/1633 ) together with the disabling of a test called MetricsServiceTest.CloseRenderersNormally which the change makes obsolete (see bug 2522.) by [email protected] · 17 years ago
- ed6fc35 Fix a typo in r2358. Review URL: http://codereview.chromium.org/3142 by [email protected] · 17 years ago
- fadf97f Add cross platform base::SysInfo::AmountOfPhysicalMemoryMB to replace the Windows only env_util::GetPhysicalMemoryMB. by [email protected] · 17 years ago
- 22004320 Back r2151 since it causes ui tests failures. by [email protected] · 17 years ago
- f4f2df8 Added routines to MetricsService to parse the server response and respond to the request to cease uploading with some probability. by [email protected] · 17 years ago
- bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
- e73c0197 Add a couple of metrics to help us quantify two cases that can prevent us to get crash reports. by [email protected] · 17 years ago
- a9bb6f69 Move some more classes from net/base into the net:: namespace. by [email protected] · 17 years ago
- 8e674e4 Send the "shutdown didn't get to finish" metric to UMA. by [email protected] · 17 years ago
- 46072d4 Try to cut down on some unnecessary dependencies. Remove any unused includes of gurl.h in header files, and forward declare GURL where possible. by [email protected] · 17 years ago
- 09911bf Add chrome to the repository. by initial.commit · 17 years ago