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

Issue 186733007: iOS Chromoting Client (Closed)

Created:
6 years, 9 months ago by aboone
Modified:
6 years, 7 months ago
CC:
chromium-reviews, chromoting-reviews_chromium.org, hbengaliDONOTUSE
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

iOS Chromoting Client Code drop from Fusion. Integration with gyp will follow. BUG=331356

Patch Set 1 #

Total comments: 74

Patch Set 2 : #

Patch Set 3 #

Patch Set 4 : Adjust Icons, change help to a Controller/UIWebView #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10835 lines, -96 lines) Patch
A remoting/ios/Chromoting.xcodeproj/project.pbxproj View 1 2 3 4 1 chunk +1704 lines, -0 lines 0 comments Download
A remoting/ios/Chromoting/Base.lproj/Main.storyboard View 1 2 3 1 chunk +426 lines, -0 lines 0 comments Download
A + remoting/ios/Chromoting/Chromoting-Info.plist View 1 2 3 4 1 chunk +20 lines, -4 lines 0 comments Download
A remoting/ios/Chromoting/ChromotingModel.xcdatamodeld/.xccurrentversion View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
A remoting/ios/Chromoting/ChromotingModel.xcdatamodeld/ChromotingModel.xcdatamodel/contents View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
A remoting/ios/Chromoting/GTMOAuth2ViewTouch.xib View 1 chunk +494 lines, -0 lines 0 comments Download
A remoting/ios/Chromoting/Images.xcassets/AppIcon.appiconset/Contents.json View 1 2 3 1 chunk +91 lines, -0 lines 0 comments Download
A remoting/ios/Chromoting/Images.xcassets/LaunchImage.launchimage/Contents.json View 1 chunk +36 lines, -0 lines 0 comments Download
A + remoting/ios/Chromoting/en.lproj/InfoPlist.strings View 1 chunk +1 line, -0 lines 0 comments Download
A remoting/ios/Chromoting/main.mm View 1 2 1 chunk +44 lines, -0 lines 0 comments Download
A + remoting/ios/Chromoting_unittests/Chromoting_unittests-Info.plist View 1 2 3 4 1 chunk +20 lines, -4 lines 0 comments Download
A remoting/ios/Chromoting_unittests/Chromoting_unittests.xcdatamodeld/.xccurrentversion View 1 chunk +8 lines, -0 lines 0 comments Download
A remoting/ios/Chromoting_unittests/Chromoting_unittests.xcdatamodeld/Chromoting_unittests.xcdatamodel/contents View 1 chunk +4 lines, -0 lines 0 comments Download
A remoting/ios/Chromoting_unittests/Images.xcassets/AppIcon.appiconset/Contents.json View 1 chunk +53 lines, -0 lines 0 comments Download
A remoting/ios/Chromoting_unittests/Images.xcassets/LaunchImage.launchimage/Contents.json View 1 chunk +51 lines, -0 lines 0 comments Download
A + remoting/ios/Chromoting_unittests/en.lproj/InfoPlist.strings View 0 chunks +-1 lines, --1 lines 0 comments Download
A remoting/ios/Chromoting_unittests/main.mm View 1 2 3 4 1 chunk +24 lines, -0 lines 0 comments Download
A + remoting/ios/Chromoting_unittests/main_no_arc.h View 1 2 3 4 1 chunk +6 lines, -2 lines 0 comments Download
A remoting/ios/Chromoting_unittests/main_no_arc.cc View 1 2 3 4 1 chunk +20 lines, -0 lines 0 comments Download
A + remoting/ios/DEPS View 0 chunks +-1 lines, --1 lines 0 comments Download
A remoting/ios/app_delegate.h View 1 chunk +17 lines, -0 lines 0 comments Download
A remoting/ios/app_delegate.mm View 1 chunk +18 lines, -0 lines 0 comments Download
A remoting/ios/authorize.h View 1 2 1 chunk +30 lines, -0 lines 0 comments Download
A remoting/ios/authorize.mm View 1 2 1 chunk +123 lines, -0 lines 0 comments Download
A remoting/ios/bridge/DEPS View 1 chunk +8 lines, -0 lines 0 comments Download
A + remoting/ios/bridge/client_instance.h View 1 2 4 chunks +76 lines, -88 lines 0 comments Download
A remoting/ios/bridge/client_instance.cc View 1 2 1 chunk +397 lines, -0 lines 0 comments Download
A remoting/ios/bridge/client_instance_unittest.mm View 1 2 1 chunk +319 lines, -0 lines 0 comments Download
A remoting/ios/bridge/client_proxy.h View 1 2 1 chunk +62 lines, -0 lines 0 comments Download
A remoting/ios/bridge/client_proxy.mm View 1 2 1 chunk +150 lines, -0 lines 0 comments Download
A remoting/ios/bridge/client_proxy_delegate.h View 1 2 1 chunk +43 lines, -0 lines 0 comments Download
A remoting/ios/bridge/client_proxy_delegate_wrapper.h View 1 1 chunk +33 lines, -0 lines 0 comments Download
A remoting/ios/bridge/client_proxy_delegate_wrapper.mm View 1 1 chunk +31 lines, -0 lines 0 comments Download
A remoting/ios/bridge/client_proxy_unittest.mm View 1 2 1 chunk +366 lines, -0 lines 0 comments Download
A remoting/ios/bridge/frame_consumer_bridge.h View 1 1 chunk +65 lines, -0 lines 0 comments Download
A remoting/ios/bridge/frame_consumer_bridge.cc View 1 2 1 chunk +88 lines, -0 lines 0 comments Download
A remoting/ios/bridge/frame_consumer_bridge_unittest.cc View 1 2 1 chunk +138 lines, -0 lines 0 comments Download
A remoting/ios/bridge/host_proxy.h View 1 1 chunk +67 lines, -0 lines 0 comments Download
A remoting/ios/bridge/host_proxy.mm View 1 2 1 chunk +119 lines, -0 lines 0 comments Download
A remoting/ios/bridge/host_proxy_unittest.mm View 1 2 1 chunk +51 lines, -0 lines 0 comments Download
A remoting/ios/data_store.h View 1 chunk +31 lines, -0 lines 0 comments Download
A remoting/ios/data_store.mm View 1 1 chunk +176 lines, -0 lines 0 comments Download
A remoting/ios/data_store_unittest.mm View 1 2 1 chunk +119 lines, -0 lines 0 comments Download
A remoting/ios/host.h View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
A remoting/ios/host.mm View 1 2 1 chunk +59 lines, -0 lines 0 comments Download
A remoting/ios/host_cell.h View 1 1 chunk +20 lines, -0 lines 0 comments Download
A remoting/ios/host_cell.mm View 1 1 chunk +20 lines, -0 lines 0 comments Download
A remoting/ios/host_preferences.h View 1 2 1 chunk +32 lines, -0 lines 0 comments Download
A remoting/ios/host_refresh.h View 1 2 1 chunk +37 lines, -0 lines 0 comments Download
A remoting/ios/host_refresh.mm View 1 2 1 chunk +132 lines, -0 lines 0 comments Download
A remoting/ios/host_refresh_test_helper.h View 1 2 1 chunk +102 lines, -0 lines 0 comments Download
A remoting/ios/host_refresh_unittest.mm View 1 2 1 chunk +170 lines, -0 lines 0 comments Download
A remoting/ios/key_input.h View 1 2 1 chunk +35 lines, -0 lines 0 comments Download
A remoting/ios/key_input.mm View 1 2 1 chunk +111 lines, -0 lines 0 comments Download
A remoting/ios/key_input_unittest.mm View 1 2 1 chunk +124 lines, -0 lines 0 comments Download
A remoting/ios/key_map_us.h View 1 1 chunk +288 lines, -0 lines 0 comments Download
A remoting/ios/ui/cursor_texture.h View 1 2 1 chunk +58 lines, -0 lines 0 comments Download
A remoting/ios/ui/cursor_texture.mm View 1 2 1 chunk +181 lines, -0 lines 0 comments Download
A remoting/ios/ui/desktop_texture.h View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
A remoting/ios/ui/desktop_texture.mm View 1 2 1 chunk +83 lines, -0 lines 0 comments Download
A remoting/ios/ui/help_view_controller.h View 1 2 3 1 chunk +17 lines, -0 lines 0 comments Download
A remoting/ios/ui/help_view_controller.mm View 1 2 3 1 chunk +21 lines, -0 lines 0 comments Download
A remoting/ios/ui/host_list_view_controller.h View 1 2 1 chunk +39 lines, -0 lines 0 comments Download
A remoting/ios/ui/host_list_view_controller.mm View 1 2 1 chunk +229 lines, -0 lines 0 comments Download
A remoting/ios/ui/host_list_view_controller_unittest.mm View 1 2 1 chunk +90 lines, -0 lines 0 comments Download
A remoting/ios/ui/host_view_controller.h View 1 2 3 1 chunk +115 lines, -0 lines 0 comments Download
A remoting/ios/ui/host_view_controller.mm View 1 2 3 4 1 chunk +676 lines, -0 lines 0 comments Download
A remoting/ios/ui/pin_entry_view_controller.h View 1 2 1 chunk +49 lines, -0 lines 0 comments Download
A remoting/ios/ui/pin_entry_view_controller.mm View 1 2 1 chunk +71 lines, -0 lines 0 comments Download
A remoting/ios/ui/pin_entry_view_controller_ipad.xib View 1 1 chunk +103 lines, -0 lines 0 comments Download
A remoting/ios/ui/pin_entry_view_controller_iphone.xib View 1 1 chunk +113 lines, -0 lines 0 comments Download
A remoting/ios/ui/scene_view.h View 1 2 3 4 1 chunk +171 lines, -0 lines 0 comments Download
A remoting/ios/ui/scene_view.mm View 1 2 3 4 1 chunk +642 lines, -0 lines 0 comments Download
A remoting/ios/ui/scene_view_unittest.mm View 1 2 3 4 1 chunk +1219 lines, -0 lines 0 comments Download
A remoting/ios/utility.h View 1 2 1 chunk +64 lines, -0 lines 0 comments Download
A remoting/ios/utility.mm View 1 2 1 chunk +150 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
aboone
iOS Chromoting, I'll send out a separate email with the packaged app and other details.
6 years, 9 months ago (2014-03-06 18:36:42 UTC) #1
Sergey Ulanov
+dcaiafa
6 years, 9 months ago (2014-03-07 01:23:46 UTC) #2
dcaiafa
First pass. https://codereview.chromium.org/186733007/diff/1/remoting/ios/Chromoting/main.mm File remoting/ios/Chromoting/main.mm (right): https://codereview.chromium.org/186733007/diff/1/remoting/ios/Chromoting/main.mm#newcode19 remoting/ios/Chromoting/main.mm:19: // namespace google_apis, which has our clientid ...
6 years, 9 months ago (2014-03-19 01:14:14 UTC) #3
dcaiafa
+hbengali@
6 years, 9 months ago (2014-03-19 17:42:20 UTC) #4
aboone
I've submitted an update. I've started to implement more of the unit tests. Particularly in ...
6 years, 9 months ago (2014-03-21 16:42:07 UTC) #5
dcaiafa
lgtm
6 years, 7 months ago (2014-05-02 16:06:38 UTC) #6
dcaiafa
+ rvargas@ for +net/url_request in remoting/ios/bridge/DEPS approval
6 years, 7 months ago (2014-05-06 21:19:59 UTC) #7
rvargas (doing something else)
DEPS lgtm
6 years, 7 months ago (2014-05-06 21:34:42 UTC) #8
dcaiafa
The CQ bit was checked by dcaiafa@chromium.org
6 years, 7 months ago (2014-05-06 21:38:54 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aboone@fusionlabs.net/186733007/60001
6 years, 7 months ago (2014-05-06 21:39:16 UTC) #10
dcaiafa
The CQ bit was unchecked by dcaiafa@chromium.org
6 years, 7 months ago (2014-05-06 21:50:06 UTC) #11
dcaiafa
The CQ bit was checked by dcaiafa@chromium.org
6 years, 7 months ago (2014-05-06 22:59:39 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aboone@fusionlabs.net/186733007/60001
6 years, 7 months ago (2014-05-06 23:02:44 UTC) #13
dcaiafa
The CQ bit was unchecked by dcaiafa@chromium.org
6 years, 7 months ago (2014-05-06 23:16:25 UTC) #14
dcaiafa
6 years, 7 months ago (2014-05-15 17:41:39 UTC) #15
I'm closing this issue. The code landed in the following CL:
https://codereview.chromium.org/278863003/

which was a patch of this CL minus .xcodeproj.

Powered by Google App Engine
This is Rietveld 408576698