activity-stream
activity-stream copied to clipboard
Bug 1575889 - Fixing a bit about how we flip the pref from AS to DS
To test:
- Set
browser.newtabpage.activity-stream.discoverystream.enabled
tofalse
- Open a new tab, keep it open.
- Flip
browser.newtabpage.activity-stream.discoverystream.enabled
fromfalse
totrue
- Look at the tab you opened, expected, it shouldn't have changed.
- Open a new tab
- expected, it should be different
Will strange things happen if the config doesn't exist in the feed and someone tries to interact with the "stale" page? E.g., scrolls down to a spoc which then tries to trigger an impression ?
Taskcluster failed but I think it's not because of your code and related to: https://bugzilla.mozilla.org/show_bug.cgi?id=1575774
With a fresh profile I'm not seeing anything different between the tabs at step 6.
@Mardak Should be good. I tested a bunch of stuff to be sure.
@gvn I just tested it with a new profile and it worked fine. I think maybe we can test this over zoom in a bit?
Found some bugs in pref change acting like a startup in a few cases, causing visual update to the open tabs.
Todo for me.
- File a new bug.
- Force push to fix taskcluster.
Current test steps are working 👍