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

Issue 254083007: Auth work to support new auth protocol (Closed)

Created:
6 years, 7 months ago by Munjal (Google)
Modified:
6 years, 7 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 13

Patch Set 2 : Use hard-coded public keys #

Total comments: 7

Patch Set 3 : Code review changes #

Patch Set 4 : Indent #

Patch Set 5 : Compile error #

Patch Set 6 : Fix for ghost non-const parameter #

Unified diffs Side-by-side diffs Delta from patch set Stats (+206 lines, -36 lines) Patch
M chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc View 1 2 3 4 5 5 chunks +194 lines, -36 lines 0 comments Download
M chrome/browser/extensions/api/cast_channel/cast_channel.proto View 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
Munjal (Google)
Mark/Ryan, I still have to add / update unit tests, but can you please take ...
6 years, 7 months ago (2014-04-29 23:21:23 UTC) #1
Ryan Sleevi
https://codereview.chromium.org/254083007/diff/1/chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc File chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc (right): https://codereview.chromium.org/254083007/diff/1/chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc#newcode50 chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc:50: static const net::SHA1HashValue kICAFingerprints[] = { Note: We don't ...
6 years, 7 months ago (2014-04-30 01:32:13 UTC) #2
Munjal (Google)
https://codereview.chromium.org/254083007/diff/1/chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc File chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc (right): https://codereview.chromium.org/254083007/diff/1/chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc#newcode50 chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc:50: static const net::SHA1HashValue kICAFingerprints[] = { On 2014/04/30 01:32:13, ...
6 years, 7 months ago (2014-05-05 00:01:46 UTC) #3
mark a. foltz
Code structure comments - I'll let Ryan handle use of the crypto libraries :-) https://codereview.chromium.org/254083007/diff/1/chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc ...
6 years, 7 months ago (2014-05-05 19:22:22 UTC) #4
Ryan Sleevi
https://codereview.chromium.org/254083007/diff/1/chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc File chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc (right): https://codereview.chromium.org/254083007/diff/1/chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc#newcode50 chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc:50: static const net::SHA1HashValue kICAFingerprints[] = { On 2014/05/05 00:01:46, ...
6 years, 7 months ago (2014-05-05 19:35:32 UTC) #5
Munjal (Google)
https://codereview.chromium.org/254083007/diff/1/chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc File chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc (right): https://codereview.chromium.org/254083007/diff/1/chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc#newcode50 chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc:50: static const net::SHA1HashValue kICAFingerprints[] = { On 2014/05/05 19:35:32, ...
6 years, 7 months ago (2014-05-05 21:00:27 UTC) #6
Ryan Sleevi
On May 5, 2014 2:00 PM, <munjal@chromium.org> wrote: > > > https://codereview.chromium.org/254083007/diff/1/chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc > File chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc ...
6 years, 7 months ago (2014-05-05 21:03:50 UTC) #7
Munjal (Google)
PTAL. I made the changes to use public keys and I think I addressed all ...
6 years, 7 months ago (2014-05-07 22:07:12 UTC) #8
Ryan Sleevi
https://codereview.chromium.org/254083007/diff/10001/chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc File chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc (right): https://codereview.chromium.org/254083007/diff/10001/chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc#newcode181 chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc:181: return i; TYPE-CASTING: Downcasting a size_t to an int ...
6 years, 7 months ago (2014-05-07 23:34:49 UTC) #9
mark a. foltz
lgtm Please address Ryan's comments as well. https://codereview.chromium.org/254083007/diff/10001/chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc File chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc (right): https://codereview.chromium.org/254083007/diff/10001/chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc#newcode181 chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc:181: return i; ...
6 years, 7 months ago (2014-05-07 23:48:30 UTC) #10
Munjal (Google)
https://codereview.chromium.org/254083007/diff/10001/chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc File chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc (right): https://codereview.chromium.org/254083007/diff/10001/chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc#newcode181 chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc:181: return i; On 2014/05/07 23:34:49, Ryan Sleevi wrote: > ...
6 years, 7 months ago (2014-05-08 16:53:59 UTC) #11
Ryan Sleevi
Can you add some unit tests? Just testing these APIs would be sufficient. LGTM
6 years, 7 months ago (2014-05-08 19:06:18 UTC) #12
Munjal (Google)
Let me add tests in a separate patch since this needs to go in for ...
6 years, 7 months ago (2014-05-08 22:36:18 UTC) #13
Munjal (Google)
The CQ bit was checked by munjal@chromium.org
6 years, 7 months ago (2014-05-08 22:36:25 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/munjal@chromium.org/254083007/40001
6 years, 7 months ago (2014-05-08 22:39:23 UTC) #15
Munjal (Google)
The CQ bit was unchecked by munjal@chromium.org
6 years, 7 months ago (2014-05-09 19:31:11 UTC) #16
Munjal (Google)
The CQ bit was checked by munjal@chromium.org
6 years, 7 months ago (2014-05-09 19:31:11 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/munjal@chromium.org/254083007/40001
6 years, 7 months ago (2014-05-09 19:35:50 UTC) #18
commit-bot: I haz the power
Change committed as 269445
6 years, 7 months ago (2014-05-09 22:49:57 UTC) #19
Munjal (Google)
A revert of this CL has been created in https://codereview.chromium.org/278383002/ by munjal@chromium.org. The reason for ...
6 years, 7 months ago (2014-05-12 17:29:35 UTC) #20
Munjal (Google)
The CQ bit was checked by munjal@chromium.org
6 years, 7 months ago (2014-05-12 17:40:02 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/munjal@chromium.org/254083007/80001
6 years, 7 months ago (2014-05-12 17:40:46 UTC) #22
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-12 21:29:56 UTC) #23
commit-bot: I haz the power
6 years, 7 months ago (2014-05-13 04:06:22 UTC) #24
Message was sent while issue was closed.
Change committed as 270007

Powered by Google App Engine
This is Rietveld 408576698