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

Issue 17143006: Limited NSEC support to RecordParsed (Closed)

Created:
7 years, 6 months ago by Noam Samuel
Modified:
7 years, 5 months ago
Reviewers:
szym, gene
CC:
chromium-reviews, cbentzel+watch_chromium.org, mmenke
Base URL:
https://chromium.googlesource.com/chromium/src.git@mdns_transaction_cleanup
Visibility:
Public.

Description

Limited NSEC support to RecordParsed Add support for parsing the subset of nsec records specified for multicast DNS to RecordParsed, in order to allow support for domain negation in multicast DNS (see section 6.1 "Negative Responses" of http://www.rfc-editor.org/rfc/rfc6762.txt). BUG=233821 TEST=RecordRdataTest.ParseNsecRecord Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=208616

Patch Set 1 #

Total comments: 24

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+138 lines, -0 lines) Patch
M net/dns/dns_protocol.h View 1 chunk +2 lines, -0 lines 0 comments Download
M net/dns/record_parsed.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M net/dns/record_rdata.h View 1 2 3 4 1 chunk +31 lines, -0 lines 0 comments Download
M net/dns/record_rdata.cc View 1 2 3 4 1 chunk +69 lines, -0 lines 0 comments Download
M net/dns/record_rdata_unittest.cc View 1 2 1 chunk +33 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Noam Samuel
7 years, 6 months ago (2013-06-21 22:56:24 UTC) #1
gene
lgtm, just a few nits below: https://codereview.chromium.org/17143006/diff/1/net/dns/record_rdata.cc File net/dns/record_rdata.cc (right): https://codereview.chromium.org/17143006/diff/1/net/dns/record_rdata.cc#newcode248 net/dns/record_rdata.cc:248: bitmap_data.begin(), indentation https://codereview.chromium.org/17143006/diff/1/net/dns/record_rdata.cc#newcode259 ...
7 years, 6 months ago (2013-06-24 19:47:15 UTC) #2
Noam Samuel
https://codereview.chromium.org/17143006/diff/1/net/dns/record_rdata.cc File net/dns/record_rdata.cc (right): https://codereview.chromium.org/17143006/diff/1/net/dns/record_rdata.cc#newcode248 net/dns/record_rdata.cc:248: bitmap_data.begin(), On 2013/06/24 19:47:16, gene wrote: > indentation Done. ...
7 years, 6 months ago (2013-06-24 21:31:30 UTC) #3
szym
https://codereview.chromium.org/17143006/diff/1/net/dns/record_rdata.cc File net/dns/record_rdata.cc (right): https://codereview.chromium.org/17143006/diff/1/net/dns/record_rdata.cc#newcode230 net/dns/record_rdata.cc:230: unsigned len_next_domain = parser.ReadName(data.data(), NULL); nit: |next_domain_len| would be ...
7 years, 6 months ago (2013-06-24 21:50:28 UTC) #4
Noam Samuel
https://codereview.chromium.org/17143006/diff/1/net/dns/record_rdata.h File net/dns/record_rdata.h (right): https://codereview.chromium.org/17143006/diff/1/net/dns/record_rdata.h#newcode203 net/dns/record_rdata.h:203: const std::vector<uint8>& bitmap() { return bitmap_; } On 2013/06/24 ...
7 years, 6 months ago (2013-06-25 01:15:35 UTC) #5
Noam Samuel
https://codereview.chromium.org/17143006/diff/1/net/dns/record_rdata.cc File net/dns/record_rdata.cc (right): https://codereview.chromium.org/17143006/diff/1/net/dns/record_rdata.cc#newcode230 net/dns/record_rdata.cc:230: unsigned len_next_domain = parser.ReadName(data.data(), NULL); On 2013/06/24 21:50:28, szym ...
7 years, 6 months ago (2013-06-25 01:31:31 UTC) #6
szym
LGTM with two nits. Don't forget to update BUG= Also mention the new test in ...
7 years, 6 months ago (2013-06-25 01:40:56 UTC) #7
Noam Samuel
https://codereview.chromium.org/17143006/diff/18001/net/dns/record_rdata.cc File net/dns/record_rdata.cc (right): https://codereview.chromium.org/17143006/diff/18001/net/dns/record_rdata.cc#newcode247 net/dns/record_rdata.cc:247: // The window number must be zero in mDns-specific ...
7 years, 6 months ago (2013-06-25 01:58:41 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noamsml@chromium.org/17143006/23001
7 years, 6 months ago (2013-06-25 01:59:18 UTC) #9
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 6 months ago (2013-06-25 02:04:39 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noamsml@chromium.org/17143006/23001
7 years, 5 months ago (2013-06-25 17:24:21 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noamsml@chromium.org/17143006/23001
7 years, 5 months ago (2013-06-25 17:26:09 UTC) #12
Noam Samuel
On 2013/06/25 17:26:09, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
7 years, 5 months ago (2013-06-25 18:10:50 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noamsml@chromium.org/17143006/46001
7 years, 5 months ago (2013-06-25 20:51:40 UTC) #14
commit-bot: I haz the power
7 years, 5 months ago (2013-06-26 04:12:32 UTC) #15
Message was sent while issue was closed.
Change committed as 208616

Powered by Google App Engine
This is Rietveld 408576698