Articles tagged: Places
Found 53 documents
- Mozilla/Add-ons/Code_snippets/Bookmarks Firefox 3 provides a reworked set of API for working with History and Bookmarks. The ...
- Mozilla/Displaying_Place_information_using_views Views are one component of the Places model-view-controller design. Use them to display ...
- Mozilla/Tech/Places Places is the bookmarks and history management system introduced in Firefox 3. It offers ...
- Mozilla/Tech/Places/Database {{ Firefox3 }}
- Mozilla/Tech/Places/Frecency_algorithm Frecency is a score given to each unique URI in Places, encompassing bookmarks, history and ...
- Mozilla/Tech/Places/History_Service_Design This document provides a high-level overview of the overall History service design of the Places ...
- Mozilla/Tech/Places/Manipulating_bookmarks_using_Places The Places bookmarks service, provided by the nsINavBookmarksService interface, provides methods ...
- Mozilla/Tech/Places/places.sqlite_Database_Troubleshooting This article describes troubleshooting actions to deal with a broken places.sqlite database.
- Mozilla/Tech/Places/Places_query_URIs This article describes the parameters you can use when constructing place URIs. These URIs ...
- Mozilla/Tech/Places/Places_utilities_for_JavaScript utils.js is accessible at the following URL: ...
- Mozilla/Tech/Places/Programmatic_generation_of_the_built-in_tree_view Here is an example of programmaticaly building a tree and using the built-in tree view for ...
- Mozilla/Tech/Places/Querying Executing a query
- Mozilla/Tech/Places/Retrieving_part_of_the_bookmarks_tree This document provides a quick start for those wishing to quickly retrieve a portion of the ...
- Mozilla/Tech/Places/Using_the_Places_annotation_service The annotation service, provided by the nsIAnnotationService interface, is designed to store ...
- Mozilla/Tech/Places/Using_the_Places_favicon_service The favicon service, implemented by the nsIFaviconService interface, stores the favicons for ...
- Mozilla/Tech/Places/Using_the_Places_history_service Please see History Service Design for information on the design of the history service, and The ...
- Mozilla/Tech/Places/Using_the_Places_keywords_API The Places keywords API allows to assign a keyword to an URL. Keywords represent an alias for ...
- Mozilla/Tech/Places/View_Controller Controllers are one component of the Places model-view-controller design. They are responsible ...
- Mozilla/Tech/XPCOM/Reference/Interface/mozIAsyncFavicons nsIFaviconService handles this interface, so you do not need to directly create a new service. ...
- Mozilla/Tech/XPCOM/Reference/Interface/mozIAsyncHistory Implemented by: @mozilla.org/browser/history;1 as a service:
- Mozilla/Tech/XPCOM/Reference/Interface/mozIColorAnalyzer Given an image URI, find the most representative color for that image based on the frequency of ...
- Mozilla/Tech/XPCOM/Reference/Interface/mozIPlacesAutoComplete Mark a page as being currently open.
- Mozilla/Tech/XPCOM/Reference/Interface/mozIRepresentativeColorCallback Will be called when color analysis finishes.
- Mozilla/Tech/XPCOM/Reference/Interface/mozIVisitInfoCallback Called when a mozIPlaceInfo couldn't be processed.
- Mozilla/Tech/XPCOM/Reference/Interface/mozIVisitStatusCallback Called when the mozIAsyncHistory.isURIVisited() method's check to determine whether a given URI ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIAnnotationObserver This method is called when an annotation is deleted for an item. If aName is empty, then ALL ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIAnnotationService Implemented by: "@mozilla.org/browser/annotation-service;1". To use this service, use:
- Mozilla/Tech/XPCOM/Reference/Interface/nsIBrowserHistory Implemented by: @mozilla.org/browser/nav-history-service;1. To use this service, use:
- Mozilla/Tech/XPCOM/Reference/Interface/nsIDynamicContainer The service can fill result nodes directly into the container when it is opened. It can use the ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIFaviconDataCallback Called when the required favicon's information is available.
- Mozilla/Tech/XPCOM/Reference/Interface/nsIFaviconService Implemented by: @mozilla.org/browser/favicon-service;1. To use this service, use:
- Mozilla/Tech/XPCOM/Reference/Interface/nsIGlobalHistory2 Add a URI to global history.
- Mozilla/Tech/XPCOM/Reference/Interface/nsIGlobalHistory3 This interface was originally created as part of nsIGlobalHistory2, but was split off during the ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsILivemarkService Implemented by: @mozilla.org/browser/livemark-service;2. To use this service, use:
- Mozilla/Tech/XPCOM/Reference/Interface/nsINavBookmarkObserver This method notifies this observer that an item is about to be removed. It is called before the ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsINavBookmarksService Implemented by: @mozilla.org/browser/nav-bookmarks-service;1. To use this service, use:
- Mozilla/Tech/XPCOM/Reference/Interface/nsINavHistoryContainerResultNode Returns a node matching specified details.
- Mozilla/Tech/XPCOM/Reference/Interface/nsINavHistoryFullVisitResultNode The information returned in this interface is not commonly used, hence its separation into a ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsINavHistoryObserver The specified page and all its visits are about to be deleted.
- Mozilla/Tech/XPCOM/Reference/Interface/nsINavHistoryQuery The nsINavHistoryQuery is not intended to be a super-general query mechanism. This was designed ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsINavHistoryQueryOptions You can ask for the results to be pre-sorted. Since the DB has indices of many items, it can ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsINavHistoryQueryResultNode Returns the queries that build the node's children; only valid for RESULT_TYPE_QUERY nodes.
- Mozilla/Tech/XPCOM/Reference/Interface/nsINavHistoryResult Places results use a Model-View-Controller (MVC) design pattern. Result objects represent the ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsINavHistoryResultNode This is a base class; you should use one of the derived classes instead.
- Mozilla/Tech/XPCOM/Reference/Interface/nsINavHistoryResultObserver Lets the observer know when a batch operation in Places is about to start or end. The observer ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsINavHistoryResultTreeViewer This object removes itself from the associated result when the tree is detached; this prevents ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsINavHistoryResultViewer Called when a container node's state changes from closed to opened.
- Mozilla/Tech/XPCOM/Reference/Interface/nsINavHistoryResultViewObserver Implement this method to report whether or not a drop is permitted onto the specified location.
- Mozilla/Tech/XPCOM/Reference/Interface/nsINavHistoryService Implemented by: "@mozilla.org/browser/nav-history-service;1". To use this service, use:
- Mozilla/Tech/XPCOM/Reference/Interface/nsINavHistoryVisitResultNode
- Mozilla/Tech/XPCOM/Reference/Interface/nsIPlacesImportExportService In the past, this interface also offered methods for importing Places data, but those methods ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIPlacesView The nsIPlacesView interface provides a view-agnostic way to access information about a Places view.
- Mozilla/Tech/XPCOM/Reference/Interface/nsITaggingService Implemented by: @mozilla.org/browser/tagging-service;1. To use this service, use: