From 4f01288ceb4ba521684488cb5c31b977a7fd7551 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Wed, 2 Mar 2022 08:44:05 +0100 Subject: [PATCH] Update commit description --- build/patches/Site-setting-for-javascript-jit.patch | 6 ++++++ 1 file changed, 6 insertions(+) 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 +++++