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


git-svn-id: svn://10.0.0.236/trunk@202841 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
benjamin%smedbergs.us 2006-07-18 17:37:14 +00:00
parent eff577dd06
commit 0fc065b128

View File

@ -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