diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-28 19:20:17 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-28 19:20:17 +0000 |
commit | 27b51d38027a9927cdc8bc0c8d7eef1d1bcb7108 (patch) | |
tree | f7662b7070b7a1efc5333f6a8ec5048ac42dd9a4 /chrome/browser/resources | |
parent | 9169e6a95059bed4f33426d0e84f6adc5ac81c49 (diff) | |
download | chromium_src-27b51d38027a9927cdc8bc0c8d7eef1d1bcb7108.zip chromium_src-27b51d38027a9927cdc8bc0c8d7eef1d1bcb7108.tar.gz chromium_src-27b51d38027a9927cdc8bc0c8d7eef1d1bcb7108.tar.bz2 |
Linux: add note to about:memoy re missing renderers.
On Linux, we cannot gets at the 'maps' nor 'smaps' files for our
renderers when they are sandboxed (because they are non-dumpable). One
could imaging plumbing IPC calls to the renderers for this
information, but it would be a lot of code for little gain. In the
mean time we should at least explain why all the renderers might be
missing.
(This is an issue with the SUID sandbox. The seccomp sandbox would be
ok.)
BUG=23258
http://codereview.chromium.org/235008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27388 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources')
-rw-r--r-- | chrome/browser/resources/about_memory_linux.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/about_memory_linux.html b/chrome/browser/resources/about_memory_linux.html index 6126476..31dfa3e 100644 --- a/chrome/browser/resources/about_memory_linux.html +++ b/chrome/browser/resources/about_memory_linux.html @@ -580,7 +580,7 @@ function enableHelpTooltips() { </tr> </table> - <div class="otherbrowsers">(We cannot get the memory usage of our renderer processes when they are sandboxed, which is why they may be missing from the list above.)</p> + <div class="otherbrowsers">(We cannot get the memory usage of our renderer processes when they are sandboxed, which is why they may be missing from the list above <a href="http://crbug.com/23258">[bug]</a>.)</div> </div> </body> |