Bug 331842 - update-history almost useless, because it shows only one, the last, update. Patch by Michael Wu <michael.wu@mozilla.com>, r=darin, a=dbaron
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@202106 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1596,6 +1596,7 @@ UpdateManager.prototype = {
|
||||
_addUpdate: function(update) {
|
||||
if (!update)
|
||||
return;
|
||||
this._ensureUpdates();
|
||||
if (this._updates) {
|
||||
for (var i = 0; i < this._updates.length; ++i) {
|
||||
if (this._updates[i] &&
|
||||
|
||||
Reference in New Issue
Block a user