Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(179)

Unified Diff: chrome/app/generated_resources.grd

Issue 2477633003: [Mac] Add a feature flag to disable Javascript execution in Applescript (Closed)
Patch Set: nit Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/applescript/bookmark_item_applescript.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index e29897a9e29b27e344f57719ccfa0de760736741..d996f37ad9ca09af8a74fec1112c5b9ff2c5d165 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -12187,6 +12187,9 @@ Tell us what happened exactly before you got the profile error message:
<message name="IDS_WRONG_INDEX_ERROR_APPLESCRIPT_MAC" desc="Error dialog title to be displayed when ordered index is out of bounds. Mac-only.">
Wrong index.
</message>
+ <message name="IDS_JAVASCRIPT_UNSUPPORTED_ERROR_APPLESCRIPT_MAC" desc="Error dialog title to be displayed when the user attempts to execute JavaScript via AppleScript. Mac-only.">
+ Executing JavaScript through AppleScript is no longer supported.
+ </message>
</if> <!-- is_macosx -->
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/applescript/bookmark_item_applescript.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698