MediaStream API: Deleting all files relating to the deprecated PeerConnection00
https://bugs.webkit.org/show_bug.cgi?id=101730

Reviewed by Adam Barth.

Since RTCPeerConenction has superseeded PeerConnection00 this patch removes all
files relating to the old API.

Source/Platform:

* Platform.gypi:
* chromium/public/Platform.h:
(WebKit):
(Platform):
* chromium/public/WebICECandidateDescriptor.h: Removed.
* chromium/public/WebICEOptions.h: Removed.
* chromium/public/WebMediaHints.h: Removed.
* chromium/public/WebMediaStreamCenter.h:
(WebKit):
(WebMediaStreamCenter):
* chromium/public/WebPeerConnection00Handler.h: Removed.
* chromium/public/WebPeerConnection00HandlerClient.h: Removed.
* chromium/public/WebPeerConnectionHandler.h: Removed.
* chromium/public/WebPeerConnectionHandlerClient.h: Removed.
* chromium/public/WebSessionDescriptionDescriptor.h: Removed.

Source/WebCore:

No testing needed, the remaining tests makes sure that nothing else breaks.

* CMakeLists.txt:
* GNUmakefile.list.am:
* Modules/mediastream/DOMWindowMediaStream.idl:
* Modules/mediastream/IceCallback.h: Removed.
* Modules/mediastream/IceCallback.idl: Removed.
* Modules/mediastream/IceCandidate.cpp: Removed.
* Modules/mediastream/IceCandidate.h: Removed.
* Modules/mediastream/IceCandidate.idl: Removed.
* Modules/mediastream/PeerConnection00.cpp: Removed.
* Modules/mediastream/PeerConnection00.h: Removed.
* Modules/mediastream/PeerConnection00.idl: Removed.
* Modules/mediastream/SessionDescription.cpp: Removed.
* Modules/mediastream/SessionDescription.h: Removed.
* Modules/mediastream/SessionDescription.idl: Removed.
* WebCore.gypi:
* bindings/generic/RuntimeEnabledFeatures.cpp:
(WebCore):
* bindings/generic/RuntimeEnabledFeatures.h:
(RuntimeEnabledFeatures):
* dom/EventTargetFactory.in:
* platform/chromium/support/WebICECandidateDescriptor.cpp: Removed.
* platform/chromium/support/WebICEOptions.cpp: Removed.
* platform/chromium/support/WebMediaHints.cpp: Removed.
* platform/mediastream/IceCandidateDescriptor.cpp: Removed.
* platform/mediastream/IceCandidateDescriptor.h: Removed.
* platform/mediastream/IceOptions.cpp: Removed.
* platform/mediastream/IceOptions.h: Removed.
* platform/mediastream/MediaHints.cpp: Removed.
* platform/mediastream/MediaHints.h: Removed.
* platform/mediastream/MediaStreamCenter.h:
(WebCore):
(MediaStreamCenter):
* platform/mediastream/PeerConnection00Handler.cpp: Removed.
* platform/mediastream/PeerConnection00Handler.h: Removed.
* platform/mediastream/PeerConnection00HandlerClient.h: Removed.
* platform/mediastream/SessionDescriptionDescriptor.cpp: Removed.
* platform/mediastream/SessionDescriptionDescriptor.h: Removed.
* platform/mediastream/blackberry/MediaStreamCenterBlackBerry.cpp:
* platform/mediastream/blackberry/MediaStreamCenterBlackBerry.h:
(WebCore):
(MediaStreamCenterBlackBerry):
* platform/mediastream/chromium/MediaStreamCenterChromium.cpp:
* platform/mediastream/chromium/MediaStreamCenterChromium.h:
(WebCore):
(MediaStreamCenterChromium):
* platform/mediastream/chromium/PeerConnection00Handler.cpp: Removed.
* platform/mediastream/chromium/PeerConnection00HandlerInternal.cpp: Removed.
* platform/mediastream/chromium/PeerConnection00HandlerInternal.h: Removed.
* platform/mediastream/gstreamer/MediaStreamCenterGStreamer.cpp:
* platform/mediastream/gstreamer/MediaStreamCenterGStreamer.h:
(WebCore):
(MediaStreamCenterGStreamer):

