diff options
author | vabr@chromium.org <vabr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-06 10:16:08 +0000 |
---|---|---|
committer | vabr@chromium.org <vabr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-06 10:16:08 +0000 |
commit | f07022c4b1264bab2d6631a019645ba8c6ee36d9 (patch) | |
tree | 7406db94e780cd52df00371eb611794c9aa9ae93 /chrome/app | |
parent | 438aa693de1f4c67ad104f8221345eb96f29c163 (diff) | |
download | chromium_src-f07022c4b1264bab2d6631a019645ba8c6ee36d9.zip chromium_src-f07022c4b1264bab2d6631a019645ba8c6ee36d9.tar.gz chromium_src-f07022c4b1264bab2d6631a019645ba8c6ee36d9.tar.bz2 |
GUI improvements for hosted app's exceptions
The following requirements should be implemented for the list of geolocation
notifications exceptions, in entries generated by hosted apps:
- a hover text shoiuld identify the granting app: "Set by app: $appname"
- the close-button should be the app's favicon
BUG=65675
TEST=Install some hosted apps requiring "location" or "notifications" permission. Open Advanced Settings->Content Settings->Geolocation exceptions (or Notifications exceptions) and see the web extent and launch URLs being displayed at the top as "Allow", with the hover text and close-button as specified above.
Review URL: https://chromiumcodereview.appspot.com/10454118
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140734 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index db5dfc7..74ec56aa 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -6822,6 +6822,9 @@ The following plug-in is unresponsive: <ph name="PLUGIN_NAME">$1 <message name="IDS_GEOLOCATION_EXCEPTION_TITLE" desc="Title for geolocation exceptions dialog"> Location exceptions </message> + <message name="IDS_GEOLOCATION_SET_BY_HOVER" desc="Hover text for URL in a list of exceptions, preceding the name of the granting hosted app."> + Set by app: + </message> <message name="IDS_NOTIFICATIONS_TAB_LABEL" desc="Label for Notifications tab on Content Settings dialog"> Notifications </message> |