#include "nsDirectoryServiceDefs.h"#include "nsIDOMElement.h"#include "nsIDOMHTMLImageElement.h"#include "nsIImageLoadingContent.h"#include "nsIDocument.h"#include "nsIContent.h"#include "nsILocalFileMac.h"#include "nsIObserverService.h"#include "nsIPrefService.h"#include "nsIServiceManager.h"#include "nsIStringBundle.h"#include "nsIURL.h"#include "nsIWebBrowserPersist.h"#include "nsMacShellService.h"#include "nsNetUtil.h"#include "nsShellService.h"#include "nsStringAPI.h"#include <CoreFoundation/CoreFoundation.h>#include <Carbon/Carbon.h>Go to the source code of this file.
Macros | |
| #define | NETWORK_PREFPANE NS_LITERAL_CSTRING("/System/Library/PreferencePanes/Network.prefPane") |
| #define | DESKTOP_PREFPANE NS_LITERAL_CSTRING("/System/Library/PreferencePanes/DesktopScreenEffectsPref.prefPane") |
| #define | SAFARI_BUNDLE_IDENTIFIER "com.apple.Safari" |
| #define DESKTOP_PREFPANE NS_LITERAL_CSTRING("/System/Library/PreferencePanes/DesktopScreenEffectsPref.prefPane") |
Definition at line 62 of file nsMacShellService.cpp.
| #define NETWORK_PREFPANE NS_LITERAL_CSTRING("/System/Library/PreferencePanes/Network.prefPane") |
Definition at line 61 of file nsMacShellService.cpp.
| #define SAFARI_BUNDLE_IDENTIFIER "com.apple.Safari" |
Definition at line 64 of file nsMacShellService.cpp.