Update commit description

This commit is contained in:
uazo 2022-03-02 08:44:05 +01:00 committed by Yifeng Wu
parent def45785be
commit e271710ff0

View file

@ -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 +++++