| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the ProcessType enum out to its own file. This is in preparation for get... | jam@chromium.org | 2011-12-01 | 1 | -2/+2 |
* | base::Bind() conversion for MetricsService. | dcheng@chromium.org | 2011-11-22 | 1 | -1/+2 |
* | Add OVERRIDE to chrome/browser/. | avi@chromium.org | 2011-11-21 | 1 | -2/+2 |
* | Migrate several instances of NewRunnableMethod to base::Bind in browser/metrics | isherman@chromium.org | 2011-11-19 | 1 | -1/+2 |
* | Define the public interface for content browser RenderProcessHost. This inter... | ananta@chromium.org | 2011-11-18 | 1 | -2/+5 |
* | Cleanup: Remove unneeded forward declarations from various chrome/browser sub... | thestig@chromium.org | 2011-11-15 | 1 | -2/+0 |
* | Include PPAPI plugin crashes in the plugin crash data. | petkov@chromium.org | 2011-11-11 | 1 | -2/+6 |
* | Create a content::UrlFetcher interface that lives in content/public/common an... | jam@chromium.org | 2011-10-25 | 1 | -2/+2 |
* | Convert URLFetcher::Delegates to use an interface in content/public/common. A... | jam@chromium.org | 2011-10-24 | 1 | -9/+4 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -17/+17 |
* | Remove RenderProcessHost::is_extension_process | jochen@chromium.org | 2011-10-05 | 1 | -4/+5 |
* | Factor a log management helper out of MetricsService | stuartmorgan@chromium.org | 2011-09-29 | 1 | -79/+13 |
* | Convert the PluginService interface to be an async wrapper around PluginList. | rsesek@chromium.org | 2011-09-23 | 1 | -5/+11 |
* | Add Field Trial for Prerender From Omnibox. | dominich@chromium.org | 2011-09-20 | 1 | -0/+7 |
* | Move URLFetcher from content/common to content/common/net. | willchan@chromium.org | 2011-09-13 | 1 | -1/+1 |
* | Fix Linux Views build breakage. | willchan@chromium.org | 2011-09-13 | 1 | -1/+1 |
* | Move URLFetcher from content/common to content/common/net. | willchan@chromium.org | 2011-09-13 | 1 | -1/+1 |
* | Rearrange and validate clean-shutdown UMA stat | jar@chromium.org | 2011-09-10 | 1 | -0/+16 |
* | Disable Instant field trial as soon as UMA or Suggest is disabled. | sreeram@chromium.org | 2011-08-21 | 1 | -0/+13 |
* | Make WebPluginInfo more generic | cpu@chromium.org | 2011-08-14 | 1 | -5/+2 |
* | wstring: remove wstrings from ChildProcessInfo | evan@chromium.org | 2011-08-05 | 1 | -1/+1 |
* | Move base/values.h into the base namespace. This includes a cros DEPS roll | dmazzoni@chromium.org | 2011-07-12 | 1 | -5/+8 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -5/+5 |
* | Collect stats to investigate the viability of UDP | rtenneti@chromium.org | 2011-06-09 | 1 | -0/+9 |
* | Changes TemplateURLModel into TemplateURLService. Changes all access points t... | erg@google.com | 2011-06-07 | 1 | -2/+2 |
* | Move UrlFetcher to content. I originally thought that it's only used by chro... | jam@chromium.org | 2011-06-01 | 1 | -1/+1 |
* | Simplify the StopRecording call in MetricsServer | stuartmorgan@chromium.org | 2011-05-27 | 1 | -4/+4 |
* | Add one-time randomization support for FieldTrial, and the ability to | joi@chromium.org | 2011-05-10 | 1 | -0/+4 |
* | net: Move ResponseCookies into the net namespace. | tfarina@chromium.org | 2011-05-06 | 1 | -1/+1 |
* | Revert 84197 - Add one-time randomization support for FieldTrial, and the abi... | joi@chromium.org | 2011-05-06 | 1 | -4/+0 |
* | Add one-time randomization support for FieldTrial, and the ability to | joi@chromium.org | 2011-05-05 | 1 | -0/+4 |
* | Factor a scheduler object out of MetricsService. | stuartmorgan@chromium.org | 2011-04-20 | 1 | -32/+16 |
* | Revert 77398 - Remove unused memory usage collection in MetricsServiceMetrics... | sail@chromium.org | 2011-04-19 | 1 | -1/+3 |
* | Remove unused code from MetricsService | stuartmorgan@chromium.org | 2011-04-15 | 1 | -50/+0 |
* | Remove another unnecessary MetricsService API method. | stuartmorgan@chromium.org | 2011-04-13 | 1 | -12/+3 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Coverity PASS_BY_VALUE fixes | dpapad@chromium.org | 2011-03-24 | 1 | -1/+1 |
* | Simplify MetricsService API for shutting down | stuartmorgan@chromium.org | 2011-03-23 | 1 | -4/+3 |
* | Remove a confusing obsolete comment from MetricsService's header | stuartmorgan@chromium.org | 2011-03-17 | 1 | -9/+2 |
* | Remove unused memory usage collection in MetricsService | sail@chromium.org | 2011-03-09 | 1 | -3/+1 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-09 | 1 | -2/+2 |
* | Abstracted out setting up of Notifications. Common | rtenneti@chromium.org | 2011-02-26 | 1 | -0/+6 |
* | Back out thread watcher changes. | rtenneti@chromium.org | 2011-02-25 | 1 | -6/+0 |
* | First cut at a WATCHDOG thread that monitors threads for their | rtenneti@chromium.org | 2011-02-23 | 1 | -0/+6 |
* | Add support for collecting non-Chrome crash stats in Chrome OS. | petkov@chromium.org | 2011-01-21 | 1 | -8/+3 |
* | net: Add namespace net to the remaining files under url_request directory. | tfarina@chromium.org | 2011-01-06 | 1 | -2/+2 |
* | Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl... | brettw@chromium.org | 2010-12-21 | 1 | -2/+7 |
* | Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi" | chase@chromium.org | 2010-12-21 | 1 | -7/+2 |
* | Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki... | chase@chromium.org | 2010-12-20 | 1 | -2/+7 |
* | Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin... | brettw@chromium.org | 2010-12-20 | 1 | -7/+2 |