Bug 329743: fixes dropmarker icon not showing up on places toolbar folders on mac.

Patch by Pam Greene <pamg.bugs@gmail.com>
r=annie.sullivan@gmail.com sr=ben@mozilla.org

Original committer: annie.sullivan%gmail.com
Original revision: 1.42
Original date: 2006/03/23 16:30:24
This commit is contained in:
benjamin%smedbergs.us 2006-07-18 17:54:01 +00:00
parent fce5f89a50
commit 7f0065f3f8

View File

@ -249,10 +249,11 @@ interface nsINavHistoryContainerResultNode : nsINavHistoryResultNode
/**
* This is a string representing the remote container API service that is
* responsible for this container. It is empty if there is none. This can
* be set for bookmark folders which have been registered, and also for
* RESULT_TYPE_REMOTE_CONTAINER nodes which have been dynamically generated
* by the remote container API.
* responsible for this container. It is empty if there is none. The
* container may be a RESULT_TYPE_REMOTE_CONTAINER node that has been
* dynamically generated by the remote container API. It may also be a
* bookmark folder (RESULT_TYPE_FOLDER) for which some service (such as
* livemarks) has registered to provide certain operations.
*/
readonly attribute AUTF8String remoteContainerType;