changes for drag/drop/copy/paste hooks (bug 197121) r=pinkerton sr=smfr

This commit is contained in:
brade%netscape.com 2003-04-17 13:21:15 +00:00
Родитель ca3fdeb474
Коммит 49cfb4c91a
3 изменённых файлов: 1 добавлений и 27 удалений

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

@ -1,19 +0,0 @@
#
# This is a list of local files which get copied to the mozilla:dist:idl directory
#
nsIContentPolicy.idl
nsISelection.idl
nsISelectionController.idl
nsISelectionListener.idl
nsISelectionPrivate.idl
nsIScriptLoader.idl
nsIScriptLoaderObserver.idl
nsISyncLoadDOMService.idl
nsIPrintProgress.idl
nsIPrintStatusFeedback.idl
nsIPrintProgressParams.idl
nsIDragDropHandler.idl
nsIDragDropOverride.idl
nsIScriptEventManager.idl
nsIImageLoadingContent.idl

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

@ -81,7 +81,6 @@ XPIDLSRCS = \
nsIPrintProgressParams.idl \
nsIPrintStatusFeedback.idl \
nsIDragDropHandler.idl \
nsIDragDropOverride.idl \
nsIScriptEventHandler.idl \
nsIScriptEventManager.idl \
nsIImageLoadingContent.idl \

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

@ -66,14 +66,8 @@ interface nsIDragDropHandler : nsISupports
* the client must handle the drop itself, either
* through the method provided via |overrideDrop| or
* by letting the event bubble up through the DOM.
* @param overrideDrag callback to client to override portions of the
* drag start action. Can be NULL.
* @param overrideDrop callback to client to override portions of the
* drop action. Can be NULL.
*/
void hookupTo(in nsIDOMEventTarget attachPoint, in nsIWebNavigation navigator,
in nsIOverrideDragSource overrideDrag,
in nsIOverrideDropSite overrideDrop);
void hookupTo(in nsIDOMEventTarget attachPoint, in nsIWebNavigation navigator);
/**
* Unregister all handlers related to drag&drop