summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/static/permission_warnings.html
diff options
context:
space:
mode:
authormihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-06 20:38:09 +0000
committermihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-06 20:38:09 +0000
commitd96e96bc3df20813ac37ce0dd48781e0b0a940d5 (patch)
tree0dc60cd9d7aa7e105bec4e95075b1d2426988fdd /chrome/common/extensions/docs/static/permission_warnings.html
parent5c2092451df7be5f3b3844915085666a19b11e74 (diff)
downloadchromium_src-d96e96bc3df20813ac37ce0dd48781e0b0a940d5.zip
chromium_src-d96e96bc3df20813ac37ce0dd48781e0b0a940d5.tar.gz
chromium_src-d96e96bc3df20813ac37ce0dd48781e0b0a940d5.tar.bz2
Fix debugger and proxy module links. Debugger shouldn't have its own table row.
BUG=none TEST=no R=kathyw@chromium.org Review URL: http://codereview.chromium.org/7054049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88028 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/static/permission_warnings.html')
-rw-r--r--chrome/common/extensions/docs/static/permission_warnings.html25
1 files changed, 7 insertions, 18 deletions
diff --git a/chrome/common/extensions/docs/static/permission_warnings.html b/chrome/common/extensions/docs/static/permission_warnings.html
index 56c0bce..b215b4f 100644
--- a/chrome/common/extensions/docs/static/permission_warnings.html
+++ b/chrome/common/extensions/docs/static/permission_warnings.html
@@ -204,23 +204,6 @@ that trigger them.
<tr>
<td style="font-weight:bold">
- <!-- IDS_EXTENSION_PROMPT_WARNING_DEBUGGER -->
- Your data on all websites
- </td>
- <td>
- <!-- HasEffectiveBrowsingHistoryPermission -->
- "debugger" permission
- </td>
- <td>
- <p>
- The "debugger" permission is required by the
- <a href="tabs.html"><code>chrome.debugger</code></a> module.
- </p>
- </td>
-</tr>
-
-<tr>
- <td style="font-weight:bold">
<!-- IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS -->
Your data on all websites
</td>
@@ -228,6 +211,7 @@ that trigger them.
<!-- HasEffectiveAccessToAllHosts() -->
Any of the following:
<ul>
+ <li> "debugger" permission </li>
<li> "proxy" permission </li>
<li> A match pattern in the "permissions" field
that matches all hosts </li>
@@ -238,8 +222,13 @@ that trigger them.
</td>
<td>
<p>
+ The "debugger" permission is required by the experimental
+ <a href="experimental.debugger.html">debugger</a> module.
+ </p>
+
+ <p>
The "proxy" permission is required by the
- <a href="http://code.google.com/chrome/extensions/proxy.html">proxy</a> module.
+ <a href="proxy.html"><code>chrome.proxy</code></a> module.
</p>
<p>