зеркало из https://github.com/mozilla/gecko-dev.git
Bug 107831: some elements are skipped when stopping a load. r=timeless, sr=brendan
This commit is contained in:
Родитель
b9becd3b7a
Коммит
bdad0bcf93
|
@ -832,6 +832,8 @@ nsPICS::OnStateChange(nsIWebProgress* aWebProgress,
|
|||
if(0 == PL_strcmp(spec1, spec2)) {
|
||||
if(!urlData->notified) {
|
||||
currentURLList->RemoveElementAt(i);
|
||||
i--; // will get bumped back to i for next iteration
|
||||
count--; // we have one fewer entry
|
||||
if (nsnull != aURL) {
|
||||
nsXPIDLCString uProtocol;
|
||||
nsXPIDLCString uHost;
|
||||
|
|
Загрузка…
Ссылка в новой задаче