Skip to content

Commit

Permalink
JIT site settings: modified for uniformity the active and inactive de…
Browse files Browse the repository at this point in the history
…scriptions
  • Loading branch information
uazo committed May 25, 2024
1 parent e08c144 commit 2811f22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/patches/JIT-site-settings.patch
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,10 @@ new file mode 100644
+ Enable the JIT compiler and WebAssembly support in V8
+ </message>
+ <message name="IDS_WEBSITE_SETTINGS_CATEGORY_JAVASCRIPT_JIT_ENABLED" desc="Summary text explaining that sites are allowed to compile JavaScript in JIT mode." formatter_data="android_java">
+ Allow JIT and WebAssembly on a specific site.
+ Allow JIT and WebAssembly
+ </message>
+ <message name="IDS_WEBSITE_SETTINGS_CATEGORY_JAVASCRIPT_JIT_DISABLED" desc="Summary text explaining that sites are running JavaScript in JITless mode." formatter_data="android_java">
+ Block JIT and WebAssembly on a specific site.
+ Block JIT and WebAssembly
+ </message>
+ <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_DESCRIPTION_JAVASCRIPT_JIT_ALLOW" desc="The description for the allow Javascript JIT for website dialog." formatter_data="android_java">
+ Allow sites to use just-in-time compilation; more performant but a constant source of security vulnerabilities.
Expand Down

0 comments on commit 2811f22

Please sign in to comment.