This commit is contained in:
bryner%netscape.com 2003-04-27 08:41:02 +00:00
Родитель bbf1d56821
Коммит 0282489c03
15 изменённых файлов: 3 добавлений и 45 удалений

Просмотреть файл

@ -39,12 +39,6 @@
#import "Appearance.h"
#include "nsIServiceManager.h"
#include "nsIPrefBranch.h"
#include "nsIPref.h"
#include "nsIMemory.h"
@interface OrgMozillaChimeraPreferenceAppearance(Private)
- (void)setupFontRegionPopup;

Просмотреть файл

@ -28,13 +28,10 @@
#include "nsCOMPtr.h"
#include "nsIServiceManager.h"
#include "nsIPrefBranch.h"
#include "nsIPref.h"
#include "nsIBrowserHistory.h"
#include "nsICacheService.h"
#include "nsILocalFileMac.h"
#include "nsDirectoryServiceDefs.h"
#include "nsString.h"
const int kDefaultExpireDays = 9;

Просмотреть файл

@ -1,6 +1,5 @@
#import "SecurityPane.h"
#include "nsCOMPtr.h"
#include "nsIServiceManagerUtils.h"
#include "nsIPref.h"

Просмотреть файл

@ -9,9 +9,7 @@
#import "PreferencePaneBase.h"
#include "nsIServiceManager.h"
#include "nsIPrefBranch.h"
#include "nsIPref.h"
#include "nsIMemory.h"
@implementation PreferencePaneBase

Просмотреть файл

@ -4,7 +4,6 @@
#include "nsIServiceManagerUtils.h"
#include "nsIPermissionManager.h"
#include "nsIPermission.h"
#include "nsIPref.h"
#include "nsISupportsArray.h"
#include "nsString.h"
#include "nsIURI.h"

Просмотреть файл

@ -27,7 +27,6 @@
#import "BookmarksButton.h"
#include "nsCOMPtr.h"
#include "nsIContent.h"
#include "nsString.h"
#include "nsCRT.h"

Просмотреть файл

@ -43,10 +43,8 @@
#import "BookmarksService.h"
#include "nsCOMPtr.h"
#include "nsIFileStreams.h"
#include "nsILocalFile.h"
#include "nsILocalFileMac.h"
#include "nsIOutputStream.h"
#include "nsNetUtil.h"
#include "nsIDOMElement.h"

Просмотреть файл

@ -37,17 +37,12 @@
#include <Appkit/Appkit.h>
#include <Carbon/Carbon.h>
#include "nsCOMPtr.h"
#include "nsIDocument.h"
#include "nsIDocumentObserver.h"
#include "nsVoidArray.h"
#include "nsString.h"
class nsIAtom;
class nsIContent;
class nsIDOMDocument;
class nsIDOMElement;
class nsIDOMHTMLDocument;
@class BookmarksDataSource;
@class BookmarksToolbar;

Просмотреть файл

@ -47,7 +47,6 @@
#import "CHBrowserService.h"
#import "SiteIconProvider.h"
#include "nsCRT.h"
#include "nsString.h"
#include "nsIDocument.h"
#include "nsIContent.h"
@ -55,24 +54,18 @@
#include "nsITextContent.h"
#include "nsIDOMDocumentType.h"
#include "nsIDOMNode.h"
#include "nsIDOMNodeList.h"
#include "nsIDOMWindow.h"
#include "nsIDOMHTMLDocument.h"
#include "nsIDOMElement.h"
#include "nsIDOMCharacterData.h"
#include "nsIDOMParser.h"
#include "nsIDOMDocumentFragment.h"
#include "nsIPrefBranch.h"
#include "nsIFile.h"
#include "nsAppDirectoryServiceDefs.h"
//#include "nsIXMLHttpRequest.h"
#include "nsIDOMSerializer.h"
#include "nsIDocumentEncoder.h"
#include "nsNetUtil.h"
#include "nsINamespaceManager.h"
#include "nsINameSpaceManager.h"
#include "nsISyncLoadDOMService.h"
#include "nsIChannel.h"
#include "nsIWebBrowser.h"
#include "nsIEnumerator.h"
#include "nsIContentIterator.h"

Просмотреть файл

@ -31,7 +31,6 @@
#import "BookmarksDataSource.h"
#include "nsIContent.h"
#include "nsIAtom.h"
@interface BookmarksToolbar(Private)

Просмотреть файл

@ -45,13 +45,6 @@
#import "BrowserWrapper.h"
#import "BrowserWindowController.h"
#include "nsCOMPtr.h"
#include "nsIDOMElement.h"
#include "nsIContent.h"
#include "nsIAtom.h"
#include "nsString.h"
#include "nsCRT.h"
//////////////////////////
// NEEDS IMPLEMENTED : Implement drag tracking for moving tabs around.
// Implementation hints : Track drags ;)

Просмотреть файл

@ -40,8 +40,6 @@
#import "Find.h"
#import "BookmarksToolbar.h"
#include "nsIBrowserHistory.h"
class nsIURIFixup;
class nsIBrowserHistory;
class nsIDOMEvent;

Просмотреть файл

@ -71,7 +71,6 @@
#include "nsNetUtil.h"
#include "nsIClipboardCommands.h"
#include "nsICommandManager.h"
#include "nsIWebBrowser.h"
#include "nsIInterfaceRequestorUtils.h"
#include "nsIPrefBranch.h"

Просмотреть файл

@ -38,8 +38,6 @@
#import "nsAlertController.h"
#import "CHBrowserService.h"
#include "nsIBadCertListener.h"
enum { kOKButton = 0, kCancelButton = 1, kOtherButton = 2 };
const int kMinDialogWidth = 500;

Просмотреть файл

@ -50,7 +50,6 @@
#include "nsIWebBrowserPersist.h"
#include "nsIURI.h"
#include "nsILocalFile.h"
#include "nsITimer.h"
#include "nsExternalHelperAppService.h"