| Commit message (Expand) | Author | Age | Files | Lines |
* | Histogram times surrounding render crashes | jar@chromium.org | 2012-03-22 | 1 | -12/+48 |
* | Merge 120908 - Fix regression in empty client_id being used for field trials ... | jam@chromium.org | 2012-02-08 | 1 | -13/+17 |
* | Remove MetricsLogBase::AsMetricsLog() in favor of static_cast. | isherman@chromium.org | 2012-01-20 | 1 | -2/+4 |
* | Add a Content API around BrowserChildProcessHost, similar to what was done wi... | jam@chromium.org | 2012-01-20 | 1 | -1/+3 |
* | Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ... | jam@chromium.org | 2012-01-20 | 1 | -3/+1 |
* | Add a Content API around BrowserChildProcessHost, similar to what was done wi... | jam@chromium.org | 2012-01-20 | 1 | -1/+3 |
* | Convert use of int ms to TimeDelta in files owned by jar. | tedvessenes@gmail.com | 2012-01-12 | 1 | -5/+5 |
* | Move chrome/common/metrics* files into a shared subdirectory. | isherman@chromium.org | 2012-01-12 | 1 | -2/+2 |
* | Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref... | bauerb@chromium.org | 2011-12-27 | 1 | -7/+1 |
* | Create an API around PluginService and use it from Chrome. | jam@chromium.org | 2011-12-21 | 1 | -1/+2 |
* | Added the server names for TCP/UDP echo servers to | rtenneti@chromium.org | 2011-12-20 | 1 | -2/+1 |
* | Remove BrowserThread::UnsafeGetBrowserThread, add UnsafeGetMessageLoopForThread. | joi@chromium.org | 2011-12-07 | 1 | -1/+3 |
* | Get rid of the ChildProcessInfo class. It was carrying unnecessary data, and ... | jam@chromium.org | 2011-12-02 | 1 | -4/+4 |
* | Move the ProcessType enum out to its own file. This is in preparation for get... | jam@chromium.org | 2011-12-01 | 1 | -6/+6 |
* | base::Bind() conversion for MetricsService. | dcheng@chromium.org | 2011-11-22 | 1 | -9/+13 |
* | Migrate several instances of NewRunnableMethod to base::Bind in browser/metrics | isherman@chromium.org | 2011-11-19 | 1 | -3/+4 |
* | Define the public interface for content browser RenderProcessHost. This inter... | ananta@chromium.org | 2011-11-18 | 1 | -10/+12 |
* | Include PPAPI plugin crashes in the plugin crash data. | petkov@chromium.org | 2011-11-11 | 1 | -3/+8 |
* | Extract a ProcessMap class from ExtensionProcessManager. This is a dumb data ... | aa@chromium.org | 2011-11-09 | 1 | -6/+5 |
* | Revert r108760 / reland r108744, r108753 w/ fix | dpranke@chromium.org | 2011-11-08 | 1 | -1/+0 |
* | Revert r108744, r108753 - "Modify code in chrome to call wrapper functions on... | dpranke@chromium.org | 2011-11-05 | 1 | -0/+1 |
* | Modify code in chrome to call wrapper functions on PluginService | dpranke@chromium.org | 2011-11-04 | 1 | -1/+0 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+1 |
* | Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ... | jam@chromium.org | 2011-10-26 | 1 | -4/+3 |
* | Fix use-after-free that resulted from r106949. | jam@chromium.org | 2011-10-25 | 1 | -1/+2 |
* | Create a content::UrlFetcher interface that lives in content/public/common an... | jam@chromium.org | 2011-10-25 | 1 | -10/+9 |
* | Convert URLFetcher::Delegates to use an interface in content/public/common. A... | jam@chromium.org | 2011-10-24 | 1 | -12/+10 |
* | Cache the ranges_ vector and share the ranges_ vector | rtenneti@chromium.org | 2011-10-20 | 1 | -0/+2 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -17/+17 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -53/+59 |
* | Remove RenderProcessHost::is_extension_process | jochen@chromium.org | 2011-10-05 | 1 | -16/+34 |
* | Fix the metrics service not working. r102421 replaced | jam@chromium.org | 2011-10-01 | 1 | -1/+1 |
* | Revert 103628 (I have a simpler fix) - Fix the metrics service not working be... | jam@chromium.org | 2011-10-01 | 1 | -1/+0 |
* | Fix the metrics service not working because it was initialized before the bro... | jam@chromium.org | 2011-10-01 | 1 | -0/+1 |
* | Factor a log management helper out of MetricsService | stuartmorgan@chromium.org | 2011-09-29 | 1 | -310/+89 |
* | Convert the PluginService interface to be an async wrapper around PluginList. | rsesek@chromium.org | 2011-09-23 | 1 | -43/+34 |
* | Revert to allowing previous number of events in an UMA log | jar@chromium.org | 2011-09-20 | 1 | -3/+1 |
* | Test the impact on stability of not uplodaing any events | jar@chromium.org | 2011-09-20 | 1 | -4/+6 |
* | Force synchrous writing of "ExitedCleanly" prefs during shutdown | jar@chromium.org | 2011-09-17 | 1 | -0/+14 |
* | Rearrange and validate clean-shutdown UMA stat | jar@chromium.org | 2011-09-10 | 1 | -4/+23 |
* | Force write of clean shutdown bit ASAP to try to help stats | jar@chromium.org | 2011-09-05 | 1 | -0/+6 |
* | Add local histogram to see what UMA pageloads are | jar@chromium.org | 2011-09-02 | 1 | -0/+1 |
* | Treat files downloaded from the address bar as "always safe" (including exten... | pkasting@chromium.org | 2011-08-30 | 1 | -3/+3 |
* | Disable Instant field trial as soon as UMA or Suggest is disabled. | sreeram@chromium.org | 2011-08-21 | 1 | -0/+15 |
* | Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg... | ananta@chromium.org | 2011-08-19 | 1 | -1/+1 |
* | Make WebPluginInfo more generic | cpu@chromium.org | 2011-08-14 | 1 | -5/+5 |
* | Profiles: Clear all BROWSER_OPENED usage | erg@google.com | 2011-08-12 | 1 | -1/+1 |
* | Profiles: Bookmark notifications should listen to only a specific profile. | erg@chromium.org | 2011-08-09 | 1 | -1/+1 |
* | wstring: remove wstrings from ChildProcessInfo | evan@chromium.org | 2011-08-05 | 1 | -8/+9 |
* | PluginList cleanup to fix a race condition and decrease the API surface for f... | bauerb@chromium.org | 2011-07-29 | 1 | -1/+1 |