Cross Reference: firefox-05-sqlite3-unix-excl.patch
xref
: /
solaris-userland
/
components
/
desktop
/
firefox
/
patches
/
firefox-05-sqlite3-unix-excl.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
5525
N/A
This provides the option to set the indicator for a NFS profile to true.
5525
N/A
It may be necessary for users on NFS to use
bookmarks/logging
.
5525
N/A
Will not be sending upstream.
5253
N/A
5525
N/A
diff --git
a/browser/app/profile/firefox.js
b/browser/app/profile/firefox.js
5525
N/A
---
a/browser/app/profile/firefox.js
5525
N/A
+++
b/browser/app/profile/firefox.js
5525
N/A
@@ -1075,6 +1075,9 @@
5253
N/A
// allow META refresh by default
5253
N/A
pref("
accessibility.blockautorefresh
", false);
5253
N/A
5253
N/A
+// Whether profile is on NFS
5253
N/A
+pref("
storage.nfs_filesystem
", true);
5525
N/A
+
5253
N/A
// Whether history is enabled or not.
5253
N/A
pref("
places.history.enabled
", true);
5253
N/A