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

Issue 10243011: [Chromoting] Factor out common code for pin hashing. (Closed)

Created:
8 years, 7 months ago by simonmorris
Modified:
8 years, 7 months ago
Reviewers:
Wez
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

[Chromoting] Factor out common code for pin hashing. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=134725

Patch Set 1 #

Total comments: 13

Patch Set 2 : Review. #

Total comments: 4

Patch Set 3 : Review. #

Patch Set 4 : Sync. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -27 lines) Patch
A remoting/host/pin_hash.h View 1 2 1 chunk +25 lines, -0 lines 0 comments Download
A remoting/host/pin_hash.cc View 1 1 chunk +39 lines, -0 lines 0 comments Download
A remoting/host/pin_hash_unittest.cc View 1 2 1 chunk +37 lines, -0 lines 0 comments Download
M remoting/host/plugin/host_script_object.cc View 1 2 3 3 chunks +2 lines, -11 lines 0 comments Download
M remoting/host/verify_config_window_win.cc View 1 2 chunks +2 lines, -14 lines 0 comments Download
M remoting/remoting.gyp View 1 2 3 3 chunks +6 lines, -0 lines 0 comments Download
M remoting/webapp/host_controller.js View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
simonmorris
ptal
8 years, 7 months ago (2012-04-27 18:44:55 UTC) #1
simonmorris
On 2012/04/27 18:44:55, simonmorris wrote: > ptal ping
8 years, 7 months ago (2012-04-30 23:01:44 UTC) #2
Wez
http://codereview.chromium.org/10243011/diff/1/remoting/host/pin_hash.cc File remoting/host/pin_hash.cc (right): http://codereview.chromium.org/10243011/diff/1/remoting/host/pin_hash.cc#newcode18 remoting/host/pin_hash.cc:18: bool base64_result = base::Base64Encode(hash, &hash_base64); nit: Test base::Base64Encode()'s result ...
8 years, 7 months ago (2012-04-30 23:13:56 UTC) #3
simonmorris
http://codereview.chromium.org/10243011/diff/1/remoting/host/pin_hash.cc File remoting/host/pin_hash.cc (right): http://codereview.chromium.org/10243011/diff/1/remoting/host/pin_hash.cc#newcode18 remoting/host/pin_hash.cc:18: bool base64_result = base::Base64Encode(hash, &hash_base64); On 2012/04/30 23:13:57, Wez ...
8 years, 7 months ago (2012-05-01 00:25:55 UTC) #4
Wez
lgtm http://codereview.chromium.org/10243011/diff/1/remoting/host/plugin/host_script_object.cc File remoting/host/plugin/host_script_object.cc (right): http://codereview.chromium.org/10243011/diff/1/remoting/host/plugin/host_script_object.cc#newcode618 remoting/host/plugin/host_script_object.cc:618: bool HostNPScriptObject::GetPinHash(const NPVariant* args, On 2012/05/01 00:25:55, simonmorris ...
8 years, 7 months ago (2012-05-01 01:02:36 UTC) #5
simonmorris
fyi http://codereview.chromium.org/10243011/diff/2003/remoting/host/pin_hash.h File remoting/host/pin_hash.h (right): http://codereview.chromium.org/10243011/diff/2003/remoting/host/pin_hash.h#newcode13 remoting/host/pin_hash.h:13: // A Me2Me host uses this to hash ...
8 years, 7 months ago (2012-05-01 01:11:54 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/simonmorris@chromium.org/10243011/9003
8 years, 7 months ago (2012-05-01 16:46:06 UTC) #7
commit-bot: I haz the power
8 years, 7 months ago (2012-05-01 18:17:52 UTC) #8
Change committed as 134725

Powered by Google App Engine
This is Rietveld 408576698