Source/WebKit/chromium:

* WebKit.gyp:
* public/WebRuntimeFeatures.h:
(WebRuntimeFeatures):
* public/platform/WebICECandidateDescriptor.h: Removed.
* public/platform/WebICEOptions.h: Removed.
* public/platform/WebMediaHints.h: Removed.
* public/platform/WebPeerConnection00Handler.h: Removed.
* public/platform/WebPeerConnection00HandlerClient.h: Removed.
* public/platform/WebPeerConnectionHandler.h: Removed.
* public/platform/WebPeerConnectionHandlerClient.h: Removed.
* public/platform/WebSessionDescriptionDescriptor.h: Removed.
* src/AssertMatchingEnums.cpp:
* src/WebRuntimeFeatures.cpp:
(WebKit::WebRuntimeFeatures::isPeerConnectionEnabled):
* src/WebSessionDescriptionDescriptor.cpp: Removed.

Tools:

* DumpRenderTree/chromium/MockWebMediaStreamCenter.cpp:
* DumpRenderTree/chromium/MockWebMediaStreamCenter.h:
(MockWebMediaStreamCenter):
* DumpRenderTree/chromium/TestShell.cpp:
(TestShell::TestShell):

LayoutTests:

* fast/mediastream/SessionDescription-expected.txt: Removed.
* fast/mediastream/SessionDescription.html: Removed.
* fast/mediastream/constructors-expected.txt:
* fast/mediastream/constructors.html:
* fast/mediastream/peerconnection-Attributes-expected.txt: Removed.
* fast/mediastream/peerconnection-Attributes.html: Removed.
* fast/mediastream/peerconnection-addstream-expected.txt: Removed.
* fast/mediastream/peerconnection-addstream.html: Removed.
* fast/mediastream/peerconnection-argument-types-expected.txt: Removed.
* fast/mediastream/peerconnection-argument-types.html: Removed.
* fast/mediastream/peerconnection-eventlistener-optional-argument-expected.txt: Removed.
* fast/mediastream/peerconnection-eventlistener-optional-argument.html: Removed.
* fast/mediastream/peerconnection-iceoptions-expected.txt: Removed.
* fast/mediastream/peerconnection-iceoptions.html: Removed.
* fast/mediastream/peerconnection-mediastreamlist-expected.txt: Removed.
* fast/mediastream/peerconnection-mediastreamlist.html: Removed.
* fast/mediastream/peerconnection-removestream-expected.txt: Removed.
* fast/mediastream/peerconnection-removestream.html: Removed.
* fast/mediastream/script-tests/peerconnection-Attributes.js: Removed.
* fast/mediastream/script-tests/peerconnection-addstream.js: Removed.
* fast/mediastream/script-tests/peerconnection-argument-types.js: Removed.
* fast/mediastream/script-tests/peerconnection-removestream.js: Removed.


