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

Issue 7522014: Add WARN_UNUSED_RESULT to crypto/hmac.h (Closed)

Created:
9 years, 4 months ago by Ryan Sleevi
Modified:
9 years, 4 months ago
CC:
chromium-reviews, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, cbentzel+watch_chromium.org, simonmorris+watch_chromium.org, wez+watch_chromium.org, Paweł Hajdan Jr., dmaclach+watch_chromium.org, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, darin-cc_chromium.org, ajwong+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Add WARN_UNUSED_RESULT to crypto/hmac.h BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=94826

Patch Set 1 #

Patch Set 2 : Fix a few more unchecked places from the clang bots #

Total comments: 1

Patch Set 3 : Compile fix #

Patch Set 4 : One more #

Patch Set 5 : Win fix #

Total comments: 5

Patch Set 6 : Fix nits #

Patch Set 7 : Rebase onto CL 7532020 and update remoting #

Unified diffs Side-by-side diffs Delta from patch set Stats (+107 lines, -62 lines) Patch
M chrome/browser/internal_auth.cc View 2 chunks +10 lines, -4 lines 0 comments Download
M chrome/common/net/gaia/oauth_request_signer.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M crypto/hmac.h View 1 2 3 4 5 6 4 chunks +8 lines, -6 lines 0 comments Download
M crypto/hmac_mac.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M net/http/http_mac_signature.h View 1 2 3 4 5 1 chunk +10 lines, -6 lines 0 comments Download
M net/http/http_mac_signature.cc View 1 2 3 4 5 2 chunks +37 lines, -18 lines 0 comments Download
M net/http/http_mac_signature_unittest.cc View 2 chunks +6 lines, -3 lines 0 comments Download
M net/url_request/url_request_http_job.cc View 1 2 3 4 5 6 1 chunk +5 lines, -3 lines 0 comments Download
M remoting/protocol/jingle_session.cc View 1 2 3 4 5 6 1 chunk +5 lines, -2 lines 0 comments Download
M remoting/protocol/secure_p2p_socket.cc View 1 2 3 4 5 6 5 chunks +18 lines, -18 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Ryan Sleevi
wtc: crypto/, OWNERS for net/ dilmah: chrome/browser rickcam: chrome/common/net wez: remoting/ abarth: PTAL at the ...
9 years, 4 months ago (2011-07-28 02:12:51 UTC) #1
abarth-chromium
Yep. That's the right thing to do.
9 years, 4 months ago (2011-07-28 02:22:07 UTC) #2
Sergey Ulanov
One nit regarding comments. Otherwise remouting changes LGTM. http://codereview.chromium.org/7522014/diff/4001/remoting/protocol/secure_p2p_socket.cc File remoting/protocol/secure_p2p_socket.cc (right): http://codereview.chromium.org/7522014/diff/4001/remoting/protocol/secure_p2p_socket.cc#newcode261 remoting/protocol/secure_p2p_socket.cc:261: // ...
9 years, 4 months ago (2011-07-28 03:26:31 UTC) #3
Denis Lagno
LGTM http://codereview.chromium.org/7522014/diff/5001/net/http/http_mac_signature.cc File net/http/http_mac_signature.cc (right): http://codereview.chromium.org/7522014/diff/5001/net/http/http_mac_signature.cc#newcode102 net/http/http_mac_signature.cc:102: if (id_.empty() || method_.empty()) nit: imho it is ...
9 years, 4 months ago (2011-07-28 08:13:37 UTC) #4
Rick Campbell
LGTM (for chrome/common/net)
9 years, 4 months ago (2011-07-28 17:39:24 UTC) #5
wtc
LGTM. http://codereview.chromium.org/7522014/diff/5001/net/http/http_mac_signature.h File net/http/http_mac_signature.h (right): http://codereview.chromium.org/7522014/diff/5001/net/http/http_mac_signature.h#newcode42 net/http/http_mac_signature.h:42: // Generates a value suitable for the Authorization ...
9 years, 4 months ago (2011-07-28 18:11:41 UTC) #6
commit-bot: I haz the power
9 years, 4 months ago (2011-07-30 05:18:05 UTC) #7
Change committed as 94826

Powered by Google App Engine
This is Rietveld 408576698