diff --git a/build/patches/Site-setting-for-javascript-jit.patch b/build/patches/Site-setting-for-javascript-jit.patch index dee0c62b..aeb1eb27 100644 --- a/build/patches/Site-setting-for-javascript-jit.patch +++ b/build/patches/Site-setting-for-javascript-jit.patch @@ -2,6 +2,12 @@ From: fgei Date: Sat, 29 Jan 2022 15:22:45 +0000 Subject: Implement UI for JIT site settings +Adds a content setting to manage javascript jit, default disabled. +Since the interface of the content settings foresees an eTLD origin, +it requires the activation of SitePerProcess and StrictOriginIsolation +to make sure that the instantiated RenderProcess can have jit correctly set. +Without those features, the RenderProcess would be shared between all eTLD+1. + note: needs SitePerProcess and StrictOriginIsolation flags enabled --- .../browser_ui/site_settings/android/BUILD.gn | 5 +++++