| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes bug in about:memory that resulted in showing null for browser if | sky@chromium.org | 2010-02-18 | 1 | -1/+3 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2010-02-09 | 1 | -0/+1 |
* | Implement the broker process that launches NaCl loader processes on 64-bit Wi... | gregoryd@google.com | 2010-02-01 | 1 | -1/+1 |
* | Revert 37578 - Implement the broker process that launches NaCl loader process... | gregoryd@google.com | 2010-01-30 | 1 | -1/+1 |
* | Implement the broker process that launches NaCl loader processes on 64-bit Wi... | gregoryd@google.com | 2010-01-30 | 1 | -1/+1 |
* | Small clean-up to not expose base::Process from RenderProcesHost, and instead... | jam@chromium.org | 2009-11-13 | 1 | -1/+3 |
* | Mac: Implement about:memory. | viettrungluu@chromium.org | 2009-11-05 | 1 | -25/+30 |
* | Third patch in getting rid of caching MessageLoop pointers and always using C... | jam@chromium.org | 2009-11-02 | 1 | -7/+5 |
* | Simplify threading in browser thread by making only ChromeThread deal with di... | jam@chromium.org | 2009-10-27 | 1 | -3/+3 |
* | Adding support for Native Client in Chrome's task manager and "stats for nerd... | gregoryd@google.com | 2009-10-14 | 1 | -0/+3 |
* | Revert 28875 - Adding support for Native Client in Chrome's task manager and ... | gregoryd@google.com | 2009-10-13 | 1 | -3/+0 |
* | Adding support for Native Client in Chrome's task manager and "stats for nerd... | gregoryd@google.com | 2009-10-13 | 1 | -0/+3 |
* | Convert users of RenderProcessHost iterator to all use same style. The key m... | pkasting@chromium.org | 2009-10-02 | 1 | -3/+3 |
* | Linux: about:memory | agl@chromium.org | 2009-09-01 | 1 | -128/+35 |
* | Replace the RenderProcessHost.PID function that returns the OS-generated | brettw@chromium.org | 2009-08-31 | 1 | -5/+5 |
* | cap the number of tabs in the backing store cache | erikkay@chromium.org | 2009-08-17 | 1 | -1/+4 |
* | Refactor IDMap to support safe removing of elements during iteration. | phajdan.jr@chromium.org | 2009-08-17 | 1 | -11/+11 |
* | Reland r23357 since it doesn't seem to be the cause of unit test | tony@chromium.org | 2009-08-13 | 1 | -3/+3 |
* | Revert "Renames the NavigationEntry::display_url() to virtual_url()." | tony@chromium.org | 2009-08-13 | 1 | -3/+3 |
* | Renames the NavigationEntry::display_url() to virtual_url(). | tony@chromium.org | 2009-08-13 | 1 | -3/+3 |
* | Fixing the google browser name in about:memory page. | kuchhal@chromium.org | 2009-07-30 | 1 | -11/+15 |
* | Let Konqueror recognized in about:memory. | yutak@chromium.org | 2009-05-19 | 1 | -0/+1 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 1 | -2/+2 |
* | Support for showing memory usage of 64-bit IE in a 32-bit Chromium | mbelshe@google.com | 2009-04-29 | 1 | -31/+39 |
* | Re-land my change to clean up TabContents/WebContents ownership. This | brettw@chromium.org | 2009-04-20 | 1 | -2/+2 |
* | Reverting 14005. | brettw@chromium.org | 2009-04-18 | 1 | -2/+2 |
* | Fix the ownership model of TabContents and NavigationController. Previously the | brettw@chromium.org | 2009-04-18 | 1 | -2/+2 |
* | Remove TabContentsType from the NavigationController external interface and in | brettw@chromium.org | 2009-04-15 | 1 | -1/+1 |
* | Fix a bunch of tiny near-bugs and bugs that static analysis identified | jar@chromium.org | 2009-03-19 | 1 | -3/+3 |
* | Fix single-process ui test failures from my previous change. The problem was... | jam@chromium.org | 2009-03-18 | 1 | -1/+1 |
* | NO CODE CHANGE. | maruel@google.com | 2009-03-05 | 1 | -2/+2 |
* | Clean up the browser about URL handler to not derive from WebContents. It is | brettw@chromium.org | 2009-03-04 | 1 | -3/+25 |
* | Convert NavigationEntry title to string16. TabContents::GetTitle no longer needs | brettw@chromium.org | 2009-03-04 | 1 | -1/+2 |
* | Use string for Histogram names since these are all ASCII anyway. | dsh@google.com | 2009-02-24 | 1 | -8/+8 |
* | Reduce the amount of included header files. Vast change like in "Oh God! This... | maruel@chromium.org | 2009-02-18 | 1 | -8/+0 |
* | Take out common functionality from PluginProcessHost and move it to ChildProc... | jam@chromium.org | 2009-02-18 | 1 | -6/+3 |
* | Have ChildProcessInfo contain a list of all running child processes (i.e. ins... | jam@chromium.org | 2009-02-13 | 1 | -13/+9 |
* | Fix a crash bug in memory_utils.cc caused by assuming that the | mpcomplete@google.com | 2009-02-13 | 1 | -3/+3 |
* | Refactor plugin process code in the browser process so that the browser/about... | jam@chromium.org | 2009-02-11 | 1 | -138/+148 |
* | Fix a bunch of header includes. I removed some unnecessary headers from a | brettw@chromium.org | 2009-02-01 | 1 | -0/+1 |
* | Move files out of browser and into either renderer_host or tab_contents. | brettw@chromium.org | 2009-01-22 | 1 | -1/+1 |
* | Move functions required by the rest of the browser from RenderProcessHost to ... | brettw@chromium.org | 2009-01-16 | 1 | -1/+1 |
* | Move a bunch of TabContents related files into a tab_contents subdir | ben@chromium.org | 2009-01-15 | 1 | -2/+2 |
* | Move plugins to FilePaths, some cleanup | avi@google.com | 2009-01-06 | 1 | -1/+1 |
* | Add Terminate() to the Process object, have RenderProcessHost use this to avo... | brettw@google.com | 2008-11-14 | 1 | -4/+3 |
* | Remove some Windows-specific stuff from RenderProcessHost by having callers g... | brettw@google.com | 2008-11-11 | 1 | -1/+1 |
* | Correct typo in histogram name (I left out the word trial) | jar@google.com | 2008-10-22 | 1 | -2/+4 |
* | Create memory histograms that also depend on the memory-model experiment | jar@google.com | 2008-10-21 | 1 | -10/+36 |
* | Change Chrome references to Chromium on about:memory page. | rahulk@google.com | 2008-08-28 | 1 | -1/+1 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |