summaryrefslogtreecommitdiffstats
path: root/content/browser/histogram_controller.cc
Commit message (Collapse)AuthorAgeFilesLines
* Enable collecting histogram data on PPAPI plugin and broker processes.xhwang@chromium.org2013-04-231-1/+6
| | | | | | | | | | | r194494 added UMA reports from the PPAPI plugin/broker process. This CL enables histogram data from these processes in general. BUG=226107 TEST=Histogram from PPAPI plugin process shows up in about://histograms. Review URL: https://codereview.chromium.org/14197013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195661 0039d316-1c4b-4281-b951-d872f2087c98
* Split the ProcessType enum into process types that content knows about ↵jam@chromium.org2013-03-221-1/+2
| | | | | | | | | | | (which will remain in src\content) and those that are for chrome (which moved to src\chrome). This way we won't get any more layering violations where nacl code is in content. Also move the NaCl command line switches to chrome. BUG=191682 Review URL: https://codereview.chromium.org/12662019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189763 0039d316-1c4b-4281-b951-d872f2087c98
* Move remaining files in content\browser to the content namespace.jam@chromium.org2012-10-301-1/+1
| | | | | | Review URL: https://codereview.chromium.org/11340029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164828 0039d316-1c4b-4281-b951-d872f2087c98
* Enable collecting histograms from Plugins and GPU processesrtenneti@google.com2012-08-311-0/+3
| | | | | | | | | | | only. Will enable other process types after testing them. R=jar,jam@chromium.org,sky BUG=145294 Review URL: https://chromiumcodereview.appspot.com/10885016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154501 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 150969 - Disable getting histogram data from child processes other ↵rtenneti@chromium.org2012-08-201-2/+0
| | | | | | | | | | | | | | | | | than the renderer processes. Store the histogram name in the local variable for debugging purposes when we crash. R=jar TBR=jam BUG=140688 TEST=base (histogram unit tests) and unit_tests. Review URL: https://chromiumcodereview.appspot.com/10831247 TBR=rtenneti@google.com Review URL: https://chromiumcodereview.appspot.com/10865002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152427 0039d316-1c4b-4281-b951-d872f2087c98
* Disable getting histogram data from child processes other than the renderer ↵rtenneti@google.com2012-08-101-0/+2
| | | | | | | | | | | | | | processes. Store the histogram name in the local variable for debugging purposes when we crash. R=jar TBR=jam BUG=140688 TEST=base (histogram unit tests) and unit_tests. Review URL: https://chromiumcodereview.appspot.com/10831247 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150969 0039d316-1c4b-4281-b951-d872f2087c98
* Histograms - Support histograms for Plugins, GPUrtenneti@google.com2012-07-121-0/+112
and all child processes. Renderer processes also use this new method to send histograms to browser. This code is similar to the code that gets profiler data from all processes. R=jar@chromium.org,jam@chromium.org TEST=browser unit tests, interactive UI tests BUG=114013 Review URL: https://chromiumcodereview.appspot.com/10454086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146394 0039d316-1c4b-4281-b951-d872f2087c98