mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted
This commit is contained in:
parent
a70b435251
commit
3717325909
@ -7,7 +7,7 @@
|
||||
#ifndef _mozilla_a11y_aria_ARIAStateMap_h_
|
||||
#define _mozilla_a11y_aria_ARIAStateMap_h_
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
||||
namespace mozilla {
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
#ifndef mozilla_a11y_Filters_h__
|
||||
#define mozilla_a11y_Filters_h__
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
||||
/**
|
||||
* Predefined filters used for nsAccIterator and nsAccCollector.
|
||||
|
@ -7,7 +7,7 @@
|
||||
#ifndef _states_h_
|
||||
#define _states_h_
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
||||
namespace mozilla {
|
||||
namespace a11y {
|
||||
|
@ -8,7 +8,7 @@
|
||||
#define mozilla_a11y_TableCellAccessible_h__
|
||||
|
||||
#include "nsTArray.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
||||
namespace mozilla {
|
||||
namespace a11y {
|
||||
|
@ -7,7 +7,7 @@
|
||||
#ifndef COMPATIBILITY_MANAGER_H
|
||||
#define COMPATIBILITY_MANAGER_H
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
||||
namespace mozilla {
|
||||
namespace a11y {
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include "plstr.h"
|
||||
#include "nsIScriptExternalNameSet.h"
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
||||
class nsIDocShell;
|
||||
class nsString;
|
||||
|
@ -57,7 +57,7 @@
|
||||
#include "nsIAsyncVerifyRedirectCallback.h"
|
||||
#include "mozilla/Preferences.h"
|
||||
#include "mozilla/dom/BindingUtils.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
#include "mozilla/ClearOnShutdown.h"
|
||||
#include "mozilla/StaticPtr.h"
|
||||
#include "nsContentUtils.h"
|
||||
|
@ -6058,7 +6058,6 @@ if test -n "$MOZ_CRASHREPORTER"; then
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
AC_DEFINE_UNQUOTED(BREAKPAD_CUSTOM_STDINT_H, "mozilla/StandardInteger.h")
|
||||
|
||||
MOZ_ARG_WITH_STRING(crashreporter-enable-percent,
|
||||
[ --with-crashreporter-enable-percent=NN
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
#include "mozilla/GuardObjects.h"
|
||||
#include "mozilla/LinkedList.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
#include "mozilla/StaticMutex.h"
|
||||
#include "mozilla/StaticPtr.h"
|
||||
#include "mozilla/dom/DOMError.h"
|
||||
|
@ -5,7 +5,7 @@
|
||||
#ifndef nsViewportInfo_h___
|
||||
#define nsViewportInfo_h___
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
#include "nscore.h"
|
||||
|
||||
/**
|
||||
|
@ -10,7 +10,7 @@
|
||||
#ifndef nsAtomListUtils_h__
|
||||
#define nsAtomListUtils_h__
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
||||
class nsIAtom;
|
||||
struct nsStaticAtom;
|
||||
|
@ -5,7 +5,7 @@
|
||||
#ifndef nsAttrValueInlines_h__
|
||||
#define nsAttrValueInlines_h__
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
||||
struct MiscContainer
|
||||
{
|
||||
|
@ -6,7 +6,7 @@
|
||||
#ifndef nsContentListDeclarations_h
|
||||
#define nsContentListDeclarations_h
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsStringGlue.h"
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
#ifndef nsTextFragmentImpl_h__
|
||||
#define nsTextFragmentImpl_h__
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
||||
template<size_t size> struct Non8BitParameters;
|
||||
template<> struct Non8BitParameters<4> {
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include "nsIDOMCanvasRenderingContext2D.h"
|
||||
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
||||
#include "nsCycleCollectionParticipant.h"
|
||||
#include "nsTraceRefcnt.h"
|
||||
|
@ -7,7 +7,7 @@
|
||||
#define WEBGLELEMENTARRAYCACHE_H
|
||||
|
||||
#include "mozilla/MemoryReporting.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
#include "nscore.h"
|
||||
#include "GLDefs.h"
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
#endif
|
||||
|
||||
#include "WebGLTypes.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
||||
#if defined _MSC_VER
|
||||
#define FORCE_INLINE __forceinline
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include "ImageContainer.h"
|
||||
|
||||
#include "mozilla/mozalloc.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
#include <algorithm>
|
||||
|
||||
namespace mozilla {
|
||||
|
@ -10,7 +10,7 @@
|
||||
#endif
|
||||
|
||||
#include "mozilla/DebugOnly.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
#include "mozilla/Util.h"
|
||||
|
||||
#include "MediaDecoderStateMachine.h"
|
||||
|
@ -7,7 +7,7 @@
|
||||
#include "mozilla/dom/TimeRanges.h"
|
||||
#include "nsMathUtils.h"
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
||||
// Converts from number of audio frames to microseconds, given the specified
|
||||
// audio rate.
|
||||
|
@ -7,7 +7,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "mozilla/DebugOnly.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
||||
#include "nsDebug.h"
|
||||
#include "MediaDecoderReader.h"
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include <nsClassHashtable.h>
|
||||
#include "VideoUtils.h"
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
||||
// Uncomment the following to validate that we're predicting the number
|
||||
// of Vorbis samples in each packet correctly.
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "MediaDecoderStateMachine.h"
|
||||
#include "VideoUtils.h"
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
#include "mozilla/Util.h"
|
||||
#include "mozilla/CheckedInt.h"
|
||||
#include <algorithm>
|
||||
|
@ -6,7 +6,7 @@
|
||||
#if !defined(WebMReader_h_)
|
||||
#define WebMReader_h_
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
||||
#include "nsDeque.h"
|
||||
#include "MediaDecoderReader.h"
|
||||
|
@ -5,7 +5,7 @@
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "WMFUtils.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
#include "mozilla/RefPtr.h"
|
||||
#include "prlog.h"
|
||||
#include "nsThreadUtils.h"
|
||||
|
@ -4,7 +4,7 @@
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "nsSMILKeySpline.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
#include <math.h>
|
||||
|
||||
#define NEWTON_ITERATIONS 4
|
||||
|
@ -6,7 +6,7 @@
|
||||
#ifndef NS_SMILTYPES_H_
|
||||
#define NS_SMILTYPES_H_
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
||||
// A timestamp in milliseconds
|
||||
//
|
||||
|
@ -3,7 +3,7 @@
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
#include "mozilla/Util.h"
|
||||
#include "mozilla/Likely.h"
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include "nsAttrName.h"
|
||||
#include "nsTArray.h"
|
||||
#include "mozilla/dom/Element.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
#include <algorithm>
|
||||
|
||||
const uint32_t kUnknownIndex = uint32_t(-1);
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include "nsISupports.h"
|
||||
#include "nsIDOMWindowCollection.h"
|
||||
#include "nsString.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
||||
class nsIDocShellTreeNode;
|
||||
class nsIDocShell;
|
||||
|
@ -6,7 +6,7 @@
|
||||
#define mozilla_dom_gamepad_Gamepad_h
|
||||
|
||||
#include "mozilla/ErrorResult.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsIDOMGamepad.h"
|
||||
#include "nsIVariant.h"
|
||||
|
@ -5,7 +5,7 @@
|
||||
#ifndef mozilla_dom_GamepadService_h_
|
||||
#define mozilla_dom_GamepadService_h_
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
#include "Gamepad.h"
|
||||
#include "nsAutoPtr.h"
|
||||
#include "nsCOMArray.h"
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include "nsPluginLogging.h"
|
||||
#include "nsPluginStreamListenerPeer.h"
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
#include <algorithm>
|
||||
|
||||
nsNPAPIStreamWrapper::nsNPAPIStreamWrapper(nsIOutputStream *outputStream,
|
||||
|
@ -5,7 +5,7 @@
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "mozilla/DebugOnly.h"
|
||||
#include "mozilla/StandardInteger.h" // for intptr_t
|
||||
#include <stdint.h> // for intptr_t
|
||||
|
||||
#include "PluginInstanceParent.h"
|
||||
#include "BrowserStreamParent.h"
|
||||
|
@ -39,7 +39,7 @@
|
||||
#include "npapi.h"
|
||||
#include "npfunctions.h"
|
||||
#include "npruntime.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
#ifndef mozilla_system_automounter_h__
|
||||
#define mozilla_system_automounter_h__
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
||||
class nsCString;
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include "jsapi.h"
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/Mutex.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
#include "nsAutoPtr.h"
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsDebug.h"
|
||||
|
@ -6,10 +6,10 @@
|
||||
#ifndef MOZILLA_GFX_TYPES_H_
|
||||
#define MOZILLA_GFX_TYPES_H_
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include "mozilla/NullPtr.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
namespace mozilla {
|
||||
namespace gfx {
|
||||
|
@ -52,7 +52,7 @@ typedef char realGLboolean;
|
||||
|
||||
#include "mozilla/mozalloc.h"
|
||||
#include "mozilla/Preferences.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
#include "mozilla/Mutex.h"
|
||||
#include "mozilla/GenericRefCounted.h"
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#include "mozilla/Preferences.h"
|
||||
#include "mozilla/Assertions.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
||||
using namespace mozilla::gfx;
|
||||
|
||||
|
@ -37,7 +37,7 @@ typedef ptrdiff_t GLintptr;
|
||||
|
||||
#endif /* #if !defined(__gltypes_h_) && !defined(__gl_h_) */
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
||||
// ARB_sync
|
||||
typedef struct __GLsync* GLsync;
|
||||
|
@ -15,7 +15,7 @@
|
||||
#ifndef SHARED_SURFACE_H_
|
||||
#define SHARED_SURFACE_H_
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "GLDefs.h"
|
||||
#include "gfxPoint.h"
|
||||
|
@ -7,7 +7,7 @@
|
||||
#define SURFACE_TYPES_H_
|
||||
|
||||
#include "mozilla/TypedEnum.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
||||
#include <cstring>
|
||||
|
||||
|
@ -8,10 +8,11 @@
|
||||
#ifndef GFX_LAYERS_BLOBSURFACE_H
|
||||
#define GFX_LAYERS_BLOBSURFACE_H
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include "mozilla/gfx/Point.h"
|
||||
#include "mozilla/RefPtr.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
class gfxImageSurface;
|
||||
|
||||
namespace mozilla {
|
||||
|
@ -16,10 +16,11 @@
|
||||
#include "mozilla/layers/YCbCrImageDataSerializer.h"
|
||||
#include "gfxReusableSurfaceWrapper.h"
|
||||
#include "gfxPlatform.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include "mozilla/layers/ImageDataSerializer.h"
|
||||
#include "gfx2DGlue.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
using namespace mozilla::gl;
|
||||
|
||||
namespace mozilla {
|
||||
|
@ -7,7 +7,7 @@
|
||||
#ifndef MOZILLA_LAYERS_COMPOSITABLEFORWARDER
|
||||
#define MOZILLA_LAYERS_COMPOSITABLEFORWARDER
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
#include "gfxASurface.h"
|
||||
#include "GLDefs.h"
|
||||
#include "mozilla/layers/ISurfaceAllocator.h"
|
||||
|
@ -4,10 +4,9 @@
|
||||
#ifdef MOZ_QCMS
|
||||
|
||||
#include "prtypes.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
||||
/* prtypes.h defines IS_LITTLE_ENDIAN and IS_BIG ENDIAN */
|
||||
/* StandardInteger.h defines int*_t and uintptr_t */
|
||||
|
||||
#if defined(_AIX)
|
||||
#include <sys/types.h>
|
||||
|
@ -50,7 +50,7 @@
|
||||
#ifndef GFX_SCRIPTITEMIZER_H
|
||||
#define GFX_SCRIPTITEMIZER_H
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
#include "prtypes.h"
|
||||
#include "harfbuzz/hb.h"
|
||||
#include "nsUnicodeScriptCodes.h"
|
||||
|
@ -5,7 +5,7 @@
|
||||
#ifndef GFX_CHROMIUMTYPES_H
|
||||
#define GFX_CHROMIUMTYPES_H
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
||||
// On Windows, protypes.h is #included, which defines these types. This sucks!
|
||||
#ifndef PROTYPES_H
|
||||
|
@ -4,7 +4,7 @@
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
#include "mozilla/Util.h"
|
||||
#include "nsSize.h"
|
||||
|
||||
|
@ -38,7 +38,7 @@
|
||||
#include "mozilla/MemoryReporting.h"
|
||||
#include "mozilla/Services.h"
|
||||
#include "mozilla/Preferences.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
#include "mozilla/Telemetry.h"
|
||||
#include "mozilla/TimeStamp.h"
|
||||
#include "mozilla/ClearOnShutdown.h"
|
||||
|
@ -7,7 +7,7 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
||||
#define NOMAPPING 0xfffd
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
#define ubase_h__
|
||||
|
||||
#include "prtypes.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
||||
#define PRIVATE
|
||||
#define MODULE_PRIVATE
|
||||
|
@ -623,7 +623,7 @@ $versionInfo
|
||||
* * * * * This file contains MACHINE-GENERATED DATA, do not edit! * * * * *
|
||||
*/
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
#include "harfbuzz/hb.h"
|
||||
|
||||
__END
|
||||
|
@ -3,7 +3,7 @@
|
||||
* You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "prtypes.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
||||
namespace mozilla {
|
||||
namespace unicode {
|
||||
|
@ -54,7 +54,7 @@ for the Unicode Character Database (UCD) for Unicode 6.2.0.
|
||||
* * * * * This file contains MACHINE-GENERATED DATA, do not edit! * * * * *
|
||||
*/
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
#include "harfbuzz/hb.h"
|
||||
|
||||
static const uint32_t sScriptCodeToTag[] = {
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include "base/port.h" // Types that only need exist on certain systems
|
||||
|
||||
#include "mozilla/Assertions.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
||||
// A type to represent a Unicode code-point value. As of Unicode 4.0,
|
||||
// such values require up to 21 bits.
|
||||
|
@ -17,7 +17,8 @@
|
||||
#include "mozilla/Util.h"
|
||||
#include "mozilla/gfx/2D.h"
|
||||
#include "mozilla/gfx/Point.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "nsID.h"
|
||||
#include "nsMemory.h"
|
||||
|
@ -8,10 +8,10 @@
|
||||
|
||||
#include "mozilla/FloatingPoint.h"
|
||||
#include "mozilla/MemoryReporting.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
|
||||
#include <limits>
|
||||
#include <math.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#if defined(XP_WIN) || defined(XP_OS2)
|
||||
#include <float.h>
|
||||
|
@ -9,9 +9,9 @@
|
||||
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/PodOperations.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "jspubtd.h"
|
||||
#include "jstypes.h"
|
||||
|
@ -6,8 +6,6 @@
|
||||
|
||||
#include "ion/arm/Architecture-arm.h"
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
|
||||
#include <elf.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
|
@ -7,9 +7,8 @@
|
||||
#ifndef ion_arm_Architecture_arm_h
|
||||
#define ion_arm_Architecture_arm_h
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
|
||||
#include <limits.h>
|
||||
#include <stdint.h>
|
||||
|
||||
// gcc appears to use __ARM_PCS_VFP to denote that the target is a hard-float target.
|
||||
#ifdef __ARM_PCS_VFP
|
||||
|
@ -7,7 +7,7 @@
|
||||
#ifndef ion_shared_IonFrames_x86_shared_h
|
||||
#define ion_shared_IonFrames_x86_shared_h
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
||||
#include "ion/shared/IonFrames-shared.h"
|
||||
|
||||
|
@ -12,11 +12,11 @@
|
||||
#include "mozilla/FloatingPoint.h"
|
||||
#include "mozilla/MemoryReporting.h"
|
||||
#include "mozilla/RangedPtr.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include "mozilla/ThreadLocal.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "js-config.h"
|
||||
|
@ -8,7 +8,8 @@
|
||||
#define jscrashreport_h
|
||||
|
||||
#include "mozilla/GuardObjects.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
namespace js {
|
||||
namespace crash {
|
||||
|
@ -7,7 +7,8 @@
|
||||
#include "jsfriendapi.h"
|
||||
|
||||
#include "mozilla/PodOperations.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "jscntxt.h"
|
||||
#include "jscompartment.h"
|
||||
|
@ -7,8 +7,7 @@
|
||||
#ifndef prmjtime_h
|
||||
#define prmjtime_h
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <time.h>
|
||||
|
||||
/*
|
||||
|
@ -9,7 +9,8 @@
|
||||
|
||||
#include "mozilla/FloatingPoint.h"
|
||||
#include "mozilla/MathAlgorithms.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "vm/NumericConversions.h"
|
||||
|
||||
|
@ -9,7 +9,8 @@
|
||||
|
||||
#include "mozilla/Assertions.h"
|
||||
#include "mozilla/GuardObjects.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "jsfriendapi.h"
|
||||
#include "jsinfer.h"
|
||||
|
@ -7,9 +7,8 @@
|
||||
#ifndef vm_ThreadPool_h
|
||||
#define vm_ThreadPool_h
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "jsalloc.h"
|
||||
#ifdef JS_THREADSAFE
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include "assembler/wtf/Assertions.h"
|
||||
|
||||
#include <limits>
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
#include "mozilla/TypeTraits.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
@ -30,9 +30,8 @@
|
||||
#ifndef yarr_PageBlock_h
|
||||
#define yarr_PageBlock_h
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
namespace WTF {
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
#ifndef yarr_YarrCanonicalizeUCS2_h
|
||||
#define yarr_YarrCanonicalizeUCS2_h
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
||||
#include "yarr/wtfbridge.h"
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include "nsContentUtils.h"
|
||||
#include "nsCxPusher.h"
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
#include "mozilla/Util.h"
|
||||
#include "mozilla/Likely.h"
|
||||
#include <algorithm>
|
||||
|
@ -13,7 +13,7 @@
|
||||
#endif
|
||||
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
#include "nsAutoPtr.h"
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsIClassInfo.h"
|
||||
|
@ -78,13 +78,14 @@
|
||||
#include "mozilla/Assertions.h"
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/MemoryReporting.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include "mozilla/Util.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <math.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "xpcpublic.h"
|
||||
#include "jsapi.h"
|
||||
#include "jsprf.h"
|
||||
|
@ -51,7 +51,7 @@
|
||||
#include "ImageContainer.h"
|
||||
#include "nsCanvasFrame.h"
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
#include <algorithm>
|
||||
|
||||
using namespace mozilla;
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include "nsDisplayListInvalidation.h"
|
||||
#include "DisplayListClipState.h"
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <algorithm>
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
#include "mozilla/MemoryChecking.h"
|
||||
#include "mozilla/MemoryReporting.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
#include "nscore.h"
|
||||
#include "nsQueryFrame.h"
|
||||
#include "nsTArray.h"
|
||||
|
@ -44,7 +44,7 @@
|
||||
#include "mozilla/Preferences.h"
|
||||
#include "mozilla/LookAndFeel.h"
|
||||
#include "mozilla/dom/Element.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
#include "mozilla/Util.h"
|
||||
#include "mozilla/MathAlgorithms.h"
|
||||
#include "FrameLayerBuilder.h"
|
||||
|
@ -6,7 +6,7 @@
|
||||
#include "nsRuleData.h"
|
||||
|
||||
#include "mozilla/Poison.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
||||
inline size_t
|
||||
nsRuleData::GetPoisonOffset()
|
||||
|
@ -14,7 +14,7 @@
|
||||
#include "nsPresContext.h"
|
||||
#include "nsStyleStruct.h"
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
||||
class nsStyleContext;
|
||||
struct nsRuleData;
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include "nsISupports.h"
|
||||
#include "nsCoord.h"
|
||||
#include "mozilla/gfx/Types.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
||||
class nsTableCellFrame;
|
||||
class nsCellMap;
|
||||
|
@ -2,4 +2,4 @@
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
@ -12,7 +12,7 @@
|
||||
* optimizations. Most users will not need to touch this file.
|
||||
*/
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
|
||||
/*
|
||||
* Define BITS_IN_JSAMPLE as either
|
||||
|
@ -62,7 +62,7 @@ diff -up8 jmorecfg.h jmorecfg.h
|
||||
* optimizations. Most users will not need to touch this file.
|
||||
*/
|
||||
|
||||
+#include "mozilla/StandardInteger.h"
|
||||
+#include <stdint.h>
|
||||
|
||||
/*
|
||||
* Define BITS_IN_JSAMPLE as either
|
||||
|
@ -56,7 +56,6 @@ DEFINES += -DWIN
|
||||
endif
|
||||
|
||||
DEFINES += \
|
||||
-DR_PLATFORM_INT_TYPES='"mozilla/StandardInteger.h"' \
|
||||
-DR_DEFINED_INT2=int16_t -DR_DEFINED_UINT2=uint16_t \
|
||||
-DR_DEFINED_INT4=int32_t -DR_DEFINED_UINT4=uint32_t \
|
||||
-DR_DEFINED_INT8=int64_t -DR_DEFINED_UINT8=uint64_t \
|
||||
|
2
media/mtransport/third_party/nICEr/nicer.gyp
vendored
2
media/mtransport/third_party/nICEr/nicer.gyp
vendored
@ -124,7 +124,7 @@
|
||||
'USE_TURN',
|
||||
'NR_SOCKET_IS_VOID_PTR',
|
||||
'restrict=',
|
||||
'R_PLATFORM_INT_TYPES=\'"mozilla/StandardInteger.h"\'',
|
||||
'R_PLATFORM_INT_TYPES=\'<stdint.h>\'',
|
||||
'R_DEFINED_INT2=int16_t',
|
||||
'R_DEFINED_UINT2=uint16_t',
|
||||
'R_DEFINED_INT4=int32_t',
|
||||
|
@ -137,7 +137,7 @@
|
||||
|
||||
'defines' : [
|
||||
'SANITY_CHECKS',
|
||||
'R_PLATFORM_INT_TYPES=\'"mozilla/StandardInteger.h"\'',
|
||||
'R_PLATFORM_INT_TYPES=\'<stdint.h>\'',
|
||||
'R_DEFINED_INT2=int16_t',
|
||||
'R_DEFINED_UINT2=uint16_t',
|
||||
'R_DEFINED_INT4=int32_t',
|
||||
|
@ -168,8 +168,8 @@
|
||||
'WEBRTC_RELATIVE_PATH',
|
||||
'HAVE_WEBRTC_VIDEO',
|
||||
'HAVE_WEBRTC_VOICE',
|
||||
'HAVE_STDINT_H=1',
|
||||
'HAVE_STDLIB_H=1',
|
||||
'INTEGER_TYPES_H="\\"mozilla/StandardInteger.h\\""',
|
||||
'HAVE_UINT8_T=1',
|
||||
'HAVE_UINT16_T=1',
|
||||
'HAVE_UINT32_T=1',
|
||||
@ -222,8 +222,7 @@
|
||||
'WIN32',
|
||||
'GIPS_VER=3480',
|
||||
'SIPCC_BUILD',
|
||||
'HAVE_WINSOCK2_H',
|
||||
'CPR_STDINT_INCLUDE=\\"mozilla/StandardInteger.h\\"'
|
||||
'HAVE_WINSOCK2_H'
|
||||
],
|
||||
|
||||
'cflags_mozilla': [
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include <stdint.h> // for uintptr_t
|
||||
#endif
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include <stdint.h>
|
||||
typedef uint64_t uint64;
|
||||
typedef int64_t int64;
|
||||
#if defined(_MSC_VER)
|
||||
|
@ -16,9 +16,9 @@
|
||||
|
||||
#include "mozilla/Assertions.h"
|
||||
#include "mozilla/Likely.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include "mozilla/Util.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
namespace mozilla {
|
||||
|
@ -12,12 +12,12 @@
|
||||
// Enable relying of Mozilla's MFBT for possibly-available C++11 features
|
||||
#define MOZ_CHECKEDINT_USE_MFBT
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef MOZ_CHECKEDINT_USE_MFBT
|
||||
# include "mozilla/Assertions.h"
|
||||
# include "mozilla/StandardInteger.h"
|
||||
#else
|
||||
# include <cassert>
|
||||
# include <stdint.h>
|
||||
# define MOZ_STATIC_ASSERT(cond, reason) assert((cond) && reason)
|
||||
# define MOZ_ASSERT(cond, reason) assert((cond) && reason)
|
||||
# define MOZ_DELETE
|
||||
|
@ -67,9 +67,9 @@
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/Compiler.h"
|
||||
#include "mozilla/DebugOnly.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include "mozilla/TypeTraits.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
#if defined(_MSC_VER) && _MSC_VER >= 1300
|
||||
|
@ -10,7 +10,8 @@
|
||||
#define mozilla_EnumSet_h
|
||||
|
||||
#include "mozilla/Assertions.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
namespace mozilla {
|
||||
|
||||
|
@ -12,7 +12,8 @@
|
||||
#include "mozilla/Assertions.h"
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/Casting.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
namespace mozilla {
|
||||
|
||||
|
@ -48,9 +48,10 @@
|
||||
|
||||
#include "mozilla/Assertions.h"
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include "mozilla/Types.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace mozilla {
|
||||
|
||||
|
@ -10,11 +10,11 @@
|
||||
#define mozilla_MathAlgorithms_h
|
||||
|
||||
#include "mozilla/Assertions.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include "mozilla/TypeTraits.h"
|
||||
|
||||
#include <cmath>
|
||||
#include <limits.h>
|
||||
#include <stdint.h>
|
||||
|
||||
namespace mozilla {
|
||||
|
||||
|
@ -13,9 +13,10 @@
|
||||
#define mozilla_Poison_h
|
||||
|
||||
#include "mozilla/Assertions.h"
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include "mozilla/Types.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
MOZ_BEGIN_EXTERN_C
|
||||
|
||||
extern MFBT_DATA uintptr_t gMozillaPoisonValue;
|
||||
|
@ -9,10 +9,10 @@
|
||||
#ifndef mozilla_SHA1_h
|
||||
#define mozilla_SHA1_h
|
||||
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include "mozilla/Types.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
namespace mozilla {
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user