bug 121771, isSorted missing in cookie/password manager outliners, r=law, sr=ben

This commit is contained in:
morse%netscape.com 2002-01-25 22:26:35 +00:00
Родитель f883f23aa4
Коммит a3571e41ba
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -103,6 +103,7 @@ var cookiesOutlinerView = {
return rv;
},
isSeparator : function(index) {return false;},
isSorted: function() { return false; },
isContainer : function(index) {return false;},
cycleHeader : function(aColId, aElt) {},
getRowProperties : function(row,column,prop){},
@ -253,6 +254,7 @@ var permissionsOutlinerView = {
return rv;
},
isSeparator : function(index) {return false;},
isSorted: function() { return false; },
isContainer : function(index) {return false;},
cycleHeader : function(aColId, aElt) {},
getRowProperties : function(row,column,prop){},

Просмотреть файл

@ -138,6 +138,7 @@ var signonsOutlinerView = {
return rv;
},
isSeparator : function(index) {return false;},
isSorted: function() { return false; },
isContainer : function(index) {return false;},
cycleHeader : function(aColId, aElt) {},
getRowProperties : function(row,column,prop){},
@ -258,6 +259,7 @@ var rejectsOutlinerView = {
return rv;
},
isSeparator : function(index) {return false;},
isSorted: function() { return false; },
isContainer : function(index) {return false;},
cycleHeader : function(aColId, aElt) {},
getRowProperties : function(row,column,prop){},
@ -339,6 +341,7 @@ var nopreviewsOutlinerView = {
return rv;
},
isSeparator : function(index) {return false;},
isSorted: function() { return false; },
isContainer : function(index) {return false;},
cycleHeader : function(aColId, aElt) {},
getRowProperties : function(row,column,prop){},
@ -423,6 +426,7 @@ var nocapturesOutlinerView = {
return rv;
},
isSeparator : function(index) {return false;},
isSorted: function() { return false; },
isContainer : function(index) {return false;},
cycleHeader : function(aColId, aElt) {},
getRowProperties : function(row,column,prop){},