author | Igor <palmieri.igor@gmail.com> |
Sun, 14 Aug 2016 23:43:21 -0700 | |
changeset 309387 | f881b700b183e9c4bb83cd9e0ae450082fb947e9 |
parent 309386 | 86fac0f27d7dc7b464edaabd0629b248dbfde9bb |
child 309388 | ea917aa02159187ba9e44be56b4d329fc114e87c |
push id | 30561 |
push user | kwierso@gmail.com |
push date | Mon, 15 Aug 2016 21:20:49 +0000 |
treeherder | mozilla-central@91a319101587 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | froydnj |
bugs | 1293384 |
milestone | 51.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/accessible/atk/AccessibleWrap.cpp +++ b/accessible/atk/AccessibleWrap.cpp @@ -22,17 +22,17 @@ #include "nsStateMap.h" #include "mozilla/a11y/Platform.h" #include "Relation.h" #include "RootAccessible.h" #include "States.h" #include "nsISimpleEnumerator.h" #include "mozilla/ArrayUtils.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "nsXPCOMStrings.h" #include "nsComponentManagerUtils.h" #include "nsIPersistentProperties2.h" using namespace mozilla; using namespace mozilla::a11y; MaiAtkObject::EAvailableAtkSignals MaiAtkObject::gAvailableAtkSignals =
--- a/browser/components/shell/nsGNOMEShellService.cpp +++ b/browser/components/shell/nsGNOMEShellService.cpp @@ -22,17 +22,17 @@ #include "nsIOutputStream.h" #include "nsIProcess.h" #include "nsServiceManagerUtils.h" #include "nsComponentManagerUtils.h" #include "nsIDOMHTMLImageElement.h" #include "nsIImageLoadingContent.h" #include "imgIRequest.h" #include "imgIContainer.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #if defined(MOZ_WIDGET_GTK) #include "nsIImageToPixbuf.h" #endif #include "nsXULAppAPI.h" #include <glib.h> #include <glib-object.h> #include <gtk/gtk.h>
--- a/dom/base/FragmentOrElement.cpp +++ b/dom/base/FragmentOrElement.cpp @@ -107,17 +107,17 @@ #ifdef MOZ_XUL #include "nsIXULDocument.h" #endif /* MOZ_XUL */ #include "nsCCUncollectableMarker.h" #include "mozAutoDocUpdate.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "nsDOMMutationObserver.h" #include "nsWrapperCacheInlines.h" #include "nsCycleCollector.h" #include "xpcpublic.h" #include "nsIScriptError.h" #include "mozilla/Telemetry.h" #include "mozilla/CORSMode.h"
--- a/dom/base/NodeInfo.cpp +++ b/dom/base/NodeInfo.cpp @@ -19,17 +19,17 @@ #include "nsNodeInfoManager.h" #include "nsCOMPtr.h" #include "nsString.h" #include "nsIAtom.h" #include "nsDOMString.h" #include "nsCRT.h" #include "nsContentUtils.h" #include "nsReadableUtils.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "nsIDocument.h" #include "nsGkAtoms.h" #include "nsCCUncollectableMarker.h" #include "nsNameSpaceManager.h" using namespace mozilla; using mozilla::dom::NodeInfo;
--- a/dom/base/nsDocument.cpp +++ b/dom/base/nsDocument.cpp @@ -18,17 +18,17 @@ #include "mozilla/EffectSet.h" #include "mozilla/IntegerRange.h" #include "mozilla/MemoryReporting.h" #include "mozilla/Likely.h" #include <algorithm> #include "mozilla/Logging.h" #include "plstr.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "mozilla/Telemetry.h" #include "nsIInterfaceRequestor.h" #include "nsIInterfaceRequestorUtils.h" #include "nsILoadContext.h" #include "nsITextControlFrame.h" #include "nsUnicharUtils.h" #include "nsContentList.h"
--- a/dom/base/nsGenericDOMDataNode.cpp +++ b/dom/base/nsGenericDOMDataNode.cpp @@ -30,17 +30,17 @@ #include "nsNodeUtils.h" #include "mozilla/dom/DirectionalityUtils.h" #include "nsBindingManager.h" #include "nsCCUncollectableMarker.h" #include "mozAutoDocUpdate.h" #include "nsTextNode.h" #include "PLDHashTable.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "nsWrapperCacheInlines.h" using namespace mozilla; using namespace mozilla::dom; nsGenericDOMDataNode::nsGenericDOMDataNode(already_AddRefed<mozilla::dom::NodeInfo>& aNodeInfo) : nsIContent(aNodeInfo) {
--- a/dom/base/nsGlobalWindow.cpp +++ b/dom/base/nsGlobalWindow.cpp @@ -54,17 +54,17 @@ #include "jsapi.h" // for JSAutoRequest #include "jswrapper.h" #include "nsReadableUtils.h" #include "nsDOMClassInfo.h" #include "nsJSEnvironment.h" #include "ScriptSettings.h" #include "mozilla/Preferences.h" #include "mozilla/Likely.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "mozilla/unused.h" // Other Classes #include "mozilla/dom/BarProps.h" #include "nsContentCID.h" #include "nsLayoutStatics.h" #include "nsCCUncollectableMarker.h" #include "mozilla/dom/workers/Workers.h"
--- a/dom/base/nsXMLContentSerializer.cpp +++ b/dom/base/nsXMLContentSerializer.cpp @@ -18,17 +18,17 @@ #include "nsIDOMDocumentType.h" #include "nsIContent.h" #include "nsIDocument.h" #include "nsIDocumentEncoder.h" #include "nsIParserService.h" #include "nsNameSpaceManager.h" #include "nsTextFragment.h" #include "nsString.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "nsUnicharUtils.h" #include "nsCRT.h" #include "nsContentUtils.h" #include "nsAttrName.h" #include "nsILineBreaker.h" #include "mozilla/dom/Element.h" #include "nsParserConstants.h"
--- a/dom/bindings/BindingUtils.cpp +++ b/dom/bindings/BindingUtils.cpp @@ -28,17 +28,17 @@ #include "nsIXPConnect.h" #include "nsUTF8Utils.h" #include "WorkerPrivate.h" #include "WorkerRunnable.h" #include "WrapperFactory.h" #include "xpcprivate.h" #include "XrayWrapper.h" #include "nsPrintfCString.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "nsGlobalWindow.h" #include "mozilla/dom/ScriptSettings.h" #include "mozilla/dom/DOMError.h" #include "mozilla/dom/DOMErrorBinding.h" #include "mozilla/dom/DOMException.h" #include "mozilla/dom/ElementBinding.h" #include "mozilla/dom/HTMLObjectElement.h"
--- a/dom/events/DOMEventTargetHelper.cpp +++ b/dom/events/DOMEventTargetHelper.cpp @@ -1,17 +1,17 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set ts=8 sts=2 et sw=2 tw=80: */ /* This Source Code Form is subject to the terms of the Mozilla Public * 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 "nsContentUtils.h" #include "nsIDocument.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "nsGlobalWindow.h" #include "ScriptSettings.h" #include "mozilla/DOMEventTargetHelper.h" #include "mozilla/EventDispatcher.h" #include "mozilla/EventListenerManager.h" #include "mozilla/Likely.h" namespace mozilla {
--- a/dom/ipc/CrashReporterParent.cpp +++ b/dom/ipc/CrashReporterParent.cpp @@ -1,15 +1,15 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set ts=8 sts=2 et sw=2 tw=80: */ /* This Source Code Form is subject to the terms of the Mozilla Public * 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 "CrashReporterParent.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "mozilla/dom/ContentParent.h" #include "nsAutoPtr.h" #include "nsXULAppAPI.h" #include <time.h> #include "mozilla/Telemetry.h" #ifdef MOZ_CRASHREPORTER
--- a/dom/media/AudioStream.cpp +++ b/dom/media/AudioStream.cpp @@ -7,17 +7,17 @@ #include <math.h> #include <string.h> #include "mozilla/Logging.h" #include "prdtoa.h" #include "AudioStream.h" #include "VideoUtils.h" #include "mozilla/Monitor.h" #include "mozilla/Mutex.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include <algorithm> #include "mozilla/Telemetry.h" #include "CubebUtils.h" #include "nsPrintfCString.h" #include "gfxPrefs.h" #include "AudioConverter.h" namespace mozilla {
--- a/dom/media/MediaManager.cpp +++ b/dom/media/MediaManager.cpp @@ -51,17 +51,17 @@ #include "MediaTrackConstraints.h" #include "VideoUtils.h" #include "Latency.h" #include "nsProxyRelease.h" #include "nsNullPrincipal.h" #include "nsVariant.h" // For snprintf -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "nsJSUtils.h" #include "nsGlobalWindow.h" #include "nsIUUIDGenerator.h" #include "nspr.h" #include "nss.h" #include "pk11pub.h"
--- a/dom/media/mediasource/MediaSource.cpp +++ b/dom/media/mediasource/MediaSource.cpp @@ -25,17 +25,17 @@ #include "nsIRunnable.h" #include "nsIScriptObjectPrincipal.h" #include "nsPIDOMWindow.h" #include "nsString.h" #include "nsThreadUtils.h" #include "mozilla/Logging.h" #include "nsServiceManagerUtils.h" #include "gfxPlatform.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" struct JSContext; class JSObject; mozilla::LogModule* GetMediaSourceLog() { static mozilla::LazyLogModule sLogModule("MediaSource"); return sLogModule;
--- a/dom/media/mediasource/ResourceQueue.cpp +++ b/dom/media/mediasource/ResourceQueue.cpp @@ -4,17 +4,17 @@ * 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 "ResourceQueue.h" #include "nsDeque.h" #include "MediaData.h" #include "mozilla/ErrorResult.h" #include "mozilla/Logging.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" extern mozilla::LogModule* GetSourceBufferResourceLog(); #define SBR_DEBUG(arg, ...) MOZ_LOG(GetSourceBufferResourceLog(), mozilla::LogLevel::Debug, ("ResourceQueue(%p)::%s: " arg, this, __func__, ##__VA_ARGS__)) #define SBR_DEBUGV(arg, ...) MOZ_LOG(GetSourceBufferResourceLog(), mozilla::LogLevel::Verbose, ("ResourceQueue(%p)::%s: " arg, this, __func__, ##__VA_ARGS__)) namespace mozilla {
--- a/dom/media/webm/WebMDemuxer.cpp +++ b/dom/media/webm/WebMDemuxer.cpp @@ -16,17 +16,17 @@ #include "mozilla/EndianUtils.h" #include "mozilla/SharedThreadPool.h" #include "MediaDataDemuxer.h" #include "nsAutoPtr.h" #include "nsAutoRef.h" #include "NesteggPacketHolder.h" #include "XiphExtradata.h" #include "prprf.h" // leaving it for PR_vsnprintf() -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include <algorithm> #include <stdint.h> #define VPX_DONT_DEFINE_STDINT_TYPES #include "vpx/vp8dx.h" #include "vpx/vpx_decoder.h"
--- a/dom/media/webrtc/RTCCertificate.cpp +++ b/dom/media/webrtc/RTCCertificate.cpp @@ -8,17 +8,17 @@ #include <cmath> #include "cert.h" #include "jsapi.h" #include "mozilla/dom/CryptoKey.h" #include "mozilla/dom/RTCCertificateBinding.h" #include "mozilla/dom/WebCryptoCommon.h" #include "mozilla/dom/WebCryptoTask.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include <cstdio> namespace mozilla { namespace dom { #define RTCCERTIFICATE_SC_VERSION 0x00000001
--- a/dom/plugins/base/nsPluginHost.cpp +++ b/dom/plugins/base/nsPluginHost.cpp @@ -68,17 +68,17 @@ #include "nsIXULRuntime.h" // for the dialog #include "nsIWindowWatcher.h" #include "nsIDOMElement.h" #include "nsIDOMWindow.h" #include "nsNetCID.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "nsThreadUtils.h" #include "nsIInputStreamTee.h" #include "nsQueryObject.h" #include "nsDirectoryServiceDefs.h" #include "nsAppDirectoryServiceDefs.h" #include "nsPluginDirServiceProvider.h"
--- a/dom/system/gonk/NetworkUtils.cpp +++ b/dom/system/gonk/NetworkUtils.cpp @@ -10,17 +10,17 @@ * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ #include "NetworkUtils.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "SystemProperty.h" #include <android/log.h> #include <limits> #include "mozilla/dom/network/NetUtils.h" #include "mozilla/fallible.h" #include "base/task.h"
--- a/dom/wifi/WifiHotspotUtils.cpp +++ b/dom/wifi/WifiHotspotUtils.cpp @@ -9,17 +9,17 @@ #include <errno.h> #include <string.h> #include <dirent.h> #include <stdlib.h> #include <cutils/properties.h> #include "prinit.h" #include "mozilla/Assertions.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "nsDebug.h" #include "nsPrintfCString.h" static void* sWifiHotspotUtilsLib; static PRCallOnceType sInitWifiHotspotUtilsLib; // Socket pair used to exit from a blocking read. static struct wpa_ctrl* ctrl_conn; static const char *ctrl_iface_dir = "/data/misc/wifi/hostapd";
--- a/dom/wifi/WifiUtils.cpp +++ b/dom/wifi/WifiUtils.cpp @@ -4,17 +4,17 @@ * 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 "WifiUtils.h" #include <dlfcn.h> #include <errno.h> #include <cutils/properties.h> #include "prinit.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "js/CharacterEncoding.h" using namespace mozilla::dom; #define BUFFER_SIZE 4096 #define COMMAND_SIZE 256 // Intentionally not trying to dlclose() this handle. That's playing
--- a/extensions/auth/nsHttpNegotiateAuth.cpp +++ b/extensions/auth/nsHttpNegotiateAuth.cpp @@ -32,17 +32,17 @@ #include "nsNetCID.h" #include "plbase64.h" #include "plstr.h" #include "prprf.h" #include "mozilla/Logging.h" #include "prmem.h" #include "prnetdb.h" #include "mozilla/Likely.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "nsIChannel.h" #include "nsNetUtil.h" #include "nsThreadUtils.h" #include "nsIHttpAuthenticatorCallback.h" #include "mozilla/Mutex.h" #include "nsICancelable.h" //-----------------------------------------------------------------------------
--- a/gfx/layers/composite/FPSCounter.cpp +++ b/gfx/layers/composite/FPSCounter.cpp @@ -13,17 +13,17 @@ #include "mozilla/layers/Compositor.h" // for Compositor #include "mozilla/layers/CompositorTypes.h" #include "mozilla/layers/Effects.h" // for Effect, EffectChain, etc #include "mozilla/TimeStamp.h" // for TimeStamp, TimeDuration #include "nsPoint.h" // for nsIntPoint #include "nsRect.h" // for mozilla::gfx::IntRect #include "nsIFile.h" // for nsIFile #include "nsDirectoryServiceDefs.h" // for NS_OS_TMP_DIR -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "FPSCounter.h" namespace mozilla { namespace layers { using namespace mozilla::gfx; FPSCounter::FPSCounter(const char* aName)
--- a/gfx/tests/gtest/TestColorNames.cpp +++ b/gfx/tests/gtest/TestColorNames.cpp @@ -3,17 +3,17 @@ * 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 "gtest/gtest.h" #include <string.h> #include "nsColor.h" #include "nsColorNames.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "nsString.h" #include "mozilla/ArrayUtils.h" // define an array of all color names #define GFX_COLOR(_name, _value) #_name, static const char* const kColorNames[] = { #include "nsColorNameList.h" };
--- a/gfx/thebes/gfxFontUtils.cpp +++ b/gfx/thebes/gfxFontUtils.cpp @@ -9,17 +9,17 @@ #include "gfxFontUtils.h" #include "nsServiceManagerUtils.h" #include "mozilla/dom/EncodingUtils.h" #include "mozilla/Preferences.h" #include "mozilla/Services.h" #include "mozilla/BinarySearch.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "nsCOMPtr.h" #include "nsIUUIDGenerator.h" #include "nsIUnicodeDecoder.h" #include "harfbuzz/hb.h" #include "plbase64.h"
--- a/gfx/thebes/gfxHarfBuzzShaper.cpp +++ b/gfx/thebes/gfxHarfBuzzShaper.cpp @@ -4,17 +4,17 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "nsString.h" #include "gfxContext.h" #include "gfxFontConstants.h" #include "gfxHarfBuzzShaper.h" #include "gfxFontUtils.h" #include "gfxTextRun.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "nsUnicodeProperties.h" #include "nsUnicodeScriptCodes.h" #include "nsUnicodeNormalizer.h" #include "harfbuzz/hb.h" #include "harfbuzz/hb-ot.h" #if ENABLE_INTL_API // ICU is available: we'll use it for Unicode composition
--- a/gfx/thebes/gfxTextRun.cpp +++ b/gfx/thebes/gfxTextRun.cpp @@ -5,17 +5,17 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "gfxTextRun.h" #include "gfxGlyphExtents.h" #include "gfxPlatformFontList.h" #include "gfxUserFontSet.h" #include "mozilla/gfx/2D.h" #include "mozilla/gfx/PathHelpers.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "nsGkAtoms.h" #include "nsILanguageAtomService.h" #include "nsServiceManagerUtils.h" #include "gfxContext.h" #include "gfxFontConstants.h" #include "gfxFontMissingGlyphs.h" #include "gfxScriptItemizer.h"
--- a/gfx/thebes/gfxWindowsPlatform.cpp +++ b/gfx/thebes/gfxWindowsPlatform.cpp @@ -11,17 +11,17 @@ #include "gfxImageSurface.h" #include "gfxWindowsSurface.h" #include "nsUnicharUtils.h" #include "mozilla/Preferences.h" #include "mozilla/Services.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "mozilla/WindowsVersion.h" #include "nsServiceManagerUtils.h" #include "nsTArray.h" #include "mozilla/Telemetry.h" #include "GeckoProfiler.h" #include "nsIWindowsRegKey.h" #include "nsIFile.h"
--- a/image/decoders/icon/nsIconURI.cpp +++ b/image/decoders/icon/nsIconURI.cpp @@ -4,17 +4,17 @@ * This Source Code Form is subject to the terms of the Mozilla Public * 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 "nsIconURI.h" #include "mozilla/ArrayUtils.h" #include "mozilla/ipc/URIUtils.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "nsIIOService.h" #include "nsIURL.h" #include "nsNetUtil.h" #include "plstr.h" #include <stdlib.h> using namespace mozilla;
--- a/intl/locale/nsScriptableDateFormat.cpp +++ b/intl/locale/nsScriptableDateFormat.cpp @@ -1,14 +1,14 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * 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/Snprintf.h" +#include "mozilla/Sprintf.h" #include "nsILocaleService.h" #include "nsDateTimeFormatCID.h" #include "nsIDateTimeFormat.h" #include "nsIScriptableDateFormat.h" #include "nsCOMPtr.h" #include "nsServiceManagerUtils.h" static NS_DEFINE_CID(kLocaleServiceCID, NS_LOCALESERVICE_CID);
--- a/intl/locale/unix/nsPosixLocale.cpp +++ b/intl/locale/unix/nsPosixLocale.cpp @@ -1,17 +1,17 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * 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 "nscore.h" #include "nsString.h" #include "nsPosixLocale.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "plstr.h" #include "nsReadableUtils.h" static bool ParseLocaleString(const char* locale_string, char* language, char* country, char* extra, char separator); nsresult nsPosixLocale::GetPlatformLocale(const nsAString& locale, nsACString& posixLocale)
--- a/intl/unicharutil/tests/NormalizationTest.cpp +++ b/intl/unicharutil/tests/NormalizationTest.cpp @@ -5,17 +5,17 @@ #include <stdio.h> #include "gtest/gtest.h" #include "nsXPCOM.h" #include "nsIUnicodeNormalizer.h" #include "nsString.h" #include "nsCharTraits.h" #include "nsServiceManagerUtils.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" struct testcaseLine { wchar_t* c1; wchar_t* c2; wchar_t* c3; wchar_t* c4; wchar_t* c5; char* description;
--- a/ipc/glue/GeckoChildProcessHost.cpp +++ b/ipc/glue/GeckoChildProcessHost.cpp @@ -14,17 +14,17 @@ #ifdef MOZ_WIDGET_COCOA #include "chrome/common/mach_ipc_mac.h" #include "base/rand_util.h" #include "nsILocalFileMac.h" #include "SharedMemoryBasic.h" #endif #include "MainThreadUtils.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "prenv.h" #include "nsXPCOMPrivate.h" #include "nsExceptionHandler.h" #include "nsDirectoryServiceDefs.h" #include "nsIFile.h" #include "nsPrintfCString.h"
--- a/ipc/glue/MessageChannel.cpp +++ b/ipc/glue/MessageChannel.cpp @@ -9,17 +9,17 @@ #include "mozilla/ipc/ProtocolUtils.h" #include "mozilla/dom/ScriptSettings.h" #include "mozilla/Assertions.h" #include "mozilla/DebugOnly.h" #include "mozilla/Move.h" #include "mozilla/SizePrintfMacros.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "mozilla/Telemetry.h" #include "mozilla/Logging.h" #include "nsAutoPtr.h" #include "nsDebug.h" #include "nsISupportsImpl.h" #include "nsContentUtils.h" using mozilla::Move;
--- a/ipc/netd/Netd.cpp +++ b/ipc/netd/Netd.cpp @@ -11,17 +11,17 @@ #include "android/log.h" #include "base/task.h" #include "nsWhitespaceTokenizer.h" #include "nsXULAppAPI.h" #include "nsString.h" #include "nsThreadUtils.h" #include "mozilla/RefPtr.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "SystemProperty.h" #define NETD_LOG(args...) __android_log_print(ANDROID_LOG_INFO, "Gonk", args) #define ICS_SYS_USB_RNDIS_MAC "/sys/class/android_usb/android0/f_rndis/ethaddr" #define INVALID_SOCKET -1 #define MAX_RECONNECT_TIMES 10 using mozilla::system::Property;
--- a/js/src/builtin/TestingFunctions.cpp +++ b/js/src/builtin/TestingFunctions.cpp @@ -3,17 +3,17 @@ * This Source Code Form is subject to the terms of the Mozilla Public * 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 "builtin/TestingFunctions.h" #include "mozilla/FloatingPoint.h" #include "mozilla/Move.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "mozilla/unused.h" #include <cmath> #include "jsapi.h" #include "jscntxt.h" #include "jsfriendapi.h" #include "jsgc.h"
--- a/js/src/ctypes/CTypes.cpp +++ b/js/src/ctypes/CTypes.cpp @@ -4,17 +4,17 @@ * 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 "ctypes/CTypes.h" #include "mozilla/FloatingPoint.h" #include "mozilla/MemoryReporting.h" #include "mozilla/SizePrintfMacros.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "mozilla/Vector.h" #include <limits> #include <math.h> #include <stdint.h> #if defined(XP_WIN) #include <float.h>
--- a/js/src/gc/Statistics.cpp +++ b/js/src/gc/Statistics.cpp @@ -5,17 +5,17 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "gc/Statistics.h" #include "mozilla/ArrayUtils.h" #include "mozilla/DebugOnly.h" #include "mozilla/IntegerRange.h" #include "mozilla/PodOperations.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include <ctype.h> #include <stdarg.h> #include <stdio.h> #include "jsprf.h" #include "jsutil.h"
--- a/js/src/jsdate.cpp +++ b/js/src/jsdate.cpp @@ -14,17 +14,17 @@ * * Frederick Brooks, 'The Second-System Effect'. */ #include "jsdate.h" #include "mozilla/ArrayUtils.h" #include "mozilla/FloatingPoint.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include <ctype.h> #include <math.h> #include <string.h> #include "jsapi.h" #include "jscntxt.h" #include "jsnum.h"
--- a/js/src/jsopcode.cpp +++ b/js/src/jsopcode.cpp @@ -8,17 +8,17 @@ * JS bytecode descriptors, disassemblers, and (expression) decompilers. */ #include "jsopcodeinlines.h" #define __STDC_FORMAT_MACROS #include "mozilla/SizePrintfMacros.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include <algorithm> #include <ctype.h> #include <inttypes.h> #include <stdio.h> #include <string.h> #include "jsapi.h"
--- a/js/src/jsprf.cpp +++ b/js/src/jsprf.cpp @@ -7,17 +7,17 @@ /* * Portable safe sprintf code. * * Author: Kipp E.B. Hickman */ #include "jsprf.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "mozilla/Vector.h" #include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "jsalloc.h"
--- a/js/src/shell/js.cpp +++ b/js/src/shell/js.cpp @@ -9,17 +9,17 @@ #include "mozilla/ArrayUtils.h" #include "mozilla/Atomics.h" #include "mozilla/DebugOnly.h" #include "mozilla/GuardObjects.h" #include "mozilla/IntegerPrintfMacros.h" #include "mozilla/mozalloc.h" #include "mozilla/PodOperations.h" #include "mozilla/SizePrintfMacros.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "mozilla/TimeStamp.h" #ifdef XP_WIN # include <direct.h> # include <process.h> #endif #include <errno.h> #include <fcntl.h>
--- a/layout/base/nsPresShell.cpp +++ b/layout/base/nsPresShell.cpp @@ -26,17 +26,17 @@ #include "mozilla/EventStateManager.h" #include "mozilla/EventStates.h" #include "mozilla/IMEStateManager.h" #include "mozilla/InitializerList.h" #include "mozilla/MemoryReporting.h" #include "mozilla/dom/TabChild.h" #include "mozilla/Likely.h" #include "mozilla/MouseEvents.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "mozilla/TextEvents.h" #include "mozilla/TouchEvents.h" #include "mozilla/UniquePtr.h" #include "mozilla/unused.h" #include "mozilla/StyleBackendType.h" #include <algorithm> #ifdef XP_WIN
--- a/layout/generic/nsAbsoluteContainingBlock.cpp +++ b/layout/generic/nsAbsoluteContainingBlock.cpp @@ -13,17 +13,17 @@ #include "nsContainerFrame.h" #include "nsGkAtoms.h" #include "nsIPresShell.h" #include "mozilla/ReflowInput.h" #include "nsPresContext.h" #include "nsCSSFrameConstructor.h" #include "nsGridContainerFrame.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #ifdef DEBUG #include "nsBlockFrame.h" static void PrettyUC(nscoord aSize, char* aBuf, int aBufSize) { if (NS_UNCONSTRAINEDSIZE == aSize) { strcpy(aBuf, "UC");
--- a/layout/generic/nsBlockFrame.cpp +++ b/layout/generic/nsBlockFrame.cpp @@ -28,17 +28,17 @@ #include "nsFrameManager.h" #include "nsPresContext.h" #include "nsIPresShell.h" #include "nsStyleContext.h" #include "nsHTMLParts.h" #include "nsGkAtoms.h" #include "nsGenericHTMLElement.h" #include "nsAttrValueInlines.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "nsFloatManager.h" #include "prenv.h" #include "plstr.h" #include "nsError.h" #include "nsIScrollableFrame.h" #include <algorithm> #ifdef ACCESSIBILITY #include "nsIDOMHTMLDocument.h"
--- a/layout/generic/nsFrame.cpp +++ b/layout/generic/nsFrame.cpp @@ -12,17 +12,17 @@ #include <algorithm> #include "gfx2DGlue.h" #include "gfxUtils.h" #include "mozilla/Attributes.h" #include "mozilla/DebugOnly.h" #include "mozilla/gfx/2D.h" #include "mozilla/gfx/PathHelpers.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "nsCOMPtr.h" #include "nsFrameList.h" #include "nsPlaceholderFrame.h" #include "nsIContent.h" #include "nsContentUtils.h" #include "nsCSSPseudoElements.h" #include "nsIAtom.h" @@ -32,17 +32,17 @@ #include "nsTableWrapperFrame.h" #include "nsView.h" #include "nsViewManager.h" #include "nsIScrollableFrame.h" #include "nsPresContext.h" #include "nsStyleConsts.h" #include "nsIPresShell.h" #include "mozilla/Logging.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "nsFrameManager.h" #include "nsLayoutUtils.h" #include "mozilla/RestyleManager.h" #include "mozilla/RestyleManagerHandle.h" #include "mozilla/RestyleManagerHandleInlines.h" #include "nsIDOMNode.h" #include "nsISelection.h"
--- a/layout/generic/nsLineBox.cpp +++ b/layout/generic/nsLineBox.cpp @@ -12,17 +12,17 @@ #include "mozilla/Assertions.h" #include "mozilla/Likely.h" #include "mozilla/WritingModes.h" #include "nsBidiPresUtils.h" #include "nsFrame.h" #include "nsIFrameInlines.h" #include "nsPresArena.h" #include "nsPrintfCString.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #ifdef DEBUG static int32_t ctorCount; int32_t nsLineBox::GetCtorCount() { return ctorCount; } #endif #ifndef _MSC_VER // static nsLineBox constant; initialized in the header file.
--- a/layout/mathml/nsMathMLChar.cpp +++ b/layout/mathml/nsMathMLChar.cpp @@ -26,17 +26,17 @@ #include "nsIPersistentProperties2.h" #include "nsIObserverService.h" #include "nsIObserver.h" #include "nsNetUtil.h" #include "nsContentUtils.h" #include "mozilla/LookAndFeel.h" #include "nsCSSRendering.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "nsDisplayList.h" #include "nsMathMLOperators.h" #include <algorithm> #include "gfxMathTable.h" #include "nsUnicodeScriptCodes.h"
--- a/layout/style/FontFaceSet.cpp +++ b/layout/style/FontFaceSet.cpp @@ -13,17 +13,17 @@ #include "mozilla/dom/FontFaceSetIterator.h" #include "mozilla/dom/FontFaceSetLoadEvent.h" #include "mozilla/dom/FontFaceSetLoadEventBinding.h" #include "mozilla/dom/Promise.h" #include "mozilla/AsyncEventDispatcher.h" #include "mozilla/Logging.h" #include "mozilla/Preferences.h" #include "mozilla/SizePrintfMacros.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "mozilla/Telemetry.h" #include "nsAutoPtr.h" #include "nsContentPolicyUtils.h" #include "nsCSSParser.h" #include "nsDeviceContext.h" #include "nsFontFaceLoader.h" #include "nsIConsoleService.h" #include "nsIContentPolicy.h"
--- a/layout/style/nsCSSParser.cpp +++ b/layout/style/nsCSSParser.cpp @@ -40,17 +40,17 @@ #include "nsCSSAnonBoxes.h" #include "nsNameSpaceManager.h" #include "nsXMLNameSpaceMap.h" #include "nsError.h" #include "nsIMediaList.h" #include "nsStyleUtil.h" #include "nsIPrincipal.h" #include "nsICSSUnprefixingService.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "nsContentUtils.h" #include "nsAutoPtr.h" #include "CSSCalc.h" #include "nsMediaFeatures.h" #include "nsLayoutUtils.h" #include "mozilla/Preferences.h" #include "nsRuleData.h" #include "mozilla/CSSVariableValues.h"
--- a/media/gmp-clearkey/0.1/openaes/oaes_lib.c +++ b/media/gmp-clearkey/0.1/openaes/oaes_lib.c @@ -28,17 +28,17 @@ * --------------------------------------------------------------------------- */ #include <stdlib.h> #include <stddef.h> #include <time.h> #include <string.h> -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #ifdef WIN32 #include <process.h> #endif #include "oaes_config.h" #include "oaes_lib.h"
--- a/mfbt/JSONWriter.h +++ b/mfbt/JSONWriter.h @@ -90,17 +90,17 @@ // readability. #ifndef mozilla_JSONWriter_h #define mozilla_JSONWriter_h #include "mozilla/double-conversion.h" #include "mozilla/IntegerPrintfMacros.h" #include "mozilla/PodOperations.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "mozilla/UniquePtr.h" #include "mozilla/Vector.h" #include <stdio.h> namespace mozilla { // A quasi-functor for JSONWriter. We don't use a true functor because that
deleted file mode 100644 --- a/mfbt/Snprintf.h +++ /dev/null @@ -1,35 +0,0 @@ -/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set ts=8 sts=2 et sw=2 tw=80: */ -/* This Source Code Form is subject to the terms of the Mozilla Public - * 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/. */ - -/* Polyfills snprintf() on platforms that don't provide it, and provides - * related utilities. */ - -#ifndef mozilla_Snprintf_h_ -#define mozilla_Snprintf_h_ - -#include <stdio.h> -#include <stdarg.h> - -// In addition, in C++ code, on all platforms, provide an snprintf_literal() -// function which uses template argument deduction to deduce the size of the -// buffer, avoiding the need for the user to pass it in explicitly. -#ifdef __cplusplus -template <size_t N> -#if defined(__GNUC__) - __attribute__((format(printf, 2, 3))) -#endif -int SprintfLiteral(char (&buffer)[N], const char* format, ...) -{ - va_list args; - va_start(args, format); - int result = vsnprintf(buffer, N, format, args); - va_end(args); - buffer[N - 1] = '\0'; - return result; -} -#endif - -#endif /* mozilla_Snprintf_h_ */
new file mode 100644 --- /dev/null +++ b/mfbt/Sprintf.h @@ -0,0 +1,31 @@ +/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ +/* vim: set ts=8 sts=2 et sw=2 tw=80: */ +/* This Source Code Form is subject to the terms of the Mozilla Public + * 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/. */ + +/* Provides a safer sprintf for printing to fixed-size character arrays. */ + +#ifndef mozilla_Sprintf_h_ +#define mozilla_Sprintf_h_ + +#include <stdio.h> +#include <stdarg.h> + +#ifdef __cplusplus +template <size_t N> +#if defined(__GNUC__) + __attribute__((format(printf, 2, 3))) +#endif +int SprintfLiteral(char (&buffer)[N], const char* format, ...) +{ + va_list args; + va_start(args, format); + int result = vsnprintf(buffer, N, format, args); + va_end(args); + buffer[N - 1] = '\0'; + return result; +} +#endif + +#endif /* mozilla_Sprintf_h_ */
--- a/mfbt/moz.build +++ b/mfbt/moz.build @@ -77,18 +77,18 @@ EXPORTS.mozilla = [ 'ReverseIterator.h', 'RollingMean.h', 'Saturate.h', 'Scoped.h', 'ScopeExit.h', 'SegmentedVector.h', 'SHA1.h', 'SizePrintfMacros.h', - 'Snprintf.h', 'SplayTree.h', + 'Sprintf.h', 'StaticAnalysisFunctions.h', 'TaggedAnonymousMemory.h', 'TemplateLib.h', 'ThreadLocal.h', 'ToString.h', 'Tuple.h', 'TypedEnumBits.h', 'Types.h',
--- a/mfbt/tests/TestIntegerPrintfMacros.cpp +++ b/mfbt/tests/TestIntegerPrintfMacros.cpp @@ -1,17 +1,17 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set ts=8 sts=2 et sw=2 tw=80: */ /* This Source Code Form is subject to the terms of the Mozilla Public * 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/Assertions.h" #include "mozilla/IntegerPrintfMacros.h" // this must pick up <stdint.h> -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include <stddef.h> #include <stdio.h> #include <string.h> /* Output array and poisoning method shared by all tests. */ static char gOutput[32];
--- a/mozglue/misc/TimeStamp_posix.cpp +++ b/mozglue/misc/TimeStamp_posix.cpp @@ -42,17 +42,17 @@ #elif defined(__FreeBSD__) #define KP_START_SEC ki_start.tv_sec #define KP_START_USEC ki_start.tv_usec #else #define KP_START_SEC p_ustart_sec #define KP_START_USEC p_ustart_usec #endif -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "mozilla/TimeStamp.h" #include <pthread.h> // Estimate of the smallest duration of time we can measure. static uint64_t sResolution; static uint64_t sResolutionSigDigs; static const uint16_t kNsPerUs = 1000;
--- a/netwerk/cache/nsDiskCacheDeviceSQL.cpp +++ b/netwerk/cache/nsDiskCacheDeviceSQL.cpp @@ -3,17 +3,17 @@ /* This Source Code Form is subject to the terms of the Mozilla Public * 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/ArrayUtils.h" #include "mozilla/Attributes.h" #include "mozilla/IntegerPrintfMacros.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "nsCache.h" #include "nsDiskCache.h" #include "nsDiskCacheDeviceSQL.h" #include "nsCacheService.h" #include "nsApplicationCache.h" #include "nsNetCID.h"
--- a/netwerk/cache/nsDiskCacheMap.cpp +++ b/netwerk/cache/nsDiskCacheMap.cpp @@ -13,17 +13,17 @@ #include <string.h> #include "nsPrintfCString.h" #include "nsISerializable.h" #include "nsSerializationHelper.h" #include "mozilla/MemoryReporting.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "mozilla/Telemetry.h" #include <algorithm> using namespace mozilla; /****************************************************************************** * nsDiskCacheMap *****************************************************************************/
--- a/netwerk/protocol/http/Http2Session.cpp +++ b/netwerk/protocol/http/Http2Session.cpp @@ -29,17 +29,17 @@ #include "nsISSLSocketControl.h" #include "nsISSLStatus.h" #include "nsISSLStatusProvider.h" #include "nsISupportsPriority.h" #include "nsStandardURL.h" #include "nsURLHelper.h" #include "prnetdb.h" #include "sslt.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "nsSocketTransportService2.h" #include "nsNetUtil.h" namespace mozilla { namespace net { // Http2Session has multiple inheritance of things that implement // nsISupports, so this magic is taken from nsHttpPipeline that
--- a/netwerk/protocol/http/nsHttpHandler.cpp +++ b/netwerk/protocol/http/nsHttpHandler.cpp @@ -24,17 +24,17 @@ #include "nsIPrefBranch.h" #include "nsIPrefLocalizedString.h" #include "nsISocketProviderService.h" #include "nsISocketProvider.h" #include "nsPrintfCString.h" #include "nsCOMPtr.h" #include "nsNetCID.h" #include "prprf.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "nsAsyncRedirectVerifyHelper.h" #include "nsSocketTransportService2.h" #include "nsAlgorithm.h" #include "ASpdySession.h" #include "mozIApplicationClearPrivateDataParams.h" #include "EventTokenBucket.h" #include "Tickler.h" #include "nsIXULAppInfo.h"
--- a/netwerk/protocol/rtsp/rtsp/ASessionDescription.cpp +++ b/netwerk/protocol/rtsp/rtsp/ASessionDescription.cpp @@ -14,17 +14,17 @@ * limitations under the License. */ #define LOG_TAG "ASessionDescription" #include "RtspPrlog.h" #include "ASessionDescription.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include <media/stagefright/foundation/ADebug.h> #include <media/stagefright/foundation/AString.h> #include <stdlib.h> namespace android {
--- a/netwerk/streamconv/converters/ParseFTPList.cpp +++ b/netwerk/streamconv/converters/ParseFTPList.cpp @@ -6,17 +6,17 @@ #include "ParseFTPList.h" #include <stdlib.h> #include <string.h> #include <ctype.h> #include "plstr.h" #include "nsDebug.h" #include "prprf.h" #include "mozilla/IntegerPrintfMacros.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" /* ==================================================================== */ static inline int ParsingFailed(struct list_state *state) { if (state->parsed_one || state->lstyle) /* junk if we fail to parse */ return '?'; /* this time but had previously parsed successfully */ return '"'; /* its part of a comment or error message */
--- a/netwerk/test/PropertiesTest.cpp +++ b/netwerk/test/PropertiesTest.cpp @@ -1,15 +1,15 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * 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 "TestCommon.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "nsXPCOM.h" #include "nsStringAPI.h" #include "nsIPersistentProperties2.h" #include "nsIServiceManager.h" #include "nsIComponentRegistrar.h" #include "nsIURL.h" #include "nsNetCID.h" #include "nsIChannel.h"
--- a/netwerk/test/urltest.cpp +++ b/netwerk/test/urltest.cpp @@ -18,17 +18,17 @@ #include "nsCOMPtr.h" #include "nsStringAPI.h" #include "nsNetCID.h" #include "nsIComponentRegistrar.h" #include "nsComponentManagerUtils.h" #include "nsServiceManagerUtils.h" #include "nsXPCOM.h" #include "prprf.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" // Define CIDs... static NS_DEFINE_CID(kIOServiceCID, NS_IOSERVICE_CID); static NS_DEFINE_CID(kStdURLCID, NS_STANDARDURL_CID); char* gFileIO = 0; enum {
--- a/security/manager/ssl/nsNSSCertHelper.cpp +++ b/security/manager/ssl/nsNSSCertHelper.cpp @@ -3,17 +3,17 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "nsNSSCertHelper.h" #include <algorithm> #include "mozilla/Casting.h" #include "mozilla/NotNull.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "mozilla/UniquePtr.h" #include "nsCOMPtr.h" #include "nsComponentManagerUtils.h" #include "nsDateTimeFormatCID.h" #include "nsIDateTimeFormat.h" #include "nsNSSASN1Object.h" #include "nsNSSCertTrust.h" #include "nsNSSCertValidity.h"
--- a/security/manager/ssl/nsNTLMAuthModule.cpp +++ b/security/manager/ssl/nsNTLMAuthModule.cpp @@ -10,17 +10,17 @@ #include "ScopedNSSTypes.h" #include "md4.h" #include "mozilla/Casting.h" #include "mozilla/CheckedInt.h" #include "mozilla/EndianUtils.h" #include "mozilla/Likely.h" #include "mozilla/Logging.h" #include "mozilla/Preferences.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "mozilla/Telemetry.h" #include "nsCOMPtr.h" #include "nsComponentManagerUtils.h" #include "nsICryptoHMAC.h" #include "nsICryptoHash.h" #include "nsIKeyModule.h" #include "nsKeyModule.h" #include "nsNSSShutDown.h"
--- a/security/manager/ssl/tests/gtest/OCSPCacheTest.cpp +++ b/security/manager/ssl/tests/gtest/OCSPCacheTest.cpp @@ -3,17 +3,17 @@ /* This Source Code Form is subject to the terms of the Mozilla Public * 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 "CertVerifier.h" #include "OCSPCache.h" #include "gtest/gtest.h" #include "mozilla/Casting.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "nss.h" #include "pkix/pkixtypes.h" #include "pkixtestutil.h" #include "prerr.h" #include "secerr.h" using namespace mozilla::pkix; using namespace mozilla::pkix::test;
--- a/security/manager/ssl/tests/unit/tlsserver/lib/TLSServer.cpp +++ b/security/manager/ssl/tests/unit/tlsserver/lib/TLSServer.cpp @@ -5,17 +5,17 @@ #include "TLSServer.h" #include <stdio.h> #include <string> #include <vector> #include "base64.h" #include "mozilla/Move.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "nspr.h" #include "nss.h" #include "plarenas.h" #include "prenv.h" #include "prerror.h" #include "prnetdb.h" #include "prtime.h" #include "ssl.h"
--- a/testing/mochitest/ssltunnel/ssltunnel.cpp +++ b/testing/mochitest/ssltunnel/ssltunnel.cpp @@ -25,17 +25,17 @@ #include "prnetdb.h" #include "prtpool.h" #include "nsAlgorithm.h" #include "nss.h" #include "key.h" #include "ssl.h" #include "sslproto.h" #include "plhash.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" using namespace mozilla; using namespace mozilla::psm; using std::string; using std::vector; #define IS_DELIM(m, c) ((m)[(c) >> 3] & (1 << ((c) & 7))) #define SET_DELIM(m, c) ((m)[(c) >> 3] |= (1 << ((c) & 7)))
--- a/toolkit/components/url-classifier/nsUrlClassifierUtils.cpp +++ b/toolkit/components/url-classifier/nsUrlClassifierUtils.cpp @@ -6,17 +6,17 @@ #include "nsString.h" #include "nsIURI.h" #include "nsUrlClassifierUtils.h" #include "nsTArray.h" #include "nsReadableUtils.h" #include "plbase64.h" #include "nsPrintfCString.h" #include "safebrowsing.pb.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #define DEFAULT_PROTOCOL_VERSION "2.2" static char int_to_hex_digit(int32_t i) { NS_ASSERTION((i >= 0) && (i <= 15), "int too big in int_to_hex_digit"); return static_cast<char>(((i < 10) ? (i + '0') : ((i - 10) + 'A'))); }
--- a/toolkit/crashreporter/nsExceptionHandler.cpp +++ b/toolkit/crashreporter/nsExceptionHandler.cpp @@ -9,17 +9,17 @@ #include "nsAppDirectoryServiceDefs.h" #include "nsDirectoryServiceDefs.h" #include "nsDataHashtable.h" #include "mozilla/ArrayUtils.h" #include "mozilla/dom/CrashReporterChild.h" #include "mozilla/Services.h" #include "nsIObserverService.h" #include "mozilla/unused.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "mozilla/SyncRunnable.h" #include "mozilla/TimeStamp.h" #include "nsThreadUtils.h" #include "nsXULAppAPI.h" #include "jsfriendapi.h" #if defined(XP_WIN32)
--- a/toolkit/profile/nsToolkitProfileService.cpp +++ b/toolkit/profile/nsToolkitProfileService.cpp @@ -36,17 +36,17 @@ #include "nsINIParser.h" #include "nsXREDirProvider.h" #include "nsAppRunner.h" #include "nsString.h" #include "nsReadableUtils.h" #include "nsNativeCharsetUtils.h" #include "mozilla/Attributes.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" using namespace mozilla; class nsToolkitProfile final : public nsIToolkitProfile { public: NS_DECL_ISUPPORTS NS_DECL_NSITOOLKITPROFILE
--- a/tools/profiler/core/ProfilerMarkers.cpp +++ b/tools/profiler/core/ProfilerMarkers.cpp @@ -5,17 +5,17 @@ #include "GeckoProfiler.h" #include "ProfilerBacktrace.h" #include "ProfilerMarkers.h" #include "SyncProfile.h" #ifndef SPS_STANDALONE #include "gfxASurface.h" #include "Layers.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #endif ProfilerMarkerPayload::ProfilerMarkerPayload(ProfilerBacktrace* aStack) : mStack(aStack) {} ProfilerMarkerPayload::ProfilerMarkerPayload(const mozilla::TimeStamp& aStartTime, const mozilla::TimeStamp& aEndTime,
--- a/tools/profiler/lul/LulDwarf.cpp +++ b/tools/profiler/lul/LulDwarf.cpp @@ -46,17 +46,17 @@ #include <string.h> #include <stdlib.h> #include <map> #include <stack> #include <string> #include "mozilla/Assertions.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "LulCommonExt.h" #include "LulDwarfInt.h" // Set this to 1 for verbose logging #define DEBUG_DWARF 0
--- a/tools/profiler/lul/LulMain.cpp +++ b/tools/profiler/lul/LulMain.cpp @@ -12,17 +12,17 @@ #include <algorithm> // std::sort #include <string> #include "mozilla/Assertions.h" #include "mozilla/ArrayUtils.h" #include "mozilla/DebugOnly.h" #include "mozilla/MemoryChecking.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "LulCommonExt.h" #include "LulElfExt.h" #include "LulMainInt.h" #include "platform-linux-lul.h" // for gettid()
--- a/widget/nsBaseWidget.cpp +++ b/widget/nsBaseWidget.cpp @@ -56,17 +56,17 @@ #include "mozilla/layers/ChromeProcessController.h" #include "mozilla/layers/InputAPZContext.h" #include "mozilla/layers/APZCCallbackHelper.h" #include "mozilla/dom/ContentChild.h" #include "mozilla/dom/TabParent.h" #include "mozilla/gfx/GPUProcessManager.h" #include "mozilla/Move.h" #include "mozilla/Services.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "nsRefPtrHashtable.h" #include "TouchEvents.h" #include "WritingModes.h" #include "InputData.h" #include "FrameLayerBuilder.h" #ifdef ACCESSIBILITY #include "nsAccessibilityService.h" #endif
--- a/widget/xremoteclient/XRemoteClient.cpp +++ b/widget/xremoteclient/XRemoteClient.cpp @@ -2,17 +2,17 @@ /* vim:expandtab:shiftwidth=2:tabstop=8: */ /* vim:set ts=8 sw=2 et cindent: */ /* This Source Code Form is subject to the terms of the Mozilla Public * 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/ArrayUtils.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "XRemoteClient.h" #include "prmem.h" #include "plstr.h" #include "prsystem.h" #include "mozilla/Logging.h" #include "prenv.h" #include "prdtoa.h" #include <stdlib.h>
--- a/xpcom/base/CycleCollectedJSRuntime.cpp +++ b/xpcom/base/CycleCollectedJSRuntime.cpp @@ -55,17 +55,17 @@ // traversed. #include "mozilla/CycleCollectedJSRuntime.h" #include <algorithm> #include "mozilla/ArrayUtils.h" #include "mozilla/AutoRestore.h" #include "mozilla/Move.h" #include "mozilla/MemoryReporting.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "mozilla/Telemetry.h" #include "mozilla/TimelineConsumers.h" #include "mozilla/TimelineMarker.h" #include "mozilla/DebuggerOnGCRunnable.h" #include "mozilla/dom/DOMJSClass.h" #include "mozilla/dom/ProfileTimelineMarkerBinding.h" #include "mozilla/dom/Promise.h" #include "mozilla/dom/PromiseBinding.h"
--- a/xpcom/base/Logging.cpp +++ b/xpcom/base/Logging.cpp @@ -7,17 +7,17 @@ #include "mozilla/Logging.h" #include <algorithm> #include "mozilla/ClearOnShutdown.h" #include "mozilla/FileUtils.h" #include "mozilla/Mutex.h" #include "mozilla/StaticPtr.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "mozilla/Atomics.h" #include "mozilla/UniquePtrExtensions.h" #include "nsClassHashtable.h" #include "nsDebug.h" #include "NSPRLogModulesParser.h" #include "prenv.h" #include "prprf.h"
--- a/xpcom/ds/nsSupportsPrimitives.cpp +++ b/xpcom/ds/nsSupportsPrimitives.cpp @@ -3,17 +3,17 @@ /* This Source Code Form is subject to the terms of the Mozilla Public * 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 "nsSupportsPrimitives.h" #include "nsMemory.h" #include "mozilla/Assertions.h" #include "mozilla/IntegerPrintfMacros.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include <algorithm> template<typename T> static char* DataToString(const char* aFormat, T aData) { static const int size = 32; char buf[size];
--- a/xpcom/glue/nsCRTGlue.cpp +++ b/xpcom/glue/nsCRTGlue.cpp @@ -9,17 +9,17 @@ #include "nsDebug.h" #include "prtime.h" #include <stdlib.h> #include <string.h> #include <stdio.h> #include <stdarg.h> -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #ifdef XP_WIN #include <io.h> #include <windows.h> #include "mozilla/UniquePtr.h" #endif #ifdef ANDROID
--- a/xpcom/glue/nsID.cpp +++ b/xpcom/glue/nsID.cpp @@ -1,17 +1,17 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set ts=8 sts=2 et sw=2 tw=80: */ /* This Source Code Form is subject to the terms of the Mozilla Public * 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 "nsID.h" #include "nsMemory.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" void nsID::Clear() { m0 = 0; m1 = 0; m2 = 0; for (int i = 0; i < 8; ++i) { m3[i] = 0;
--- a/xpcom/glue/nsTextFormatter.cpp +++ b/xpcom/glue/nsTextFormatter.cpp @@ -22,17 +22,17 @@ */ #include <stdarg.h> #include <stddef.h> #include <stdio.h> #include <string.h> #include "prdtoa.h" #include "mozilla/Logging.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #include "prmem.h" #include "nsCRTGlue.h" #include "nsTextFormatter.h" #include "nsMemory.h" /* ** Note: on some platforms va_list is defined as an array, ** and requires array notation.
--- a/xpcom/threads/ThreadStackHelper.cpp +++ b/xpcom/threads/ThreadStackHelper.cpp @@ -15,17 +15,17 @@ #include "mozilla/Assertions.h" #include "mozilla/Attributes.h" #include "mozilla/IntegerPrintfMacros.h" #include "mozilla/Move.h" #include "mozilla/Scoped.h" #include "mozilla/UniquePtr.h" #include "mozilla/MemoryChecking.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" #ifdef __GNUC__ # pragma GCC diagnostic push # pragma GCC diagnostic ignored "-Wshadow" #endif #if defined(MOZ_VALGRIND) # include <valgrind/valgrind.h>
--- a/xpfe/appshell/nsXULWindow.cpp +++ b/xpfe/appshell/nsXULWindow.cpp @@ -12,17 +12,17 @@ // Helper classes #include "nsPrintfCString.h" #include "nsString.h" #include "nsWidgetsCID.h" #include "nsThreadUtils.h" #include "nsNetCID.h" #include "nsQueryObject.h" -#include "mozilla/Snprintf.h" +#include "mozilla/Sprintf.h" //Interfaces needed to be included #include "nsIAppShell.h" #include "nsIAppShellService.h" #include "nsIServiceManager.h" #include "nsIContentViewer.h" #include "nsIDocument.h" #include "nsIDOMDocument.h"