Move interventions matching keywords to RemoteSettings
Categories
(Firefox :: Address Bar, task, P2)
Tracking
()
People
(Reporter: mak, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Because the matching keywords are an hardcoded set, we may discover, after shipping to release, that we are over-matching and showing an intervention at the wrong time.
We want to be able to update the list out of band, without having to wait for a Firefox release. RemoteSettings are the perfect solution for this, considered we use a serializable object.
Updated•5 years ago
|
Reporter | ||
Comment 1•5 years ago
|
||
It' definitely worth starting on this and having things ready, but it's important that before landing we have defined a format for the object, that long term should stay backwards compatible (we can add properties but we can't rename or move things to avoid breaking old versions).
That means this effectively depends on bug 1606915 defining such a format, so you should coordinate with Drew and maybe work 4-hands on that.
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Comment 2•5 years ago
|
||
I'll drop the iteration on this until it's clear that this is ready to be worked on.
Updated•4 years ago
|
Updated•3 years ago
|
Updated•2 years ago
|
Description
•