Update commit description

This commit is contained in:
uazo
2022-03-03 12:00:18 +01:00
committed by Carl
parent d86e096dc0
commit 4f01288ceb
@@ -2,6 +2,12 @@ From: fgei <fgei@gmail.com>
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 +++++