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

Issue 1094133003: Added (incomplete) implementation of HostListApi using GCD. (Closed)

Created:
5 years, 8 months ago by John Williams
Modified:
5 years, 8 months ago
CC:
chromium-reviews, chromoting-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@gcd-client-fix
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Added (incomplete) implementation of HostListApi using GCD. The new implementation is activated when USE_GCD=1 at build time. BUG=471928 Committed: https://crrev.com/0ffae3270ed1461a9a90febbe4f555c21181c188 Cr-Commit-Position: refs/heads/master@{#327111}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Moved API key to src-internal. #

Patch Set 3 : oops, same as patch set #2 #

Patch Set 4 : Removed extranous TODO #

Total comments: 4

Patch Set 5 : for submit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+163 lines, -29 lines) Patch
M google_apis/google_api_keys.py View 1 2 chunks +6 lines, -0 lines 0 comments Download
M remoting/remoting_webapp_files.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M remoting/webapp/build-webapp.py View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M remoting/webapp/crd/js/host_controller.js View 1 chunk +5 lines, -5 lines 0 comments Download
M remoting/webapp/crd/js/host_controller_unittest.js View 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/webapp/crd/js/host_list.js View 1 4 chunks +7 lines, -6 lines 0 comments Download
M remoting/webapp/crd/js/host_list_api.js View 1 2 3 4 2 chunks +41 lines, -7 lines 0 comments Download
A remoting/webapp/crd/js/host_list_api_gcd_impl.js View 1 2 3 1 chunk +81 lines, -0 lines 0 comments Download
M remoting/webapp/crd/js/host_list_api_impl.js View 1 chunk +0 lines, -3 lines 0 comments Download
M remoting/webapp/crd/js/mock_host_list_api.js View 4 chunks +16 lines, -6 lines 0 comments Download
M remoting/webapp/crd/js/plugin_settings.js View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (7 generated)
John Williams
5 years, 8 months ago (2015-04-22 17:16:11 UTC) #2
Jamie
Is this CL based off something local to your checkout? It contains a lot of ...
5 years, 8 months ago (2015-04-22 23:46:02 UTC) #4
John Williams
On 2015/04/22 23:46:02, Jamie wrote: > Is this CL based off something local to your ...
5 years, 8 months ago (2015-04-23 23:55:35 UTC) #5
John Williams
https://codereview.chromium.org/1094133003/diff/1/remoting/webapp/crd/js/host_list.js File remoting/webapp/crd/js/host_list.js (right): https://codereview.chromium.org/1094133003/diff/1/remoting/webapp/crd/js/host_list.js#newcode331 remoting/webapp/crd/js/host_list.js:331: catch(this.onError_); On 2015/04/22 23:46:01, Jamie wrote: > Indentation is ...
5 years, 8 months ago (2015-04-23 23:55:42 UTC) #6
Jamie
lgtm https://codereview.chromium.org/1094133003/diff/60001/remoting/webapp/build-webapp.py File remoting/webapp/build-webapp.py (right): https://codereview.chromium.org/1094133003/diff/60001/remoting/webapp/build-webapp.py#newcode353 remoting/webapp/build-webapp.py:353: apiClientSecret = google_api_keys.GetClientSecret('REMOTING') Duplicate line? https://codereview.chromium.org/1094133003/diff/60001/remoting/webapp/crd/js/host_list_api.js File remoting/webapp/crd/js/host_list_api.js ...
5 years, 8 months ago (2015-04-24 18:18:54 UTC) #7
John Williams
https://codereview.chromium.org/1094133003/diff/60001/remoting/webapp/build-webapp.py File remoting/webapp/build-webapp.py (right): https://codereview.chromium.org/1094133003/diff/60001/remoting/webapp/build-webapp.py#newcode353 remoting/webapp/build-webapp.py:353: apiClientSecret = google_api_keys.GetClientSecret('REMOTING') On 2015/04/24 18:18:53, Jamie wrote: > ...
5 years, 8 months ago (2015-04-24 21:10:17 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1094133003/80001
5 years, 8 months ago (2015-04-24 21:11:27 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/58945)
5 years, 8 months ago (2015-04-24 21:20:46 UTC) #13
John Williams
Need OWNERS approval for google_apis/google_api_keys.py
5 years, 8 months ago (2015-04-24 22:15:18 UTC) #15
Roger Tawa OOO till Jul 10th
lgtm google_api_keys.py
5 years, 8 months ago (2015-04-27 15:20:07 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1094133003/80001
5 years, 8 months ago (2015-04-27 19:14:21 UTC) #18
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 8 months ago (2015-04-27 20:08:40 UTC) #19
commit-bot: I haz the power
5 years, 8 months ago (2015-04-27 20:10:35 UTC) #20
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/0ffae3270ed1461a9a90febbe4f555c21181c188
Cr-Commit-Position: refs/heads/master@{#327111}

Powered by Google App Engine
This is Rietveld 408576698