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: Nightmarish rebase Created April 13, 2018, 3:20 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 | « dependencies ('k') | lib/csp.js » ('j') | lib/devtools.js » ('J')
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 8dbb6a1218a183bb1e87bee0618d2ed2bd9058c1..3f2fddbc866cce88e81941727294bba6ee550c39 100644
--- a/include.preload.js
+++ b/include.preload.js
@@ -250,7 +250,7 @@ ElementHidingTracer.prototype = {
if (selectors.length > 0 || filters.length > 0)
{
browser.runtime.sendMessage({
- type: "devtools.traceElemHide",
+ type: "hitLogger.traceElemHide",
selectors, filters
});
}
@@ -494,7 +494,7 @@ ElemHide.prototype = {
if (this.tracer)
{
browser.runtime.sendMessage({
- type: "devtools.traceElemHide",
+ type: "hitLogger.traceElemHide",
selectors: [],
filters
});
« no previous file with comments | « dependencies ('k') | lib/csp.js » ('j') | lib/devtools.js » ('J')

Powered by Google App Engine
This is Rietveld