mozilla-xulrunner193/toolkit-lockdown.js
author Wolfgang Rosenauer <wr@rosenauer.org>
Wed, 09 Jun 2010 07:53:55 +0200
changeset 77 f2df98836e17
parent 76 93fb7400b957
permissions -rw-r--r--
More 1.9.2->1.9.3 patch rebasing and version changes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
36
c55ce8284eb3 Apply the used lockdown preferences. Otherwise JS code throws exceptions which break stuff. (bnc#567131)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     1
pref("config.lockdown.showsavedpasswords", false);
c55ce8284eb3 Apply the used lockdown preferences. Otherwise JS code throws exceptions which break stuff. (bnc#567131)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     2
pref("config.lockdown.savepage", false);
37
faa6691e048e Fix typo in last changeset
Wolfgang Rosenauer <wr@rosenauer.org>
parents: 36
diff changeset
     3
pref("config.lockdown.printing", false);