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. 28, 2015, 6:03 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') | include.postload.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: background.js
===================================================================
--- a/background.js
+++ b/background.js
@@ -555,7 +555,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
Wladimir Palant 2015/03/02 20:14:19 Ten positional parameters in a function is certain
Sebastian Noack 2015/03/03 14:29:00 How about reducing the number of arguments by grou
Wladimir Palant 2015/03/03 14:40:31 That's eight parameters now - still way too many t
Sebastian Noack 2015/03/03 14:59:28 Fair enough.
));
break;
case "forward":
« no previous file with comments | « no previous file | include.postload.js » ('j') | include.postload.js » ('J')

Powered by Google App Engine
This is Rietveld