Duplicate notification(Set as default) when start up
Categories
(Firefox :: Messaging System, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox90 | --- | verified |
People
(Reporter: alice0775, Assigned: andreio)
References
Details
Attachments
(2 files)
User Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0
Build ID 20210423095101
Steps To Reproduce:
nothing of special. Just started Nightly.
Assignee | ||
Comment 1•4 years ago
|
||
Thanks for catching this. Most likely a regression from bug 1681130.
Assignee | ||
Comment 2•4 years ago
|
||
Can you please confirm:
- Turn on
browser.newtabpage.activity-stream.asrouter.devtoolsEnabled
- Navigate to
about:newtab#devtools-targeting
- Look for
messageImpressions
and paste the contents forINFOBAR_DEFAULT_AND_PIN_87
For me it looks like this
{
"INFOBAR_DEFAULT_AND_PIN_87": [
1619205134458
]
}
That's the id of the message and the timestamp when it was shown. If it is indeed the same message being shown twice the timestamps should be really close to each other.
Assignee | ||
Comment 3•4 years ago
|
||
Sorry no need to confirm. Definitely due to the bug I mentioned previously.
Assignee | ||
Comment 4•4 years ago
|
||
Assignee | ||
Comment 5•4 years ago
|
||
Assignee | ||
Comment 7•4 years ago
|
||
Fix landed in Remote Settings.
Assignee | ||
Comment 8•4 years ago
|
||
Reopening. Also planning to prevent duplicates in code as a safety mechanism since these targeting expressions are getting complex.
Updated•4 years ago
|
Updated•4 years ago
|
Comment 10•4 years ago
|
||
Backed out for bc failures on browser_asrouter_infobar.js.
Failure log: https://treeherder.mozilla.org/logviewer?job_id=338176570&repo=autoland
Backout link: https://hg.mozilla.org/integration/autoland/rev/ab4bef60942086e4c96dd936b05afe69f81cca3e
Comment 11•4 years ago
|
||
Comment 12•4 years ago
|
||
bugherder |
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Updated•3 years ago
|
Comment 13•3 years ago
|
||
Unfortunately I could not reproduce the issue on an affected build. I know I saw this bug in the past but now, using the Nightly from 2021-04-23 I see the new modal with default browser and no infobars.
Alice since you are the original reporter of this bug, could you please confirm that this is no longer an issue using latest 90 beta build?
Reporter | ||
Comment 14•3 years ago
|
||
No longer reproduce the issue in Firefox90.0beta.
So, I mark this as VERIFIED.
Description
•