Bug 918923 - Part 2: Switch to #including nsString.h in code using the internal strings API; r=bsmedberg
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
#include "nsIAccessibleStates.h"
|
#include "nsIAccessibleStates.h"
|
||||||
|
|
||||||
#include "nsIContent.h"
|
#include "nsIContent.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsTArray.h"
|
#include "nsTArray.h"
|
||||||
#include "nsRefPtrHashtable.h"
|
#include "nsRefPtrHashtable.h"
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
#define mozilla_RegistryMessageUtils_h
|
#define mozilla_RegistryMessageUtils_h
|
||||||
|
|
||||||
#include "ipc/IPCMessageUtils.h"
|
#include "ipc/IPCMessageUtils.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
|
|
||||||
struct SerializedURI
|
struct SerializedURI
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
#include "nsIScriptGlobalObject.h"
|
#include "nsIScriptGlobalObject.h"
|
||||||
#include "nsIURI.h"
|
#include "nsIURI.h"
|
||||||
#include "nsIWeakReferenceUtils.h"
|
#include "nsIWeakReferenceUtils.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
|
|
||||||
class nsIDOMDocument;
|
class nsIDOMDocument;
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
#define nsAttrValue_h___
|
#define nsAttrValue_h___
|
||||||
|
|
||||||
#include "nscore.h"
|
#include "nscore.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsStringBuffer.h"
|
#include "nsStringBuffer.h"
|
||||||
#include "nsColor.h"
|
#include "nsColor.h"
|
||||||
#include "nsCaseTreatment.h"
|
#include "nsCaseTreatment.h"
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
#include "nsContentListDeclarations.h"
|
#include "nsContentListDeclarations.h"
|
||||||
#include "nsISupports.h"
|
#include "nsISupports.h"
|
||||||
#include "nsTArray.h"
|
#include "nsTArray.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsIHTMLCollection.h"
|
#include "nsIHTMLCollection.h"
|
||||||
#include "nsIDOMNodeList.h"
|
#include "nsIDOMNodeList.h"
|
||||||
#include "nsINodeList.h"
|
#include "nsINodeList.h"
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
#include "nsCycleCollectionParticipant.h"
|
#include "nsCycleCollectionParticipant.h"
|
||||||
#include "nsIDOMMozNamedAttrMap.h"
|
#include "nsIDOMMozNamedAttrMap.h"
|
||||||
#include "nsRefPtrHashtable.h"
|
#include "nsRefPtrHashtable.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsWrapperCache.h"
|
#include "nsWrapperCache.h"
|
||||||
|
|
||||||
class nsIAtom;
|
class nsIAtom;
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
* types don't need to be exported outside the SVG module.
|
* types don't need to be exported outside the SVG module.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
|
|
||||||
class nsSVGAngle;
|
class nsSVGAngle;
|
||||||
class nsSVGIntegerPair;
|
class nsSVGIntegerPair;
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
#define __NS_SVGDATAPARSER_H__
|
#define __NS_SVGDATAPARSER_H__
|
||||||
|
|
||||||
#include "nsError.h"
|
#include "nsError.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
|
|
||||||
//----------------------------------------------------------------------
|
//----------------------------------------------------------------------
|
||||||
// helper macros
|
// helper macros
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
#include "nsISupports.h"
|
#include "nsISupports.h"
|
||||||
#include "nsIDOMClassInfo.h"
|
#include "nsIDOMClassInfo.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
|
|
||||||
#define NS_IDOM_SCRIPT_OBJECT_FACTORY_IID \
|
#define NS_IDOM_SCRIPT_OBJECT_FACTORY_IID \
|
||||||
{ 0x2a50e17c, 0x46ff, 0x4150, \
|
{ 0x2a50e17c, 0x46ff, 0x4150, \
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
#define nsIScriptContext_h__
|
#define nsIScriptContext_h__
|
||||||
|
|
||||||
#include "nscore.h"
|
#include "nscore.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsISupports.h"
|
#include "nsISupports.h"
|
||||||
#include "nsCOMPtr.h"
|
#include "nsCOMPtr.h"
|
||||||
#include "nsIProgrammingLanguage.h"
|
#include "nsIProgrammingLanguage.h"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#include "jsapi.h"
|
#include "jsapi.h"
|
||||||
#include "jsproxy.h"
|
#include "jsproxy.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
|
|
||||||
#define DOM_PROXY_OBJECT_SLOT js::PROXY_PRIVATE_SLOT
|
#define DOM_PROXY_OBJECT_SLOT js::PROXY_PRIVATE_SLOT
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
#include "mozilla/Observer.h"
|
#include "mozilla/Observer.h"
|
||||||
#include "nsPrintfCString.h"
|
#include "nsPrintfCString.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsTArray.h"
|
#include "nsTArray.h"
|
||||||
|
|
||||||
extern bool gBluetoothDebugFlag;
|
extern bool gBluetoothDebugFlag;
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
#include "nsCycleCollectionParticipant.h"
|
#include "nsCycleCollectionParticipant.h"
|
||||||
#include "nsDOMEventTargetHelper.h"
|
#include "nsDOMEventTargetHelper.h"
|
||||||
#include "nsDebug.h"
|
#include "nsDebug.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsTArray.h"
|
#include "nsTArray.h"
|
||||||
|
|
||||||
#define BEGIN_FILE_NAMESPACE \
|
#define BEGIN_FILE_NAMESPACE \
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
#include "nsEventDispatcher.h"
|
#include "nsEventDispatcher.h"
|
||||||
#include "nsJSUtils.h"
|
#include "nsJSUtils.h"
|
||||||
#include "nsPIDOMWindow.h"
|
#include "nsPIDOMWindow.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsThreadUtils.h"
|
#include "nsThreadUtils.h"
|
||||||
#include "nsWrapperCacheInlines.h"
|
#include "nsWrapperCacheInlines.h"
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
#include "nsCOMPtr.h"
|
#include "nsCOMPtr.h"
|
||||||
#include "nsDebug.h"
|
#include "nsDebug.h"
|
||||||
#include "nsError.h"
|
#include "nsError.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsTArray.h"
|
#include "nsTArray.h"
|
||||||
#include "nsIInputStream.h"
|
#include "nsIInputStream.h"
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
#include "nsCOMArray.h"
|
#include "nsCOMArray.h"
|
||||||
#include "nsIPluginTag.h"
|
#include "nsIPluginTag.h"
|
||||||
#include "nsITimer.h"
|
#include "nsITimer.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
|
|
||||||
class nsPluginHost;
|
class nsPluginHost;
|
||||||
struct PRLibrary;
|
struct PRLibrary;
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
#include "npapi.h"
|
#include "npapi.h"
|
||||||
#include "npruntime.h"
|
#include "npruntime.h"
|
||||||
|
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
|
|
||||||
namespace mozilla {
|
namespace mozilla {
|
||||||
namespace plugins {
|
namespace plugins {
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
#include "npruntime.h"
|
#include "npruntime.h"
|
||||||
#include "npfunctions.h"
|
#include "npfunctions.h"
|
||||||
#include "nsAutoPtr.h"
|
#include "nsAutoPtr.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsTArray.h"
|
#include "nsTArray.h"
|
||||||
#include "prlog.h"
|
#include "prlog.h"
|
||||||
#include "nsHashKeys.h"
|
#include "nsHashKeys.h"
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
#include "nsAutoPtr.h"
|
#include "nsAutoPtr.h"
|
||||||
#include "nsCOMPtr.h"
|
#include "nsCOMPtr.h"
|
||||||
#include "nsDebug.h"
|
#include "nsDebug.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsTArray.h"
|
#include "nsTArray.h"
|
||||||
|
|
||||||
#define BEGIN_QUOTA_NAMESPACE \
|
#define BEGIN_QUOTA_NAMESPACE \
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
#include "nsCOMPtr.h"
|
#include "nsCOMPtr.h"
|
||||||
#include "nsDebug.h"
|
#include "nsDebug.h"
|
||||||
#include "nsDOMEventTargetHelper.h"
|
#include "nsDOMEventTargetHelper.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsTArray.h"
|
#include "nsTArray.h"
|
||||||
|
|
||||||
class nsIWorkerHolder;
|
class nsIWorkerHolder;
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
#include "nsCycleCollectionParticipant.h"
|
#include "nsCycleCollectionParticipant.h"
|
||||||
#include "nsDebug.h"
|
#include "nsDebug.h"
|
||||||
#include "nsDOMEventTargetHelper.h"
|
#include "nsDOMEventTargetHelper.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsTArray.h"
|
#include "nsTArray.h"
|
||||||
|
|
||||||
#define BEGIN_TELEPHONY_NAMESPACE \
|
#define BEGIN_TELEPHONY_NAMESPACE \
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
#include "nsXPCOM.h"
|
#include "nsXPCOM.h"
|
||||||
#include "nsNativeCharsetUtils.h"
|
#include "nsNativeCharsetUtils.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
|
|
||||||
#include "WorkerPrivate.h"
|
#include "WorkerPrivate.h"
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
#include "jsfriendapi.h"
|
#include "jsfriendapi.h"
|
||||||
#include "nsCOMPtr.h"
|
#include "nsCOMPtr.h"
|
||||||
#include "nsJSUtils.h"
|
#include "nsJSUtils.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
|
|
||||||
#include "mozilla/dom/Exceptions.h"
|
#include "mozilla/dom/Exceptions.h"
|
||||||
#include "WorkerInlines.h"
|
#include "WorkerInlines.h"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
#include "mozilla/dom/workers/bindings/DOMBindingBase.h"
|
#include "mozilla/dom/workers/bindings/DOMBindingBase.h"
|
||||||
|
|
||||||
#include "nsICharsetDetectionObserver.h"
|
#include "nsICharsetDetectionObserver.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "mozilla/Attributes.h"
|
#include "mozilla/Attributes.h"
|
||||||
|
|
||||||
class nsIInputStream;
|
class nsIInputStream;
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
#include "Workers.h"
|
#include "Workers.h"
|
||||||
#include "mozilla/dom/workers/bindings/DOMBindingBase.h"
|
#include "mozilla/dom/workers/bindings/DOMBindingBase.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
|
|
||||||
BEGIN_WORKERS_NAMESPACE
|
BEGIN_WORKERS_NAMESPACE
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
#include "nsClassHashtable.h"
|
#include "nsClassHashtable.h"
|
||||||
#include "nsCOMPtr.h"
|
#include "nsCOMPtr.h"
|
||||||
#include "nsHashKeys.h"
|
#include "nsHashKeys.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsTArray.h"
|
#include "nsTArray.h"
|
||||||
|
|
||||||
class nsIThread;
|
class nsIThread;
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
#include "nsISupportsPrimitives.h"
|
#include "nsISupportsPrimitives.h"
|
||||||
#include "nsNetUtil.h"
|
#include "nsNetUtil.h"
|
||||||
#include "nsScriptLoader.h"
|
#include "nsScriptLoader.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsTArray.h"
|
#include "nsTArray.h"
|
||||||
#include "nsThreadUtils.h"
|
#include "nsThreadUtils.h"
|
||||||
#include "nsXPCOM.h"
|
#include "nsXPCOM.h"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
#include "nsAutoPtr.h"
|
#include "nsAutoPtr.h"
|
||||||
#include "nsCOMPtr.h"
|
#include "nsCOMPtr.h"
|
||||||
#include "nsEventQueue.h"
|
#include "nsEventQueue.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsTArray.h"
|
#include "nsTArray.h"
|
||||||
#include "nsTPriorityQueue.h"
|
#include "nsTPriorityQueue.h"
|
||||||
#include "StructuredCloneTags.h"
|
#include "StructuredCloneTags.h"
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
#include "nsAutoPtr.h"
|
#include "nsAutoPtr.h"
|
||||||
#include "nsCOMPtr.h"
|
#include "nsCOMPtr.h"
|
||||||
#include "nsDebug.h"
|
#include "nsDebug.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
|
|
||||||
#define BEGIN_WORKERS_NAMESPACE \
|
#define BEGIN_WORKERS_NAMESPACE \
|
||||||
namespace mozilla { namespace dom { namespace workers {
|
namespace mozilla { namespace dom { namespace workers {
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
#include "nsIWindowWatcher.h"
|
#include "nsIWindowWatcher.h"
|
||||||
#include "nsNetUtil.h"
|
#include "nsNetUtil.h"
|
||||||
#include "nsRect.h"
|
#include "nsRect.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsWeakReference.h"
|
#include "nsWeakReference.h"
|
||||||
#include "nsIWebBrowser.h"
|
#include "nsIWebBrowser.h"
|
||||||
#include "nsIObserverService.h"
|
#include "nsIObserverService.h"
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
#include "nsIObserverService.h" // for nsIObserverService
|
#include "nsIObserverService.h" // for nsIObserverService
|
||||||
#include "nsIRunnable.h" // for nsIRunnable
|
#include "nsIRunnable.h" // for nsIRunnable
|
||||||
#include "nsISupports.h"
|
#include "nsISupports.h"
|
||||||
#include "nsStringGlue.h" // for nsAutoCString, nsCString, etc
|
#include "nsString.h" // for nsAutoCString, nsCString, etc
|
||||||
#include "nsTArray.h" // for nsTArray
|
#include "nsTArray.h" // for nsTArray
|
||||||
#include "nsThreadUtils.h" // for NS_DispatchToMainThread, etc
|
#include "nsThreadUtils.h" // for NS_DispatchToMainThread, etc
|
||||||
#include "nscore.h" // for NS_IMETHOD, NS_IMETHODIMP, etc
|
#include "nscore.h" // for NS_IMETHOD, NS_IMETHODIMP, etc
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
#include "nsColorNames.h" // for nsColorNames
|
#include "nsColorNames.h" // for nsColorNames
|
||||||
#include "nsDebug.h" // for NS_ASSERTION, etc
|
#include "nsDebug.h" // for NS_ASSERTION, etc
|
||||||
#include "nsStaticNameTable.h"
|
#include "nsStaticNameTable.h"
|
||||||
#include "nsStringGlue.h" // for nsAutoCString, nsString, etc
|
#include "nsString.h" // for nsAutoCString, nsString, etc
|
||||||
#include "nscore.h" // for nsAString, etc
|
#include "nscore.h" // for nsAString, etc
|
||||||
|
|
||||||
using namespace mozilla;
|
using namespace mozilla;
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
#include "nsRect.h" // for nsRect
|
#include "nsRect.h" // for nsRect
|
||||||
#include "nsRenderingContext.h" // for nsRenderingContext
|
#include "nsRenderingContext.h" // for nsRenderingContext
|
||||||
#include "nsServiceManagerUtils.h" // for do_GetService
|
#include "nsServiceManagerUtils.h" // for do_GetService
|
||||||
#include "nsStringGlue.h" // for nsDependentString
|
#include "nsString.h" // for nsDependentString
|
||||||
#include "nsTArray.h" // for nsTArray, nsTArray_Impl
|
#include "nsTArray.h" // for nsTArray, nsTArray_Impl
|
||||||
#include "nsThreadUtils.h" // for NS_IsMainThread
|
#include "nsThreadUtils.h" // for NS_IsMainThread
|
||||||
#include "nsTraceRefcnt.h" // for MOZ_COUNT_CTOR, etc
|
#include "nsTraceRefcnt.h" // for MOZ_COUNT_CTOR, etc
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
#include "nsAutoPtr.h" // for nsRefPtr
|
#include "nsAutoPtr.h" // for nsRefPtr
|
||||||
#include "nsCoord.h" // for nscoord
|
#include "nsCoord.h" // for nscoord
|
||||||
#include "nsStringFwd.h" // for nsSubstring
|
#include "nsStringFwd.h" // for nsSubstring
|
||||||
#include "nsStringGlue.h" // for nsString
|
#include "nsString.h" // for nsString
|
||||||
#include "nsTArray.h" // for nsTArray
|
#include "nsTArray.h" // for nsTArray
|
||||||
|
|
||||||
struct gfxFontStyle;
|
struct gfxFontStyle;
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
#include "nsIAtom.h" // for nsIAtom
|
#include "nsIAtom.h" // for nsIAtom
|
||||||
#include "nsMathUtils.h" // for NS_round
|
#include "nsMathUtils.h" // for NS_round
|
||||||
#include "nsRenderingContext.h" // for nsRenderingContext
|
#include "nsRenderingContext.h" // for nsRenderingContext
|
||||||
#include "nsStringGlue.h" // for nsString
|
#include "nsString.h" // for nsString
|
||||||
#include "nsStyleConsts.h" // for NS_STYLE_HYPHENS_NONE
|
#include "nsStyleConsts.h" // for NS_STYLE_HYPHENS_NONE
|
||||||
|
|
||||||
class gfxUserFontSet;
|
class gfxUserFontSet;
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
#include "nsRect.h"
|
#include "nsRect.h"
|
||||||
#include "mozilla/gfx/Types.h" // for NS_SIDE_BOTTOM, etc
|
#include "mozilla/gfx/Types.h" // for NS_SIDE_BOTTOM, etc
|
||||||
#include "nsDeviceContext.h" // for nsDeviceContext
|
#include "nsDeviceContext.h" // for nsDeviceContext
|
||||||
#include "nsStringGlue.h" // for nsAutoString, etc
|
#include "nsString.h" // for nsAutoString, etc
|
||||||
#include "prtypes.h" // for PR_STATIC_ASSERT
|
#include "prtypes.h" // for PR_STATIC_ASSERT
|
||||||
#include "nsMargin.h" // for nsMargin
|
#include "nsMargin.h" // for nsMargin
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
#include "nsError.h" // for nsresult
|
#include "nsError.h" // for nsresult
|
||||||
#include "nsPoint.h" // for nsIntPoint, nsPoint
|
#include "nsPoint.h" // for nsIntPoint, nsPoint
|
||||||
#include "nsRect.h" // for nsIntRect, nsRect
|
#include "nsRect.h" // for nsIntRect, nsRect
|
||||||
#include "nsStringGlue.h" // for nsCString
|
#include "nsString.h" // for nsCString
|
||||||
#include "xpcom-config.h" // for CPP_THROW_NEW
|
#include "xpcom-config.h" // for CPP_THROW_NEW
|
||||||
|
|
||||||
class nsIntRegion;
|
class nsIntRegion;
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
#include "nsDeviceContext.h" // for nsDeviceContext
|
#include "nsDeviceContext.h" // for nsDeviceContext
|
||||||
#include "nsFontMetrics.h" // for nsFontMetrics
|
#include "nsFontMetrics.h" // for nsFontMetrics
|
||||||
#include "nsISupports.h" // for NS_INLINE_DECL_REFCOUNTING, etc
|
#include "nsISupports.h" // for NS_INLINE_DECL_REFCOUNTING, etc
|
||||||
#include "nsStringGlue.h" // for nsString
|
#include "nsString.h" // for nsString
|
||||||
#include "nscore.h" // for PRUnichar
|
#include "nscore.h" // for PRUnichar
|
||||||
|
|
||||||
class gfxASurface;
|
class gfxASurface;
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
#include "nsIAtom.h" // for nsIAtom, do_GetAtom
|
#include "nsIAtom.h" // for nsIAtom, do_GetAtom
|
||||||
#include "nsID.h"
|
#include "nsID.h"
|
||||||
#include "nsMemory.h" // for nsMemory
|
#include "nsMemory.h" // for nsMemory
|
||||||
#include "nsStringGlue.h" // for nsAutoCString, nsAutoString, etc
|
#include "nsString.h" // for nsAutoCString, nsAutoString, etc
|
||||||
#include "nsTArray.h" // for nsTArray, nsTArray_Impl, etc
|
#include "nsTArray.h" // for nsTArray, nsTArray_Impl, etc
|
||||||
#include "nscore.h" // for PRUnichar, NS_IMETHODIMP
|
#include "nscore.h" // for PRUnichar, NS_IMETHODIMP
|
||||||
|
|
||||||
|
|||||||
@@ -49,7 +49,7 @@
|
|||||||
#include "nsCOMPtr.h"
|
#include "nsCOMPtr.h"
|
||||||
#include "nsIConsoleService.h"
|
#include "nsIConsoleService.h"
|
||||||
#include "nsServiceManagerUtils.h"
|
#include "nsServiceManagerUtils.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsIClipboardHelper.h"
|
#include "nsIClipboardHelper.h"
|
||||||
|
|
||||||
using namespace mozilla;
|
using namespace mozilla;
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
#include "prlog.h"
|
#include "prlog.h"
|
||||||
#include "nsTArray.h"
|
#include "nsTArray.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsIObserver.h"
|
#include "nsIObserver.h"
|
||||||
|
|
||||||
#include "gfxTypes.h"
|
#include "gfxTypes.h"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
#include "nsIIconURI.h"
|
#include "nsIIconURI.h"
|
||||||
#include "nsCOMPtr.h"
|
#include "nsCOMPtr.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
|
|
||||||
#define NS_MOZICONURI_CID \
|
#define NS_MOZICONURI_CID \
|
||||||
{ \
|
{ \
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
#include "nsAutoPtr.h"
|
#include "nsAutoPtr.h"
|
||||||
#include "nsCOMPtr.h"
|
#include "nsCOMPtr.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsError.h"
|
#include "nsError.h"
|
||||||
#include "nsIAsyncVerifyRedirectCallback.h"
|
#include "nsIAsyncVerifyRedirectCallback.h"
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
#define nsCharsetAlias_h___
|
#define nsCharsetAlias_h___
|
||||||
|
|
||||||
#include "nscore.h"
|
#include "nscore.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
|
|
||||||
class nsCharsetConverterManager;
|
class nsCharsetConverterManager;
|
||||||
class nsScriptableUnicodeConverter;
|
class nsScriptableUnicodeConverter;
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
#include "nsISupports.h"
|
#include "nsISupports.h"
|
||||||
#include "nscore.h"
|
#include "nscore.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsILocale.h"
|
#include "nsILocale.h"
|
||||||
#include "nsIScriptableDateFormat.h"
|
#include "nsIScriptableDateFormat.h"
|
||||||
#include "prtime.h"
|
#include "prtime.h"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
#ifndef nsIPlatformCharset_h__
|
#ifndef nsIPlatformCharset_h__
|
||||||
#define nsIPlatformCharset_h__
|
#define nsIPlatformCharset_h__
|
||||||
|
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsISupports.h"
|
#include "nsISupports.h"
|
||||||
|
|
||||||
// Interface ID for our nsIPlatformCharset interface
|
// Interface ID for our nsIPlatformCharset interface
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
%{ C++
|
%{ C++
|
||||||
#include "nsIUnicodeDecoder.h"
|
#include "nsIUnicodeDecoder.h"
|
||||||
#include "nsIUnicodeEncoder.h"
|
#include "nsIUnicodeEncoder.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
|
|
||||||
|
|
||||||
// XXX change to NS_CHARSETCONVERTERMANAGER_CID
|
// XXX change to NS_CHARSETCONVERTERMANAGER_CID
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
#include "nsID.h"
|
#include "nsID.h"
|
||||||
#include "nsMemory.h"
|
#include "nsMemory.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsTArray.h"
|
#include "nsTArray.h"
|
||||||
#include "js/StructuredClone.h"
|
#include "js/StructuredClone.h"
|
||||||
#include "nsCSSProperty.h"
|
#include "nsCSSProperty.h"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
#include "nsComponentManagerUtils.h"
|
#include "nsComponentManagerUtils.h"
|
||||||
#include "nsServiceManagerUtils.h"
|
#include "nsServiceManagerUtils.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsThreadUtils.h"
|
#include "nsThreadUtils.h"
|
||||||
#include "nsXULAppAPI.h"
|
#include "nsXULAppAPI.h"
|
||||||
#include "prthread.h"
|
#include "prthread.h"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#include "nsCOMPtr.h"
|
#include "nsCOMPtr.h"
|
||||||
#include "nsServiceManagerUtils.h"
|
#include "nsServiceManagerUtils.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsXULAppAPI.h"
|
#include "nsXULAppAPI.h"
|
||||||
|
|
||||||
using mozilla::ipc::ScopedXREEmbed;
|
using mozilla::ipc::ScopedXREEmbed;
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
#include "nsAutoPtr.h"
|
#include "nsAutoPtr.h"
|
||||||
#include "nsServiceManagerUtils.h"
|
#include "nsServiceManagerUtils.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsIXULAppInfo.h"
|
#include "nsIXULAppInfo.h"
|
||||||
|
|
||||||
#include "mozilla/PaintTracker.h"
|
#include "mozilla/PaintTracker.h"
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
#include "js/TypeDecls.h"
|
#include "js/TypeDecls.h"
|
||||||
#include "nsAutoJSValHolder.h"
|
#include "nsAutoJSValHolder.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
|
|
||||||
namespace mozilla {
|
namespace mozilla {
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
#include "nsAutoJSValHolder.h"
|
#include "nsAutoJSValHolder.h"
|
||||||
#include "nsCOMPtr.h"
|
#include "nsCOMPtr.h"
|
||||||
#include "nsDebug.h"
|
#include "nsDebug.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsJSPrincipals.h"
|
#include "nsJSPrincipals.h"
|
||||||
#include "nsContentUtils.h"
|
#include "nsContentUtils.h"
|
||||||
#include "js/TypeDecls.h"
|
#include "js/TypeDecls.h"
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "nscore.h"
|
#include "nscore.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsStringBuffer.h"
|
#include "nsStringBuffer.h"
|
||||||
#include "jsapi.h"
|
#include "jsapi.h"
|
||||||
#include "xpcpublic.h"
|
#include "xpcpublic.h"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
#ifndef nsHTMLTags_h___
|
#ifndef nsHTMLTags_h___
|
||||||
#define nsHTMLTags_h___
|
#define nsHTMLTags_h___
|
||||||
|
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "plhash.h"
|
#include "plhash.h"
|
||||||
|
|
||||||
class nsIAtom;
|
class nsIAtom;
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
* about more, which is the IHTMLContentSink interface. (See that file for details).
|
* about more, which is the IHTMLContentSink interface. (See that file for details).
|
||||||
*/
|
*/
|
||||||
#include "nsISupports.h"
|
#include "nsISupports.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "mozFlushType.h"
|
#include "mozFlushType.h"
|
||||||
#include "nsIDTD.h"
|
#include "nsIDTD.h"
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
* */
|
* */
|
||||||
|
|
||||||
#include "nsISupports.h"
|
#include "nsISupports.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsITokenizer.h"
|
#include "nsITokenizer.h"
|
||||||
|
|
||||||
#define NS_IDTD_IID \
|
#define NS_IDTD_IID \
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
#include "nsISupports.h"
|
#include "nsISupports.h"
|
||||||
#include "nsIStreamListener.h"
|
#include "nsIStreamListener.h"
|
||||||
#include "nsIDTD.h"
|
#include "nsIDTD.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsTArray.h"
|
#include "nsTArray.h"
|
||||||
#include "nsIAtom.h"
|
#include "nsIAtom.h"
|
||||||
#include "nsParserBase.h"
|
#include "nsParserBase.h"
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
#define nsIParserService_h__
|
#define nsIParserService_h__
|
||||||
|
|
||||||
#include "nsISupports.h"
|
#include "nsISupports.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsHTMLTags.h"
|
#include "nsHTMLTags.h"
|
||||||
|
|
||||||
class nsIParser;
|
class nsIParser;
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
#include "nsIURI.h"
|
#include "nsIURI.h"
|
||||||
#include "nsNetUtil.h"
|
#include "nsNetUtil.h"
|
||||||
#include "nsThreadUtils.h"
|
#include "nsThreadUtils.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsIScriptSecurityManager.h"
|
#include "nsIScriptSecurityManager.h"
|
||||||
#include "nsISocketProvider.h"
|
#include "nsISocketProvider.h"
|
||||||
#include "mozilla/Preferences.h"
|
#include "mozilla/Preferences.h"
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
#include "nsNativeCharsetUtils.h"
|
#include "nsNativeCharsetUtils.h"
|
||||||
#include "nsThreadUtils.h"
|
#include "nsThreadUtils.h"
|
||||||
#include "nsAutoPtr.h"
|
#include "nsAutoPtr.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "mozilla/Preferences.h"
|
#include "mozilla/Preferences.h"
|
||||||
#include "GeckoProfiler.h"
|
#include "GeckoProfiler.h"
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
#include "jsapi.h"
|
#include "jsapi.h"
|
||||||
#include "jsfriendapi.h"
|
#include "jsfriendapi.h"
|
||||||
#include "js/GCAPI.h"
|
#include "js/GCAPI.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsITelemetry.h"
|
#include "nsITelemetry.h"
|
||||||
#include "nsIFile.h"
|
#include "nsIFile.h"
|
||||||
#include "nsIFileStreams.h"
|
#include "nsIFileStreams.h"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
#ifndef toolkit_breakpad_mac_utils_h__
|
#ifndef toolkit_breakpad_mac_utils_h__
|
||||||
#define toolkit_breakpad_mac_utils_h__
|
#define toolkit_breakpad_mac_utils_h__
|
||||||
|
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
|
|
||||||
// Given an Objective-C NSException object, put exception info into a string.
|
// Given an Objective-C NSException object, put exception info into a string.
|
||||||
void GetObjCExceptionInfo(void* inException, nsACString& outString);
|
void GetObjCExceptionInfo(void* inException, nsACString& outString);
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
#include "nsThreadUtils.h"
|
#include "nsThreadUtils.h"
|
||||||
#include "nsCOMPtr.h"
|
#include "nsCOMPtr.h"
|
||||||
#include "nsProxyRelease.h"
|
#include "nsProxyRelease.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "mozilla/Base64.h"
|
#include "mozilla/Base64.h"
|
||||||
#include "mozilla/Util.h" // ArrayLength
|
#include "mozilla/Util.h" // ArrayLength
|
||||||
#include "ScopedNSSTypes.h"
|
#include "ScopedNSSTypes.h"
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
#include "mozilla/Util.h" // for ArrayLength
|
#include "mozilla/Util.h" // for ArrayLength
|
||||||
#include "nsDataHashtable.h"
|
#include "nsDataHashtable.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsTArray.h"
|
#include "nsTArray.h"
|
||||||
#include "nsUTF8Utils.h"
|
#include "nsUTF8Utils.h"
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
#include "jsapi.h"
|
#include "jsapi.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "JSObjectBuilder.h"
|
#include "JSObjectBuilder.h"
|
||||||
|
|
||||||
JSObjectBuilder::JSObjectBuilder(JSContext *aCx) : mCx(aCx), mOk(true)
|
JSObjectBuilder::JSObjectBuilder(JSContext *aCx) : mCx(aCx), mOk(true)
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ using mozilla::unused;
|
|||||||
|
|
||||||
#include "imgIEncoder.h"
|
#include "imgIEncoder.h"
|
||||||
|
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "GeckoProfiler.h" // For PROFILER_LABEL
|
#include "GeckoProfiler.h" // For PROFILER_LABEL
|
||||||
|
|
||||||
using namespace mozilla;
|
using namespace mozilla;
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
#include "nsPoint.h"
|
#include "nsPoint.h"
|
||||||
#include "nsRect.h"
|
#include "nsRect.h"
|
||||||
#include "nsEvent.h"
|
#include "nsEvent.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsCOMPtr.h"
|
#include "nsCOMPtr.h"
|
||||||
#include "nsIAtom.h"
|
#include "nsIAtom.h"
|
||||||
#include "nsIDOMKeyEvent.h"
|
#include "nsIDOMKeyEvent.h"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
#include "nsISupports.h"
|
#include "nsISupports.h"
|
||||||
#include "nsColor.h"
|
#include "nsColor.h"
|
||||||
#include "nsRect.h"
|
#include "nsRect.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
|
|
||||||
#include "nsEvent.h"
|
#include "nsEvent.h"
|
||||||
#include "nsCOMPtr.h"
|
#include "nsCOMPtr.h"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
#include "mozqwidgetfast.h"
|
#include "mozqwidgetfast.h"
|
||||||
#include "nsFastStartupQt.h"
|
#include "nsFastStartupQt.h"
|
||||||
#include "nsIFile.h"
|
#include "nsIFile.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "BinaryPath.h"
|
#include "BinaryPath.h"
|
||||||
|
|
||||||
#define TOOLBAR_SPLASH "toolbar_splash.png"
|
#define TOOLBAR_SPLASH "toolbar_splash.png"
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
#include "GfxInfoCollector.h"
|
#include "GfxInfoCollector.h"
|
||||||
#include "jsapi.h"
|
#include "jsapi.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
|
|
||||||
using namespace mozilla;
|
using namespace mozilla;
|
||||||
using namespace widget;
|
using namespace widget;
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
#ifdef MOZ_CRASHREPORTER
|
#ifdef MOZ_CRASHREPORTER
|
||||||
# include "nsExceptionHandler.h"
|
# include "nsExceptionHandler.h"
|
||||||
#endif
|
#endif
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "prprf.h"
|
#include "prprf.h"
|
||||||
#include "prlog.h"
|
#include "prlog.h"
|
||||||
#include "nsError.h"
|
#include "nsError.h"
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "nsError.h"
|
#include "nsError.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "prlog.h"
|
#include "prlog.h"
|
||||||
#include "nsTArray.h"
|
#include "nsTArray.h"
|
||||||
#include "nsAutoPtr.h"
|
#include "nsAutoPtr.h"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#include "nsAtomTable.h"
|
#include "nsAtomTable.h"
|
||||||
#include "nsStaticAtom.h"
|
#include "nsStaticAtom.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsCRT.h"
|
#include "nsCRT.h"
|
||||||
#include "pldhash.h"
|
#include "pldhash.h"
|
||||||
#include "prenv.h"
|
#include "prenv.h"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
#include "nsIPersistentProperties2.h"
|
#include "nsIPersistentProperties2.h"
|
||||||
#include "pldhash.h"
|
#include "pldhash.h"
|
||||||
#include "plarena.h"
|
#include "plarena.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsCOMPtr.h"
|
#include "nsCOMPtr.h"
|
||||||
#include "mozilla/Attributes.h"
|
#include "mozilla/Attributes.h"
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
#define nsStaticNameTable_h___
|
#define nsStaticNameTable_h___
|
||||||
|
|
||||||
#include "pldhash.h"
|
#include "pldhash.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
|
|
||||||
/* This class supports case insensitive lookup.
|
/* This class supports case insensitive lookup.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
#include "nsISupportsPrimitives.h"
|
#include "nsISupportsPrimitives.h"
|
||||||
#include "nsCOMPtr.h"
|
#include "nsCOMPtr.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
|
|
||||||
class nsSupportsIDImpl MOZ_FINAL : public nsISupportsID
|
class nsSupportsIDImpl MOZ_FINAL : public nsISupportsID
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
#include "xpt_struct.h"
|
#include "xpt_struct.h"
|
||||||
#include "nsReadableUtils.h"
|
#include "nsReadableUtils.h"
|
||||||
#include "nsMemory.h"
|
#include "nsMemory.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
#include "nsCRTGlue.h"
|
#include "nsCRTGlue.h"
|
||||||
|
|
||||||
/***************************************************************************/
|
/***************************************************************************/
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
#include "Base64.h"
|
#include "Base64.h"
|
||||||
|
|
||||||
#include "nsIInputStream.h"
|
#include "nsIInputStream.h"
|
||||||
#include "nsStringGlue.h"
|
#include "nsString.h"
|
||||||
|
|
||||||
#include "plbase64.h"
|
#include "plbase64.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user