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 Sebastian's feedback Created March 21, 2018, 3:14 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/cssInjection.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 34e00c025d5bf557733781d146e637959bec3e9d..118f59e3e3f32610c3349075cfda24ec5e15cbfd 100644
--- a/include.preload.js
+++ b/include.preload.js
@@ -249,7 +249,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/cssInjection.js » ('j') | lib/devtools.js » ('J')

Powered by Google App Engine
This is Rietveld