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