summaryrefslogtreecommitdiffstats
path: root/chrome/browser/memory_details.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert users of RenderProcessHost iterator to all use same style. The key m...pkasting@chromium.org2009-10-021-3/+3
* Linux: about:memoryagl@chromium.org2009-09-011-128/+35
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-5/+5
* cap the number of tabs in the backing store cacheerikkay@chromium.org2009-08-171-1/+4
* Refactor IDMap to support safe removing of elements during iteration.phajdan.jr@chromium.org2009-08-171-11/+11
* Reland r23357 since it doesn't seem to be the cause of unit testtony@chromium.org2009-08-131-3/+3
* Revert "Renames the NavigationEntry::display_url() to virtual_url()."tony@chromium.org2009-08-131-3/+3
* Renames the NavigationEntry::display_url() to virtual_url().tony@chromium.org2009-08-131-3/+3
* Fixing the google browser name in about:memory page.kuchhal@chromium.org2009-07-301-11/+15
* Let Konqueror recognized in about:memory.yutak@chromium.org2009-05-191-0/+1
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-2/+2
* Support for showing memory usage of 64-bit IE in a 32-bit Chromium mbelshe@google.com2009-04-291-31/+39
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-2/+2
* Reverting 14005.brettw@chromium.org2009-04-181-2/+2
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-2/+2
* Remove TabContentsType from the NavigationController external interface and inbrettw@chromium.org2009-04-151-1/+1
* Fix a bunch of tiny near-bugs and bugs that static analysis identifiedjar@chromium.org2009-03-191-3/+3
* Fix single-process ui test failures from my previous change. The problem was...jam@chromium.org2009-03-181-1/+1
* NO CODE CHANGE.maruel@google.com2009-03-051-2/+2
* Clean up the browser about URL handler to not derive from WebContents. It isbrettw@chromium.org2009-03-041-3/+25
* Convert NavigationEntry title to string16. TabContents::GetTitle no longer needsbrettw@chromium.org2009-03-041-1/+2
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-8/+8
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-8/+0
* Take out common functionality from PluginProcessHost and move it to ChildProc...jam@chromium.org2009-02-181-6/+3
* Have ChildProcessInfo contain a list of all running child processes (i.e. ins...jam@chromium.org2009-02-131-13/+9
* Fix a crash bug in memory_utils.cc caused by assuming that thempcomplete@google.com2009-02-131-3/+3
* Refactor plugin process code in the browser process so that the browser/about...jam@chromium.org2009-02-111-138/+148
* Fix a bunch of header includes. I removed some unnecessary headers from abrettw@chromium.org2009-02-011-0/+1
* Move files out of browser and into either renderer_host or tab_contents.brettw@chromium.org2009-01-221-1/+1
* Move functions required by the rest of the browser from RenderProcessHost to ...brettw@chromium.org2009-01-161-1/+1
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-151-2/+2
* Move plugins to FilePaths, some cleanupavi@google.com2009-01-061-1/+1
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-141-4/+3
* Remove some Windows-specific stuff from RenderProcessHost by having callers g...brettw@google.com2008-11-111-1/+1
* Correct typo in histogram name (I left out the word trial)jar@google.com2008-10-221-2/+4
* Create memory histograms that also depend on the memory-model experimentjar@google.com2008-10-211-10/+36
* Change Chrome references to Chromium on about:memory page. rahulk@google.com2008-08-281-1/+1
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Add chrome to the repository.initial.commit2008-07-261-0/+278