Bug 1398327 Part 2: Sync extension permission strings from desktop to android draft
authorAndrew Swan <aswan@mozilla.com>
Mon, 11 Sep 2017 14:31:37 -0700
changeset 663103 9373aa28e6c7a910a22fc4ed0ff48c40540716eb
parent 663102 5acd02d43c1030edead763526a2e2f796767d065
child 731093 06bc4316e4156b13eff129f9d18df9bcbc105c72
push id79321
push useraswan@mozilla.com
push dateTue, 12 Sep 2017 16:46:55 +0000
bugs1398327
milestone57.0a1
Bug 1398327 Part 2: Sync extension permission strings from desktop to android We don't actually support the find API on Android but we already have permission strings for other desktop-only APIs under mobile/ (eg bookmarks and history). Keeping these lists in sync with each other is going to be enough hassle as it is, lets avoid trying to sync them with what's actually supported on each platform and just keep the same list of permission strings. MozReview-Commit-ID: 1A0jhtbMZiG
mobile/android/locales/en-US/chrome/browser.properties
--- a/mobile/android/locales/en-US/chrome/browser.properties
+++ b/mobile/android/locales/en-US/chrome/browser.properties
@@ -121,27 +121,32 @@ webextPerms.header=Add %S?
 # This string will be followed by a list of permissions requested
 # by the webextension.
 webextPerms.listIntro=It requires your permission to:
 webextPerms.add.label=Add
 webextPerms.cancel.label=Cancel
 
 webextPerms.description.bookmarks=Read and modify bookmarks
 webextPerms.description.browserSettings=Read and modify browser settings
+webextPerms.description.browsingData=Clear recent browsing history, cookies, and related data
 webextPerms.description.clipboardRead=Get data from the clipboard
 webextPerms.description.clipboardWrite=Input data to the clipboard
+webextPerms.description.devtools=Extend developer tools to access your data in open tabs
 webextPerms.description.downloads=Download files and read and modify the browser’s download history
+webextPerms.description.downloads.open=Open files downloaded to your computer
+webextPerms.description.find=Read the text of all open tabs
 webextPerms.description.geolocation=Access your location
 webextPerms.description.history=Access browsing history
 webextPerms.description.management=Monitor extension usage and manage themes
 # LOCALIZATION NOTE (webextPerms.description.nativeMessaging)
 # %S will be replaced with the name of the application
 webextPerms.description.nativeMessaging=Exchange messages with programs other than %S
 webextPerms.description.notifications=Display notifications to you
 webextPerms.description.privacy=Read and modify privacy settings
+webextPerms.description.proxy=Control browser proxy settings
 webextPerms.description.sessions=Access recently closed tabs
 webextPerms.description.tabs=Access browser tabs
 webextPerms.description.topSites=Access browsing history
 webextPerms.description.unlimitedStorage=Store unlimited amount of client-side data
 webextPerms.description.webNavigation=Access browser activity during navigation
 
 webextPerms.hostDescription.allUrls=Access your data for all websites