зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1165518 - Part 2: Replace prlog.h with Logging.h. rs=froydnj
This commit is contained in:
Родитель
c60f772f62
Коммит
4879ae86f4
|
@ -151,7 +151,7 @@
|
|||
|
||||
#include "nsIJARChannel.h"
|
||||
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
#include "nsISelectionDisplay.h"
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include "nsIScriptObjectPrincipal.h"
|
||||
#include "nsIURI.h"
|
||||
#include "nsThreadUtils.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
NS_IMPL_ISUPPORTS(ThirdPartyUtil, mozIThirdPartyUtil)
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
* Implementation of the "@mozilla.org/layout/content-policy;1" contract.
|
||||
*/
|
||||
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
#include "nsISupports.h"
|
||||
#include "nsXPCOM.h"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include "nsITimer.h"
|
||||
#include "nsStubDocumentObserver.h"
|
||||
#include "nsIContentSink.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "nsCycleCollectionParticipant.h"
|
||||
#include "nsThreadUtils.h"
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#include "nsDOMDataChannel.h"
|
||||
|
||||
#include "base/basictypes.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
extern PRLogModuleInfo* GetDataChannelLog();
|
||||
#undef LOG
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#include "mozilla/Likely.h"
|
||||
#include <algorithm>
|
||||
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "plstr.h"
|
||||
#include "prprf.h"
|
||||
|
||||
|
|
|
@ -174,7 +174,7 @@
|
|||
#include "nsFrameLoader.h"
|
||||
#include "nsISupportsPrimitives.h"
|
||||
#include "nsXPCOMCID.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "prenv.h"
|
||||
#include "prprf.h"
|
||||
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
#endif
|
||||
#include "AccessCheck.h"
|
||||
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "prthread.h"
|
||||
|
||||
#include "mozilla/Preferences.h"
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
using namespace mozilla;
|
||||
using mozilla::dom::NodeInfo;
|
||||
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
static PRLogModuleInfo* gNodeInfoManagerLeakPRLog;
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
// Util headers
|
||||
#include "prenv.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
#include "nsAutoPtr.h"
|
||||
#include "nsCURILoader.h"
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#include "nsThreadUtils.h"
|
||||
#include "nsDocShellCID.h"
|
||||
#include "nsIContentSecurityPolicy.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "nsCRT.h"
|
||||
#include "nsContentCreatorFunctions.h"
|
||||
#include "nsCORSListenerProxy.h"
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
extern PRLogModuleInfo* GetCameraLog();
|
||||
#define DOM_CAMERA_LOG( type, ... ) PR_LOG(GetCameraLog(), (PRLogModuleLevel)type, ( __VA_ARGS__ ))
|
||||
|
|
|
@ -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 "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
#include "mozilla/IMEStateManager.h"
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include "nsIAppShell.h"
|
||||
#include "nsCRT.h"
|
||||
#include "prtime.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "nsNodeUtils.h"
|
||||
#include "nsIContent.h"
|
||||
#include "mozilla/dom/Element.h"
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#include "nsContentUtils.h"
|
||||
#include "nsGlobalWindow.h"
|
||||
#include "nsThreadUtils.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
#include "IDBEvents.h"
|
||||
#include "IDBFactory.h"
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include "nsID.h"
|
||||
#include "nsIDOMEvent.h"
|
||||
#include "nsString.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
// Include this last to avoid path problems on Windows.
|
||||
#include "ActorsChild.h"
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include "mozilla/Services.h"
|
||||
#include "mozilla/unused.h"
|
||||
#include "AudioChannelService.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "nsPrintfCString.h"
|
||||
#include "nsXULAppAPI.h"
|
||||
#include "nsIFrameLoader.h"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "prdtoa.h"
|
||||
#include "AudioStream.h"
|
||||
#include "VideoUtils.h"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include "Latency.h"
|
||||
#include "nsThreadUtils.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include <cmath>
|
||||
#include <algorithm>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#define MOZILLA_LATENCY_H
|
||||
|
||||
#include "mozilla/TimeStamp.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsIThread.h"
|
||||
#include "mozilla/Monitor.h"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#include "nsContentUtils.h"
|
||||
#include "nsThreadUtils.h"
|
||||
#include "MediaResource.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "mozilla/Preferences.h"
|
||||
#include "FileBlockCache.h"
|
||||
#include "nsAnonymousTemporaryFile.h"
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include "mozilla/dom/MediaStreamBinding.h"
|
||||
#include "mozilla/dom/MediaStreamTrackBinding.h"
|
||||
#include "mozilla/dom/MediaStreamError.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "DOMMediaStream.h"
|
||||
|
||||
#ifdef MOZ_WEBRTC
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#if !defined(MediaPromise_h_)
|
||||
#define MediaPromise_h_
|
||||
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
#include "AbstractThread.h"
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include "mozilla/StaticPtr.h"
|
||||
#include "MediaDecoder.h"
|
||||
#include "SharedThreadPool.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
namespace mozilla {
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include "nsServiceManagerUtils.h"
|
||||
#include "nsWidgetsCID.h"
|
||||
#include "prerror.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "TrackUnionStream.h"
|
||||
#include "ImageContainer.h"
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include "mozilla/UniquePtr.h"
|
||||
#include "mozilla/unused.h"
|
||||
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "nsISupportsImpl.h"
|
||||
|
||||
/*
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "StreamBuffer.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include <algorithm>
|
||||
|
||||
namespace mozilla {
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include "nsServiceManagerUtils.h"
|
||||
#include "nsWidgetsCID.h"
|
||||
#include "prerror.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "mozilla/Attributes.h"
|
||||
#include "TrackUnionStream.h"
|
||||
#include "ImageContainer.h"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#include "AudioSinkFilter.h"
|
||||
#include "AudioSinkInputPin.h"
|
||||
#include "VideoUtils.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
|
||||
#include <initguid.h>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#include "AudioSinkInputPin.h"
|
||||
#include "AudioSinkFilter.h"
|
||||
#include "SampleSink.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
#include <wmsdkidl.h>
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#undef GetPrevSibling
|
||||
|
||||
#include "DShowTools.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
namespace mozilla {
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#include "AudioSinkFilter.h"
|
||||
#include "AudioSinkInputPin.h"
|
||||
#include "VideoUtils.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
using namespace mozilla::media;
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include "mozilla/RefPtr.h"
|
||||
#include "DirectShowUtils.h"
|
||||
#include "MP3FrameParser.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include <algorithm>
|
||||
|
||||
using namespace mozilla::media;
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#ifndef EME_LOG_H_
|
||||
#define EME_LOG_H_
|
||||
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "nsString.h"
|
||||
|
||||
namespace mozilla {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#include "MediaDecoder.h"
|
||||
#include "nsIPrincipal.h"
|
||||
#include "nsMimeTypes.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "mozilla/Preferences.h"
|
||||
#include "mozilla/StaticPtr.h"
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include "TrackEncoder.h"
|
||||
#include "AudioChannelFormat.h"
|
||||
#include "MediaStreamGraph.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "VideoUtils.h"
|
||||
|
||||
#undef LOG
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#ifdef MOZ_EME
|
||||
#include "mozilla/CDMProxy.h"
|
||||
#endif
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
#ifdef XP_WIN
|
||||
#include "mozilla/WindowsVersion.h"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include "mozilla/unused.h"
|
||||
#include "GMPMessageUtils.h"
|
||||
#include "nsThreadUtils.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
namespace mozilla {
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#include "GMPVideoDecoderParent.h"
|
||||
#include "GMPVideoEncoderParent.h"
|
||||
#include "mozIGeckoMediaPluginService.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
namespace mozilla {
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "GMPParent.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "nsComponentManagerUtils.h"
|
||||
#include "nsComponentManagerUtils.h"
|
||||
#include "nsIInputStream.h"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#include "GMPServiceParent.h"
|
||||
#include "GMPServiceChild.h"
|
||||
#include "prio.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "GMPParent.h"
|
||||
#include "GMPVideoDecoderParent.h"
|
||||
#include "nsIObserverService.h"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#include "GMPService.h"
|
||||
#include "prio.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "GMPParent.h"
|
||||
#include "GMPVideoDecoderParent.h"
|
||||
#include "nsIObserverService.h"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "GMPVideoDecoderParent.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "mozilla/unused.h"
|
||||
#include "nsAutoRef.h"
|
||||
#include "nsThreadUtils.h"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "GMPVideoEncoderParent.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "GMPVideoi420FrameImpl.h"
|
||||
#include "GMPVideoEncodedFrameImpl.h"
|
||||
#include "mozilla/unused.h"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
#include "mozilla/DOMEventTargetHelper.h"
|
||||
#include "mozilla/dom/ImageCaptureBinding.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
namespace mozilla {
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include "WebMBufferedParser.h"
|
||||
#include "mozilla/Endian.h"
|
||||
#include "mp4_demuxer/MoofParser.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "MediaData.h"
|
||||
#ifdef MOZ_FMP4
|
||||
#include "MP4Stream.h"
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include "nsPIDOMWindow.h"
|
||||
#include "nsString.h"
|
||||
#include "nsThreadUtils.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "nsServiceManagerUtils.h"
|
||||
|
||||
#ifdef MOZ_WIDGET_ANDROID
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
#include "MediaSourceDecoder.h"
|
||||
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "mozilla/dom/HTMLMediaElement.h"
|
||||
#include "MediaDecoderStateMachine.h"
|
||||
#include "MediaSource.h"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#include "MediaSourceReader.h"
|
||||
|
||||
#include <cmath>
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "DecoderTraits.h"
|
||||
#include "MediaDecoderOwner.h"
|
||||
#include "MediaFormatReader.h"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
#include "MediaResource.h"
|
||||
#include "mozilla/Monitor.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
extern PRLogModuleInfo* GetMediaSourceLog();
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
#include "MediaSourceUtils.h"
|
||||
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "nsPrintfCString.h"
|
||||
|
||||
namespace mozilla {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include "nsDeque.h"
|
||||
#include "MediaData.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
extern PRLogModuleInfo* GetSourceBufferResourceLog();
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include "nsIEventTarget.h"
|
||||
#include "nsIRunnable.h"
|
||||
#include "nsThreadUtils.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include <time.h>
|
||||
#include "TimeUnits.h"
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include "MediaSourceUtils.h"
|
||||
#include "SourceBufferDecoder.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "AbstractMediaDecoder.h"
|
||||
#include "MediaDecoderReader.h"
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include "nsIRunnable.h"
|
||||
#include "nsString.h"
|
||||
#include "nsThreadUtils.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
extern PRLogModuleInfo* GetMediaSourceLog();
|
||||
extern PRLogModuleInfo* GetMediaSourceAPILog();
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
#include "nsISeekableStream.h"
|
||||
#include "nsISupports.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "MediaData.h"
|
||||
|
||||
PRLogModuleInfo* GetSourceBufferResourceLog()
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#include "nsString.h"
|
||||
#include "nsTArray.h"
|
||||
#include "nscore.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
#define UNIMPLEMENTED() { /* Logging this is too spammy to do by default */ }
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#include "nsError.h"
|
||||
#include "nsIRunnable.h"
|
||||
#include "nsThreadUtils.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
extern PRLogModuleInfo* GetMediaSourceLog();
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include <dlfcn.h>
|
||||
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
PRLogModuleInfo *gI420ColorConverterHelperLog;
|
||||
#define LOG(msg...) PR_LOG(gI420ColorConverterHelperLog, PR_LOG_WARNING, (msg))
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include "mozilla/Monitor.h"
|
||||
#include "nsMimeTypes.h"
|
||||
#include "MPAPI.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
#include "GonkNativeWindow.h"
|
||||
#include "GonkNativeWindowClient.h"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include "mp4_demuxer/Adts.h"
|
||||
#include "MediaInfo.h"
|
||||
#include "AppleATDecoder.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
PRLogModuleInfo* GetAppleMediaLog();
|
||||
#define LOG(...) PR_LOG(GetAppleMediaLog(), PR_LOG_DEBUG, (__VA_ARGS__))
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include "AppleVTLinker.h"
|
||||
#include "mozilla/Preferences.h"
|
||||
#include "mozilla/DebugOnly.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
PRLogModuleInfo* GetAppleMediaLog() {
|
||||
static PRLogModuleInfo* log = nullptr;
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#include "nsAutoPtr.h"
|
||||
#include "nsCocoaFeatures.h"
|
||||
#include "nsThreadUtils.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "VideoUtils.h"
|
||||
#include <algorithm>
|
||||
#include "gfxPlatform.h"
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include "mozilla/ArrayUtils.h"
|
||||
#include "nsAutoPtr.h"
|
||||
#include "nsThreadUtils.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "VideoUtils.h"
|
||||
#include "gfxPlatform.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 "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
PRLogModuleInfo* GetFFmpegDecoderLog()
|
||||
{
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include "mp4_demuxer/Adts.h"
|
||||
#include "VideoUtils.h"
|
||||
#include "nsTArray.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "stagefright/MediaBuffer.h"
|
||||
#include "stagefright/MetaData.h"
|
||||
#include "stagefright/MediaErrors.h"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include "MediaCodecProxy.h"
|
||||
#include "MediaData.h"
|
||||
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include <android/log.h>
|
||||
#define GMDD_LOG(...) __android_log_print(ANDROID_LOG_DEBUG, "GonkMediaDataDecoder", __VA_ARGS__)
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include "VideoUtils.h"
|
||||
#include "nsThreadUtils.h"
|
||||
#include "Layers.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "stagefright/MediaBuffer.h"
|
||||
#include "stagefright/MetaData.h"
|
||||
#include "stagefright/MediaErrors.h"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#include "MFTDecoder.h"
|
||||
#include "nsThreadUtils.h"
|
||||
#include "WMFUtils.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
PRLogModuleInfo* GetDemuxerLog();
|
||||
#define LOG(...) PR_LOG(GetDemuxerLog(), PR_LOG_DEBUG, (__VA_ARGS__))
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include "WMFUtils.h"
|
||||
#include "nsTArray.h"
|
||||
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
PRLogModuleInfo* GetDemuxerLog();
|
||||
#define LOG(...) PR_LOG(GetDemuxerLog(), PR_LOG_DEBUG, (__VA_ARGS__))
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include "nsTArray.h"
|
||||
#include "mozilla/Telemetry.h"
|
||||
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
PRLogModuleInfo* GetDemuxerLog();
|
||||
#define LOG(...) PR_LOG(GetDemuxerLog(), PR_LOG_DEBUG, (__VA_ARGS__))
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include "Layers.h"
|
||||
#include "mozilla/layers/LayersTypes.h"
|
||||
#include "MediaInfo.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "gfx2DGlue.h"
|
||||
#include "gfxWindowsPlatform.h"
|
||||
#include "IMFYCbCrImage.h"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#include "LoadManager.h"
|
||||
#include "LoadMonitor.h"
|
||||
#include "nsString.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "prtime.h"
|
||||
#include "prinrval.h"
|
||||
#include "prsystem.h"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#include "LoadMonitor.h"
|
||||
#include "LoadManager.h"
|
||||
#include "nsString.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "prtime.h"
|
||||
#include "prinrval.h"
|
||||
#include "prsystem.h"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include "mozilla/ipc/PBackgroundChild.h"
|
||||
#include "nsGlobalWindow.h"
|
||||
#include "mozilla/MediaManager.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "nsQueryObject.h"
|
||||
|
||||
#undef LOG
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include "nsILineInputStream.h"
|
||||
#include "nsAppDirectoryServiceDefs.h"
|
||||
#include "nsISupportsImpl.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
#undef LOG
|
||||
PRLogModuleInfo *gMediaParentLog;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "OpenSLESProvider.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "nsDebug.h"
|
||||
|
||||
#include <dlfcn.h>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "nsSpeechTask.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
#include "mozilla/dom/ContentChild.h"
|
||||
#include "mozilla/dom/Element.h"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include "mozilla/ArrayUtils.h"
|
||||
#include "mozilla/RefPtr.h"
|
||||
#include "mozilla/WindowsVersion.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "nsThreadUtils.h"
|
||||
#include "nsWindowsHelpers.h"
|
||||
#include "mozilla/CheckedInt.h"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include "base/basictypes.h"
|
||||
#endif
|
||||
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "prmem.h"
|
||||
#include "nscore.h"
|
||||
#include "prenv.h"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#ifndef nsPluginLogging_h__
|
||||
#define nsPluginLogging_h__
|
||||
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
#ifndef PLUGIN_LOGGING // allow external override
|
||||
#define PLUGIN_LOGGING 1 // master compile-time switch for pluging logging
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#include "nsAutoPtr.h"
|
||||
#include "nsString.h"
|
||||
#include "nsTArray.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "nsHashKeys.h"
|
||||
#ifdef MOZ_CRASHREPORTER
|
||||
# include "nsExceptionHandler.h"
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#include "nsSupportsPrimitives.h"
|
||||
#include "nsThreadUtils.h"
|
||||
#include "nsString.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "mozilla/dom/CSPReportBinding.h"
|
||||
#include "mozilla/net/ReferrerPolicy.h"
|
||||
#include "nsINetworkInterceptController.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 "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "nsString.h"
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsIURI.h"
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include "nsString.h"
|
||||
#include "nsTArray.h"
|
||||
#include "nsUnicharUtils.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
/* =============== Logging =================== */
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "nsAsyncRedirectVerifyHelper.h"
|
||||
#include "mozilla/LoadInfo.h"
|
||||
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
using namespace mozilla;
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include "nsIScriptSecurityManager.h"
|
||||
#include "nsIContentViewer.h"
|
||||
#include "prtime.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "prmem.h"
|
||||
#include "nsRect.h"
|
||||
#include "nsIWebNavigation.h"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#ifndef txLog_h__
|
||||
#define txLog_h__
|
||||
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
|
||||
class txLog
|
||||
{
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
#include "nsPIWindowRoot.h"
|
||||
#include "nsXULCommandDispatcher.h"
|
||||
#include "nsXULElement.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "rdf.h"
|
||||
#include "nsIFrame.h"
|
||||
#include "nsXBLService.h"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include "nsPIWindowRoot.h"
|
||||
#include "nsRDFCID.h"
|
||||
#include "nsXULCommandDispatcher.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "nsContentUtils.h"
|
||||
#include "nsReadableUtils.h"
|
||||
#include "nsCRT.h"
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
#include "nsXPIDLString.h"
|
||||
#include "nsReadableUtils.h"
|
||||
#include "nsXULElement.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "prmem.h"
|
||||
#include "nsCRT.h"
|
||||
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
#include "nsXULContentUtils.h"
|
||||
#include "nsNodeUtils.h"
|
||||
#include "nsFrameLoader.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "rdf.h"
|
||||
#include "nsIControllers.h"
|
||||
#include "nsAttrValueOrString.h"
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include "nsIXULTemplateBuilder.h"
|
||||
#include "nsXULTemplateQueryProcessorRDF.h"
|
||||
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
extern PRLogModuleInfo* gXULTemplateLog;
|
||||
|
||||
nsContentTestNode::nsContentTestNode(nsXULTemplateQueryProcessorRDF* aProcessor,
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#include "nsTemplateRule.h"
|
||||
#include "nsXULTemplateQueryProcessorRDF.h"
|
||||
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
extern PRLogModuleInfo* gXULTemplateLog;
|
||||
|
||||
nsInstantiationNode::nsInstantiationNode(nsXULTemplateQueryProcessorRDF* aProcessor,
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#include "nsRDFConInstanceTestNode.h"
|
||||
#include "nsResourceSet.h"
|
||||
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "nsXULContentUtils.h"
|
||||
extern PRLogModuleInfo* gXULTemplateLog;
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include "nsString.h"
|
||||
#include "nsXULContentUtils.h"
|
||||
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
extern PRLogModuleInfo* gXULTemplateLog;
|
||||
|
||||
nsRDFConMemberTestNode::nsRDFConMemberTestNode(TestNode* aParent,
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#include "nsString.h"
|
||||
#include "nsXULContentUtils.h"
|
||||
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
extern PRLogModuleInfo* gXULTemplateLog;
|
||||
#include "nsIRDFLiteral.h"
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#include "nsCOMPtr.h"
|
||||
#include "plhash.h"
|
||||
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
extern PRLogModuleInfo* gXULTemplateLog;
|
||||
|
||||
#include "nsString.h"
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
#include "nsString.h"
|
||||
#include "nsXPIDLString.h"
|
||||
#include "nsGkAtoms.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "prtime.h"
|
||||
#include "rdf.h"
|
||||
#include "nsContentUtils.h"
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
#include "nsGkAtoms.h"
|
||||
#include "nsXULElement.h"
|
||||
#include "jsapi.h"
|
||||
#include "prlog.h"
|
||||
#include "mozilla/Logging.h"
|
||||
#include "rdf.h"
|
||||
#include "pldhash.h"
|
||||
#include "plhash.h"
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче