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

Unified Diff: include.preload.js

Issue 29705719: Issue 6402 - Split filter hit / request logging out into own API (Closed)
Patch Set: Addressed Manish's feedback Created May 9, 2018, 5:53 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 | lib/csp.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include.preload.js
diff --git a/include.preload.js b/include.preload.js
index 34486c3c44c28aa39601c24ee053f6e8e8275199..4c40f8db6296a6459922a388a503af031aba43bd 100644
--- a/include.preload.js
+++ b/include.preload.js
@@ -297,7 +297,7 @@ ElementHidingTracer.prototype = {
if (selectors.length > 0 || filters.length > 0)
{
browser.runtime.sendMessage({
- type: "devtools.traceElemHide",
+ type: "hitLogger.traceElemHide",
selectors, filters
});
}
@@ -544,7 +544,7 @@ ElemHide.prototype = {
if (this.tracer)
{
browser.runtime.sendMessage({
- type: "devtools.traceElemHide",
+ type: "hitLogger.traceElemHide",
selectors: [],
filters
});
« no previous file with comments | « no previous file | lib/csp.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld