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

Issue 2828113002: Provide HostView with data required for creating a new and session, and render for CRD iOS. (Closed)

Created:
3 years, 8 months ago by nicholss
Modified:
3 years, 8 months ago
Reviewers:
Yuwei, Jamie
CC:
chromium-reviews, ios-reviews_chromium.org, chromoting-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

This CL is about plumbing the required information from the HostInfo objects and passing that to the session creation methods. It also cleans up responsibilities for which object holds and creates the rendering and client connections, pushing that into the client session rather than the view (from another CL, integrated here). Also integrating with new rendering for CRD iOS for the gl rendering client. Also making the FAB smaller on host view. Moving https://codereview.chromium.org/2828113002/ to this cl. BUG=671692 Review-Url: https://codereview.chromium.org/2828113002 Cr-Commit-Position: refs/heads/master@{#466797} Committed: https://chromium.googlesource.com/chromium/src/+/a204e74f7bbea5269fd0b8ff221d5ea42f524552

Patch Set 1 #

Patch Set 2 : Merge branch 'master' into update_app_ms1 #

Patch Set 3 : Moving RemovingService changes back to here, preventing circular cl dep. #

Patch Set 4 : Moving CL 2825403004 to this branch. #

Patch Set 5 : Adding main iOS build file change. #

Total comments: 4

Patch Set 6 : fixing issue based on feedback. #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+217 lines, -138 lines) Patch
M remoting/client/ios/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M remoting/client/ios/app/host_collection_view_cell.h View 1 chunk +6 lines, -2 lines 0 comments Download
M remoting/client/ios/app/host_collection_view_cell.mm View 5 chunks +9 lines, -10 lines 0 comments Download
M remoting/client/ios/app/host_collection_view_controller.mm View 1 chunk +1 line, -1 line 0 comments Download
M remoting/client/ios/app/host_view_controller.h View 1 chunk +5 lines, -2 lines 0 comments Download
M remoting/client/ios/app/host_view_controller.mm View 3 chunks +19 lines, -56 lines 3 comments Download
M remoting/client/ios/app/remoting_view_controller.mm View 1 2 3 4 5 4 chunks +49 lines, -4 lines 3 comments Download
M remoting/client/ios/display/gl_demo_screen.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M remoting/client/ios/display/gl_display_handler.h View 1 2 3 1 chunk +9 lines, -7 lines 0 comments Download
M remoting/client/ios/display/gl_display_handler.mm View 1 2 3 8 chunks +99 lines, -55 lines 0 comments Download
M remoting/client/ios/facade/remoting_service.h View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M remoting/client/ios/facade/remoting_service.mm View 1 2 4 chunks +13 lines, -0 lines 0 comments Download

Messages

Total messages: 47 (36 generated)
nicholss
On 2017/04/21 17:05:05, commit-bot: I haz the power wrote: > Dry run: Try jobs failed ...
3 years, 8 months ago (2017-04-21 21:23:12 UTC) #9
nicholss
I had to combine https://codereview.chromium.org/2828113002 and this CL into one to avoid circular change dependencies ...
3 years, 8 months ago (2017-04-24 16:41:06 UTC) #24
Yuwei
https://codereview.chromium.org/2828113002/diff/80001/remoting/client/ios/app/remoting_view_controller.mm File remoting/client/ios/app/remoting_view_controller.mm (right): https://codereview.chromium.org/2828113002/diff/80001/remoting/client/ios/app/remoting_view_controller.mm#newcode138 remoting/client/ios/app/remoting_view_controller.mm:138: completion:(void (^)())completionBlock { Is completionBlock not used here? https://codereview.chromium.org/2828113002/diff/80001/remoting/client/ios/display/gl_display_handler.mm ...
3 years, 8 months ago (2017-04-24 19:27:39 UTC) #31
nicholss
On 2017/04/24 16:41:06, nicholss wrote: > I had to combine https://codereview.chromium.org/2828113002 and this CL into ...
3 years, 8 months ago (2017-04-24 19:51:09 UTC) #32
nicholss
https://codereview.chromium.org/2828113002/diff/80001/remoting/client/ios/app/remoting_view_controller.mm File remoting/client/ios/app/remoting_view_controller.mm (right): https://codereview.chromium.org/2828113002/diff/80001/remoting/client/ios/app/remoting_view_controller.mm#newcode138 remoting/client/ios/app/remoting_view_controller.mm:138: completion:(void (^)())completionBlock { On 2017/04/24 19:27:39, Yuwei wrote: > ...
3 years, 8 months ago (2017-04-24 20:41:52 UTC) #34
Yuwei
LGTM
3 years, 8 months ago (2017-04-24 20:58:07 UTC) #36
Jamie
LGTM with nits. https://codereview.chromium.org/2828113002/diff/100001/remoting/client/ios/app/host_view_controller.mm File remoting/client/ios/app/host_view_controller.mm (right): https://codereview.chromium.org/2828113002/diff/100001/remoting/client/ios/app/host_view_controller.mm#newcode14 remoting/client/ios/app/host_view_controller.mm:14: static const CGFloat kFabInset = 15.f; ...
3 years, 8 months ago (2017-04-24 21:54:11 UTC) #37
nicholss
https://codereview.chromium.org/2828113002/diff/100001/remoting/client/ios/app/host_view_controller.mm File remoting/client/ios/app/host_view_controller.mm (right): https://codereview.chromium.org/2828113002/diff/100001/remoting/client/ios/app/host_view_controller.mm#newcode14 remoting/client/ios/app/host_view_controller.mm:14: static const CGFloat kFabInset = 15.f; On 2017/04/24 21:54:11, ...
3 years, 8 months ago (2017-04-24 22:03:07 UTC) #38
Jamie
lgtm https://codereview.chromium.org/2828113002/diff/100001/remoting/client/ios/app/host_view_controller.mm File remoting/client/ios/app/host_view_controller.mm (right): https://codereview.chromium.org/2828113002/diff/100001/remoting/client/ios/app/host_view_controller.mm#newcode14 remoting/client/ios/app/host_view_controller.mm:14: static const CGFloat kFabInset = 15.f; On 2017/04/24 ...
3 years, 8 months ago (2017-04-24 22:07:42 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2828113002/100001
3 years, 8 months ago (2017-04-24 22:22:11 UTC) #44
commit-bot: I haz the power
3 years, 8 months ago (2017-04-24 22:29:06 UTC) #47
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/a204e74f7bbea5269fd0b8ff221d...

Powered by Google App Engine
This is Rietveld 408576698