mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
[for joe@retrovirus.com] Bug 324743, r=brettw. Result roots are closed by default.
Original committer: brettw%gmail.com Original revision: 1.33 Original date: 2006/01/31 03:05:02
This commit is contained in:
parent
07ab8a5267
commit
5affd12e05
@ -508,8 +508,8 @@ interface nsINavHistoryResult : nsISupports
|
|||||||
* This is the root of the results. It will either be a
|
* This is the root of the results. It will either be a
|
||||||
* nsINavHistoryFolderResultNode (if the query is for bookmarks matching a
|
* nsINavHistoryFolderResultNode (if the query is for bookmarks matching a
|
||||||
* single folder) or just a nsINavHistoryQueryResultNode (for everything
|
* single folder) or just a nsINavHistoryQueryResultNode (for everything
|
||||||
* else). The root node is open by default. Remember that you need to open
|
* else). Remember that you need to open all containers for their contents
|
||||||
* all other containers for their contents to be valid.
|
* to be valid.
|
||||||
*/
|
*/
|
||||||
readonly attribute nsINavHistoryQueryResultNode root;
|
readonly attribute nsINavHistoryQueryResultNode root;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user