From ed20ed19befdeccb7ddb793ac4212aa2ea3a4532 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Mon, 11 Apr 2022 16:03:34 +0900 Subject: [PATCH] Doc: Dev README - TOC --- docs/README.md | 10 ++++++++-- docs/omni_ja.md | 1 + 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 80ba802..3a6f824 100644 --- a/docs/README.md +++ b/docs/README.md @@ -8,7 +8,9 @@ * [Environment](#environment) * [Project Structure](#project-structure) * [Rules](#rules) -- [Policies](#policies) +- [Advanced Customizing](#advanced-customizing) + * [Policies](#policies) + * [Preference](#preference) - [User Custom CSS](#user-custom-css) * [Basics](#basics-1) * [Restrictions](#restrictions) @@ -75,10 +77,14 @@ This is a rough guideline. (Not forced) - [Rules.md](./Rules.md). -## Policies +## Advanced Customizing +### Policies - [Support Mozilla: Policies overview](https://support.mozilla.org/en-US/products/firefox-enterprise/policies-customization-enterprise/policies-overview-enterprise) - [Policy Templates](https://github.com/mozilla/policy-templates) +### Preference +- [Preference.md](./Preference.md). + ## User Custom CSS ### Basics `userChrome.css` file is for browser UI, `userContent.css` file is for web contents. diff --git a/docs/omni_ja.md b/docs/omni_ja.md index 4d6a61e..e24e415 100644 --- a/docs/omni_ja.md +++ b/docs/omni_ja.md @@ -18,6 +18,7 @@ - [How to Optimize or Deoptimize Firefox OMNI.JA File](https://www.raymond.cc/blog/edit-files-inside-firefox-4-omni-jar-to-auto-save-password/) **Explanation** + Firefox achieve performance improvements by moving many of their internal parts from being standalone files or sets of JAR files into just one JAR file called `omni.ja`. This reduces the amount of I/O needed to load the application.