| Index: lib/popupBlocker.js |
| diff --git a/lib/popupBlocker.js b/lib/popupBlocker.js |
| index 55cb4e594da873c5a5bb24e62dea09989d3f63d8..c619a8ce78998f5e5337604a50963d13eb5f8cb3 100644 |
| --- a/lib/popupBlocker.js |
| +++ b/lib/popupBlocker.js |
| @@ -74,6 +74,10 @@ function checkPotentialPopup(tabId, popup) |
| function onPopupURLChanged(details) |
| { |
| + // Ignore frames inside the popup window. |
| + if (details.frameId != 0) |
| + return; |
| + |
| let popup = loadingPopups[details.tabId]; |
| if (popup) |
| { |