зеркало из https://github.com/mozilla/pjs.git
changes for drag/drop/copy/paste hooks (bug 197121) r=pinkerton sr=smfr
This commit is contained in:
Родитель
ca3fdeb474
Коммит
49cfb4c91a
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче