Hide extended triplets on about:home with multistage onboarding
Categories
(Firefox :: Messaging System, enhancement, P1)
Tracking
()
People
(Reporter: pdahiya, Assigned: pdahiya)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Scope of this bug is to hide extended triplets on both about:home and about:newtab when using multistage about:welcome
Assignee | ||
Comment 1•4 years ago
|
||
NI Kate to confirm if we can add DISABLE_EXTENDED_TRIPLETS in SpecialMessageActions, similar to https://searchfox.org/mozilla-central/source/toolkit/components/messaging-system/lib/SpecialMessageActions.jsm#179
case "DISABLE_EXTENDED_TRIPLETS”:
await this.blockMessageById([
“EXTENDED_TRIPLETS_1”,
]);
break;
DISABLE_EXTENDED_TRIPLETS can be used inside multistage about:welcome to hide extended triplets on both home and newtab.
Updated•4 years ago
|
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Comment 4•4 years ago
|
||
bugherder |
Comment 5•4 years ago
|
||
I have verified that the "Extended Triplets" are not displayed on the "about:home" and on the about:newtab" pages if the "Multistage Onboarding" experience is active.
Verified using the latest Firefox Beta (78.0b9 Build ID - 20200619002543) and the latest Firefox Nightly (79.0a1 Build ID - 20200622093309) installed on Windows 10 x64, Mac 10.15, and Ubuntu 18.04 x64.
Description
•