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

Issue 2681173002: Adding domain and facade supporting classes for remoting iOS app. (Closed)

Created:
3 years, 10 months ago by nicholss
Modified:
3 years, 10 months ago
Reviewers:
Sergey Ulanov
CC:
chromium-reviews, chromoting-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Adding domain and facade supporting classes for remoting iOS app. Adding domain type objects that come from other services and are stored locally to keep state for the app to display and act on. There will be more in the future, but this is all I am using for the demo app at the moment. The facade class is all mock data at the moment, the goal will be for it to hide the impl details internal to remoting and act as the facade between c++ and Obj-C. R=sergeyu@chromium.org BUG=652781 Review-Url: https://codereview.chromium.org/2681173002 Cr-Commit-Position: refs/heads/master@{#452105} Committed: https://chromium.googlesource.com/chromium/src/+/1c19bd4c6f5128f467954364964288c697e4c306

Patch Set 1 #

Total comments: 8

Patch Set 2 : Renaming access code to authorization code per spec language. #

Total comments: 6

Patch Set 3 : Renaming domain objects based on feedback. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+339 lines, -0 lines) Patch
A remoting/client/ios/domain/BUILD.gn View 1 2 1 chunk +18 lines, -0 lines 0 comments Download
A remoting/client/ios/domain/host_info.h View 1 2 1 chunk +34 lines, -0 lines 0 comments Download
A remoting/client/ios/domain/host_info.mm View 1 2 1 chunk +76 lines, -0 lines 0 comments Download
A remoting/client/ios/domain/user_info.h View 1 2 1 chunk +24 lines, -0 lines 0 comments Download
A remoting/client/ios/domain/user_info.mm View 1 2 1 chunk +37 lines, -0 lines 0 comments Download
A remoting/client/ios/facade/BUILD.gn View 1 chunk +21 lines, -0 lines 0 comments Download
A remoting/client/ios/facade/remoting_service.h View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
A remoting/client/ios/facade/remoting_service.mm View 1 2 1 chunk +107 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (7 generated)
nicholss
PTAL.
3 years, 10 months ago (2017-02-08 21:45:42 UTC) #1
Sergey Ulanov
https://codereview.chromium.org/2681173002/diff/1/remoting/client/ios/domain/host.h File remoting/client/ios/domain/host.h (right): https://codereview.chromium.org/2681173002/diff/1/remoting/client/ios/domain/host.h#newcode5 remoting/client/ios/domain/host.h:5: #ifndef REMOTING_CLIENT_IOS_DOMAIN_HOST_H_ I assume "domain" here doesn't refer to ...
3 years, 10 months ago (2017-02-09 00:52:38 UTC) #2
nicholss
Will update code after we talk today at 10am. This CL and the thinking behind ...
3 years, 10 months ago (2017-02-09 16:12:40 UTC) #3
nicholss
Renaming access code to authorization code per spec language. Any other concerns?
3 years, 10 months ago (2017-02-09 19:09:16 UTC) #4
Sergey Ulanov
lgtm, but please see my comments https://codereview.chromium.org/2681173002/diff/20001/remoting/client/ios/domain/host.h File remoting/client/ios/domain/host.h (right): https://codereview.chromium.org/2681173002/diff/20001/remoting/client/ios/domain/host.h#newcode11 remoting/client/ios/domain/host.h:11: @interface Host : ...
3 years, 10 months ago (2017-02-10 19:02:02 UTC) #5
nicholss
After renaming of the objects to *_info I think it makes it much more messy ...
3 years, 10 months ago (2017-02-13 22:10:11 UTC) #6
Sergey Ulanov
On 2017/02/13 22:10:11, nicholss wrote: > After renaming of the objects to *_info I think ...
3 years, 10 months ago (2017-02-15 20:18:52 UTC) #7
Sergey Ulanov
lgtm
3 years, 10 months ago (2017-02-15 20:19:08 UTC) #8
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/2681173002/40001
3 years, 10 months ago (2017-02-16 18:38:35 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/384333)
3 years, 10 months ago (2017-02-16 21:10:00 UTC) #12
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/2681173002/40001
3 years, 10 months ago (2017-02-21 22:46:39 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_amd64-generic_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) chromium_presubmit on ...
3 years, 10 months ago (2017-02-22 00:50:09 UTC) #16
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/2681173002/40001
3 years, 10 months ago (2017-02-22 16:17:44 UTC) #18
commit-bot: I haz the power
3 years, 10 months ago (2017-02-22 17:20:22 UTC) #21
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/1c19bd4c6f5128f4679543649642...

Powered by Google App Engine
This is Rietveld 408576698