Skip to content

Commit

Permalink
Merge pull request #992 from uazo/create-pull-request/patch-373f055
Browse files Browse the repository at this point in the history
Generate patches doc for  branch
  • Loading branch information
uazo authored Apr 12, 2024
2 parents 373f055 + 526cde3 commit 6704907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/PATCHES.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
|**JIT site settings** <br><sub><nobr> Sat, 29 Jan 2022 15:22:45 +0000</nobr> <br>File: [JIT-site-settings.patch](/build/patches/JIT-site-settings.patch) <br><nobr>Author: fgei</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |Adds a content setting to manage Javascript JIT, disabled by default.<br>Since the interface of the content settings foresees an eTLD origin<br>it requires the activation of SitePerProcess and StrictOriginIsolation<br>to make sure that the instantiated RenderProcess can have JIT correctly set.<br>Without those features, the RenderProcess would be shared between all eTLD+1.<br>note: needs SitePerProcess and StrictOriginIsolation flags enabled<br>Require: Content-settings-infrastructure.patch|
|**Keep Manta Service Disabled** <br><sub><nobr> Tue, 31 Oct 2023 16:20:12 +0000</nobr> <br>File: [Keep-Manta-Service-Disabled.patch](/build/patches/Keep-Manta-Service-Disabled.patch) <br><nobr>Author: Your</nobr> <br><nobr>Context: </nobr> <br><nobr>License: </nobr> ||
|**Keep Side Panel Companion disabled** <br><sub><nobr> Mon, 17 Jul 2023 15:24:16 +0000</nobr> <br>File: [Keep-Side-Panel-Companion-disabled.patch](/build/patches/Keep-Side-Panel-Companion-disabled.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> ||
|**Keep disabled FetchLaterAPI** <br><sub><nobr> Thu, 28 Sep 2023 08:11:00 +0000</nobr> <br>File: [Keep-disabled-FetchLaterAPI.patch](/build/patches/Keep-disabled-FetchLaterAPI.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: </nobr> |Disallow a network request to survive to context destoy|
|**Keep disabled FetchLaterAPI** <br><sub><nobr> Thu, 28 Sep 2023 08:11:00 +0000</nobr> <br>File: [Keep-disabled-FetchLaterAPI.patch](/build/patches/Keep-disabled-FetchLaterAPI.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Disallow a network request to survive to context destoy.<br>For Request with active keepalive, if the request does not<br>start from the same origin.<br>It also inhibits the blocked request exception to javascript.|
|**Keep empty tabs between sessions** <br><sub><nobr> Wed, 27 Oct 2021 10:57:09 +0000</nobr> <br>File: [Keep-empty-tabs-between-sessions.patch](/build/patches/Keep-empty-tabs-between-sessions.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> ||
|**Keep flag to allow screenshots in Incognito mode** <br><sub><nobr> Sat, 9 May 2020 08:33:15 +0200</nobr> <br>File: [Keep-flag-to-allow-screenshots-in-Incognito-mode.patch](/build/patches/Keep-flag-to-allow-screenshots-in-Incognito-mode.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |See also:<br>* https://github.com/bromite/bromite/issues/551<br>* https://github.com/bromite/bromite/issues/1816<br>* https://bugs.chromium.org/p/chromium/issues/detail?id=920762|
|**Keyboard protection flag** <br><sub><nobr> Tue, 14 Mar 2023 15:48:21 +0000</nobr> <br>File: [Keyboard-protection-flag.patch](/build/patches/Keyboard-protection-flag.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Hides user preference on the system keyboard by setting the standard<br>eng layout and removing the layout information from the javascript<br>keyboard events.|
Expand Down

0 comments on commit 6704907

Please sign in to comment.