nsIDOMWindow.idl (593B)
1 /* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ 2 /* This Source Code Form is subject to the terms of the Mozilla Public 3 * License, v. 2.0. If a copy of the MPL was not distributed with this 4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 5 6 #include "nsISupports.idl" 7 /** 8 * Empty interface for compatibility with older versions. 9 * @deprecated Use WebIDL for script visible features, 10 * nsPIDOMWindow for C++ callers. 11 */ 12 13 [scriptable, builtinclass, uuid(b8343993-0383-4add-9930-ad176b189240)] 14 interface nsIDOMWindow : nsISupports {};