зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1038570 - Part 1: rename nsObjectFrame.* to nsPluginFrame.*, changes moz.build and includes. r=dbaron
--HG-- rename : layout/generic/nsObjectFrame.cpp => layout/generic/nsPluginFrame.cpp rename : layout/generic/nsObjectFrame.h => layout/generic/nsPluginFrame.h
This commit is contained in:
Родитель
ff732c36c6
Коммит
4f1c6d56a0
|
@ -57,7 +57,7 @@
|
|||
#include "nsImageFrame.h"
|
||||
#include "nsIObserverService.h"
|
||||
#include "nsLayoutUtils.h"
|
||||
#include "nsObjectFrame.h"
|
||||
#include "nsPluginFrame.h"
|
||||
#include "nsSVGPathGeometryFrame.h"
|
||||
#include "nsTreeBodyFrame.h"
|
||||
#include "nsTreeColumns.h"
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
#include "nsIChannelPolicy.h"
|
||||
#include "nsChannelPolicy.h"
|
||||
#include "GeckoProfiler.h"
|
||||
#include "nsObjectFrame.h"
|
||||
#include "nsPluginFrame.h"
|
||||
#include "nsDOMClassInfo.h"
|
||||
#include "nsWrapperCacheInlines.h"
|
||||
#include "nsDOMJSUtils.h"
|
||||
|
|
|
@ -23,7 +23,7 @@ using mozilla::DefaultXDisplay;
|
|||
#include "nsDisplayList.h"
|
||||
#include "ImageLayers.h"
|
||||
#include "GLImages.h"
|
||||
#include "nsObjectFrame.h"
|
||||
#include "nsPluginFrame.h"
|
||||
#include "nsIPluginDocument.h"
|
||||
#include "nsIStringStream.h"
|
||||
#include "nsNetUtil.h"
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
#include "nsFontFaceLoader.h"
|
||||
#include "mozilla/EventListenerManager.h"
|
||||
#include "prenv.h"
|
||||
#include "nsObjectFrame.h"
|
||||
#include "nsPluginFrame.h"
|
||||
#include "nsTransitionManager.h"
|
||||
#include "nsAnimationManager.h"
|
||||
#include "CounterStyleManager.h"
|
||||
|
|
|
@ -27,7 +27,7 @@ EXPORTS += [
|
|||
'nsIScrollableFrame.h',
|
||||
'nsIScrollPositionListener.h',
|
||||
'nsIStatefulFrame.h',
|
||||
'nsObjectFrame.h',
|
||||
'nsPluginFrame.h',
|
||||
'nsQueryFrame.h',
|
||||
'nsSplittableFrame.h',
|
||||
'nsSubDocumentFrame.h',
|
||||
|
@ -100,10 +100,10 @@ UNIFIED_SOURCES += [
|
|||
]
|
||||
|
||||
# nsLineLayout.cpp needs to be built separately because it uses plarena.h.
|
||||
# nsObjectFrame.cpp needs to be built separately because of name clashes in the OS X headers.
|
||||
# nsPluginFrame.cpp needs to be built separately because of name clashes in the OS X headers.
|
||||
SOURCES += [
|
||||
'nsLineLayout.cpp',
|
||||
'nsObjectFrame.cpp',
|
||||
'nsPluginFrame.cpp',
|
||||
]
|
||||
|
||||
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
/* rendering objects for replaced elements implemented by a plugin */
|
||||
|
||||
#include "nsObjectFrame.h"
|
||||
#include "nsPluginFrame.h"
|
||||
|
||||
#include "gfx2DGlue.h"
|
||||
#include "gfxMatrix.h"
|
|
@ -34,7 +34,7 @@
|
|||
#include "nsIObjectLoadingContent.h"
|
||||
#include "nsLayoutUtils.h"
|
||||
#include "FrameLayerBuilder.h"
|
||||
#include "nsObjectFrame.h"
|
||||
#include "nsPluginFrame.h"
|
||||
#include "nsContentUtils.h"
|
||||
#include "nsIPermissionManager.h"
|
||||
#include "nsServiceManagerUtils.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче