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

Issue 1664243002: Using == instead of Equals for der::Input comparison. (Closed)

Created:
4 years, 10 months ago by svaldez
Modified:
4 years, 10 months ago
Reviewers:
eroman, mattm
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Using == instead of Equals for der::Input comparison. BUG= Committed: https://crrev.com/f3d07c445a49064851ca3885c3797d296dc4003a Cr-Commit-Position: refs/heads/master@{#373635}

Patch Set 1 #

Patch Set 2 : Fixing missing !=. #

Total comments: 2

Patch Set 3 : Using non-class equality. #

Total comments: 3

Patch Set 4 : Fixing comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -49 lines) Patch
M net/cert/asn1_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/cert/internal/certificate_policies.cc View 1 2 chunks +3 lines, -4 lines 0 comments Download
M net/cert/internal/extended_key_usage_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/cert/internal/signature_algorithm.cc View 3 chunks +15 lines, -15 lines 0 comments Download
M net/cert/internal/test_helpers.h View 1 2 3 1 chunk +1 line, -3 lines 0 comments Download
M net/cert/internal/test_helpers.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M net/cert/internal/verify_certificate_chain.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M net/cert/internal/verify_name_match.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M net/der/input.h View 1 2 2 chunks +6 lines, -3 lines 0 comments Download
M net/der/input.cc View 1 2 2 chunks +10 lines, -6 lines 0 comments Download
M net/der/input_unittest.cc View 2 chunks +5 lines, -5 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 16 (6 generated)
svaldez
Splitting this out from the OCSP parsing work. Using operator== instead of Equals allows us ...
4 years, 10 months ago (2016-02-04 16:35:53 UTC) #2
mattm
https://codereview.chromium.org/1664243002/diff/20001/net/der/input.h File net/der/input.h (right): https://codereview.chromium.org/1664243002/diff/20001/net/der/input.h#newcode67 net/der/input.h:67: bool operator==(const Input& other) const; The style guide said ...
4 years, 10 months ago (2016-02-04 18:55:29 UTC) #3
svaldez
https://codereview.chromium.org/1664243002/diff/20001/net/der/input.h File net/der/input.h (right): https://codereview.chromium.org/1664243002/diff/20001/net/der/input.h#newcode67 net/der/input.h:67: bool operator==(const Input& other) const; On 2016/02/04 18:55:29, mattm ...
4 years, 10 months ago (2016-02-04 19:11:00 UTC) #4
mattm
lgtm
4 years, 10 months ago (2016-02-04 19:23:00 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1664243002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1664243002/40001
4 years, 10 months ago (2016-02-04 19:24:09 UTC) #7
eroman
lgtm https://codereview.chromium.org/1664243002/diff/40001/net/cert/internal/test_helpers.h File net/cert/internal/test_helpers.h (right): https://codereview.chromium.org/1664243002/diff/40001/net/cert/internal/test_helpers.h#newcode21 net/cert/internal/test_helpers.h:21: // These functions are used by GTest to ...
4 years, 10 months ago (2016-02-04 19:43:42 UTC) #8
mattm
https://codereview.chromium.org/1664243002/diff/40001/net/der/input.h File net/der/input.h (right): https://codereview.chromium.org/1664243002/diff/40001/net/der/input.h#newcode92 net/der/input.h:92: NET_EXPORT_PRIVATE bool operator==(const Input& lhs, const Input& rhs); On ...
4 years, 10 months ago (2016-02-04 20:05:51 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1664243002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1664243002/60001
4 years, 10 months ago (2016-02-04 20:22:27 UTC) #13
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 10 months ago (2016-02-04 22:08:37 UTC) #14
commit-bot: I haz the power
4 years, 10 months ago (2016-02-04 22:09:30 UTC) #16
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/f3d07c445a49064851ca3885c3797d296dc4003a
Cr-Commit-Position: refs/heads/master@{#373635}

Powered by Google App Engine
This is Rietveld 408576698