Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: lib/popupBlocker.js

Issue 29737602: Issue 4580 - Make filter/request logging use plain tabIds, prepare for multi-tab requests (Closed)
Patch Set: Created April 2, 2018, 12:27 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: lib/popupBlocker.js
===================================================================
--- a/lib/popupBlocker.js
+++ b/lib/popupBlocker.js
@@ -61,7 +61,7 @@
browser.tabs.remove(tabId);
logRequest(
- popup.sourcePage, urlString, "POPUP",
+ [popup.sourcePage.id], urlString, "POPUP",
documentHost, thirdParty, null,
specificOnly, filter
);

Powered by Google App Engine
This is Rietveld