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

Issue 877443002: Naming and refactoring changes to SdchDictionaryFetcher. (Closed)

Created:
5 years, 11 months ago by Randy Smith (Not in Mondays)
Modified:
5 years, 10 months ago
Reviewers:
mmenke
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

Naming and refactoring changes to SdchDictionaryFetcher. Suggested from review in CL https://codereview.chromium.org/864923002/. BUG=None R=mmenke@chromium.org Committed: https://crrev.com/43def17e41e0f4a8aa0e5bf134c2182f5555f198 Cr-Commit-Position: refs/heads/master@{#314076}

Patch Set 1 #

Patch Set 2 : Sync'd to p313032. #

Total comments: 4

Patch Set 3 : Incorporated latest comments. #

Total comments: 13

Patch Set 4 : Next round of comments. #

Patch Set 5 : Sync'd to p313320 #

Total comments: 5

Patch Set 6 : Incorporated comments. #

Patch Set 7 : Remove redundant inclusion from .cc file (in .h file). #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -80 lines) Patch
M net/url_request/sdch_dictionary_fetcher.h View 1 2 3 4 5 2 chunks +12 lines, -6 lines 0 comments Download
M net/url_request/sdch_dictionary_fetcher.cc View 1 2 3 4 5 6 8 chunks +82 lines, -73 lines 0 comments Download
M net/url_request/sdch_dictionary_fetcher_unittest.cc View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 18 (3 generated)
Randy Smith (Not in Mondays)
Matt: These are the changes you suggested; PTAL? I wasn't able to completely implement the ...
5 years, 11 months ago (2015-01-25 00:09:42 UTC) #1
mmenke
https://codereview.chromium.org/877443002/diff/20001/net/url_request/sdch_dictionary_fetcher.cc File net/url_request/sdch_dictionary_fetcher.cc (right): https://codereview.chromium.org/877443002/diff/20001/net/url_request/sdch_dictionary_fetcher.cc#newcode114 net/url_request/sdch_dictionary_fetcher.cc:114: int SdchDictionaryFetcher::HandleReadCompletion(int bytes_read) { I suggest moving the append ...
5 years, 11 months ago (2015-01-26 16:40:12 UTC) #2
Randy Smith (Not in Mondays)
Incorporated comments; PTAL. https://codereview.chromium.org/877443002/diff/20001/net/url_request/sdch_dictionary_fetcher.cc File net/url_request/sdch_dictionary_fetcher.cc (right): https://codereview.chromium.org/877443002/diff/20001/net/url_request/sdch_dictionary_fetcher.cc#newcode114 net/url_request/sdch_dictionary_fetcher.cc:114: int SdchDictionaryFetcher::HandleReadCompletion(int bytes_read) { On 2015/01/26 ...
5 years, 11 months ago (2015-01-26 19:52:23 UTC) #3
mmenke
https://codereview.chromium.org/877443002/diff/40001/net/url_request/sdch_dictionary_fetcher.cc File net/url_request/sdch_dictionary_fetcher.cc (right): https://codereview.chromium.org/877443002/diff/40001/net/url_request/sdch_dictionary_fetcher.cc#newcode114 net/url_request/sdch_dictionary_fetcher.cc:114: int SdchDictionaryFetcher::GetReadResult(int bytes_read) { optional: May be clearer as ...
5 years, 11 months ago (2015-01-26 20:14:25 UTC) #4
mmenke
https://codereview.chromium.org/877443002/diff/40001/net/url_request/sdch_dictionary_fetcher.cc File net/url_request/sdch_dictionary_fetcher.cc (right): https://codereview.chromium.org/877443002/diff/40001/net/url_request/sdch_dictionary_fetcher.cc#newcode119 net/url_request/sdch_dictionary_fetcher.cc:119: : ERR_FAILED; On 2015/01/26 20:14:25, mmenke wrote: > This ...
5 years, 11 months ago (2015-01-26 20:25:44 UTC) #5
Randy Smith (Not in Mondays)
Responded to your comments; PTAL? https://codereview.chromium.org/877443002/diff/40001/net/url_request/sdch_dictionary_fetcher.cc File net/url_request/sdch_dictionary_fetcher.cc (right): https://codereview.chromium.org/877443002/diff/40001/net/url_request/sdch_dictionary_fetcher.cc#newcode114 net/url_request/sdch_dictionary_fetcher.cc:114: int SdchDictionaryFetcher::GetReadResult(int bytes_read) { ...
5 years, 11 months ago (2015-01-26 22:39:54 UTC) #6
mmenke
LGTM https://codereview.chromium.org/877443002/diff/40001/net/url_request/sdch_dictionary_fetcher.cc File net/url_request/sdch_dictionary_fetcher.cc (right): https://codereview.chromium.org/877443002/diff/40001/net/url_request/sdch_dictionary_fetcher.cc#newcode119 net/url_request/sdch_dictionary_fetcher.cc:119: : ERR_FAILED; On 2015/01/26 22:39:54, rdsmith wrote: > ...
5 years, 10 months ago (2015-01-30 16:20:44 UTC) #7
Randy Smith (Not in Mondays)
Thanks! (I implemented the missing declaration call outs a bit differently than what you suggested; ...
5 years, 10 months ago (2015-01-30 19:21:58 UTC) #8
mmenke
LGTM https://codereview.chromium.org/877443002/diff/80001/net/url_request/sdch_dictionary_fetcher.h File net/url_request/sdch_dictionary_fetcher.h (right): https://codereview.chromium.org/877443002/diff/80001/net/url_request/sdch_dictionary_fetcher.h#newcode40 net/url_request/sdch_dictionary_fetcher.h:40: const BoundNetLog& net_log)> On 2015/01/30 19:21:58, rdsmith wrote: ...
5 years, 10 months ago (2015-01-30 19:27:52 UTC) #9
mmenke
On 2015/01/30 19:27:52, mmenke wrote: > LGTM > > https://codereview.chromium.org/877443002/diff/80001/net/url_request/sdch_dictionary_fetcher.h > File net/url_request/sdch_dictionary_fetcher.h (right): > ...
5 years, 10 months ago (2015-01-30 19:28:56 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/877443002/120001
5 years, 10 months ago (2015-01-31 02:23:41 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_gn_rel on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_gn_rel/builds/3627)
5 years, 10 months ago (2015-01-31 09:28:48 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/877443002/120001
5 years, 10 months ago (2015-01-31 23:38:06 UTC) #16
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 10 months ago (2015-02-01 01:18:40 UTC) #17
commit-bot: I haz the power
5 years, 10 months ago (2015-02-01 01:19:22 UTC) #18
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/43def17e41e0f4a8aa0e5bf134c2182f5555f198
Cr-Commit-Position: refs/heads/master@{#314076}

Powered by Google App Engine
This is Rietveld 408576698