Closed
Bug 1390249
Opened 8 years ago
Closed 8 years ago
Land PingCentre in Nightly under browser/modules
Categories
(Firefox :: New Tab Page, defect)
Firefox
New Tab Page
Tracking
()
RESOLVED
FIXED
Firefox 57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: emtwo, Assigned: emtwo)
References
Details
Attachments
(1 file)
The work for this issue is being done here: https://github.com/mozilla/activity-stream/pull/3140
Comment hidden (mozreview-request) |
Assignee | ||
Comment 2•8 years ago
|
||
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8897142 [details]
Bug 1390249: Add PingCentre to browser/modules.
https://reviewboard.mozilla.org/r/168440/#review176370
::: browser/app/profile/firefox.js:1516
(Diff revision 1)
> pref("experiments.supported", true);
>
> +// Ping Centre Telemetry settings.
> +#ifdef NIGHTLY_BUILD
> +pref("browser.ping-centre.telemetry", true);
> +pref("browser.ping-centre.log", true);
I don't think we want .log on by default for nightly, it's mostly just for local debugging
Comment hidden (mozreview-request) |
Assignee | ||
Updated•8 years ago
|
Attachment #8897142 -
Flags: review?(usarracini)
Assignee | ||
Comment 5•8 years ago
|
||
Note: the tests are in karma and can be found in this PR: https://github.com/mozilla/activity-stream/pull/3140
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 10•8 years ago
|
||
mozreview-review |
Comment on attachment 8897142 [details]
Bug 1390249: Add PingCentre to browser/modules.
https://reviewboard.mozilla.org/r/168440/#review177578
Looks good! Thanks Marina :)
Attachment #8897142 -
Flags: review?(usarracini) → review+
Assignee | ||
Updated•8 years ago
|
Attachment #8897142 -
Flags: checkin?
Assignee | ||
Updated•8 years ago
|
Attachment #8897142 -
Flags: checkin?
Comment 11•8 years ago
|
||
Pushed by usarracini@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/25f127dff090
Add PingCentre to browser/modules. r=ursula
Backed out for failures like https://treeherder.mozilla.org/logviewer.html#?job_id=125670507&repo=autoland
Flags: needinfo?(msamuel)
Comment 13•8 years ago
|
||
Backout by kwierso@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/ff56b0b30628
Backed out changeset 25f127dff090 for browser_all_files_referenced.js failures a=backout CLOSED TREE
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 16•8 years ago
|
||
Pushed by msamuel@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/944ab211fc31
Add PingCentre to browser/modules. r=ursula
Comment 17•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 57
Updated•6 years ago
|
Component: Activity Streams: Newtab → New Tab Page
Flags: needinfo?(msamuel)
You need to log in
before you can comment on or make changes to this bug.
Description
•