`update_action` message does not set preference value after reset
Categories
(Firefox :: Messaging System, defect, P1)
Tracking
()
People
(Reporter: andreio, Assigned: andreio)
References
Details
(Keywords: github-merged)
We found some issues with the update_action message handling that could make the WNP fail to show up.
https://github.com/mozilla/activity-stream/pull/5223
| Assignee | ||
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
Could you provide QA steps for this? I believe the user facing bug is that a lower priority Moment message doesn't correctly get replaced by a higher priority message?
Updated•6 years ago
|
Comment 3•6 years ago
|
||
| Assignee | ||
Comment 4•6 years ago
|
||
On a fresh profile:
- Set
browser.newtabpage.activity-stream.asrouter.providers.panel_local_testingto{"id":"panel_local_testing", "cohort": "SHOW_TEST"} - Set
browser.newtabpage.activity-stream.asrouter.devtoolsEnabledtotrue - Trigger
WNP_THANK_YOUfrom asrouter admin
Expected:
browser.startup.homepage_override.onceis set- After 5 minutes pref value is still set
Comment 5•6 years ago
|
||
Tested using the mentioned steps. Please note that for the local trigger, it works as expected. Verified as fixed using Fx70.0a1 and Fx69.0b15 on windows 10 x64, ubuntu 18.04 and macOS 10.13 The message is still displayed after 5 minutes.
Please note that if a server message overrides the local WNP message, after 5 minutes the pref for 'browser.startup.homepage_override.once' is lost. This would not be desirable as per discussions, the server received message has a higher priority and will always override the local WNP message. Can you confirm if this is intended?
| Assignee | ||
Comment 6•6 years ago
|
||
I can't reproduce any issues.
Description
•