summaryrefslogtreecommitdiffstats
path: root/chrome/browser/memory_details_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Delete kBrowserAppName in favor of IDS_SHORT_PRODUCT_NAME.asvitkine@chromium.org2013-02-061-2/+4
* Fix build error with gcc-4.7phajdan.jr@chromium.org2012-06-181-0/+3
* Refactor chrome/browser/memory_details_linux.cc - reuse /proc traversal code ...thestig@chromium.org2012-06-071-121/+71
* Linux: Fix about:memory to account for the zygote correctly.thestig@chromium.org2012-06-051-14/+4
* cros: Log per-process memory use on low memory eventsjamescook@chromium.org2012-04-201-2/+3
* Add an API around zygoteHost so that chrome doesn't reach into the internal c...jam@chromium.org2012-02-251-2/+2
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-1/+0
* Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...jam@chromium.org2012-01-201-0/+1
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-1/+0
* Move the ProcessType enum out to its own file. This is in preparation for get...jam@chromium.org2011-12-011-2/+3
* 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-4/+4
* base::Bind: Cleanup chrome/browser/memory_*.jhawkins@chromium.org2011-10-211-1/+2
* When calculating memory details in linux (for about:memory), set the processbinji@chromium.org2011-05-131-1/+16
* Coverity: Pass values by reference.jhawkins@chromium.org2011-03-111-1/+1
* Delete the temporary headers left behind in chrome\browser. I've left browse...jam@chromium.org2011-03-011-3/+3
* Update file version info/memory details/process utils to use string16.avi@chromium.org2010-12-231-3/+3
* Create a ResourceMessageFilter to filter resource related IPCs. This gets ri...jam@chromium.org2010-12-151-0/+2
* Add a new GetInstance() method for singleton classes used in chrome/browser f...satish@chromium.org2010-12-091-1/+1
* Remove unneeded browser_process.h includes.thestig@chromium.org2010-12-051-1/+0
* Rename ChromeThread to BrowserThread Part20:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part15:tfarina@chromium.org2010-10-111-3/+3
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-291-1/+0
* Add Iceweasel to the list of browsers shown in about:memory.evan@chromium.org2010-07-071-0/+3
* Moved common parts of ChildProcessHost into chrome/common and created a Brows...sanjeevr@chromium.org2010-07-031-1/+1
* posix: handle the return value of close() in more places.evan@chromium.org2010-04-161-1/+2
* Linux: fix about:memory for epiphany and add iceweasel.craig.schlenter@chromium.org2010-04-051-2/+3
* Linux: Fix about:memory for SUID sandbox + pid namespaces.thestig@chromium.org2010-03-091-4/+14
* Move more files from chrome/common to chrome/browserphajdan.jr@chromium.org2010-02-231-1/+1
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-021-3/+3
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-271-2/+1
* Linux: about:memoryagl@chromium.org2009-09-011-0/+258