This interface provides some constants used by the Places AutoComplete
search provider as well as methods to track opened pages for AutoComplete
purposes.
Mark a page as being currently open.
@note Pages will not be automatically unregistered when Private Browsing
mode is entered or exited. Therefore, consumers MUST unregister or
register themselves.
aURI | The URI to register as an open page. |
Mark a page as no longer being open (either by closing the window or tab,
or by navigating away from that page).
@note Pages will not be automatically unregistered when Private Browsing
mode is entered or exited. Therefore, consumers MUST unregister or
register themselves.
aURI | The URI to unregister as an open page. |
Match anywhere in each searchable term.
Match first on word boundaries, and if we do not get enough results, then
match anywhere in each searchable term.
Match on word boundaries in each searchable term.
Match only the beginning of each search term.
Match anywhere in each searchable term without doing any transformation
or stripping on the underlying data.
Match only the beginning of each search term using a case sensitive
comparator.
Search through history.
Search though bookmarks.
Search through tags.
Search the title of pages.
Search the URL of pages.
Search for typed pages.
Search javascript: URLs.
Search for pages that have been marked as being opened, such as a tab
in a tabbrowser.