Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Issue 2358133003: Revert of Rename AppRTCDemo on Android and iOS to AppRTCMobile (Closed)

Created:
4 years, 3 months ago by magjed_webrtc
Modified:
4 years, 2 months ago
Reviewers:
tommi, kthelgason, sakal
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, qiang.lu, niklas.enbom, yujie_mao (webrtc), peah-webrtc
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Revert of Rename AppRTCDemo on Android and iOS to AppRTCMobile (patchset #2 id:20001 of https://codereview.webrtc.org/2343403002/ ) Reason for revert: Breaks internal project. Original issue's description: > Rename AppRTCDemo on Android and iOS to AppRTCMobile > > The purpose is to make it clearer it is a mobile application. > > BUG=webrtc:6359 > NOPRESUBMIT=true > > Committed: https://crrev.com/d3af58bdab5b25acd62cd816363becc7003d3e5a > Cr-Commit-Position: refs/heads/master@{#14356} TBR=sakal@webrtc.org,kthelgason@webrtc.org,tommi@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:6359 Committed: https://crrev.com/87ef6f750126f9f17f4714d696a8e77a2dd0a3f1 Cr-Commit-Position: refs/heads/master@{#14358}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7491 lines, -7491 lines) Patch
M webrtc/BUILD.gn View 1 chunk +5 lines, -5 lines 0 comments Download
M webrtc/examples/BUILD.gn View 13 chunks +99 lines, -99 lines 0 comments Download
M webrtc/examples/androidapp/README View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/examples/androidapp/build.xml View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/examples/androidapp/res/values-v21/styles.xml View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/examples/androidapp/src/org/appspot/apprtc/ConnectActivity.java View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/examples/androidapp/src/org/appspot/apprtc/UnhandledExceptionHandler.java View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/examples/androidjunit/README View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/examples/androidtests/README View 1 chunk +6 lines, -6 lines 0 comments Download
M webrtc/examples/androidtests/build.xml View 1 chunk +1 line, -1 line 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ARDAppClient.h View 1 chunk +79 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ARDAppClient.m View 1 chunk +846 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ARDAppClient+Internal.h View 1 chunk +57 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ARDAppEngineClient.h View 1 chunk +14 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ARDAppEngineClient.m View 1 chunk +175 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ARDBitrateTracker.h View 1 chunk +30 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ARDBitrateTracker.m View 1 chunk +45 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ARDCEODTURNClient.h View 1 chunk +18 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ARDCEODTURNClient.m View 1 chunk +66 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ARDJoinResponse.h View 1 chunk +32 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ARDJoinResponse.m View 1 chunk +82 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ARDJoinResponse+Internal.h View 1 chunk +23 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ARDMessageResponse.h View 1 chunk +26 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ARDMessageResponse.m View 1 chunk +46 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ARDMessageResponse+Internal.h View 1 chunk +17 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ARDRoomServerClient.h View 1 chunk +34 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ARDSDPUtils.h View 1 chunk +24 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ARDSDPUtils.m View 1 chunk +92 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ARDSignalingChannel.h View 1 chunk +52 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ARDSignalingMessage.h View 1 chunk +59 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ARDSignalingMessage.m View 1 chunk +161 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ARDStatsBuilder.h View 1 chunk +29 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ARDStatsBuilder.m View 1 chunk +300 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ARDTURNClient.h View 1 chunk +22 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ARDWebSocketChannel.h View 1 chunk +41 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ARDWebSocketChannel.m View 1 chunk +251 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/RTCIceCandidate+JSON.h View 1 chunk +22 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/RTCIceCandidate+JSON.m View 1 chunk +100 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/RTCIceServer+JSON.h View 1 chunk +19 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/RTCIceServer+JSON.m View 1 chunk +43 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/RTCMediaConstraints+JSON.h View 1 chunk +19 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/RTCMediaConstraints+JSON.m View 1 chunk +34 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/RTCSessionDescription+JSON.h View 1 chunk +19 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/RTCSessionDescription+JSON.m View 1 chunk +35 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/common/ARDUtilities.h View 1 chunk +38 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/common/ARDUtilities.m View 1 chunk +128 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.h View 1 chunk +17 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.m View 1 chunk +51 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ios/ARDMainView.h View 1 chunk +37 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ios/ARDMainView.m View 1 chunk +392 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ios/ARDMainViewController.h View 1 chunk +14 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ios/ARDMainViewController.m View 1 chunk +211 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ios/ARDStatsView.h View 1 chunk +17 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ios/ARDStatsView.m View 1 chunk +52 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallView.h View 1 chunk +45 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallView.m View 1 chunk +193 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.h View 1 chunk +31 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.m View 1 chunk +222 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ios/AppRTCDemo-Prefix.pch View 1 chunk +23 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ios/Info.plist View 1 chunk +98 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ios/UIImage+ARDUtilities.h View 1 chunk +18 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ios/UIImage+ARDUtilities.m View 1 chunk +31 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ios/main.m View 1 chunk +20 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ios/resources/Roboto-Regular.ttf View Binary file 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ios/resources/iPhone5@2x.png View Binary file 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ios/resources/iPhone6@2x.png View Binary file 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ios/resources/iPhone6p@3x.png View Binary file 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ios/resources/ic_call_end_black_24dp.png View Binary file 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ios/resources/ic_call_end_black_24dp@2x.png View Binary file 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ios/resources/ic_clear_black_24dp.png View Binary file 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ios/resources/ic_clear_black_24dp@2x.png View Binary file 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ios/resources/ic_surround_sound_black_24dp.png View Binary file 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ios/resources/ic_surround_sound_black_24dp@2x.png View Binary file 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ios/resources/ic_switch_video_black_24dp.png View Binary file 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ios/resources/ic_switch_video_black_24dp@2x.png View Binary file 0 comments Download
A webrtc/examples/objc/AppRTCDemo/ios/resources/mozart.mp3 View Binary file 0 comments Download
A webrtc/examples/objc/AppRTCDemo/mac/APPRTCAppDelegate.h View 1 chunk +14 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/mac/APPRTCAppDelegate.m View 1 chunk +59 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.h View 1 chunk +17 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.m View 1 chunk +328 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/mac/Info.plist View 1 chunk +29 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/mac/main.m View 1 chunk +22 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/tests/ARDAppClientTest.mm View 1 chunk +350 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/third_party/SocketRocket/LICENSE View 1 chunk +15 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/third_party/SocketRocket/SRWebSocket.h View 1 chunk +132 lines, -0 lines 0 comments Download
A webrtc/examples/objc/AppRTCDemo/third_party/SocketRocket/SRWebSocket.m View 1 chunk +1761 lines, -0 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ARDAppClient.h View 1 chunk +0 lines, -79 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ARDAppClient.m View 1 chunk +0 lines, -846 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ARDAppClient+Internal.h View 1 chunk +0 lines, -57 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ARDAppEngineClient.h View 1 chunk +0 lines, -14 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ARDAppEngineClient.m View 1 chunk +0 lines, -175 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ARDBitrateTracker.h View 1 chunk +0 lines, -30 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ARDBitrateTracker.m View 1 chunk +0 lines, -45 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ARDCEODTURNClient.h View 1 chunk +0 lines, -18 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ARDCEODTURNClient.m View 1 chunk +0 lines, -66 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ARDJoinResponse.h View 1 chunk +0 lines, -32 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ARDJoinResponse.m View 1 chunk +0 lines, -82 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ARDJoinResponse+Internal.h View 1 chunk +0 lines, -23 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ARDMessageResponse.h View 1 chunk +0 lines, -26 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ARDMessageResponse.m View 1 chunk +0 lines, -46 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ARDMessageResponse+Internal.h View 1 chunk +0 lines, -17 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ARDRoomServerClient.h View 1 chunk +0 lines, -34 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ARDSDPUtils.h View 1 chunk +0 lines, -24 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ARDSDPUtils.m View 1 chunk +0 lines, -92 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ARDSignalingChannel.h View 1 chunk +0 lines, -52 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ARDSignalingMessage.h View 1 chunk +0 lines, -59 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ARDSignalingMessage.m View 1 chunk +0 lines, -161 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ARDStatsBuilder.h View 1 chunk +0 lines, -29 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ARDStatsBuilder.m View 1 chunk +0 lines, -300 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ARDTURNClient.h View 1 chunk +0 lines, -22 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ARDWebSocketChannel.h View 1 chunk +0 lines, -41 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ARDWebSocketChannel.m View 1 chunk +0 lines, -251 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/RTCIceCandidate+JSON.h View 1 chunk +0 lines, -22 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/RTCIceCandidate+JSON.m View 1 chunk +0 lines, -100 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/RTCIceServer+JSON.h View 1 chunk +0 lines, -19 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/RTCIceServer+JSON.m View 1 chunk +0 lines, -43 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/RTCMediaConstraints+JSON.h View 1 chunk +0 lines, -19 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/RTCMediaConstraints+JSON.m View 1 chunk +0 lines, -34 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/RTCSessionDescription+JSON.h View 1 chunk +0 lines, -19 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/RTCSessionDescription+JSON.m View 1 chunk +0 lines, -35 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/common/ARDUtilities.h View 1 chunk +0 lines, -38 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/common/ARDUtilities.m View 1 chunk +0 lines, -128 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/ARDAppDelegate.h View 1 chunk +0 lines, -17 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/ARDAppDelegate.m View 1 chunk +0 lines, -51 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/ARDMainView.h View 1 chunk +0 lines, -37 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/ARDMainView.m View 1 chunk +0 lines, -392 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/ARDMainViewController.h View 1 chunk +0 lines, -14 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/ARDMainViewController.m View 1 chunk +0 lines, -211 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/ARDStatsView.h View 1 chunk +0 lines, -17 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/ARDStatsView.m View 1 chunk +0 lines, -52 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallView.h View 1 chunk +0 lines, -45 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallView.m View 1 chunk +0 lines, -193 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallViewController.h View 1 chunk +0 lines, -31 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallViewController.m View 1 chunk +0 lines, -222 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/AppRTCMobile-Prefix.pch View 1 chunk +0 lines, -23 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/Info.plist View 1 chunk +0 lines, -98 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/UIImage+ARDUtilities.h View 1 chunk +0 lines, -18 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/UIImage+ARDUtilities.m View 1 chunk +0 lines, -31 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/main.m View 1 chunk +0 lines, -20 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/resources/Roboto-Regular.ttf View Binary file 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/resources/iPhone5@2x.png View Binary file 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/resources/iPhone6@2x.png View Binary file 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/resources/iPhone6p@3x.png View Binary file 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/resources/ic_call_end_black_24dp.png View Binary file 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/resources/ic_call_end_black_24dp@2x.png View Binary file 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/resources/ic_clear_black_24dp.png View Binary file 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/resources/ic_clear_black_24dp@2x.png View Binary file 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/resources/ic_surround_sound_black_24dp.png View Binary file 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/resources/ic_surround_sound_black_24dp@2x.png View Binary file 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/resources/ic_switch_video_black_24dp.png View Binary file 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/resources/ic_switch_video_black_24dp@2x.png View Binary file 0 comments Download
D webrtc/examples/objc/AppRTCMobile/ios/resources/mozart.mp3 View Binary file 0 comments Download
D webrtc/examples/objc/AppRTCMobile/mac/APPRTCAppDelegate.h View 1 chunk +0 lines, -14 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/mac/APPRTCAppDelegate.m View 1 chunk +0 lines, -59 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/mac/APPRTCViewController.h View 1 chunk +0 lines, -17 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/mac/APPRTCViewController.m View 1 chunk +0 lines, -328 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/mac/Info.plist View 1 chunk +0 lines, -29 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/mac/main.m View 1 chunk +0 lines, -22 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/tests/ARDAppClientTest.mm View 1 chunk +0 lines, -350 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/third_party/SocketRocket/LICENSE View 1 chunk +0 lines, -15 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/third_party/SocketRocket/SRWebSocket.h View 1 chunk +0 lines, -132 lines 0 comments Download
D webrtc/examples/objc/AppRTCMobile/third_party/SocketRocket/SRWebSocket.m View 1 chunk +0 lines, -1761 lines 0 comments Download
M webrtc/webrtc_examples.gyp View 9 chunks +96 lines, -96 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
magjed_webrtc
Created Revert of Rename AppRTCDemo on Android and iOS to AppRTCMobile
4 years, 3 months ago (2016-09-22 17:14:31 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2358133003/1
4 years, 3 months ago (2016-09-22 17:14:41 UTC) #3
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 3 months ago (2016-09-22 17:15:39 UTC) #4
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/87ef6f750126f9f17f4714d696a8e77a2dd0a3f1 Cr-Commit-Position: refs/heads/master@{#14358}
4 years, 3 months ago (2016-09-22 17:15:49 UTC) #6
magjed_webrtc
4 years, 2 months ago (2016-09-27 08:01:49 UTC) #8
Message was sent while issue was closed.
A revert of this CL (patchset #1 id:1) has been created in
https://codereview.webrtc.org/2373443005/ by magjed@webrtc.org.

The reason for reverting is: Internal project is updated..

Powered by Google App Engine
This is Rietveld 408576698