Closed
Bug 1388938
Opened 8 years ago
Closed 8 years ago
Make sure channel annotation and flashblock are disabled in all tests harnesses
Categories
(Toolkit :: Safe Browsing, enhancement, P3)
Toolkit
Safe Browsing
Tracking
()
RESOLVED
FIXED
mozilla57
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | fixed |
People
(Reporter: francois, Assigned: francois)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
These prefs should be added to all of the test harnesses that disable Safe Browsing:
privacy.trackingprotection.annotate_channels = false
plugins.flashBlock.enabled = false
See https://reviewboard.mozilla.org/r/166296/diff/1#index_header for a good list of such harnesses.
| Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8900502 [details]
Bug 1388938 - Disable channel annotation and flashblock in tests harnesses.
https://reviewboard.mozilla.org/r/171886/#review177270
Looks good! Thanks!
Just curious, 'plugins.flashBlock.enabled', 'privacy.trackingprotection.annotate_channels'
and 'privacy.trackingprotection.pbmode.enabled' are |true| by default now so does that mean we are
currently failing on some tests? ^^"
Attachment #8900502 -
Flags: review?(hchang) → review+
| Assignee | ||
Comment 3•8 years ago
|
||
Pushed by fmarier@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3cbad3a6fc6e
Disable channel annotation and flashblock in tests harnesses.r=hchang
| Assignee | ||
Comment 5•8 years ago
|
||
(In reply to Henry Chang [:hchang] from comment #2)
> Just curious, 'plugins.flashBlock.enabled',
> 'privacy.trackingprotection.annotate_channels'
> and 'privacy.trackingprotection.pbmode.enabled' are |true| by default now so
> does that mean we are
> currently failing on some tests? ^^"
I don't believe so. The tests I changed disable network services to reduce intermittent failures and races I think.
Comment 6•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
Comment 7•8 years ago
|
||
Looks like this caused an improvement on one of our Talos tests:
== Change summary for alert #9006 (as of August 24 2017 18:32 UTC) ==
Improvements:
25% sessionrestore_many_windows windows10-64 opt e10s 4,107.08 -> 3,079.17
For up to date results, see: https://treeherder.mozilla.org/perf.html#/alerts?id=9006
You need to log in
before you can comment on or make changes to this bug.
Description
•