Bug 888323 - Stop including prtime.h in nsrootidl.idl. r=ehsan

This commit is contained in:
Masatoshi Kimura 2013-07-04 00:56:26 +09:00
parent f5ffb4a137
commit 16ea5c4d5c
29 changed files with 37 additions and 12 deletions

View File

@ -8,6 +8,7 @@
#include "nsGUIEvent.h"
#include "nsIContent.h"
#include "nsContentUtils.h"
#include "prtime.h"
namespace mozilla {
namespace dom {

View File

@ -5,6 +5,7 @@
#include "nsDOMAnimationEvent.h"
#include "nsGUIEvent.h"
#include "prtime.h"
nsDOMAnimationEvent::nsDOMAnimationEvent(mozilla::dom::EventTarget* aOwner,
nsPresContext *aPresContext,

View File

@ -4,6 +4,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "nsDOMCommandEvent.h"
#include "prtime.h"
nsDOMCommandEvent::nsDOMCommandEvent(mozilla::dom::EventTarget* aOwner,
nsPresContext* aPresContext,

View File

@ -5,6 +5,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "nsDOMCompositionEvent.h"
#include "prtime.h"
nsDOMCompositionEvent::nsDOMCompositionEvent(mozilla::dom::EventTarget* aOwner,
nsPresContext* aPresContext,

View File

@ -4,6 +4,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "nsDOMFocusEvent.h"
#include "prtime.h"
using namespace mozilla;
using namespace mozilla::dom;

View File

@ -4,6 +4,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "nsDOMKeyboardEvent.h"
#include "prtime.h"
nsDOMKeyboardEvent::nsDOMKeyboardEvent(mozilla::dom::EventTarget* aOwner,
nsPresContext* aPresContext,

View File

@ -7,6 +7,7 @@
#include "nsGUIEvent.h"
#include "nsIContent.h"
#include "nsContentUtils.h"
#include "prtime.h"
using namespace mozilla;

View File

@ -4,6 +4,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "nsDOMMouseScrollEvent.h"
#include "prtime.h"
nsDOMMouseScrollEvent::nsDOMMouseScrollEvent(mozilla::dom::EventTarget* aOwner,
nsPresContext* aPresContext,

View File

@ -4,6 +4,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "nsDOMSimpleGestureEvent.h"
#include "prtime.h"
nsDOMSimpleGestureEvent::nsDOMSimpleGestureEvent(mozilla::dom::EventTarget* aOwner,
nsPresContext* aPresContext,

View File

@ -6,6 +6,7 @@
#include "nsDOMTextEvent.h"
#include "nsPrivateTextRange.h"
#include "prtime.h"
nsDOMTextEvent::nsDOMTextEvent(mozilla::dom::EventTarget* aOwner,
nsPresContext* aPresContext,

View File

@ -5,6 +5,7 @@
#include "nsDOMTransitionEvent.h"
#include "nsGUIEvent.h"
#include "prtime.h"
nsDOMTransitionEvent::nsDOMTransitionEvent(mozilla::dom::EventTarget* aOwner,
nsPresContext *aPresContext,

View File

@ -18,6 +18,7 @@
#include "nsIScrollableFrame.h"
#include "mozilla/Util.h"
#include "mozilla/Assertions.h"
#include "prtime.h"
using namespace mozilla;

View File

@ -5,6 +5,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "nsDOMXULCommandEvent.h"
#include "prtime.h"
nsDOMXULCommandEvent::nsDOMXULCommandEvent(mozilla::dom::EventTarget* aOwner,
nsPresContext* aPresContext,

View File

@ -3,6 +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 "OggWriter.h"
#include "prtime.h"
#undef LOG
#ifdef MOZ_WIDGET_GONK

View File

@ -9,6 +9,7 @@
#include "nsSMILAnimationController.h"
#include "nsSMILAnimationFunction.h"
#include "nsContentUtils.h"
#include "prtime.h"
namespace mozilla {
namespace dom {

View File

@ -38,6 +38,7 @@
#include "nsSMILTypes.h"
#include "SVGAngle.h"
#include <algorithm>
#include "prtime.h"
NS_IMPL_NS_NEW_NAMESPACED_SVG_ELEMENT_CHECK_PARSER(SVG)

View File

@ -9,6 +9,7 @@
#include "nsIPresShell.h"
#include "nsIDocument.h"
#include "mozilla/dom/Element.h"
#include "prtime.h"
namespace mozilla {
namespace dom {

View File

@ -76,6 +76,7 @@
#include "nsIClipboardCommands.h"
#include "nsICommandManager.h"
#include "nsCRT.h"
#include "prtime.h"
namespace mozilla {
namespace dom {

View File

@ -5,11 +5,11 @@
#include "nsDOMNavigationTiming.h"
#include "nsCOMPtr.h"
#include "nscore.h"
#include "TimeStamp.h"
#include "nsContentUtils.h"
#include "nsIScriptSecurityManager.h"
#include "nscore.h"
#include "prtime.h"
#include "TimeStamp.h"
nsDOMNavigationTiming::nsDOMNavigationTiming()
{

View File

@ -11,6 +11,7 @@
#include "nsServiceManagerUtils.h"
#include "nsIDOMGeoPositionError.h"
#include "CoreLocationLocationProvider.h"
#include "prtime.h"
#include <Corelocation/CLError.h>
#include <Corelocation/CLLocation.h>

View File

@ -14,6 +14,7 @@
#include "mozilla/Assertions.h"
#include "mozilla/DebugOnly.h"
#include "mozilla/Likely.h"
#include "mozilla/LookAndFeel.h"
#include "mozilla/Util.h"
#include "nsRuleNode.h"
@ -40,8 +41,7 @@
#include "nsPrintfCString.h"
#include "nsRenderingContext.h"
#include "nsStyleUtil.h"
#include "mozilla/LookAndFeel.h"
#include "prtime.h"
#if defined(_MSC_VER) || defined(__MINGW32__)
#include <malloc.h>

View File

@ -34,6 +34,7 @@
#include "nsContentUtils.h"
#include "ChildIterator.h"
#include "nsRenderingContext.h"
#include "prtime.h"
#include <algorithm>
#ifdef ACCESSIBILITY

View File

@ -6,6 +6,7 @@
#include "StreamFunctions.h"
#include "nsZipHeader.h"
#include "nsMemory.h"
#include "prtime.h"
#define ZIP_FILE_HEADER_SIGNATURE 0x04034b50
#define ZIP_FILE_HEADER_SIZE 30

View File

@ -37,6 +37,7 @@
#include "plstr.h"
#include "nsEmbedString.h"
#include "nsNetCID.h"
#include "prtime.h"
////////////////////////////////////////////////////////////////////////
// CIDs

View File

@ -17,6 +17,7 @@
#include "nsIURI.h"
#include "nsString.h"
#include "nsTHashtable.h"
#include "prtime.h"
// {16955eee-6c48-4152-9309-c42a465138a1}
#define NS_STRICT_TRANSPORT_SECURITY_CID \

View File

@ -15,6 +15,7 @@
#include "nsTHashtable.h"
#include "nsWeakReference.h"
#include "mozilla/Attributes.h"
#include "prtime.h"
class nsNavBookmarks;
class nsIOutputStream;

View File

@ -13,6 +13,7 @@
#include "nsCOMArray.h"
#include "prinrval.h"
#include "prlog.h"
#include "prtime.h"
#include "mozilla/Services.h"
#include "mozilla/Preferences.h"
#include "mozilla/Telemetry.h"

View File

@ -10,7 +10,7 @@
%{C++
#include "nscore.h"
#include "prtime.h"
typedef int64_t PRTime;
/*
* Forward declarations for new string types

View File

@ -82,10 +82,10 @@ ns_if_addref( T expr )
* @param _ptr The interface pointer.
*/
#define NS_RELEASE(_ptr) \
PR_BEGIN_MACRO \
do { \
(_ptr)->Release(); \
(_ptr) = 0; \
PR_END_MACRO
} while (0)
/**
* Macro for releasing a reference to this interface.
@ -103,22 +103,22 @@ ns_if_addref( T expr )
* @param _rc The reference count.
*/
#define NS_RELEASE2(_ptr, _rc) \
PR_BEGIN_MACRO \
do { \
_rc = (_ptr)->Release(); \
if (0 == (_rc)) (_ptr) = 0; \
PR_END_MACRO
} while (0)
/**
* Macro for releasing a reference to an interface that checks for NULL;
* @param _ptr The interface pointer.
*/
#define NS_IF_RELEASE(_ptr) \
PR_BEGIN_MACRO \
do { \
if (_ptr) { \
(_ptr)->Release(); \
(_ptr) = 0; \
} \
PR_END_MACRO
} while (0)
/*
* Often you have to cast an implementation pointer, e.g., |this|, to an