Now has an nsIChromeEventHandler attribute.

This commit is contained in:
tbogard%aol.net 1999-12-18 02:20:35 +00:00
parent 88cdd107e6
commit f9cac58cac

View File

@ -42,6 +42,8 @@
[ptr] native nsIDocumentLoaderObserver(nsIDocumentLoaderObserver);
[ptr] native nsIContentViewer(nsIContentViewer);
interface nsIChromeEventHandler;
[scriptable, uuid(69E5DE00-7B8B-11d3-AF61-00A024FFC08C)]
interface nsIDocShell : nsISupports
{
@ -111,6 +113,12 @@ interface nsIDocShell : nsISupports
*/
readonly attribute nsIContentViewer contentViewer;
/*
This attribute allows chrome to tie in to handle DOM events that may be of
interest to chrome.
*/
attribute nsIChromeEventHandler chromeEventHandler;
/*
URI content listener parent
*/