Open kewisch opened 7 years ago
The latter ones are actual errors.
Here is some more debug logging which should be removed or disabled with a pref to enable it:
13:00:25.050 **** tab changeInfo.status complete **** background.bundle.js:386:7 13:00:25.052 totalExecTime: undefined background.bundle.js:395:7 13:00:25.052 **** tab changeInfo.status complete **** background.bundle.js:396:7 13:00:25.472 **** tab changeInfo.status complete **** background.bundle.js:386:7 13:00:25.473 blocked 0 requests: Array [ ] background.bundle.js:388:9 13:00:25.474 from 0 entities: Array [ ] background.bundle.js:389:9 13:00:25.474 allowed 0 requests: Array [ ] background.bundle.js:392:9 13:00:25.475 from 0 entities: Array [ ] background.bundle.js:393:9 13:00:25.476 totalExecTime: 0 background.bundle.js:395:7 13:00:25.476 **** tab changeInfo.status complete **** background.bundle.js:396:7 13:00:25.478 browser.windows.onFocusChanged, windowID: 0 background.bundle.js:359:5 13:00:37.215 Allowing request from "undefined" origin - a browser internal origin. background.bundle.js:257:7 13:00:38.180 Allowing request to domain NOT in the block-list. background.bundle.js:308:7
Bug: https://github.com/mozilla/blok/search?q=production check not working.
Add the console.log(process.env);
into src\js\background.bundle.js, I got Object { }
only; got undefined
for console.log(process.env.MODE);
.
Dang, looks like the latest .xpi
was built without MODE=production
😢
Will need to see when we're taking Tracking Protection out of test pilot. We may not fix this until "phase 2" of tracking protection.
I am getting constant messages in the browser console, to a point where I am having trouble debugging other add-ons.
This one comes for lots of request, particularly bad if you are on an AMO review page where there are background events ~ secondly:
These not so often, maybe every minute or two:
I'd appreciate if you could fix these issues soon so I can keep this add-on enabled and take back control of my browser console. Testing on nightly 53.0a1 (2017-01-04) on mac.