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

Issue 278863003: Chromoting iOS client (Closed)

Created:
6 years, 7 months ago by dcaiafa
Modified:
6 years, 7 months ago
Reviewers:
Sergey Ulanov
CC:
chromium-reviews, chromoting-reviews_chromium.org
Visibility:
Public.

Description

Chromoting iOS client This is a sub-set of: https://codereview.chromium.org/186733007/ It doesn't include the .xcodeproj files which were causing problems with "git cl" due to being in the root .gitignore. They won't be necessary after gyp integration. This is just a code drop. Nothing is being built at the moment. NOTRY=true TBR=sergeyu@chromium.org BUG=331356 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=270143

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9218 lines, -11 lines) Patch
A remoting/ios/Chromoting/Base.lproj/Main.storyboard View 1 chunk +426 lines, -0 lines 0 comments Download
A + remoting/ios/Chromoting/Chromoting-Info.plist View 1 chunk +20 lines, -4 lines 0 comments Download
A remoting/ios/Chromoting/ChromotingModel.xcdatamodeld/.xccurrentversion View 1 chunk +8 lines, -0 lines 0 comments Download
A remoting/ios/Chromoting/ChromotingModel.xcdatamodeld/ChromotingModel.xcdatamodel/contents View 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 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 chunk +44 lines, -0 lines 0 comments Download
A + remoting/ios/Chromoting_unittests/Chromoting_unittests-Info.plist View 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 chunk +24 lines, -0 lines 0 comments Download
A + remoting/ios/Chromoting_unittests/main_no_arc.h View 1 chunk +5 lines, -5 lines 0 comments Download
A remoting/ios/Chromoting_unittests/main_no_arc.cc View 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 chunk +30 lines, -0 lines 0 comments Download
A remoting/ios/authorize.mm View 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 chunk +164 lines, -0 lines 0 comments Download
A remoting/ios/bridge/client_instance.cc View 1 chunk +397 lines, -0 lines 0 comments Download
A remoting/ios/bridge/client_instance_unittest.mm View 1 chunk +319 lines, -0 lines 0 comments Download
A remoting/ios/bridge/client_proxy.h View 1 chunk +62 lines, -0 lines 0 comments Download
A remoting/ios/bridge/client_proxy.mm View 1 chunk +150 lines, -0 lines 0 comments Download
A remoting/ios/bridge/client_proxy_delegate.h View 1 chunk +43 lines, -0 lines 0 comments Download
A remoting/ios/bridge/client_proxy_delegate_wrapper.h View 1 chunk +33 lines, -0 lines 0 comments Download
A remoting/ios/bridge/client_proxy_delegate_wrapper.mm View 1 chunk +31 lines, -0 lines 0 comments Download
A remoting/ios/bridge/client_proxy_unittest.mm View 1 chunk +366 lines, -0 lines 0 comments Download
A remoting/ios/bridge/frame_consumer_bridge.h View 1 chunk +65 lines, -0 lines 0 comments Download
A remoting/ios/bridge/frame_consumer_bridge.cc View 1 chunk +88 lines, -0 lines 0 comments Download
A remoting/ios/bridge/frame_consumer_bridge_unittest.cc View 1 chunk +138 lines, -0 lines 0 comments Download
A remoting/ios/bridge/host_proxy.h View 1 chunk +67 lines, -0 lines 0 comments Download
A remoting/ios/bridge/host_proxy.mm View 1 chunk +119 lines, -0 lines 0 comments Download
A remoting/ios/bridge/host_proxy_unittest.mm View 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 chunk +176 lines, -0 lines 0 comments Download
A remoting/ios/data_store_unittest.mm View 1 chunk +119 lines, -0 lines 0 comments Download
A remoting/ios/host.h View 1 chunk +28 lines, -0 lines 0 comments Download
A remoting/ios/host.mm View 1 chunk +59 lines, -0 lines 0 comments Download
A remoting/ios/host_cell.h View 1 chunk +20 lines, -0 lines 0 comments Download
A remoting/ios/host_cell.mm View 1 chunk +20 lines, -0 lines 0 comments Download
A remoting/ios/host_preferences.h View 1 chunk +32 lines, -0 lines 0 comments Download
A remoting/ios/host_refresh.h View 1 chunk +37 lines, -0 lines 0 comments Download
A remoting/ios/host_refresh.mm View 1 chunk +132 lines, -0 lines 0 comments Download
A remoting/ios/host_refresh_test_helper.h View 1 chunk +102 lines, -0 lines 0 comments Download
A remoting/ios/host_refresh_unittest.mm View 1 chunk +170 lines, -0 lines 0 comments Download
A remoting/ios/key_input.h View 1 chunk +35 lines, -0 lines 0 comments Download
A remoting/ios/key_input.mm View 1 chunk +111 lines, -0 lines 0 comments Download
A remoting/ios/key_input_unittest.mm View 1 chunk +124 lines, -0 lines 0 comments Download
A remoting/ios/key_map_us.h View 1 chunk +288 lines, -0 lines 0 comments Download
A remoting/ios/ui/cursor_texture.h View 1 chunk +58 lines, -0 lines 0 comments Download
A remoting/ios/ui/cursor_texture.mm View 1 chunk +181 lines, -0 lines 0 comments Download
A remoting/ios/ui/desktop_texture.h View 1 chunk +38 lines, -0 lines 0 comments Download
A remoting/ios/ui/desktop_texture.mm View 1 chunk +83 lines, -0 lines 0 comments Download
A remoting/ios/ui/help_view_controller.h View 1 chunk +17 lines, -0 lines 0 comments Download
A remoting/ios/ui/help_view_controller.mm View 1 chunk +21 lines, -0 lines 0 comments Download
A remoting/ios/ui/host_list_view_controller.h View 1 chunk +39 lines, -0 lines 0 comments Download
A remoting/ios/ui/host_list_view_controller.mm View 1 chunk +229 lines, -0 lines 0 comments Download
A remoting/ios/ui/host_list_view_controller_unittest.mm View 1 chunk +90 lines, -0 lines 0 comments Download
A remoting/ios/ui/host_view_controller.h View 1 chunk +115 lines, -0 lines 0 comments Download
A remoting/ios/ui/host_view_controller.mm View 1 chunk +676 lines, -0 lines 0 comments Download
A remoting/ios/ui/pin_entry_view_controller.h View 1 chunk +49 lines, -0 lines 0 comments Download
A remoting/ios/ui/pin_entry_view_controller.mm View 1 chunk +71 lines, -0 lines 0 comments Download
A remoting/ios/ui/pin_entry_view_controller_ipad.xib View 1 chunk +103 lines, -0 lines 0 comments Download
A remoting/ios/ui/pin_entry_view_controller_iphone.xib View 1 chunk +113 lines, -0 lines 0 comments Download
A remoting/ios/ui/scene_view.h View 1 chunk +171 lines, -0 lines 0 comments Download
A remoting/ios/ui/scene_view.mm View 1 chunk +642 lines, -0 lines 0 comments Download
A remoting/ios/ui/scene_view_unittest.mm View 1 chunk +1219 lines, -0 lines 0 comments Download
A remoting/ios/utility.h View 1 chunk +64 lines, -0 lines 0 comments Download
A remoting/ios/utility.mm View 1 chunk +150 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
dcaiafa
The CQ bit was checked by dcaiafa@chromium.org
6 years, 7 months ago (2014-05-13 17:46:45 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dcaiafa@chromium.org/278863003/1
6 years, 7 months ago (2014-05-13 17:48:41 UTC) #2
commit-bot: I haz the power
6 years, 7 months ago (2014-05-13 17:50:55 UTC) #3
Message was sent while issue was closed.
Change committed as 270143

Powered by Google App Engine
This is Rietveld 408576698