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

Issue 723133003: Shift URLRequest::Read API contract used by fetcher to ResourceLoader's. (Closed)

Created:
6 years, 1 month ago by Randy Smith (Not in Mondays)
Modified:
6 years, 1 month ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, Bence
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Shift URLRequest::Read API contract used by fetcher to ResourceLoader's. BUG=433036 R=mmenke@chromium.org Committed: https://crrev.com/651c52db32c31da522c7694d716bbb1dc74d734c Cr-Commit-Position: refs/heads/master@{#304641}

Patch Set 1 #

Patch Set 2 : Updated histograms.xml #

Total comments: 6

Patch Set 3 : Incorporated/responded to comments. #

Patch Set 4 : Incorporated comments. #

Patch Set 5 : Tweaked from self-review. #

Patch Set 6 : More comment tweaking. #

Total comments: 1

Patch Set 7 : Sync'd to p304374. #

Patch Set 8 : Added net-internals logging for created errors. #

Total comments: 2

Patch Set 9 : Incorporated comment. #

Total comments: 2

Patch Set 10 : Incorporated histogram comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -26 lines) Patch
M net/base/net_log_event_type_list.h View 1 2 3 4 5 6 7 1 chunk +8 lines, -0 lines 0 comments Download
M net/base/sdch_problem_code_list.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/sdch_dictionary_fetcher.cc View 1 2 3 4 5 6 7 8 1 chunk +20 lines, -24 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 21 (4 generated)
Randy Smith (Not in Mondays)
Bence: CC'd FYI, but this is more about the URLRequest::Read() interface, so making Matt primary ...
6 years, 1 month ago (2014-11-13 21:18:18 UTC) #1
mmenke
quick comments. https://codereview.chromium.org/723133003/diff/20001/net/url_request/sdch_dictionary_fetcher.cc File net/url_request/sdch_dictionary_fetcher.cc (right): https://codereview.chromium.org/723133003/diff/20001/net/url_request/sdch_dictionary_fetcher.cc#newcode206 net/url_request/sdch_dictionary_fetcher.cc:206: return current_request_->status().error(); Hrm... if it's possible for ...
6 years, 1 month ago (2014-11-13 21:55:06 UTC) #2
Randy Smith (Not in Mondays)
PTAL? https://codereview.chromium.org/723133003/diff/20001/net/url_request/sdch_dictionary_fetcher.cc File net/url_request/sdch_dictionary_fetcher.cc (right): https://codereview.chromium.org/723133003/diff/20001/net/url_request/sdch_dictionary_fetcher.cc#newcode206 net/url_request/sdch_dictionary_fetcher.cc:206: return current_request_->status().error(); On 2014/11/13 21:55:05, mmenke wrote: > ...
6 years, 1 month ago (2014-11-13 22:05:22 UTC) #3
mmenke
https://codereview.chromium.org/723133003/diff/20001/net/url_request/sdch_dictionary_fetcher.cc File net/url_request/sdch_dictionary_fetcher.cc (right): https://codereview.chromium.org/723133003/diff/20001/net/url_request/sdch_dictionary_fetcher.cc#newcode206 net/url_request/sdch_dictionary_fetcher.cc:206: return current_request_->status().error(); On 2014/11/13 22:05:22, rdsmith wrote: > On ...
6 years, 1 month ago (2014-11-13 22:23:44 UTC) #4
Randy Smith (Not in Mondays)
PTAL? https://codereview.chromium.org/723133003/diff/20001/net/url_request/sdch_dictionary_fetcher.cc File net/url_request/sdch_dictionary_fetcher.cc (right): https://codereview.chromium.org/723133003/diff/20001/net/url_request/sdch_dictionary_fetcher.cc#newcode206 net/url_request/sdch_dictionary_fetcher.cc:206: return current_request_->status().error(); On 2014/11/13 22:23:43, mmenke wrote: > ...
6 years, 1 month ago (2014-11-15 21:25:30 UTC) #5
mmenke
LGTM https://codereview.chromium.org/723133003/diff/100001/net/url_request/sdch_dictionary_fetcher.cc File net/url_request/sdch_dictionary_fetcher.cc (right): https://codereview.chromium.org/723133003/diff/100001/net/url_request/sdch_dictionary_fetcher.cc#newcode229 net/url_request/sdch_dictionary_fetcher.cc:229: dictionary_fetched_callback_.Run(dictionary_, current_request_->url()); Should we be recording an error ...
6 years, 1 month ago (2014-11-17 15:24:58 UTC) #6
Randy Smith (Not in Mondays)
One more review for the new net logging?
6 years, 1 month ago (2014-11-17 18:10:27 UTC) #7
mmenke
LGTM https://codereview.chromium.org/723133003/diff/140001/net/url_request/sdch_dictionary_fetcher.cc File net/url_request/sdch_dictionary_fetcher.cc (right): https://codereview.chromium.org/723133003/diff/140001/net/url_request/sdch_dictionary_fetcher.cc#newcode213 net/url_request/sdch_dictionary_fetcher.cc:213: net::Error error( optional: Think "=" is a little ...
6 years, 1 month ago (2014-11-17 18:12:31 UTC) #8
Randy Smith (Not in Mondays)
Thanks! https://codereview.chromium.org/723133003/diff/140001/net/url_request/sdch_dictionary_fetcher.cc File net/url_request/sdch_dictionary_fetcher.cc (right): https://codereview.chromium.org/723133003/diff/140001/net/url_request/sdch_dictionary_fetcher.cc#newcode213 net/url_request/sdch_dictionary_fetcher.cc:213: net::Error error( On 2014/11/17 18:12:31, mmenke wrote: > ...
6 years, 1 month ago (2014-11-17 18:14:46 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/723133003/160001
6 years, 1 month ago (2014-11-17 20:13:06 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/24708)
6 years, 1 month ago (2014-11-17 20:20:35 UTC) #13
Randy Smith (Not in Mondays)
Whoops, forgot about histograms.xml. Alexei, would you take a look?
6 years, 1 month ago (2014-11-17 21:16:01 UTC) #15
Alexei Svitkine (slow)
lgtm with a suggestion https://codereview.chromium.org/723133003/diff/160001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/723133003/diff/160001/tools/metrics/histograms/histograms.xml#newcode53558 tools/metrics/histograms/histograms.xml:53558: + <int value="38" label="defunct"> Nit: ...
6 years, 1 month ago (2014-11-17 22:11:13 UTC) #16
Randy Smith (Not in Mondays)
Thanks! https://codereview.chromium.org/723133003/diff/160001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/723133003/diff/160001/tools/metrics/histograms/histograms.xml#newcode53558 tools/metrics/histograms/histograms.xml:53558: + <int value="38" label="defunct"> On 2014/11/17 22:11:13, Alexei ...
6 years, 1 month ago (2014-11-18 17:02:39 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/723133003/180001
6 years, 1 month ago (2014-11-18 17:03:28 UTC) #19
commit-bot: I haz the power
Committed patchset #10 (id:180001)
6 years, 1 month ago (2014-11-18 18:10:11 UTC) #20
commit-bot: I haz the power
6 years, 1 month ago (2014-11-18 18:11:57 UTC) #21
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/651c52db32c31da522c7694d716bbb1dc74d734c
Cr-Commit-Position: refs/heads/master@{#304641}

Powered by Google App Engine
This is Rietveld 408576698