bug 100113, r=jag, sr=blizzard - remove some dumb dependencies on dom and gfx
This commit is contained in:
Родитель
7e59d14489
Коммит
e7e8955c4c
|
@ -22,7 +22,6 @@
|
|||
*/
|
||||
|
||||
#include "nsISupports.idl"
|
||||
#include "domstubs.idl"
|
||||
|
||||
%{ C++
|
||||
class nsIPresContext;
|
||||
|
|
|
@ -69,6 +69,7 @@
|
|||
#include "nsContentCID.h"
|
||||
|
||||
// Interfaces Needed
|
||||
#include "nsIWidget.h"
|
||||
#include "nsIBaseWindow.h"
|
||||
#include "nsICharsetConverterManager.h"
|
||||
#include "nsICodebasePrincipal.h"
|
||||
|
|
|
@ -52,6 +52,7 @@
|
|||
#include "nsIWebShell.h"
|
||||
#include "nsIContentViewerEdit.h"
|
||||
#include "nsIContentViewerFile.h"
|
||||
#include "nsIWidget.h"
|
||||
#include "nsIContent.h"
|
||||
#include "nsIDocument.h"
|
||||
#include "nsIInterfaceRequestor.h"
|
||||
|
|
|
@ -8,10 +8,11 @@
|
|||
#include "nsISupports.h"
|
||||
#include "nsrootidl.h"
|
||||
#include "nsIWebShell.h"
|
||||
#include "nsIDeviceContext.h"
|
||||
#include "nsIDOMWindow.h"
|
||||
#include "nsIPrintListener.h"
|
||||
|
||||
class nsIDeviceContext;
|
||||
|
||||
/* starting interface: nsIContentViewerFile */
|
||||
|
||||
#define NS_ICONTENTVIEWERFILE_IID_STR "6317f32c-9bc7-11d3-bccc-0060b0fc76bd"
|
||||
|
|
Загрузка…
Ссылка в новой задаче