зеркало из https://github.com/mozilla/pjs.git
Now has an nsIChromeEventHandler attribute.
This commit is contained in:
Родитель
4ca3542caa
Коммит
a2e229fbb8
|
@ -42,6 +42,8 @@
|
||||||
[ptr] native nsIDocumentLoaderObserver(nsIDocumentLoaderObserver);
|
[ptr] native nsIDocumentLoaderObserver(nsIDocumentLoaderObserver);
|
||||||
[ptr] native nsIContentViewer(nsIContentViewer);
|
[ptr] native nsIContentViewer(nsIContentViewer);
|
||||||
|
|
||||||
|
interface nsIChromeEventHandler;
|
||||||
|
|
||||||
[scriptable, uuid(69E5DE00-7B8B-11d3-AF61-00A024FFC08C)]
|
[scriptable, uuid(69E5DE00-7B8B-11d3-AF61-00A024FFC08C)]
|
||||||
interface nsIDocShell : nsISupports
|
interface nsIDocShell : nsISupports
|
||||||
{
|
{
|
||||||
|
@ -111,6 +113,12 @@ interface nsIDocShell : nsISupports
|
||||||
*/
|
*/
|
||||||
readonly attribute nsIContentViewer contentViewer;
|
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
|
URI content listener parent
|
||||||
*/
|
*/
|
||||||
|
|
Загрузка…
Ссылка в новой задаче