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

Issue 10007048: Cleanup and simplify HostConfig and JsonHostConfig. (Closed)

Created:
8 years, 8 months ago by Sergey Ulanov
Modified:
8 years, 8 months ago
Reviewers:
Lambros
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, simonmorris+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Cleanup and simplify HostConfig and JsonHostConfig. These classes were previously overdesigned. Simplifying them. - Config doesn't need to be ref-counted. - Save() is synchronous now. - Config is NonThreadSafe now. BUG=120950 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=131288

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : update mac #

Patch Set 6 : workaround vexing parse #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -133 lines) Patch
M remoting/host/chromoting_host_unittest.cc View 3 chunks +0 lines, -3 lines 0 comments Download
M remoting/host/host_config.h View 1 2 3 chunks +8 lines, -6 lines 0 comments Download
M remoting/host/host_key_pair.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/host_key_pair.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/host/host_key_pair_unittest.cc View 2 chunks +5 lines, -7 lines 0 comments Download
M remoting/host/in_memory_host_config.h View 1 chunk +8 lines, -9 lines 0 comments Download
M remoting/host/in_memory_host_config.cc View 2 chunks +12 lines, -8 lines 0 comments Download
M remoting/host/json_host_config.h View 1 2 2 chunks +2 lines, -8 lines 0 comments Download
M remoting/host/json_host_config.cc View 1 2 3 1 chunk +12 lines, -15 lines 0 comments Download
M remoting/host/json_host_config_unittest.cc View 3 chunks +21 lines, -37 lines 0 comments Download
M remoting/host/plugin/daemon_controller_mac.cc View 1 2 3 4 5 6 1 chunk +12 lines, -13 lines 0 comments Download
M remoting/host/remoting_me2me_host.cc View 5 chunks +13 lines, -15 lines 0 comments Download
M remoting/host/simple_host_process.cc View 3 chunks +8 lines, -9 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Sergey Ulanov
8 years, 8 months ago (2012-04-06 21:55:27 UTC) #1
Lambros
http://codereview.chromium.org/10007048/diff/1/remoting/host/host_config.h File remoting/host/host_config.h (right): http://codereview.chromium.org/10007048/diff/1/remoting/host/host_config.h#newcode61 remoting/host/host_config.h:61: // Save's changes. nit: "Save" or "Saves", no apostrophe. ...
8 years, 8 months ago (2012-04-06 22:26:45 UTC) #2
Sergey Ulanov
http://codereview.chromium.org/10007048/diff/1/remoting/host/host_config.h File remoting/host/host_config.h (right): http://codereview.chromium.org/10007048/diff/1/remoting/host/host_config.h#newcode61 remoting/host/host_config.h:61: // Save's changes. On 2012/04/06 22:26:46, Lambros wrote: > ...
8 years, 8 months ago (2012-04-06 22:32:53 UTC) #3
Lambros
lgtm
8 years, 8 months ago (2012-04-06 22:56:35 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/10007048/5002
8 years, 8 months ago (2012-04-06 23:02:09 UTC) #5
commit-bot: I haz the power
Try job failure for 10007048-5002 (retry) on linux_rel for step "compile" (clobber build). It's a ...
8 years, 8 months ago (2012-04-06 23:35:38 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/10007048/7004
8 years, 8 months ago (2012-04-07 00:29:31 UTC) #7
commit-bot: I haz the power
Try job failure for 10007048-7004 (retry) on mac_rel for step "compile" (clobber build). It's a ...
8 years, 8 months ago (2012-04-07 01:22:02 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/10007048/13007
8 years, 8 months ago (2012-04-07 01:56:08 UTC) #9
commit-bot: I haz the power
Try job failure for 10007048-13007 (retry) on mac_rel for step "compile" (clobber build). It's a ...
8 years, 8 months ago (2012-04-07 02:48:00 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/10007048/12008
8 years, 8 months ago (2012-04-07 05:14:36 UTC) #11
commit-bot: I haz the power
Try job failure for 10007048-12008 (retry) on mac_rel for step "compile" (clobber build). It's a ...
8 years, 8 months ago (2012-04-07 06:05:35 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sergeyu@chromium.org/10007048/8008
8 years, 8 months ago (2012-04-07 17:32:14 UTC) #13
commit-bot: I haz the power
8 years, 8 months ago (2012-04-07 19:20:09 UTC) #14
Change committed as 131288

Powered by Google App Engine
This is Rietveld 408576698