Update commit description
This commit is contained in:
parent
def45785be
commit
e271710ff0
1 changed files with 6 additions and 0 deletions
|
@ -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 +++++
|
||||
|
|
Loading…
Add table
Reference in a new issue