summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
authorrafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-24 20:52:22 +0000
committerrafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-24 20:52:22 +0000
commit40362258cc6355f117648ad34ea9374f787609ff (patch)
treeda851e5cad8ff3776ac1f766ece29d00adff6fda /chrome/test
parent34f73fbb389c0e4555b2ab0f03748f95ea1c02fe (diff)
downloadchromium_src-40362258cc6355f117648ad34ea9374f787609ff.zip
chromium_src-40362258cc6355f117648ad34ea9374f787609ff.tar.gz
chromium_src-40362258cc6355f117648ad34ea9374f787609ff.tar.bz2
Add instructions to chrome://extensions page for inspecting popups.
Under "Inspect Active Views", any extension that has a browser or page action will show grayed text directing the developer to right click on the icon and select 'Inspect Popup' BUG=24477 TEST=Install an extension with a page or browser action. Go to chrome://extensions, turn on developer mode. Verify that under "inspect active views", the new instructions appear. Review URL: http://codereview.chromium.org/1198002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42529 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension1.json3
-rw-r--r--chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension2.json3
-rw-r--r--chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension3.json3
3 files changed, 6 insertions, 3 deletions
diff --git a/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension1.json b/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension1.json
index 29debd6..daaf849 100644
--- a/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension1.json
+++ b/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension1.json
@@ -30,5 +30,6 @@
"render_proess_id": 0,
"render_view_id": 0
}
- ]
+ ],
+ "hasPopupAction": false
}
diff --git a/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension2.json b/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension2.json
index 485aa20..ee39da8 100644
--- a/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension2.json
+++ b/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension2.json
@@ -20,5 +20,6 @@
"render_proess_id": 0,
"render_view_id": 0
}
- ]
+ ],
+ "hasPopupAction": false
}
diff --git a/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension3.json b/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension3.json
index cbac356..2f16f9d 100644
--- a/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension3.json
+++ b/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension3.json
@@ -9,5 +9,6 @@
"order": 2,
"enabledIncognito": false,
"content_scripts": [],
- "views": []
+ "views": [],
+ "hasPopupAction": false
}