mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 786148 - s/IPC/ipc/. r=ted.
This makes our builds a bit more reproducible. Without it when processing #include "IPC/IPCMessageUtils.h we end up in #include "ShadowLayers.h" which in the final XUL translates into the symbol (run nm -a to see it): - 00 0000 SOL ../../../../gfx/layers/IPC/ShadowLayers.h now when some file in gfx/layers/ipc does #include "ShadowLayres.h" the file found is the local one with the lowercase directory name and we end up with - 00 0000 SOL ../../../../gfx/layers/ipc/ShadowLayers.h --HG-- extra : rebase_source : 96c68f6a3448eedaa280039960df911a9c707cac
This commit is contained in:
parent
203ff1e588
commit
3ae64f38a4
@ -6,7 +6,7 @@
|
||||
#ifndef mozilla_RegistryMessageUtils_h
|
||||
#define mozilla_RegistryMessageUtils_h
|
||||
|
||||
#include "IPC/IPCMessageUtils.h"
|
||||
#include "ipc/IPCMessageUtils.h"
|
||||
#include "nsStringGlue.h"
|
||||
|
||||
struct SerializedURI
|
||||
|
@ -8,7 +8,7 @@
|
||||
/* This must occur *after* base/basictypes.h to avoid typedefs conflicts. */
|
||||
#include "mozilla/Util.h"
|
||||
|
||||
#include "IPC/IPCMessageUtils.h"
|
||||
#include "ipc/IPCMessageUtils.h"
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsError.h"
|
||||
#include "nsDOMEvent.h"
|
||||
|
@ -4,7 +4,7 @@
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "base/basictypes.h"
|
||||
#include "IPC/IPCMessageUtils.h"
|
||||
#include "ipc/IPCMessageUtils.h"
|
||||
#include "nsDOMNotifyPaintEvent.h"
|
||||
#include "nsContentUtils.h"
|
||||
#include "nsClientRect.h"
|
||||
|
@ -4,7 +4,7 @@
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "base/basictypes.h"
|
||||
#include "IPC/IPCMessageUtils.h"
|
||||
#include "ipc/IPCMessageUtils.h"
|
||||
|
||||
#include "nsDOMScrollAreaEvent.h"
|
||||
#include "nsGUIEvent.h"
|
||||
|
@ -4,7 +4,7 @@
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "base/basictypes.h"
|
||||
#include "IPC/IPCMessageUtils.h"
|
||||
#include "ipc/IPCMessageUtils.h"
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsDOMUIEvent.h"
|
||||
#include "nsIPresShell.h"
|
||||
|
@ -8,7 +8,7 @@
|
||||
#define SerializedLoadContext_h
|
||||
|
||||
#include "base/basictypes.h"
|
||||
#include "IPC/IPCMessageUtils.h"
|
||||
#include "ipc/IPCMessageUtils.h"
|
||||
#include "nsILoadContext.h"
|
||||
|
||||
/*
|
||||
|
@ -5,7 +5,7 @@
|
||||
#ifndef mozilla_dom_ScreenOrientation_h
|
||||
#define mozilla_dom_ScreenOrientation_h
|
||||
|
||||
#include "IPC/IPCMessageUtils.h"
|
||||
#include "ipc/IPCMessageUtils.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
|
@ -5,7 +5,7 @@
|
||||
#ifndef mozilla_dom_indexeddb_serializationhelpers_h__
|
||||
#define mozilla_dom_indexeddb_serializationhelpers_h__
|
||||
|
||||
#include "IPC/IPCMessageUtils.h"
|
||||
#include "ipc/IPCMessageUtils.h"
|
||||
|
||||
#include "mozilla/dom/indexedDB/DatabaseInfo.h"
|
||||
#include "mozilla/dom/indexedDB/Key.h"
|
||||
|
@ -6,7 +6,7 @@
|
||||
#ifndef mozilla_dom_permission_message_utils_h__
|
||||
#define mozilla_dom_permission_message_utils_h__
|
||||
|
||||
#include "IPC/IPCMessageUtils.h"
|
||||
#include "ipc/IPCMessageUtils.h"
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsIPrincipal.h"
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
#ifndef TABMESSAGE_UTILS_H
|
||||
#define TABMESSAGE_UTILS_H
|
||||
|
||||
#include "IPC/IPCMessageUtils.h"
|
||||
#include "ipc/IPCMessageUtils.h"
|
||||
#include "nsIDOMEvent.h"
|
||||
#include "nsCOMPtr.h"
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
#ifndef DOM_PLUGINS_PLUGINMESSAGEUTILS_H
|
||||
#define DOM_PLUGINS_PLUGINMESSAGEUTILS_H
|
||||
|
||||
#include "IPC/IPCMessageUtils.h"
|
||||
#include "ipc/IPCMessageUtils.h"
|
||||
#include "base/message_loop.h"
|
||||
|
||||
#include "mozilla/ipc/RPCChannel.h"
|
||||
|
@ -5,7 +5,7 @@
|
||||
#ifndef dom_src_geolocation_IPC_serialiser
|
||||
#define dom_src_geolocation_IPC_serialiser
|
||||
|
||||
#include "IPC/IPCMessageUtils.h"
|
||||
#include "ipc/IPCMessageUtils.h"
|
||||
#include "nsGeoPosition.h"
|
||||
#include "nsIDOMGeoPosition.h"
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
#ifndef IPC_ShadowLayerUtils_h
|
||||
#define IPC_ShadowLayerUtils_h
|
||||
|
||||
#include "IPC/IPCMessageUtils.h"
|
||||
#include "ipc/IPCMessageUtils.h"
|
||||
#include "GLContext.h"
|
||||
#include "mozilla/WidgetUtils.h"
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <unistd.h>
|
||||
#include <ui/GraphicBuffer.h>
|
||||
|
||||
#include "IPC/IPCMessageUtils.h"
|
||||
#include "ipc/IPCMessageUtils.h"
|
||||
#include "mozilla/layers/PGrallocBufferChild.h"
|
||||
#include "mozilla/layers/PGrallocBufferParent.h"
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <X11/extensions/Xrender.h>
|
||||
#include <X11/Xlib.h>
|
||||
|
||||
#include "IPC/IPCMessageUtils.h"
|
||||
#include "ipc/IPCMessageUtils.h"
|
||||
|
||||
#define MOZ_HAVE_SURFACEDESCRIPTORX11
|
||||
#define MOZ_HAVE_PLATFORM_SPECIFIC_LAYER_BUFFERS
|
||||
|
@ -50,7 +50,7 @@ typedef Observer<SensorAccuracy> ISensorAccuracyObserver;
|
||||
}
|
||||
}
|
||||
|
||||
#include "IPC/IPCMessageUtils.h"
|
||||
#include "ipc/IPCMessageUtils.h"
|
||||
|
||||
namespace IPC {
|
||||
/**
|
||||
|
@ -2,7 +2,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 "IPC/IPCMessageUtils.h";
|
||||
include "ipc/IPCMessageUtils.h";
|
||||
|
||||
using mozilla::void_t;
|
||||
|
||||
|
@ -17,9 +17,9 @@ FORCE_STATIC_LIB = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
EXPORTS_NAMESPACES = IPC mozilla/ipc
|
||||
EXPORTS_NAMESPACES = ipc mozilla/ipc
|
||||
|
||||
EXPORTS_IPC = IPCMessageUtils.h
|
||||
EXPORTS_ipc = IPCMessageUtils.h
|
||||
|
||||
EXPORTS_mozilla/ipc = \
|
||||
AsyncChannel.h \
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include "nscore.h"
|
||||
#include "nsDebug.h"
|
||||
|
||||
#include "IPC/IPCMessageUtils.h"
|
||||
#include "ipc/IPCMessageUtils.h"
|
||||
#include "mozilla/ipc/SharedMemory.h"
|
||||
|
||||
/**
|
||||
|
@ -8,7 +8,7 @@
|
||||
#ifndef mozilla_ipc_Transport_posix_h
|
||||
#define mozilla_ipc_Transport_posix_h 1
|
||||
|
||||
#include "IPC/IPCMessageUtils.h"
|
||||
#include "ipc/IPCMessageUtils.h"
|
||||
|
||||
|
||||
namespace mozilla {
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "IPC/IPCMessageUtils.h"
|
||||
#include "ipc/IPCMessageUtils.h"
|
||||
|
||||
|
||||
namespace mozilla {
|
||||
|
@ -2,7 +2,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 "IPC/IPCMessageUtils.h";
|
||||
include "ipc/IPCMessageUtils.h";
|
||||
|
||||
using mozilla::void_t;
|
||||
|
||||
|
@ -59,7 +59,7 @@ Includes = (
|
||||
'prtime.h',
|
||||
'nscore.h',
|
||||
'IPCMessageStart.h',
|
||||
'IPC/IPCMessageUtils.h',
|
||||
'ipc/IPCMessageUtils.h',
|
||||
'nsAutoPtr.h',
|
||||
'nsStringGlue.h',
|
||||
'nsTArray.h',
|
||||
|
@ -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 "IPC/IPCMessageUtils.h"
|
||||
#include "ipc/IPCMessageUtils.h"
|
||||
|
||||
#include "nsAlgorithm.h"
|
||||
#include "nsBufferedStreams.h"
|
||||
@ -816,4 +816,4 @@ nsBufferedOutputStream::GetUnbufferedStream(nsISupports* *aStream)
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -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 "IPC/IPCMessageUtils.h"
|
||||
#include "ipc/IPCMessageUtils.h"
|
||||
|
||||
#if defined(XP_UNIX) || defined(XP_BEOS)
|
||||
#include <unistd.h>
|
||||
|
@ -8,7 +8,7 @@
|
||||
* automatic creation of the content-length header.
|
||||
*/
|
||||
|
||||
#include "IPC/IPCMessageUtils.h"
|
||||
#include "ipc/IPCMessageUtils.h"
|
||||
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsComponentManagerUtils.h"
|
||||
|
@ -6,7 +6,7 @@
|
||||
#ifndef mozilla_net_NeckoMessageUtils_h
|
||||
#define mozilla_net_NeckoMessageUtils_h
|
||||
|
||||
#include "IPC/IPCMessageUtils.h"
|
||||
#include "ipc/IPCMessageUtils.h"
|
||||
#include "nsStringGlue.h"
|
||||
#include "prio.h"
|
||||
#include "mozilla/Util.h" // for DebugOnly
|
||||
|
@ -10,7 +10,7 @@
|
||||
#define ALLOW_LATE_NSHTTP_H_INCLUDE 1
|
||||
#include "base/basictypes.h"
|
||||
|
||||
#include "IPC/IPCMessageUtils.h"
|
||||
#include "ipc/IPCMessageUtils.h"
|
||||
#include "nsHttp.h"
|
||||
#include "nsHttpHeaderArray.h"
|
||||
#include "nsHttpResponseHead.h"
|
||||
|
@ -6,7 +6,7 @@
|
||||
#ifndef nsGUIEventIPC_h__
|
||||
#define nsGUIEventIPC_h__
|
||||
|
||||
#include "IPC/IPCMessageUtils.h"
|
||||
#include "ipc/IPCMessageUtils.h"
|
||||
#include "nsDOMTouchEvent.h"
|
||||
#include "nsGUIEvent.h"
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
* Based on original code from nsIStringStream.cpp
|
||||
*/
|
||||
|
||||
#include "IPC/IPCMessageUtils.h"
|
||||
#include "ipc/IPCMessageUtils.h"
|
||||
|
||||
#include "nsStringStream.h"
|
||||
#include "nsStreamUtils.h"
|
||||
|
Loading…
Reference in New Issue
Block a user