зеркало из https://github.com/mozilla/pjs.git
Camino only - Bug 370347: Remove dead code from security pref pane. r/sr=josh
This commit is contained in:
Родитель
d23ca2de58
Коммит
55c83d6b0a
|
@ -16,7 +16,6 @@
|
|||
ACTIONS = {
|
||||
clickCertificateSelectionBehavior = id;
|
||||
clickEnableLeaveEncrypted = id;
|
||||
clickEnableLoadLowGrade = id;
|
||||
clickEnableViewMixed = id;
|
||||
showCertificates = id;
|
||||
};
|
||||
|
@ -25,7 +24,6 @@
|
|||
OUTLETS = {
|
||||
mCertificateBehavior = NSMatrix;
|
||||
mLeaveEncrypted = NSButton;
|
||||
mLoadLowGrade = NSButton;
|
||||
mViewMixed = NSButton;
|
||||
};
|
||||
SUPERCLASS = PreferencePaneBase;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IBDocumentLocation</key>
|
||||
<string>21 1 356 240 0 0 1024 746 </string>
|
||||
<string>89 2 356 240 0 0 1680 1028 </string>
|
||||
<key>IBFramework Version</key>
|
||||
<string>446.1</string>
|
||||
<key>IBOpenObjects</key>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<integer>5</integer>
|
||||
</array>
|
||||
<key>IBSystem Version</key>
|
||||
<string>8I127</string>
|
||||
<string>8L2127</string>
|
||||
<key>IBUserGuides</key>
|
||||
<dict>
|
||||
<key>5</key>
|
||||
|
|
Двоичные данные
camino/PreferencePanes/Security/English.lproj/Security.nib/objects.nib
сгенерированный
Двоичные данные
camino/PreferencePanes/Security/English.lproj/Security.nib/objects.nib
сгенерированный
Двоичный файл не отображается.
|
@ -45,14 +45,12 @@ class nsIPref;
|
|||
@interface OrgMozillaChimeraPreferenceSecurity : PreferencePaneBase
|
||||
{
|
||||
IBOutlet NSButton* mLeaveEncrypted;
|
||||
IBOutlet NSButton* mLoadLowGrade;
|
||||
IBOutlet NSButton* mViewMixed;
|
||||
|
||||
IBOutlet NSMatrix* mCertificateBehavior;
|
||||
}
|
||||
|
||||
- (IBAction)clickEnableLeaveEncrypted:(id)sender;
|
||||
-(IBAction) clickEnableLoadLowGrade:(id)sender;
|
||||
- (IBAction)clickEnableViewMixed:(id)sender;
|
||||
|
||||
- (IBAction)clickCertificateSelectionBehavior:(id)sender;
|
||||
|
|
|
@ -92,7 +92,6 @@ const unsigned int kAskEveryTimeMatrixRowValue = 1;
|
|||
|
||||
//
|
||||
// clickEnableViewMixed:
|
||||
// clickEnableLoadLowGrade:
|
||||
// clickEnableLeaveEncrypted:
|
||||
//
|
||||
// Set prefs for warnings/alerts wrt secure sites
|
||||
|
|
Загрузка…
Ссылка в новой задаче