nsCWebBrowser.idl 742 B

1234567891011121314151617181920212223242526272829303132333435
  1. /* -*- Mode: IDL; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
  2. *
  3. * This Source Code Form is subject to the terms of the Mozilla Public
  4. * License, v. 2.0. If a copy of the MPL was not distributed with this
  5. * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
  6. #include "nsIWebBrowser.idl"
  7. #include "nsIBaseWindow.idl"
  8. #include "nsIScrollable.idl"
  9. #include "nsITextScroll.idl"
  10. /*
  11. nsCWebBrowser implements:
  12. -------------------------
  13. nsIWebBrowser
  14. nsIDocShellTreeItem
  15. nsIWebNavigation
  16. nsIWebProgress
  17. nsIBaseWindow
  18. nsIScrollable
  19. nsITextScroll
  20. nsIInterfaceRequestor
  21. Outwardly communicates with:
  22. ----------------------------
  23. nsIWebBrowserChrome
  24. nsIBaseWindow
  25. nsIInterfaceRequestor
  26. */
  27. %{ C++
  28. #include "nsEmbedCID.h"
  29. %}