git-svn-id: https://svn.webkit.org/repository/webkit/trunk/Source/Platform/chromium/public@134084 268f45cc-cd09-0410-ab3c-d52691b4dbfc
10 files changed
tree: 983a0ef650ed5c6434dd91afe635b7b7401e4d3e
  1. android/
  2. linux/
  3. mac/
  4. win/
  5. Platform.h
  6. WebAnimation.h
  7. WebAnimationCurve.h
  8. WebAnimationDelegate.h
  9. WebAudioBus.h
  10. WebAudioDevice.h
  11. WebBlobData.h
  12. WebBlobRegistry.h
  13. WebCanvas.h
  14. WebClipboard.h
  15. WebColor.h
  16. WebCommon.h
  17. WebCompositor.h
  18. WebCompositorFrame.h
  19. WebCompositorFrameAck.h
  20. WebCompositorOutputSurface.h
  21. WebCompositorOutputSurfaceClient.h
  22. WebCompositorSoftwareOutputDevice.h
  23. WebCompositorSupport.h
  24. WebCompositorTransferableResourceList.h
  25. WebContentLayer.h
  26. WebContentLayerClient.h
  27. WebCookie.h
  28. WebCookieJar.h
  29. WebCString.h
  30. WebData.h
  31. WebDelegatedRendererLayer.h
  32. WebDragData.h
  33. WebExternalTextureLayer.h
  34. WebExternalTextureLayerClient.h
  35. WebFileInfo.h
  36. WebFileSystem.h
  37. WebFileUtilities.h
  38. WebFilterOperation.h
  39. WebFilterOperations.h
  40. WebFlingAnimator.h
  41. WebFloatAnimationCurve.h
  42. WebFloatKeyframe.h
  43. WebFloatPoint.h
  44. WebFloatQuad.h
  45. WebFloatRect.h
  46. WebGamepad.h
  47. WebGamepads.h
  48. WebGestureCurve.h
  49. WebGestureCurveTarget.h
  50. WebGraphicsContext3D.h
  51. WebGraphicsMemoryAllocation.h
  52. WebGraphicsMemoryStats.h
  53. WebHTTPBody.h
  54. WebHTTPHeaderVisitor.h
  55. WebHTTPLoadInfo.h
  56. WebImage.h
  57. WebImageLayer.h
  58. WebInputHandler.h
  59. WebInputHandlerClient.h
  60. WebIOSurfaceLayer.h
  61. WebLayer.h
  62. WebLayerScrollClient.h
  63. WebLayerTreeView.h
  64. WebLayerTreeViewClient.h
  65. WebLocalizedString.h
  66. WebMediaConstraints.h
  67. WebMediaStreamCenter.h
  68. WebMediaStreamCenterClient.h
  69. WebMediaStreamComponent.h
  70. WebMediaStreamDescriptor.h
  71. WebMediaStreamSource.h
  72. WebMediaStreamSourcesRequest.h
  73. WebMessagePortChannel.h
  74. WebMessagePortChannelClient.h
  75. WebMimeRegistry.h
  76. WebNonCopyable.h
  77. WebPoint.h
  78. WebPrerender.h
  79. WebPrerenderingSupport.h
  80. WebPrivateOwnPtr.h
  81. WebPrivatePtr.h
  82. WebRect.h
  83. WebReferrerPolicy.h
  84. WebRenderingStats.h
  85. WebRTCConfiguration.h
  86. WebRTCDataChannel.h
  87. WebRTCICECandidate.h
  88. WebRTCPeerConnectionHandler.h
  89. WebRTCPeerConnectionHandlerClient.h
  90. WebRTCSessionDescription.h
  91. WebRTCSessionDescriptionRequest.h
  92. WebRTCStatsRequest.h
  93. WebRTCStatsResponse.h
  94. WebRTCVoidRequest.h
  95. WebScreenInfo.h
  96. WebScrollbar.h
  97. WebScrollbarLayer.h
  98. WebScrollbarThemeGeometry.h
  99. WebScrollbarThemePainter.h
  100. WebSharedGraphicsContext3D.h
  101. WebSize.h
  102. WebSocketStreamError.h
  103. WebSocketStreamHandle.h
  104. WebSocketStreamHandleClient.h
  105. WebSolidColorLayer.h
  106. WebStorageArea.h
  107. WebStorageNamespace.h
  108. WebString.h
  109. WebThread.h
  110. WebThreadSafeData.h
  111. WebTransformAnimationCurve.h
  112. WebTransformationMatrix.h
  113. WebTransformKeyframe.h
  114. WebTransformOperations.h
  115. WebURL.h
  116. WebURLError.h
  117. WebURLLoader.h
  118. WebURLLoaderClient.h
  119. WebURLLoadTiming.h
  120. WebURLRequest.h
  121. WebURLResponse.h
  122. WebVector.h
  123. WebVideoFrame.h
  124. WebVideoFrameProvider.h
  125. WebVideoLayer.h
  126. WebWorkerRunLoop.h