summaryrefslogtreecommitdiffstats
path: root/chrome/browser/memory_details.cc
Commit message (Expand)AuthorAgeFilesLines
* cros: Add UMA stats for graphics driver memoryjamescook@chromium.org2012-12-111-0/+7
* Don't pass null to base::GetProcIdcpu@chromium.org2012-11-131-1/+4
* MemoryDetails::UpdateHistograms() needs an entry for PROCESS_TYPE_PPAPI_BROKERMHX348@motorola.com2012-10-171-0/+7
* Check for NULL extension_service and extension_process_map for Android platformavayvod@chromium.org2012-10-111-5/+8
* Correctly determine extension renderer type on chrome://memory page.halyavin@google.com2012-08-171-1/+3
* Get rid of the RenderViewType concept in content, since it was only used by C...jam@chromium.org2012-05-231-36/+32
* Remove a bunch of RenderViewHostDelegate usage in chrome. I added a WebConten...jam@chromium.org2012-05-221-6/+1
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-0/+1
* Improve chrome://discards UI, fix stats and loggingjamescook@chromium.org2012-05-051-4/+13
* cros: Log per-process memory use on low memory eventsjamescook@chromium.org2012-04-201-2/+33
* TabContents -> WebContentsImpl, part 18.avi@chromium.org2012-04-171-1/+1
* This adds a hang monitor for Pepper plugins. It monitors sync messages on the...brettw@chromium.org2012-04-131-1/+1
* RenderProcessHost should return the list of registered RWHs, not ipc listeners.pfeldman@chromium.org2012-03-161-8/+3
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-0/+2
* Chrome on Android unfork.bulach@chromium.org2012-03-061-3/+3
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-4/+4
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-6/+8
* Remove render_sandbox_host_linux.h include from chrome. It was only used to g...jam@chromium.org2012-02-291-2/+2
* Get rid of BackingStore usage in chrome. I added methods on RenderWidgetHost ...jam@chromium.org2012-02-291-3/+2
* Add an API around zygoteHost so that chrome doesn't reach into the internal c...jam@chromium.org2012-02-251-2/+2
* Extract first version of a RenderWidgetHost interface.joi@chromium.org2012-02-231-1/+1
* Revert 123227 - Extract first version of a RenderWidgetHost interface.joi@chromium.org2012-02-231-1/+1
* Extract first version of a RenderWidgetHost interface.joi@chromium.org2012-02-231-1/+1
* Revert 120387 - Don't try to collect memory details during shutdown.mad@chromium.org2012-02-031-7/+0
* Don't try to collect memory details during shutdown.mad@chromium.org2012-02-031-0/+7
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-5/+7
* Get rid of SavePackage usage in Chrome. I've moved IsSavableContents onto Web...jam@chromium.org2012-01-201-0/+1
* Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...jam@chromium.org2012-01-201-7/+5
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-5/+7
* Move RenderViewHostDelegate to content/public and content namespace.joi@chromium.org2012-01-181-3/+3
* Get rid of unnecessary accessors in BrowserProcessHost that were transitional...jam@chromium.org2012-01-131-3/+3
* Convert the remaining trivial tab_contents.h includes in chrome to use web_co...jam@chromium.org2012-01-051-3/+5
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-281-2/+3
* Remove the remaining usages of NavigationEntry in chrome by converting a few ...jam@chromium.org2011-12-281-3/+3
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-1/+1
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-2/+2
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-2/+2
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-2/+2
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-2/+2
* Move/replace/rename URL-based extension getters from ExtensionService to/in E...yoz@chromium.org2011-12-131-1/+1
* Move GetProcessTypeNameInEnglish beside the ProcessType enum where it belongs...jam@chromium.org2011-12-011-2/+2
* Move view_types.h to view_type.h, since that's the standard name for enums.jam@chromium.org2011-12-011-1/+1
* Move the ProcessType enum out to its own file. This is in preparation for get...jam@chromium.org2011-12-011-18/+19
* Move the RendererProcessType enum out of ChildProcessInfo. It's actually neve...jam@chromium.org2011-11-291-17/+55
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-10/+12
* Extract a ProcessMap class from ExtensionProcessManager. This is a dumb data ...aa@chromium.org2011-11-091-7/+18
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-3/+3
* base::Bind: Cleanup chrome/browser/memory_*.jhawkins@chromium.org2011-10-211-2/+3
* Move view_types to content\public\common. Also update the enum values to matc...jam@chromium.org2011-10-121-5/+5