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

Unified Diff: background.js

Issue 5225119261655040: Issue 1282 - Don't generate filters conflicting with existing exception rules (Closed)
Patch Set: Rebased Created Feb. 13, 2015, 4:13 p.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
« no previous file with comments | « no previous file | include.postload.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: background.js
===================================================================
--- a/background.js
+++ b/background.js
@@ -560,7 +560,8 @@
case "compose-filters":
sendResponse(composeFilters(
msg.tagName, msg.id, msg.src, msg.style,
- msg.classes, msg.urls, new URL(msg.baseURL)
+ msg.classes, msg.urls, msg.mediatype,
+ msg.baseURL, sender.page, sender.frame
));
break;
case "forward":
« no previous file with comments | « no previous file | include.postload.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld