mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
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:
parent
4f3fc8eaa7
commit
d6954f6069
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user