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

Unified Diff: chrome/app/generated_resources.grd

Issue 2477633003: [Mac] Add a feature flag to disable Javascript execution in Applescript (Closed)
Patch Set: 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
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index e29897a9e29b27e344f57719ccfa0de760736741..3f7751f87092d761e485bdfbdd713a43f636db4c 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.
Robert Sesek 2016/11/04 16:37:16 nit: AppleScript
spqchan 2016/11/04 19:58:44 Done.
+ </message>
</if> <!-- is_macosx -->
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/applescript/error_applescript.h » ('j') | chrome/common/chrome_features.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698