gecko-dev/gfx/layers/ipc
Jonathan Chan 4b87f11bd9 Bug 1293739 - Part 1: Rename nsCSSProperty to nsCSSPropertyID. r=dholbert
This patch is generated by the following commands (note: if you're running
using OS X's sed, which accepts slightly different flags, you'll have to
specify an actual backup suffix in -i, or use gsed from Homebrew):

  hg stat -c \
  | cut -c 3-  \
  | tr '\n' '\0' \
  | xargs -0 -P 8 gsed --follow-symlinks 's/\bnsCSSProperty\b/nsCSSPropertyID/g' -i''

Then:

  hg mv layout/style/nsCSSProperty.h layout/style/nsCSSPropertyID.h

... and finally, manually renaming nsCSSProperty in the include guard in
nsCSSProperty.h.

MozReview-Commit-ID: ZV6jyvmLfA

--HG--
rename : layout/style/nsCSSProperty.h => layout/style/nsCSSPropertyID.h
2016-08-16 18:37:48 -07:00
..
APZChild.cpp Bug 1250024 - Fix touch-tap event coordinate transformations when a fullzoom is applied. r=botond 2016-07-29 14:44:29 -04:00
APZChild.h Bug 1250024 - Fix touch-tap event coordinate transformations when a fullzoom is applied. r=botond 2016-07-29 14:44:29 -04:00
APZCTreeManagerChild.cpp Bug 1281575 - Create IPDL protocol implementation of IAPZCTreeManager. r=kats 2016-07-20 13:37:00 +02:00
APZCTreeManagerChild.h Bug 1281575 - Create IPDL protocol implementation of IAPZCTreeManager. r=kats 2016-07-20 13:37:00 +02:00
APZCTreeManagerParent.cpp Bug 1281575 - Create IPDL protocol implementation of IAPZCTreeManager. r=kats 2016-07-20 13:37:00 +02:00
APZCTreeManagerParent.h Bug 1281575 - Create IPDL protocol implementation of IAPZCTreeManager. r=kats 2016-07-20 13:37:00 +02:00
AsyncTransactionTracker.cpp Bug 1252835 - Make TextureHost recycling implicit r=nical 2016-06-15 04:28:10 -07:00
AsyncTransactionTracker.h Bug 1252835 - Make TextureHost recycling implicit r=nical 2016-06-15 04:28:10 -07:00
CompositableForwarder.h Bug 1250244 - Part 2: Remove old VR rendering paths,r=gw280 2016-05-27 13:49:04 -07:00
CompositableTransactionParent.cpp Bug 1250244 - Part 2: Remove old VR rendering paths,r=gw280 2016-05-27 13:49:04 -07:00
CompositableTransactionParent.h Use normal refcounting for ISurfaceAllocator. (bug 1287232, r=billm) 2016-07-19 16:59:30 -07:00
CompositorBench.cpp Bug 1277862, part 2 - Rename Moz2D's Filter to SamplingFilter in the rest of gfx/. r=Bas 2016-05-25 17:01:18 +01:00
CompositorBench.h Bug 1272778. Use IntRects for clip rects instead of Rects. r=mstange 2016-05-13 19:58:43 -04:00
CompositorBridgeChild.cpp Bug 1289525 - Shrink the TextureClientPool to maximum size after a short delay, and clear the pool after a longer delay r=jrmuizel 2016-08-09 16:03:47 -04:00
CompositorBridgeChild.h Remove CompositorLRU and associated code. (bug 1287362, r=mattwoodrow) 2016-07-19 21:12:54 -07:00
CompositorBridgeParent.cpp Bug 1294121 - Backed out changeset 635d266614ad for windows build failures. r=me. CLOSED TREE 2016-08-16 09:17:25 -07:00
CompositorBridgeParent.h Bug 1294121 - Backed out changeset 635d266614ad for windows build failures. r=me. CLOSED TREE 2016-08-16 09:17:25 -07:00
CompositorThread.cpp Split up CompositorBridgeParent initialization. (bug 1282348 part 1, r=mattwoodrow,billm) 2016-07-17 21:24:27 -07:00
CompositorThread.h Move CompositorBridgeParent::IsInCompositorThread to CompositorThreadHolder. (bug 1273017 part 3, r=mattwoodrow) 2016-05-15 23:40:13 -07:00
FenceUtils.cpp Bug 1262671 - void** -> PickleIterator (r=froydnj) 2016-05-27 09:57:38 -07:00
FenceUtils.h Bug 1262671 - void** -> PickleIterator (r=froydnj) 2016-05-27 09:57:38 -07:00
GonkNativeHandle.cpp Bug 1240659 - Add GonkNativeHandle::CreateDupNhObj() r=nical 2016-01-20 21:36:00 -08:00
GonkNativeHandle.h Bug 1240659 - Add GonkNativeHandle::CreateDupNhObj() r=nical 2016-01-20 21:36:00 -08:00
GonkNativeHandleUtils.cpp Bug 1276590: Replace |ReadBytes| with |ReadBytesInto| in Gonk IPC code, r=froydnj,billm 2016-06-10 09:23:21 +02:00
GonkNativeHandleUtils.h Bug 1262671 - void** -> PickleIterator (r=froydnj) 2016-05-27 09:57:38 -07:00
ImageBridgeChild.cpp Bug 1250244 - Part 2: Remove old VR rendering paths,r=gw280 2016-05-27 13:49:04 -07:00
ImageBridgeChild.h Implement ImageBridge support for the GPU process. (bug 1287366 part 3, r=mattwoodrow,billm) 2016-07-20 00:19:27 -07:00
ImageBridgeParent.cpp Implement ImageBridge support for the GPU process. (bug 1287366 part 3, r=mattwoodrow,billm) 2016-07-20 00:19:27 -07:00
ImageBridgeParent.h Implement ImageBridge support for the GPU process. (bug 1287366 part 3, r=mattwoodrow,billm) 2016-07-20 00:19:27 -07:00
ImageContainerParent.cpp
ImageContainerParent.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
ISurfaceAllocator.cpp Bug 1268638 - Avoid using gfxPrefs in a widfely-included header. - r=jrmuizel 2016-07-01 13:14:57 -07:00
ISurfaceAllocator.h Use normal refcounting for ISurfaceAllocator. (bug 1287232, r=billm) 2016-07-19 16:59:30 -07:00
LayerAnimationUtils.cpp Bug 1264865 - Part 3: Remove codes that are no longer in use. r=birtles 2016-07-27 10:13:17 +09:00
LayerAnimationUtils.h Bug 1245016 - b2g build failure in gfx/layers/ipc/LayerAnimationUtils.h r=hiro 2016-02-02 01:53:05 -08:00
LayersMessages.ipdlh Bug 1293739 - Part 1: Rename nsCSSProperty to nsCSSPropertyID. r=dholbert 2016-08-16 18:37:48 -07:00
LayersSurfaces.ipdlh Bug 1254011 - Avoid allocating RGB buffer for YUV data everytime r=nical 2016-07-08 18:59:59 -07:00
LayerTransactionChild.cpp Bug 1252835 - Make TextureHost recycling implicit r=nical 2016-06-15 04:28:10 -07:00
LayerTransactionChild.h Bug 1252835 - Make TextureHost recycling implicit r=nical 2016-06-15 04:28:10 -07:00
LayerTransactionParent.cpp Bug 1294121 - Backed out changeset 635d266614ad for windows build failures. r=me. CLOSED TREE 2016-08-16 09:17:25 -07:00
LayerTransactionParent.h Bug 1294121 - Backed out changeset 635d266614ad for windows build failures. r=me. CLOSED TREE 2016-08-16 09:17:25 -07:00
PAPZ.ipdl Bug 1250024 - Fix touch-tap event coordinate transformations when a fullzoom is applied. r=botond 2016-07-29 14:44:29 -04:00
PAPZCTreeManager.ipdl Bug 1281575 - Create IPDL protocol implementation of IAPZCTreeManager. r=kats 2016-07-20 13:37:00 +02:00
PCompositable.ipdl Rename PCompositor to PCompositorBridge. (bug 1258479 part 1, r=mattwoodrow) 2016-03-22 14:07:08 -04:00
PCompositorBridge.ipdl Move TileSize from gfxPlatform to gfxVars. (bug 1288259 part 3, r=jrmuizel) 2016-08-04 11:33:43 -07:00
PImageBridge.ipdl Bug 1252835 - Make TextureHost recycling implicit r=nical 2016-06-15 04:28:10 -07:00
PImageContainer.ipdl
PLayer.ipdl
PLayerTransaction.ipdl Bug 1294121 - Backed out changeset 635d266614ad for windows build failures. r=me. CLOSED TREE 2016-08-16 09:17:25 -07:00
PSharedBufferManager.ipdl
PTexture.ipdl Bug 1252835 - Make TextureHost recycling implicit r=nical 2016-06-15 04:28:10 -07:00
RemoteContentController.cpp Bug 1250024 - Fix touch-tap event coordinate transformations when a fullzoom is applied. r=botond 2016-07-29 14:44:29 -04:00
RemoteContentController.h Bug 1250024 - Fix touch-tap event coordinate transformations when a fullzoom is applied. r=botond 2016-07-29 14:44:29 -04:00
ShadowLayerChild.cpp
ShadowLayerChild.h
ShadowLayerParent.cpp
ShadowLayerParent.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
ShadowLayers.cpp Bug 1294121 - Backed out changeset 635d266614ad for windows build failures. r=me. CLOSED TREE 2016-08-16 09:17:25 -07:00
ShadowLayers.h Bug 1294121 - Backed out changeset 635d266614ad for windows build failures. r=me. CLOSED TREE 2016-08-16 09:17:25 -07:00
ShadowLayersManager.h Bug 1294121 - Backed out changeset 635d266614ad for windows build failures. r=me. CLOSED TREE 2016-08-16 09:17:25 -07:00
ShadowLayerUtils.h Bug 1262671 - void** -> PickleIterator (r=froydnj) 2016-05-27 09:57:38 -07:00
ShadowLayerUtilsGralloc.cpp Bug 1276590: Replace |ReadBytes| with |ReadBytesInto| in Gonk IPC code, r=froydnj,billm 2016-06-10 09:23:21 +02:00
ShadowLayerUtilsGralloc.h Bug 1262671 - void** -> PickleIterator (r=froydnj) 2016-05-27 09:57:38 -07:00
ShadowLayerUtilsMac.cpp Bug 1279791 - Remove gfxSharedQuartzSurface. r=eflores 2016-06-13 09:27:23 +01:00
ShadowLayerUtilsX11.cpp Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
ShadowLayerUtilsX11.h Bug 1262671 - void** -> PickleIterator (r=froydnj) 2016-05-27 09:57:38 -07:00
SharedBufferManagerChild.cpp Bug 1284674 - Remove NUWA r=cyu 2016-08-02 14:54:00 +02:00
SharedBufferManagerChild.h
SharedBufferManagerParent.cpp Bug 1293603 (part 1) - Add |override| to CollectReports() declarations missing it. r=erahm. 2016-08-08 11:04:11 +10:00
SharedBufferManagerParent.h Clean up Transport memory management in IPDL. (bug 1283744, r=billm) 2016-07-06 18:51:20 -07:00
SharedPlanarYCbCrImage.cpp Bug 1254011 - Avoid allocating RGB buffer for YUV data everytime r=nical 2016-07-08 18:59:59 -07:00
SharedPlanarYCbCrImage.h Bug 1262278 - Rename PlanarYCbCrImage::SetData and PlanarYCbCrImage::SetDataNoCopy r=nical 2016-04-18 20:12:41 -07:00
SharedRGBImage.cpp Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
SharedRGBImage.h
TextureForwarder.cpp Use normal refcounting for ISurfaceAllocator. (bug 1287232, r=billm) 2016-07-19 16:59:30 -07:00
TextureForwarder.h Use normal refcounting for ISurfaceAllocator. (bug 1287232, r=billm) 2016-07-19 16:59:30 -07:00
ThreadSafeRefcountingWithMainThreadDestruction.h Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm. 2016-08-08 12:18:10 +10:00