Bug 333754 r=annie.sullivan Comment out untested parts of the container API so we aren't stuck with it if it never gets coverage. If a need arises, we can uncomment and test.

Original committer: brettw%gmail.com
Original revision: 1.2
Original date: 2006/04/12 20:22:39
This commit is contained in:
benjamin%smedbergs.us 2006-07-18 17:37:14 +00:00
Родитель 4f3fc8eaa7
Коммит d6954f6069
1 изменённых файлов: 9 добавлений и 3 удалений

Просмотреть файл

@ -88,9 +88,12 @@ interface nsIRemoteContainer : nsISupports
* whether to expand queries, etc. Implementations should
* use this when possible if adding query and folder nodes
* to the container. DO NOT MODIFY THIS VALUE.
*
* UNTESTED container API functions are commented out until they can be
* adequately tested.
*/
void onContainerOpening(in nsINavHistoryContainerResultNode container,
in nsINavHistoryQueryOptions options);
/*void onContainerOpening(in nsINavHistoryContainerResultNode container,
in nsINavHistoryQueryOptions options);*/
/**
* Called when the given container has just been hidden so that the service
@ -105,8 +108,11 @@ interface nsIRemoteContainer : nsISupports
* service need not worry about removing any created nodes,
* they will be automatically removed when this call
* completes.
*
* UNTESTED container API functions are commented out until they can be
* adequately tested.
*/
void onContainerClosed(in nsINavHistoryContainerResultNode container);
/*void onContainerClosed(in nsINavHistoryContainerResultNode container);*/
/**
* Called when the given container is about to be deleted, so