202
edits
BrettWilson (talk | contribs) |
BrettWilson (talk | contribs) (Change typed proposal) |
||
| Line 98: | Line 98: | ||
With this setup, we have no way of knowing when a <i>specific</i> visit was typed. Because the typed and the visit notifications arrive asynchronously from different components, we have no way of associating specific typed flags with specific visits. | With this setup, we have no way of knowing when a <i>specific</i> visit was typed. Because the typed and the visit notifications arrive asynchronously from different components, we have no way of associating specific typed flags with specific visits. | ||
One approach would be to keep a list of the <i>N</i> most recent typed notifications. When a visit comes through, associate that visit with the typed nofitication and remove it from the queue | One approach would be to keep a list of the <i>N</i> most recent typed notifications. When a visit comes through, associate that visit with the typed nofitication and remove it from the queue. We would also like to add a bookmark notification equivalent to the typed flag for when the user follows a bookmark. | ||
We would also like to add a bookmark notification equivalent to the typed flag for when the user follows a bookmark | |||
=== How redirecting notifications work from the DocShell/DocLoader level === | === How redirecting notifications work from the DocShell/DocLoader level === | ||
edits