Bug 1571374 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Because of the awesomebar CFR related to FxSync we need to ensure we don't also show the Bookmark Doorhanger CFR at the same time.
Decision is to have the Bookmark Doorhanger one show only when adding a new bookmark.
Passing along the [`isNewBookmark`](https://searchfox.org/mozilla-central/rev/0ffa9e372df56c95547fed9c3433ddec4fbf6f11/browser/base/content/browser-places.js#20) flag when attempting to show the message should be enough.
Because of the awesomebar CFR related to FxSync we need to ensure we don't also show the Bookmark Doorhanger CFR at the same time.
Decision is to have the Bookmark Doorhanger one show only when adding a new bookmark.
Passing along the [`isNewBookmark`](https://searchfox.org/mozilla-central/rev/0ffa9e372df56c95547fed9c3433ddec4fbf6f11/browser/base/content/browser-places.js#20) flag when attempting to show the message should be enough.
We also need a trigger that matches bookmarked websites that match this new message.

Back to Bug 1571374 Comment 0