Closed
Bug 1438368
Opened 5 years ago
Closed 5 years ago
Snippet blocks are still not syncing between about:home and about:newtab
Categories
(Firefox :: New Tab Page, defect, P1)
Firefox
New Tab Page
Tracking
()
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: Gijs, Assigned: andreio)
References
Details
STR: 1. ./mach run (or otherwise open nightly on a clean profile) 2. on the homepage with AS, get rid of the onboarding 3. click the [x] on the first snippet you get 4. open devtools console and check gSnippetsMap.blockList 5. open a new tab 6. open devtools console and check gSnippetsMap.blockList ER: they match up AR: they do not match up.
Updated•5 years ago
|
Assignee: nobody → khudson
Flags: needinfo?(khudson)
Updated•5 years ago
|
Iteration: --- → 60.4 - Mar 12
Updated•5 years ago
|
Priority: -- → P1
Assignee | ||
Updated•5 years ago
|
Assignee: khudson → andrei.br92
Comment 2•5 years ago
|
||
After some investigation, andrei noticed that snippets are not currently using blockSnippetById, so fixing that in snippets_as.js in snippets-server will fix part of the problem, the other thing we talked about was adding the blocklist to snippets feed backed by IndexedDB
Comment 3•5 years ago
|
||
Commit pushed to master at https://github.com/mozilla/activity-stream https://github.com/mozilla/activity-stream/commit/ef10b886ba19e847c4ae68df567d63c774c07cb5 Fix Bug 1438368 - Syncing blocked snippets between about:home and about:newtab.
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Comment 4•5 years ago
|
||
Commit pushed to master at https://github.com/mozmeao/snippets-service https://github.com/mozmeao/snippets-service/commit/1b436e4e8640507ee01a1ef36588fc03c9779f19 Switch to gSnippetsMap.blockSnippetById (#367) * Fix Bug 1438368 - Snippet blocks are still not syncing between about:home and about:newtab * Remove snippets in blocklist check. gSnippetMap.blockSnippetById() checks for duplicates.
Comment 5•5 years ago
|
||
Commits pushed to master at https://github.com/mozmeao/snippets-service https://github.com/mozmeao/snippets-service/commit/7f515a180e2ea4e6f8602874072af5f6144b0521 Fix Bug 1438368 - Snippet blocks are still not syncing between about:home and about:newtab https://github.com/mozmeao/snippets-service/commit/97ef9d17e5c159aa84efad4c601b53f4bdce0450 Merge branch 'bug1438368'
Comment 6•5 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/9e902a91c375
Target Milestone: --- → Firefox 60
Updated•4 years ago
|
Component: Activity Streams: Newtab → New Tab Page
You need to log in
before you can comment on or make changes to this bug.
Description
•