You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Invalidating the resource '+res.id+': '+(frame?'Unkown top level resource '+frame.resourceId+' for the frame '+frame.id:'Unknown frameID '+res.frameID));
441
449
res.invalid=true;
442
450
}
443
451
}
444
452
453
+
if(eventname=="urlredirect")
454
+
{
455
+
// Adjust the frame if its top resource is redirected
456
+
if(frame&&frame.resourceID==res.id)
457
+
{
458
+
frame.resourceID=event.toResourceID;
459
+
deleteframe.resource;
460
+
}
461
+
}
462
+
445
463
if(res.invalid)
446
464
{
447
465
// delete the frame and all its resources if the top resource of a frame is invalid
0 commit comments