Mercurial > addons > firefox-addons > feed-preview
view README @ 54:ede87e1004f9
Fix issues with feed detection
Query the feed probe content script for available feeds from the background
script instead of making the content script message the background script.
This solves a race condition between the message from the content script
sending any feeds associated with the current document and the tab's status
"complete" event signaling that a new document has been loaded and hiding
the page action. Sometimes that event would be triggered after the message
from the content script and thus hide the page action again. In addition,
navigating back to a previously visited page might not cause a reload which
means that the content script would not send a message if there were feeds
associated with the current document.
author | Guido Berhoerster <guido+feed-preview@berhoerster.name> |
---|---|
date | Thu, 26 Sep 2019 23:11:18 +0200 |
parents | bc5cc170163c |
children |
line wrap: on
line source
Feed Preview ============ Feed Preview is a Firefox Addon which indicates the availability of RSS or Atom feeds in the browser's URL bar and renders a previews of feeds. Usage ----- A feed icon in the browser's URL bar indicates whether there are RSS and/or Atom feeds available for the currently displayed page. Click on the icon in order to open a menu containing the titles and types of available feeds. Select a feed from this menu in order to render a preview of that feed. Navigating to an Atom or RSS feed will also render a preview. Contact ------- Please send any feedback, translations or bug reports via email to <guido+feed-preview@berhoerster.name> Bug Reports ----------- When sending bug reports, please always mention the exact version of the addon with which the issue occurs as well as the version of Firefox and the operating system you are using and make sure that you provide sufficient information to reproduce the issue and include any error messages. License ------- Except otherwise noted, all files are Copyright (C) 2018 Guido Berhoerster and distributed under the following license terms: Copyright (C) 2018 Guido Berhoerster <guido+feed-preview@berhoerster.name> This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.