aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/mozilla-jlp/files
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2003-01-27 01:36:56 +0800
committerknu <knu@FreeBSD.org>2003-01-27 01:36:56 +0800
commitf84ad8e6a82a512df900528782d7d8db8cfec405 (patch)
tree273fd1680a69d8a4471aa9e1bfc4a56112ca76b8 /japanese/mozilla-jlp/files
parent0a191099b0de948366e5900d95dbe352a4d85b96 (diff)
downloadfreebsd-ports-gnome-f84ad8e6a82a512df900528782d7d8db8cfec405.tar.gz
freebsd-ports-gnome-f84ad8e6a82a512df900528782d7d8db8cfec405.tar.zst
freebsd-ports-gnome-f84ad8e6a82a512df900528782d7d8db8cfec405.zip
Update to 1.2.1.
PR: ports/47399 Submitted by: Yoichi ASAI <yatt@luna2.org> (MAINTAINER)
Diffstat (limited to 'japanese/mozilla-jlp/files')
-rw-r--r--japanese/mozilla-jlp/files/installed-chrome.txt1
-rw-r--r--japanese/mozilla-jlp/files/unix.js5
2 files changed, 5 insertions, 1 deletions
diff --git a/japanese/mozilla-jlp/files/installed-chrome.txt b/japanese/mozilla-jlp/files/installed-chrome.txt
index f41ad39feced..5e205e20c016 100644
--- a/japanese/mozilla-jlp/files/installed-chrome.txt
+++ b/japanese/mozilla-jlp/files/installed-chrome.txt
@@ -11,7 +11,6 @@ locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/pippki/
locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/content-packs/
locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/help/
locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/mozldap/
-locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/forms/
locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/messenger-smime/
locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/messenger-mdn/
locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/chatzilla/
diff --git a/japanese/mozilla-jlp/files/unix.js b/japanese/mozilla-jlp/files/unix.js
index 0cbac492bfb9..ae7592361387 100644
--- a/japanese/mozilla-jlp/files/unix.js
+++ b/japanese/mozilla-jlp/files/unix.js
@@ -67,6 +67,11 @@ pref("clipboard.autocopy", true);
pref("browser.urlbar.clickSelectsAll", false);
+// Tab focus model bit field:
+// 1 focuses text controls, 2 focuses other form elements, 4 adds links.
+// Leave this at the default, 7, to match mozilla1.0-era user expectations.
+// pref("accessibility.tabfocus", 1);
+
// override double-click word selection behavior.
pref("layout.word_select.stop_at_punctuation", false);