mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Now has an nsIChromeEventHandler attribute.
This commit is contained in:
parent
88cdd107e6
commit
f9cac58cac
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user